aws-sdk-chimesdkmediapipelines 1.33.0 → 1.34.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: a0c6dbf995d6e640db60b6adebccd9be752924d6485241d2828288c2730eec53
4
+ data.tar.gz: 1cb09d6a054fc3ccf60fdaf3a76b0cde27d936a134860b78ac7f461f36865795
5
5
  SHA512:
6
- metadata.gz: '08c56bdb916c108eb5f89635032097964ab089c74da76a686b4bfe084751529b6f60be64eb3bed2ca49b69196b5796bcf47f23a583e8ee96e380ea9a2c03aaa0'
7
- data.tar.gz: 913c09a26eb594b2706e58854875b21a7b7e6e9da8901cca4f497a1fe3aa3226b4bb95d23cab1aabb2fcc6a0d39cfe6b6307387904b4008f82c0f2e7f60b2c58
6
+ metadata.gz: bb946c99afa7c9e055dfd9de0aa5b2f08872981e9711c01888b76e96dcf9cb238813354b942c36bd2a5c2bab50db80db0711048fbceb148f95882f8922159243
7
+ data.tar.gz: 1c9572c790f35848bc52c014af8ed25aa9484c0129f1b9a9b8ffa004ab95decfad21c00f5e262d11ac84fcafe775fcad9397cbce7166694cd75ec66d733e835d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2024-11-08)
5
+ ------------------
6
+
7
+ * 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.
8
+
4
9
  1.33.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.0
@@ -475,6 +475,26 @@ module Aws::ChimeSDKMediaPipelines
475
475
  # The configuration for a specified media pipeline. `SourceType` must be
476
476
  # `ChimeSdkMeeting`.
477
477
  #
478
+ # @option params [Types::SseAwsKeyManagementParams] :sse_aws_key_management_params
479
+ # An object that contains server side encryption parameters to be used
480
+ # by media capture pipeline. The parameters can also be used by media
481
+ # concatenation pipeline taking media capture pipeline as a media
482
+ # source.
483
+ #
484
+ # @option params [String] :sink_iam_role_arn
485
+ # The Amazon Resource Name (ARN) of the sink role to be used with
486
+ # `AwsKmsKeyId` in `SseAwsKeyManagementParams`. Can only interact with
487
+ # `S3Bucket` sink type. The role must belong to the caller’s account and
488
+ # be able to act on behalf of the caller during the API call. All
489
+ # minimum policy permissions requirements for the caller to perform
490
+ # sink-related actions are the same for `SinkIamRoleArn`.
491
+ #
492
+ # Additionally, the role must have permission to `kms:GenerateDataKey`
493
+ # using KMS key supplied as `AwsKmsKeyId` in
494
+ # `SseAwsKeyManagementParams`. If media concatenation will be required
495
+ # later, the role must also have permission to `kms:Decrypt` for the
496
+ # same KMS key.
497
+ #
478
498
  # @option params [Array<Types::Tag>] :tags
479
499
  # The tag key-value pairs.
480
500
  #
@@ -543,6 +563,11 @@ module Aws::ChimeSDKMediaPipelines
543
563
  # },
544
564
  # },
545
565
  # },
566
+ # sse_aws_key_management_params: {
567
+ # aws_kms_key_id: "String", # required
568
+ # aws_kms_encryption_context: "String",
569
+ # },
570
+ # sink_iam_role_arn: "Arn",
546
571
  # tags: [
547
572
  # {
548
573
  # key: "TagKey", # required
@@ -589,6 +614,9 @@ module Aws::ChimeSDKMediaPipelines
589
614
  # 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
615
  # resp.media_capture_pipeline.chime_sdk_meeting_configuration.artifacts_configuration.composited_video.grid_view_configuration.video_attribute.border_thickness #=> Integer
591
616
  # resp.media_capture_pipeline.chime_sdk_meeting_configuration.artifacts_configuration.composited_video.grid_view_configuration.canvas_orientation #=> String, one of "Landscape", "Portrait"
617
+ # resp.media_capture_pipeline.sse_aws_key_management_params.aws_kms_key_id #=> String
618
+ # resp.media_capture_pipeline.sse_aws_key_management_params.aws_kms_encryption_context #=> String
619
+ # resp.media_capture_pipeline.sink_iam_role_arn #=> String
592
620
  #
593
621
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaCapturePipeline AWS API Documentation
594
622
  #
@@ -1484,6 +1512,9 @@ module Aws::ChimeSDKMediaPipelines
1484
1512
  # 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
1513
  # resp.media_capture_pipeline.chime_sdk_meeting_configuration.artifacts_configuration.composited_video.grid_view_configuration.video_attribute.border_thickness #=> Integer
1486
1514
  # resp.media_capture_pipeline.chime_sdk_meeting_configuration.artifacts_configuration.composited_video.grid_view_configuration.canvas_orientation #=> String, one of "Landscape", "Portrait"
1515
+ # resp.media_capture_pipeline.sse_aws_key_management_params.aws_kms_key_id #=> String
1516
+ # resp.media_capture_pipeline.sse_aws_key_management_params.aws_kms_encryption_context #=> String
1517
+ # resp.media_capture_pipeline.sink_iam_role_arn #=> String
1487
1518
  #
1488
1519
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaCapturePipeline AWS API Documentation
1489
1520
  #
@@ -1638,6 +1669,9 @@ module Aws::ChimeSDKMediaPipelines
1638
1669
  # 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
1670
  # resp.media_pipeline.media_capture_pipeline.chime_sdk_meeting_configuration.artifacts_configuration.composited_video.grid_view_configuration.video_attribute.border_thickness #=> Integer
1640
1671
  # resp.media_pipeline.media_capture_pipeline.chime_sdk_meeting_configuration.artifacts_configuration.composited_video.grid_view_configuration.canvas_orientation #=> String, one of "Landscape", "Portrait"
1672
+ # resp.media_pipeline.media_capture_pipeline.sse_aws_key_management_params.aws_kms_key_id #=> String
1673
+ # resp.media_pipeline.media_capture_pipeline.sse_aws_key_management_params.aws_kms_encryption_context #=> String
1674
+ # resp.media_pipeline.media_capture_pipeline.sink_iam_role_arn #=> String
1641
1675
  # resp.media_pipeline.media_live_connector_pipeline.sources #=> Array
1642
1676
  # resp.media_pipeline.media_live_connector_pipeline.sources[0].source_type #=> String, one of "ChimeSdkMeeting"
1643
1677
  # resp.media_pipeline.media_live_connector_pipeline.sources[0].chime_sdk_meeting_live_connector_configuration.arn #=> String
@@ -2559,7 +2593,7 @@ module Aws::ChimeSDKMediaPipelines
2559
2593
  tracer: tracer
2560
2594
  )
2561
2595
  context[:gem_name] = 'aws-sdk-chimesdkmediapipelines'
2562
- context[:gem_version] = '1.33.0'
2596
+ context[:gem_version] = '1.34.0'
2563
2597
  Seahorse::Client::Request.new(handlers, context)
2564
2598
  end
2565
2599
 
@@ -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.34.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -139,6 +139,11 @@ module Aws
139
139
  }?
140
140
  }?
141
141
  },
142
+ ?sse_aws_key_management_params: {
143
+ aws_kms_key_id: ::String,
144
+ aws_kms_encryption_context: ::String?
145
+ },
146
+ ?sink_iam_role_arn: ::String,
142
147
  ?tags: Array[
143
148
  {
144
149
  key: ::String,
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.34.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: 2024-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core