lib/twilio-ruby/rest/supersim/v1/sim.rb in twilio-ruby-5.32.0 vs lib/twilio-ruby/rest/supersim/v1/sim.rb in twilio-ruby-5.33.0

- old
+ new

@@ -28,11 +28,11 @@ ## # Lists SimInstance records from the API as a list. # Unlike stream(), this operation is eager and will load `limit` records into # memory before returning. # @param [sim.Status] status The status of the Sim resources to read. Can be - # `new`, `active`, `deactivated`, `inactive`, or `scheduled`. + # `new`, `active`, `inactive`, or `scheduled`. # @param [String] fleet The SID or unique name of the Fleet to which a list of # Sims are assigned. # @param [String] iccid The # [ICCID](https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID) # associated with a Super SIM to filter the list by. Passing this parameter will @@ -51,11 +51,11 @@ ## # Streams SimInstance records from the API as an Enumerable. # This operation lazily loads records as efficiently as possible until the limit # is reached. # @param [sim.Status] status The status of the Sim resources to read. Can be - # `new`, `active`, `deactivated`, `inactive`, or `scheduled`. + # `new`, `active`, `inactive`, or `scheduled`. # @param [String] fleet The SID or unique name of the Fleet to which a list of # Sims are assigned. # @param [String] iccid The # [ICCID](https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID) # associated with a Super SIM to filter the list by. Passing this parameter will @@ -91,11 +91,11 @@ ## # Retrieve a single page of SimInstance records from the API. # Request is executed immediately. # @param [sim.Status] status The status of the Sim resources to read. Can be - # `new`, `active`, `deactivated`, `inactive`, or `scheduled`. + # `new`, `active`, `inactive`, or `scheduled`. # @param [String] fleet The SID or unique name of the Fleet to which a list of # Sims are assigned. # @param [String] iccid The # [ICCID](https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID) # associated with a Super SIM to filter the list by. Passing this parameter will @@ -207,11 +207,11 @@ # Update the SimInstance # @param [String] unique_name An application-defined string that uniquely # identifies the resource. It can be used in place of the resource's `sid` in the # URL to address the resource. # @param [sim.StatusUpdate] status The new status of the resource. Can be: - # `active`, `deactivated`, or `inactive`. See the [Super SIM Status + # `active` or `inactive`. See the [Super SIM Status # Values](https://www.twilio.com/docs/iot/supersim/api/sim-resource#status-values) # for more info. # @param [String] fleet The SID or unique name of the Fleet to which the SIM # resource should be assigned. # @return [SimInstance] Updated SimInstance @@ -348,10 +348,10 @@ # Update the SimInstance # @param [String] unique_name An application-defined string that uniquely # identifies the resource. It can be used in place of the resource's `sid` in the # URL to address the resource. # @param [sim.StatusUpdate] status The new status of the resource. Can be: - # `active`, `deactivated`, or `inactive`. See the [Super SIM Status + # `active` or `inactive`. See the [Super SIM Status # Values](https://www.twilio.com/docs/iot/supersim/api/sim-resource#status-values) # for more info. # @param [String] fleet The SID or unique name of the Fleet to which the SIM # resource should be assigned. # @return [SimInstance] Updated SimInstance \ No newline at end of file