lib/aws-sdk-mediaconnect/client.rb in aws-sdk-mediaconnect-1.24.0 vs lib/aws-sdk-mediaconnect/client.rb in aws-sdk-mediaconnect-1.25.0

- old
+ new

@@ -578,10 +578,11 @@ # resource_id: "__string", # role_arn: "__string", # required # secret_arn: "__string", # url: "__string", # }, + # entitlement_status: "ENABLED", # accepts ENABLED, DISABLED # name: "__string", # subscribers: ["__string"], # required # }, # ], # name: "__string", # required @@ -691,10 +692,11 @@ # resp.flow.entitlements[0].encryption.resource_id #=> String # resp.flow.entitlements[0].encryption.role_arn #=> String # resp.flow.entitlements[0].encryption.secret_arn #=> String # resp.flow.entitlements[0].encryption.url #=> String # resp.flow.entitlements[0].entitlement_arn #=> String + # resp.flow.entitlements[0].entitlement_status #=> String, one of "ENABLED", "DISABLED" # resp.flow.entitlements[0].name #=> String # resp.flow.entitlements[0].subscribers #=> Array # resp.flow.entitlements[0].subscribers[0] #=> String # resp.flow.flow_arn #=> String # resp.flow.name #=> String @@ -861,10 +863,11 @@ # resp.flow.entitlements[0].encryption.resource_id #=> String # resp.flow.entitlements[0].encryption.role_arn #=> String # resp.flow.entitlements[0].encryption.secret_arn #=> String # resp.flow.entitlements[0].encryption.url #=> String # resp.flow.entitlements[0].entitlement_arn #=> String + # resp.flow.entitlements[0].entitlement_status #=> String, one of "ENABLED", "DISABLED" # resp.flow.entitlements[0].name #=> String # resp.flow.entitlements[0].subscribers #=> Array # resp.flow.entitlements[0].subscribers[0] #=> String # resp.flow.flow_arn #=> String # resp.flow.name #=> String @@ -999,10 +1002,11 @@ # resource_id: "__string", # role_arn: "__string", # required # secret_arn: "__string", # url: "__string", # }, + # entitlement_status: "ENABLED", # accepts ENABLED, DISABLED # name: "__string", # subscribers: ["__string"], # required # }, # ], # flow_arn: "__string", # required @@ -1021,10 +1025,11 @@ # resp.entitlements[0].encryption.resource_id #=> String # resp.entitlements[0].encryption.role_arn #=> String # resp.entitlements[0].encryption.secret_arn #=> String # resp.entitlements[0].encryption.url #=> String # resp.entitlements[0].entitlement_arn #=> String + # resp.entitlements[0].entitlement_status #=> String, one of "ENABLED", "DISABLED" # resp.entitlements[0].name #=> String # resp.entitlements[0].subscribers #=> Array # resp.entitlements[0].subscribers[0] #=> String # resp.flow_arn #=> String # @@ -1437,10 +1442,11 @@ # resp.flow.entitlements[0].encryption.resource_id #=> String # resp.flow.entitlements[0].encryption.role_arn #=> String # resp.flow.entitlements[0].encryption.secret_arn #=> String # resp.flow.entitlements[0].encryption.url #=> String # resp.flow.entitlements[0].entitlement_arn #=> String + # resp.flow.entitlements[0].entitlement_status #=> String, one of "ENABLED", "DISABLED" # resp.flow.entitlements[0].name #=> String # resp.flow.entitlements[0].subscribers #=> Array # resp.flow.entitlements[0].subscribers[0] #=> String # resp.flow.flow_arn #=> String # resp.flow.name #=> String @@ -1558,10 +1564,16 @@ # The type of encryption that will be used on the output associated with # this entitlement. # # @option params [required, String] :entitlement_arn # + # @option params [String] :entitlement_status + # An indication of whether you want to enable the entitlement to allow + # access, or disable it to stop streaming content to the subscriber’s + # flow temporarily. If you don’t specify the entitlementStatus field in + # your request, MediaConnect leaves the value unchanged. + # # @option params [required, String] :flow_arn # # @option params [Array<String>] :subscribers # The AWS account IDs that you want to share your content with. The # receiving accounts (subscribers) will be allowed to create their own @@ -1586,10 +1598,11 @@ # role_arn: "__string", # secret_arn: "__string", # url: "__string", # }, # entitlement_arn: "__string", # required + # entitlement_status: "ENABLED", # accepts ENABLED, DISABLED # flow_arn: "__string", # required # subscribers: ["__string"], # }) # # @example Response structure @@ -1604,10 +1617,11 @@ # resp.entitlement.encryption.resource_id #=> String # resp.entitlement.encryption.role_arn #=> String # resp.entitlement.encryption.secret_arn #=> String # resp.entitlement.encryption.url #=> String # resp.entitlement.entitlement_arn #=> String + # resp.entitlement.entitlement_status #=> String, one of "ENABLED", "DISABLED" # resp.entitlement.name #=> String # resp.entitlement.subscribers #=> Array # resp.entitlement.subscribers[0] #=> String # resp.flow_arn #=> String # @@ -1864,10 +1878,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-mediaconnect' - context[:gem_version] = '1.24.0' + context[:gem_version] = '1.25.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated