aws-sdk-chimesdkmediapipelines 1.33.0 → 1.35.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c554e43788fabb0b6cd1b23769c8c7a79a28e3b6f8c1f2311ce3c2e38a8b7a00
4
- data.tar.gz: 5c6f9fd83886cccdd7cf22cf533ea6992bfcba990f8556b2c7b755dc0ca5c8a2
3
+ metadata.gz: 747f0cd014fe2c2beb0b53f6010fbcd177e15eaa6906e8c34c975ff0218277e0
4
+ data.tar.gz: 62bb3ce9cf6e6df6fc26b2f9639ce2328746d1b90afc99f918c74e0fc5ab4e43
5
5
  SHA512:
6
- metadata.gz: '08c56bdb916c108eb5f89635032097964ab089c74da76a686b4bfe084751529b6f60be64eb3bed2ca49b69196b5796bcf47f23a583e8ee96e380ea9a2c03aaa0'
7
- data.tar.gz: 913c09a26eb594b2706e58854875b21a7b7e6e9da8901cca4f497a1fe3aa3226b4bb95d23cab1aabb2fcc6a0d39cfe6b6307387904b4008f82c0f2e7f60b2c58
6
+ metadata.gz: 69d9389e26491a824e0a1e263ad74d6ef66b8d651f2a9963fa5622f1784e114abf50361e7a68785f414b33fab6ead8b28e1e014454f9325c3da62030d0c2747b
7
+ data.tar.gz: 25c0655c021794e78894190841dc8edbe7009c80e1b456c398377b3b7dbe914fb9221c0a319dd20d72d41b0ec2817fb741652871009177f286e81499e7969e64
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2025-01-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.34.0 (2024-11-08)
10
+ ------------------
11
+
12
+ * Feature - Added support for Media Capture Pipeline and Media Concatenation Pipeline for customer managed server side encryption. Now Media Capture Pipeline can use IAM sink role to get access to KMS key and encrypt/decrypt recorded artifacts. KMS key ID can also be supplied with encryption context.
13
+
4
14
  1.33.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.35.0
@@ -257,11 +257,34 @@ module Aws::ChimeSDKMediaPipelines
257
257
  # Used when loading credentials from the shared credentials file
258
258
  # at HOME/.aws/credentials. When not specified, 'default' is used.
259
259
  #
260
+ # @option options [String] :request_checksum_calculation ("when_supported")
261
+ # Determines when a checksum will be calculated for request payloads. Values are:
262
+ #
263
+ # * `when_supported` - (default) When set, a checksum will be
264
+ # calculated for all request payloads of operations modeled with the
265
+ # `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
266
+ # `requestAlgorithmMember` is modeled.
267
+ # * `when_required` - When set, a checksum will only be calculated for
268
+ # request payloads of operations modeled with the `httpChecksum` trait where
269
+ # `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
270
+ # is modeled and supplied.
271
+ #
260
272
  # @option options [Integer] :request_min_compression_size_bytes (10240)
261
273
  # The minimum size in bytes that triggers compression for request
262
274
  # bodies. The value must be non-negative integer value between 0
263
275
  # and 10485780 bytes inclusive.
264
276
  #
277
+ # @option options [String] :response_checksum_validation ("when_supported")
278
+ # Determines when checksum validation will be performed on response payloads. Values are:
279
+ #
280
+ # * `when_supported` - (default) When set, checksum validation is performed on all
281
+ # response payloads of operations modeled with the `httpChecksum` trait where
282
+ # `responseAlgorithms` is modeled, except when no modeled checksum algorithms
283
+ # are supported.
284
+ # * `when_required` - When set, checksum validation is not performed on
285
+ # response payloads of operations unless the checksum algorithm is supported and
286
+ # the `requestValidationModeMember` member is set to `ENABLED`.
287
+ #
265
288
  # @option options [Proc] :retry_backoff
266
289
  # A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
267
290
  # This option is only used in the `legacy` retry mode.
@@ -475,6 +498,26 @@ module Aws::ChimeSDKMediaPipelines
475
498
  # The configuration for a specified media pipeline. `SourceType` must be
476
499
  # `ChimeSdkMeeting`.
477
500
  #
501
+ # @option params [Types::SseAwsKeyManagementParams] :sse_aws_key_management_params
502
+ # An object that contains server side encryption parameters to be used
503
+ # by media capture pipeline. The parameters can also be used by media
504
+ # concatenation pipeline taking media capture pipeline as a media
505
+ # source.
506
+ #
507
+ # @option params [String] :sink_iam_role_arn
508
+ # The Amazon Resource Name (ARN) of the sink role to be used with
509
+ # `AwsKmsKeyId` in `SseAwsKeyManagementParams`. Can only interact with
510
+ # `S3Bucket` sink type. The role must belong to the caller’s account and
511
+ # be able to act on behalf of the caller during the API call. All
512
+ # minimum policy permissions requirements for the caller to perform
513
+ # sink-related actions are the same for `SinkIamRoleArn`.
514
+ #
515
+ # Additionally, the role must have permission to `kms:GenerateDataKey`
516
+ # using KMS key supplied as `AwsKmsKeyId` in
517
+ # `SseAwsKeyManagementParams`. If media concatenation will be required
518
+ # later, the role must also have permission to `kms:Decrypt` for the
519
+ # same KMS key.
520
+ #
478
521
  # @option params [Array<Types::Tag>] :tags
479
522
  # The tag key-value pairs.
480
523
  #
@@ -543,6 +586,11 @@ module Aws::ChimeSDKMediaPipelines
543
586
  # },
544
587
  # },
545
588
  # },
589
+ # sse_aws_key_management_params: {
590
+ # aws_kms_key_id: "String", # required
591
+ # aws_kms_encryption_context: "String",
592
+ # },
593
+ # sink_iam_role_arn: "Arn",
546
594
  # tags: [
547
595
  # {
548
596
  # key: "TagKey", # required
@@ -589,6 +637,9 @@ module Aws::ChimeSDKMediaPipelines
589
637
  # resp.media_capture_pipeline.chime_sdk_meeting_configuration.artifacts_configuration.composited_video.grid_view_configuration.video_attribute.highlight_color #=> String, one of "Black", "Blue", "Red", "Green", "White", "Yellow"
590
638
  # resp.media_capture_pipeline.chime_sdk_meeting_configuration.artifacts_configuration.composited_video.grid_view_configuration.video_attribute.border_thickness #=> Integer
591
639
  # resp.media_capture_pipeline.chime_sdk_meeting_configuration.artifacts_configuration.composited_video.grid_view_configuration.canvas_orientation #=> String, one of "Landscape", "Portrait"
640
+ # resp.media_capture_pipeline.sse_aws_key_management_params.aws_kms_key_id #=> String
641
+ # resp.media_capture_pipeline.sse_aws_key_management_params.aws_kms_encryption_context #=> String
642
+ # resp.media_capture_pipeline.sink_iam_role_arn #=> String
592
643
  #
593
644
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaCapturePipeline AWS API Documentation
594
645
  #
@@ -1484,6 +1535,9 @@ module Aws::ChimeSDKMediaPipelines
1484
1535
  # resp.media_capture_pipeline.chime_sdk_meeting_configuration.artifacts_configuration.composited_video.grid_view_configuration.video_attribute.highlight_color #=> String, one of "Black", "Blue", "Red", "Green", "White", "Yellow"
1485
1536
  # resp.media_capture_pipeline.chime_sdk_meeting_configuration.artifacts_configuration.composited_video.grid_view_configuration.video_attribute.border_thickness #=> Integer
1486
1537
  # resp.media_capture_pipeline.chime_sdk_meeting_configuration.artifacts_configuration.composited_video.grid_view_configuration.canvas_orientation #=> String, one of "Landscape", "Portrait"
1538
+ # resp.media_capture_pipeline.sse_aws_key_management_params.aws_kms_key_id #=> String
1539
+ # resp.media_capture_pipeline.sse_aws_key_management_params.aws_kms_encryption_context #=> String
1540
+ # resp.media_capture_pipeline.sink_iam_role_arn #=> String
1487
1541
  #
1488
1542
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaCapturePipeline AWS API Documentation
1489
1543
  #
@@ -1638,6 +1692,9 @@ module Aws::ChimeSDKMediaPipelines
1638
1692
  # resp.media_pipeline.media_capture_pipeline.chime_sdk_meeting_configuration.artifacts_configuration.composited_video.grid_view_configuration.video_attribute.highlight_color #=> String, one of "Black", "Blue", "Red", "Green", "White", "Yellow"
1639
1693
  # resp.media_pipeline.media_capture_pipeline.chime_sdk_meeting_configuration.artifacts_configuration.composited_video.grid_view_configuration.video_attribute.border_thickness #=> Integer
1640
1694
  # resp.media_pipeline.media_capture_pipeline.chime_sdk_meeting_configuration.artifacts_configuration.composited_video.grid_view_configuration.canvas_orientation #=> String, one of "Landscape", "Portrait"
1695
+ # resp.media_pipeline.media_capture_pipeline.sse_aws_key_management_params.aws_kms_key_id #=> String
1696
+ # resp.media_pipeline.media_capture_pipeline.sse_aws_key_management_params.aws_kms_encryption_context #=> String
1697
+ # resp.media_pipeline.media_capture_pipeline.sink_iam_role_arn #=> String
1641
1698
  # resp.media_pipeline.media_live_connector_pipeline.sources #=> Array
1642
1699
  # resp.media_pipeline.media_live_connector_pipeline.sources[0].source_type #=> String, one of "ChimeSdkMeeting"
1643
1700
  # resp.media_pipeline.media_live_connector_pipeline.sources[0].chime_sdk_meeting_live_connector_configuration.arn #=> String
@@ -2559,7 +2616,7 @@ module Aws::ChimeSDKMediaPipelines
2559
2616
  tracer: tracer
2560
2617
  )
2561
2618
  context[:gem_name] = 'aws-sdk-chimesdkmediapipelines'
2562
- context[:gem_version] = '1.33.0'
2619
+ context[:gem_version] = '1.35.0'
2563
2620
  Seahorse::Client::Request.new(handlers, context)
2564
2621
  end
2565
2622
 
@@ -220,6 +220,7 @@ module Aws::ChimeSDKMediaPipelines
220
220
  SourceConfiguration = Shapes::StructureShape.new(name: 'SourceConfiguration')
221
221
  SpeakerSearchTask = Shapes::StructureShape.new(name: 'SpeakerSearchTask')
222
222
  SqsQueueSinkConfiguration = Shapes::StructureShape.new(name: 'SqsQueueSinkConfiguration')
223
+ SseAwsKeyManagementParams = Shapes::StructureShape.new(name: 'SseAwsKeyManagementParams')
223
224
  StartSpeakerSearchTaskRequest = Shapes::StructureShape.new(name: 'StartSpeakerSearchTaskRequest')
224
225
  StartSpeakerSearchTaskResponse = Shapes::StructureShape.new(name: 'StartSpeakerSearchTaskResponse')
225
226
  StartVoiceToneAnalysisTaskRequest = Shapes::StructureShape.new(name: 'StartVoiceToneAnalysisTaskRequest')
@@ -394,6 +395,8 @@ module Aws::ChimeSDKMediaPipelines
394
395
  CreateMediaCapturePipelineRequest.add_member(:sink_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "SinkArn"))
395
396
  CreateMediaCapturePipelineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
396
397
  CreateMediaCapturePipelineRequest.add_member(:chime_sdk_meeting_configuration, Shapes::ShapeRef.new(shape: ChimeSdkMeetingConfiguration, location_name: "ChimeSdkMeetingConfiguration"))
398
+ CreateMediaCapturePipelineRequest.add_member(:sse_aws_key_management_params, Shapes::ShapeRef.new(shape: SseAwsKeyManagementParams, location_name: "SseAwsKeyManagementParams"))
399
+ CreateMediaCapturePipelineRequest.add_member(:sink_iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SinkIamRoleArn"))
397
400
  CreateMediaCapturePipelineRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
398
401
  CreateMediaCapturePipelineRequest.struct_class = Types::CreateMediaCapturePipelineRequest
399
402
 
@@ -657,6 +660,8 @@ module Aws::ChimeSDKMediaPipelines
657
660
  MediaCapturePipeline.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "CreatedTimestamp"))
658
661
  MediaCapturePipeline.add_member(:updated_timestamp, Shapes::ShapeRef.new(shape: Iso8601Timestamp, location_name: "UpdatedTimestamp"))
659
662
  MediaCapturePipeline.add_member(:chime_sdk_meeting_configuration, Shapes::ShapeRef.new(shape: ChimeSdkMeetingConfiguration, location_name: "ChimeSdkMeetingConfiguration"))
663
+ MediaCapturePipeline.add_member(:sse_aws_key_management_params, Shapes::ShapeRef.new(shape: SseAwsKeyManagementParams, location_name: "SseAwsKeyManagementParams"))
664
+ MediaCapturePipeline.add_member(:sink_iam_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "SinkIamRoleArn"))
660
665
  MediaCapturePipeline.struct_class = Types::MediaCapturePipeline
661
666
 
662
667
  MediaCapturePipelineSourceConfiguration.add_member(:media_pipeline_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "MediaPipelineArn"))
@@ -859,6 +864,10 @@ module Aws::ChimeSDKMediaPipelines
859
864
  SqsQueueSinkConfiguration.add_member(:insights_target, Shapes::ShapeRef.new(shape: Arn, location_name: "InsightsTarget"))
860
865
  SqsQueueSinkConfiguration.struct_class = Types::SqsQueueSinkConfiguration
861
866
 
867
+ SseAwsKeyManagementParams.add_member(:aws_kms_key_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AwsKmsKeyId"))
868
+ SseAwsKeyManagementParams.add_member(:aws_kms_encryption_context, Shapes::ShapeRef.new(shape: String, location_name: "AwsKmsEncryptionContext"))
869
+ SseAwsKeyManagementParams.struct_class = Types::SseAwsKeyManagementParams
870
+
862
871
  StartSpeakerSearchTaskRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location: "uri", location_name: "identifier"))
863
872
  StartSpeakerSearchTaskRequest.add_member(:voice_profile_domain_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "VoiceProfileDomainArn"))
864
873
  StartSpeakerSearchTaskRequest.add_member(:kinesis_video_stream_source_task_configuration, Shapes::ShapeRef.new(shape: KinesisVideoStreamSourceTaskConfiguration, location_name: "KinesisVideoStreamSourceTaskConfiguration"))
@@ -391,6 +391,12 @@ module Aws::ChimeSDKMediaPipelines
391
391
  #
392
392
  # @!attribute [rw] identify_multiple_languages
393
393
  # Turns language identification on or off for multiple languages.
394
+ #
395
+ # <note markdown="1"> Calls to this API must include a `LanguageCode`, `IdentifyLanguage`,
396
+ # or `IdentifyMultipleLanguages` parameter. If you include more than
397
+ # one of those parameters, your transcription job fails.
398
+ #
399
+ # </note>
394
400
  # @return [Boolean]
395
401
  #
396
402
  # @!attribute [rw] language_options
@@ -818,6 +824,28 @@ module Aws::ChimeSDKMediaPipelines
818
824
  # be `ChimeSdkMeeting`.
819
825
  # @return [Types::ChimeSdkMeetingConfiguration]
820
826
  #
827
+ # @!attribute [rw] sse_aws_key_management_params
828
+ # An object that contains server side encryption parameters to be used
829
+ # by media capture pipeline. The parameters can also be used by media
830
+ # concatenation pipeline taking media capture pipeline as a media
831
+ # source.
832
+ # @return [Types::SseAwsKeyManagementParams]
833
+ #
834
+ # @!attribute [rw] sink_iam_role_arn
835
+ # The Amazon Resource Name (ARN) of the sink role to be used with
836
+ # `AwsKmsKeyId` in `SseAwsKeyManagementParams`. Can only interact with
837
+ # `S3Bucket` sink type. The role must belong to the caller’s account
838
+ # and be able to act on behalf of the caller during the API call. All
839
+ # minimum policy permissions requirements for the caller to perform
840
+ # sink-related actions are the same for `SinkIamRoleArn`.
841
+ #
842
+ # Additionally, the role must have permission to `kms:GenerateDataKey`
843
+ # using KMS key supplied as `AwsKmsKeyId` in
844
+ # `SseAwsKeyManagementParams`. If media concatenation will be required
845
+ # later, the role must also have permission to `kms:Decrypt` for the
846
+ # same KMS key.
847
+ # @return [String]
848
+ #
821
849
  # @!attribute [rw] tags
822
850
  # The tag key-value pairs.
823
851
  # @return [Array<Types::Tag>]
@@ -831,8 +859,10 @@ module Aws::ChimeSDKMediaPipelines
831
859
  :sink_arn,
832
860
  :client_request_token,
833
861
  :chime_sdk_meeting_configuration,
862
+ :sse_aws_key_management_params,
863
+ :sink_iam_role_arn,
834
864
  :tags)
835
- SENSITIVE = [:source_arn, :sink_arn, :client_request_token]
865
+ SENSITIVE = [:source_arn, :sink_arn, :client_request_token, :sink_iam_role_arn]
836
866
  include Aws::Structure
837
867
  end
838
868
 
@@ -2072,6 +2102,18 @@ module Aws::ChimeSDKMediaPipelines
2072
2102
  # be `ChimeSdkMeeting`.
2073
2103
  # @return [Types::ChimeSdkMeetingConfiguration]
2074
2104
  #
2105
+ # @!attribute [rw] sse_aws_key_management_params
2106
+ # An object that contains server side encryption parameters to be used
2107
+ # by media capture pipeline. The parameters can also be used by media
2108
+ # concatenation pipeline taking media capture pipeline as a media
2109
+ # source.
2110
+ # @return [Types::SseAwsKeyManagementParams]
2111
+ #
2112
+ # @!attribute [rw] sink_iam_role_arn
2113
+ # The Amazon Resource Name (ARN) of the sink role to be used with
2114
+ # `AwsKmsKeyId` in `SseAwsKeyManagementParams`.
2115
+ # @return [String]
2116
+ #
2075
2117
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/MediaCapturePipeline AWS API Documentation
2076
2118
  #
2077
2119
  class MediaCapturePipeline < Struct.new(
@@ -2084,8 +2126,10 @@ module Aws::ChimeSDKMediaPipelines
2084
2126
  :sink_arn,
2085
2127
  :created_timestamp,
2086
2128
  :updated_timestamp,
2087
- :chime_sdk_meeting_configuration)
2088
- SENSITIVE = [:source_arn, :sink_arn]
2129
+ :chime_sdk_meeting_configuration,
2130
+ :sse_aws_key_management_params,
2131
+ :sink_iam_role_arn)
2132
+ SENSITIVE = [:source_arn, :sink_arn, :sink_iam_role_arn]
2089
2133
  include Aws::Structure
2090
2134
  end
2091
2135
 
@@ -3003,6 +3047,69 @@ module Aws::ChimeSDKMediaPipelines
3003
3047
  include Aws::Structure
3004
3048
  end
3005
3049
 
3050
+ # Contains server side encryption parameters to be used by media capture
3051
+ # pipeline. The parameters can also be used by media concatenation
3052
+ # pipeline taking media capture pipeline as a media source.
3053
+ #
3054
+ # @!attribute [rw] aws_kms_key_id
3055
+ # The KMS key you want to use to encrypt your media pipeline output.
3056
+ # Decryption is required for concatenation pipeline. If using a key
3057
+ # located in the current Amazon Web Services account, you can specify
3058
+ # your KMS key in one of four ways:
3059
+ #
3060
+ # * Use the KMS key ID itself. For example,
3061
+ # `1234abcd-12ab-34cd-56ef-1234567890ab`.
3062
+ #
3063
+ # * Use an alias for the KMS key ID. For example,
3064
+ # `alias/ExampleAlias`.
3065
+ #
3066
+ # * Use the Amazon Resource Name (ARN) for the KMS key ID. For
3067
+ # example,
3068
+ # `arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab`.
3069
+ #
3070
+ # * Use the ARN for the KMS key alias. For example,
3071
+ # `arn:aws:kms:region:account-ID:alias/ExampleAlias`.
3072
+ #
3073
+ # If using a key located in a different Amazon Web Services account
3074
+ # than the current Amazon Web Services account, you can specify your
3075
+ # KMS key in one of two ways:
3076
+ #
3077
+ # * Use the ARN for the KMS key ID. For example,
3078
+ # `arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab`.
3079
+ #
3080
+ # * Use the ARN for the KMS key alias. For example,
3081
+ # `arn:aws:kms:region:account-ID:alias/ExampleAlias`.
3082
+ #
3083
+ # If you don't specify an encryption key, your output is encrypted
3084
+ # with the default Amazon S3 key (SSE-S3).
3085
+ #
3086
+ # Note that the role specified in the `SinkIamRoleArn` request
3087
+ # parameter must have permission to use the specified KMS key.
3088
+ # @return [String]
3089
+ #
3090
+ # @!attribute [rw] aws_kms_encryption_context
3091
+ # Base64-encoded string of a UTF-8 encoded JSON, which contains the
3092
+ # encryption context as non-secret key-value pair known as encryption
3093
+ # context pairs, that provides an added layer of security for your
3094
+ # data. For more information, see [KMS encryption context][1] and
3095
+ # [Asymmetric keys in KMS][2] in the *Key Management Service Developer
3096
+ # Guide*.
3097
+ #
3098
+ #
3099
+ #
3100
+ # [1]: https://docs.aws.amazon.com/kms/latest/developerguide/encrypt_context.html
3101
+ # [2]: https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html
3102
+ # @return [String]
3103
+ #
3104
+ # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/SseAwsKeyManagementParams AWS API Documentation
3105
+ #
3106
+ class SseAwsKeyManagementParams < Struct.new(
3107
+ :aws_kms_key_id,
3108
+ :aws_kms_encryption_context)
3109
+ SENSITIVE = []
3110
+ include Aws::Structure
3111
+ end
3112
+
3006
3113
  # @!attribute [rw] identifier
3007
3114
  # The unique identifier of the resource to be updated. Valid values
3008
3115
  # include the ID and ARN of the media insights pipeline.
@@ -54,7 +54,7 @@ module Aws::ChimeSDKMediaPipelines
54
54
  autoload :EndpointProvider, 'aws-sdk-chimesdkmediapipelines/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-chimesdkmediapipelines/endpoints'
56
56
 
57
- GEM_VERSION = '1.33.0'
57
+ GEM_VERSION = '1.35.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
@@ -139,6 +141,11 @@ module Aws
139
141
  }?
140
142
  }?
141
143
  },
144
+ ?sse_aws_key_management_params: {
145
+ aws_kms_key_id: ::String,
146
+ aws_kms_encryption_context: ::String?
147
+ },
148
+ ?sink_iam_role_arn: ::String,
142
149
  ?tags: Array[
143
150
  {
144
151
  key: ::String,
data/sig/resource.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
data/sig/types.rbs CHANGED
@@ -162,8 +162,10 @@ module Aws::ChimeSDKMediaPipelines
162
162
  attr_accessor sink_arn: ::String
163
163
  attr_accessor client_request_token: ::String
164
164
  attr_accessor chime_sdk_meeting_configuration: Types::ChimeSdkMeetingConfiguration
165
+ attr_accessor sse_aws_key_management_params: Types::SseAwsKeyManagementParams
166
+ attr_accessor sink_iam_role_arn: ::String
165
167
  attr_accessor tags: ::Array[Types::Tag]
166
- SENSITIVE: [:source_arn, :sink_arn, :client_request_token]
168
+ SENSITIVE: [:source_arn, :sink_arn, :client_request_token, :sink_iam_role_arn]
167
169
  end
168
170
 
169
171
  class CreateMediaCapturePipelineResponse
@@ -533,7 +535,9 @@ module Aws::ChimeSDKMediaPipelines
533
535
  attr_accessor created_timestamp: ::Time
534
536
  attr_accessor updated_timestamp: ::Time
535
537
  attr_accessor chime_sdk_meeting_configuration: Types::ChimeSdkMeetingConfiguration
536
- SENSITIVE: [:source_arn, :sink_arn]
538
+ attr_accessor sse_aws_key_management_params: Types::SseAwsKeyManagementParams
539
+ attr_accessor sink_iam_role_arn: ::String
540
+ SENSITIVE: [:source_arn, :sink_arn, :sink_iam_role_arn]
537
541
  end
538
542
 
539
543
  class MediaCapturePipelineSourceConfiguration
@@ -781,6 +785,12 @@ module Aws::ChimeSDKMediaPipelines
781
785
  SENSITIVE: [:insights_target]
782
786
  end
783
787
 
788
+ class SseAwsKeyManagementParams
789
+ attr_accessor aws_kms_key_id: ::String
790
+ attr_accessor aws_kms_encryption_context: ::String
791
+ SENSITIVE: []
792
+ end
793
+
784
794
  class StartSpeakerSearchTaskRequest
785
795
  attr_accessor identifier: ::String
786
796
  attr_accessor voice_profile_domain_arn: ::String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chimesdkmediapipelines
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.33.0
4
+ version: 1.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2025-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.210.0
22
+ version: 3.216.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.210.0
32
+ version: 3.216.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement