aws-sdk-medialive 1.127.0 → 1.128.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +44 -1
- data/lib/aws-sdk-medialive/client_api.rb +10 -0
- data/lib/aws-sdk-medialive/types.rb +27 -3
- data/lib/aws-sdk-medialive.rb +1 -1
- data/sig/client.rbs +20 -1
- data/sig/types.rbs +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: faa37629e91849bf2fe9c3599bc382409c7d6563017a001a24233ca8e777f0bb
|
|
4
|
+
data.tar.gz: e3bd361d97aa8cd920d5339ab246fb4f987431d141b59e0fb809c52d2a9b86e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1073eba8a57abb7dc507ca27ca712b3fc6e236a750e17e15b815077717f0d03b2af307891c202779620de575a5174c7d9d76ef2ffe8b6addc6e8827c02aa6b2
|
|
7
|
+
data.tar.gz: fcbbae8fa59a3e13996fdfcc95e0b3c07c0c105e4381b44dee0fc6de6432fc260d2aa95d2e800e4b4c4bdc134eb7ed54baf23f98e52513a28883cae0c162d377
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.128.0
|
|
@@ -2016,6 +2016,11 @@ module Aws::MediaLive
|
|
|
2016
2016
|
# resp.multiplex_program.packet_identifiers_map.scte_35_pid #=> Integer
|
|
2017
2017
|
# resp.multiplex_program.packet_identifiers_map.timed_metadata_pid #=> Integer
|
|
2018
2018
|
# resp.multiplex_program.packet_identifiers_map.video_pid #=> Integer
|
|
2019
|
+
# resp.multiplex_program.packet_identifiers_map.arib_captions_pid #=> Integer
|
|
2020
|
+
# resp.multiplex_program.packet_identifiers_map.dvb_teletext_pids #=> Array
|
|
2021
|
+
# resp.multiplex_program.packet_identifiers_map.dvb_teletext_pids[0] #=> Integer
|
|
2022
|
+
# resp.multiplex_program.packet_identifiers_map.ecm_pid #=> Integer
|
|
2023
|
+
# resp.multiplex_program.packet_identifiers_map.smpte_2038_pid #=> Integer
|
|
2019
2024
|
# resp.multiplex_program.pipeline_details #=> Array
|
|
2020
2025
|
# resp.multiplex_program.pipeline_details[0].active_channel_pipeline #=> String
|
|
2021
2026
|
# resp.multiplex_program.pipeline_details[0].pipeline_id #=> String
|
|
@@ -2995,6 +3000,11 @@ module Aws::MediaLive
|
|
|
2995
3000
|
# resp.packet_identifiers_map.scte_35_pid #=> Integer
|
|
2996
3001
|
# resp.packet_identifiers_map.timed_metadata_pid #=> Integer
|
|
2997
3002
|
# resp.packet_identifiers_map.video_pid #=> Integer
|
|
3003
|
+
# resp.packet_identifiers_map.arib_captions_pid #=> Integer
|
|
3004
|
+
# resp.packet_identifiers_map.dvb_teletext_pids #=> Array
|
|
3005
|
+
# resp.packet_identifiers_map.dvb_teletext_pids[0] #=> Integer
|
|
3006
|
+
# resp.packet_identifiers_map.ecm_pid #=> Integer
|
|
3007
|
+
# resp.packet_identifiers_map.smpte_2038_pid #=> Integer
|
|
2998
3008
|
# resp.pipeline_details #=> Array
|
|
2999
3009
|
# resp.pipeline_details[0].active_channel_pipeline #=> String
|
|
3000
3010
|
# resp.pipeline_details[0].pipeline_id #=> String
|
|
@@ -4238,6 +4248,11 @@ module Aws::MediaLive
|
|
|
4238
4248
|
# resp.packet_identifiers_map.scte_35_pid #=> Integer
|
|
4239
4249
|
# resp.packet_identifiers_map.timed_metadata_pid #=> Integer
|
|
4240
4250
|
# resp.packet_identifiers_map.video_pid #=> Integer
|
|
4251
|
+
# resp.packet_identifiers_map.arib_captions_pid #=> Integer
|
|
4252
|
+
# resp.packet_identifiers_map.dvb_teletext_pids #=> Array
|
|
4253
|
+
# resp.packet_identifiers_map.dvb_teletext_pids[0] #=> Integer
|
|
4254
|
+
# resp.packet_identifiers_map.ecm_pid #=> Integer
|
|
4255
|
+
# resp.packet_identifiers_map.smpte_2038_pid #=> Integer
|
|
4241
4256
|
# resp.pipeline_details #=> Array
|
|
4242
4257
|
# resp.pipeline_details[0].active_channel_pipeline #=> String
|
|
4243
4258
|
# resp.pipeline_details[0].pipeline_id #=> String
|
|
@@ -8770,6 +8785,8 @@ module Aws::MediaLive
|
|
|
8770
8785
|
#
|
|
8771
8786
|
# @option params [String] :name
|
|
8772
8787
|
#
|
|
8788
|
+
# @option params [Hash<String,Types::MultiplexProgramPacketIdentifiersMap>] :packet_identifiers_mapping
|
|
8789
|
+
#
|
|
8773
8790
|
# @return [Types::UpdateMultiplexResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
8774
8791
|
#
|
|
8775
8792
|
# * {Types::UpdateMultiplexResponse#multiplex #multiplex} => Types::Multiplex
|
|
@@ -8785,6 +8802,27 @@ module Aws::MediaLive
|
|
|
8785
8802
|
# transport_stream_reserved_bitrate: 1,
|
|
8786
8803
|
# },
|
|
8787
8804
|
# name: "__string",
|
|
8805
|
+
# packet_identifiers_mapping: {
|
|
8806
|
+
# "__string" => {
|
|
8807
|
+
# audio_pids: [1],
|
|
8808
|
+
# dvb_sub_pids: [1],
|
|
8809
|
+
# dvb_teletext_pid: 1,
|
|
8810
|
+
# etv_platform_pid: 1,
|
|
8811
|
+
# etv_signal_pid: 1,
|
|
8812
|
+
# klv_data_pids: [1],
|
|
8813
|
+
# pcr_pid: 1,
|
|
8814
|
+
# pmt_pid: 1,
|
|
8815
|
+
# private_metadata_pid: 1,
|
|
8816
|
+
# scte_27_pids: [1],
|
|
8817
|
+
# scte_35_pid: 1,
|
|
8818
|
+
# timed_metadata_pid: 1,
|
|
8819
|
+
# video_pid: 1,
|
|
8820
|
+
# arib_captions_pid: 1,
|
|
8821
|
+
# dvb_teletext_pids: [1],
|
|
8822
|
+
# ecm_pid: 1,
|
|
8823
|
+
# smpte_2038_pid: 1,
|
|
8824
|
+
# },
|
|
8825
|
+
# },
|
|
8788
8826
|
# })
|
|
8789
8827
|
#
|
|
8790
8828
|
# @example Response structure
|
|
@@ -8879,6 +8917,11 @@ module Aws::MediaLive
|
|
|
8879
8917
|
# resp.multiplex_program.packet_identifiers_map.scte_35_pid #=> Integer
|
|
8880
8918
|
# resp.multiplex_program.packet_identifiers_map.timed_metadata_pid #=> Integer
|
|
8881
8919
|
# resp.multiplex_program.packet_identifiers_map.video_pid #=> Integer
|
|
8920
|
+
# resp.multiplex_program.packet_identifiers_map.arib_captions_pid #=> Integer
|
|
8921
|
+
# resp.multiplex_program.packet_identifiers_map.dvb_teletext_pids #=> Array
|
|
8922
|
+
# resp.multiplex_program.packet_identifiers_map.dvb_teletext_pids[0] #=> Integer
|
|
8923
|
+
# resp.multiplex_program.packet_identifiers_map.ecm_pid #=> Integer
|
|
8924
|
+
# resp.multiplex_program.packet_identifiers_map.smpte_2038_pid #=> Integer
|
|
8882
8925
|
# resp.multiplex_program.pipeline_details #=> Array
|
|
8883
8926
|
# resp.multiplex_program.pipeline_details[0].active_channel_pipeline #=> String
|
|
8884
8927
|
# resp.multiplex_program.pipeline_details[0].pipeline_id #=> String
|
|
@@ -11246,7 +11289,7 @@ module Aws::MediaLive
|
|
|
11246
11289
|
params: params,
|
|
11247
11290
|
config: config)
|
|
11248
11291
|
context[:gem_name] = 'aws-sdk-medialive'
|
|
11249
|
-
context[:gem_version] = '1.
|
|
11292
|
+
context[:gem_version] = '1.128.0'
|
|
11250
11293
|
Seahorse::Client::Request.new(handlers, context)
|
|
11251
11294
|
end
|
|
11252
11295
|
|
|
@@ -608,6 +608,7 @@ module Aws::MediaLive
|
|
|
608
608
|
MultiplexMediaConnectOutputDestinationSettings = Shapes::StructureShape.new(name: 'MultiplexMediaConnectOutputDestinationSettings')
|
|
609
609
|
MultiplexOutputDestination = Shapes::StructureShape.new(name: 'MultiplexOutputDestination')
|
|
610
610
|
MultiplexOutputSettings = Shapes::StructureShape.new(name: 'MultiplexOutputSettings')
|
|
611
|
+
MultiplexPacketIdentifiersMapping = Shapes::MapShape.new(name: 'MultiplexPacketIdentifiersMapping')
|
|
611
612
|
MultiplexProgram = Shapes::StructureShape.new(name: 'MultiplexProgram')
|
|
612
613
|
MultiplexProgramChannelDestinationSettings = Shapes::StructureShape.new(name: 'MultiplexProgramChannelDestinationSettings')
|
|
613
614
|
MultiplexProgramPacketIdentifiersMap = Shapes::StructureShape.new(name: 'MultiplexProgramPacketIdentifiersMap')
|
|
@@ -3385,6 +3386,9 @@ module Aws::MediaLive
|
|
|
3385
3386
|
MultiplexOutputSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
|
|
3386
3387
|
MultiplexOutputSettings.struct_class = Types::MultiplexOutputSettings
|
|
3387
3388
|
|
|
3389
|
+
MultiplexPacketIdentifiersMapping.key = Shapes::ShapeRef.new(shape: __string)
|
|
3390
|
+
MultiplexPacketIdentifiersMapping.value = Shapes::ShapeRef.new(shape: MultiplexProgramPacketIdentifiersMap)
|
|
3391
|
+
|
|
3388
3392
|
MultiplexProgram.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelId"))
|
|
3389
3393
|
MultiplexProgram.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
|
|
3390
3394
|
MultiplexProgram.add_member(:packet_identifiers_map, Shapes::ShapeRef.new(shape: MultiplexProgramPacketIdentifiersMap, location_name: "packetIdentifiersMap"))
|
|
@@ -3409,6 +3413,10 @@ module Aws::MediaLive
|
|
|
3409
3413
|
MultiplexProgramPacketIdentifiersMap.add_member(:scte_35_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "scte35Pid"))
|
|
3410
3414
|
MultiplexProgramPacketIdentifiersMap.add_member(:timed_metadata_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "timedMetadataPid"))
|
|
3411
3415
|
MultiplexProgramPacketIdentifiersMap.add_member(:video_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "videoPid"))
|
|
3416
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:arib_captions_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "aribCaptionsPid"))
|
|
3417
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:dvb_teletext_pids, Shapes::ShapeRef.new(shape: __listOf__integer, location_name: "dvbTeletextPids"))
|
|
3418
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:ecm_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "ecmPid"))
|
|
3419
|
+
MultiplexProgramPacketIdentifiersMap.add_member(:smpte_2038_pid, Shapes::ShapeRef.new(shape: __integer, location_name: "smpte2038Pid"))
|
|
3412
3420
|
MultiplexProgramPacketIdentifiersMap.struct_class = Types::MultiplexProgramPacketIdentifiersMap
|
|
3413
3421
|
|
|
3414
3422
|
MultiplexProgramPipelineDetail.add_member(:active_channel_pipeline, Shapes::ShapeRef.new(shape: __string, location_name: "activeChannelPipeline"))
|
|
@@ -4500,6 +4508,7 @@ module Aws::MediaLive
|
|
|
4500
4508
|
|
|
4501
4509
|
UpdateMultiplex.add_member(:multiplex_settings, Shapes::ShapeRef.new(shape: MultiplexSettings, location_name: "multiplexSettings"))
|
|
4502
4510
|
UpdateMultiplex.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
|
4511
|
+
UpdateMultiplex.add_member(:packet_identifiers_mapping, Shapes::ShapeRef.new(shape: MultiplexPacketIdentifiersMapping, location_name: "packetIdentifiersMapping"))
|
|
4503
4512
|
UpdateMultiplex.struct_class = Types::UpdateMultiplex
|
|
4504
4513
|
|
|
4505
4514
|
UpdateMultiplexProgram.add_member(:multiplex_program_settings, Shapes::ShapeRef.new(shape: MultiplexProgramSettings, location_name: "multiplexProgramSettings"))
|
|
@@ -4519,6 +4528,7 @@ module Aws::MediaLive
|
|
|
4519
4528
|
UpdateMultiplexRequest.add_member(:multiplex_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "multiplexId"))
|
|
4520
4529
|
UpdateMultiplexRequest.add_member(:multiplex_settings, Shapes::ShapeRef.new(shape: MultiplexSettings, location_name: "multiplexSettings"))
|
|
4521
4530
|
UpdateMultiplexRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
|
4531
|
+
UpdateMultiplexRequest.add_member(:packet_identifiers_mapping, Shapes::ShapeRef.new(shape: MultiplexPacketIdentifiersMapping, location_name: "packetIdentifiersMapping"))
|
|
4522
4532
|
UpdateMultiplexRequest.struct_class = Types::UpdateMultiplexRequest
|
|
4523
4533
|
|
|
4524
4534
|
UpdateMultiplexResponse.add_member(:multiplex, Shapes::ShapeRef.new(shape: Multiplex, location_name: "multiplex"))
|
|
@@ -9393,6 +9393,18 @@ module Aws::MediaLive
|
|
|
9393
9393
|
# @!attribute [rw] video_pid
|
|
9394
9394
|
# @return [Integer]
|
|
9395
9395
|
#
|
|
9396
|
+
# @!attribute [rw] arib_captions_pid
|
|
9397
|
+
# @return [Integer]
|
|
9398
|
+
#
|
|
9399
|
+
# @!attribute [rw] dvb_teletext_pids
|
|
9400
|
+
# @return [Array<Integer>]
|
|
9401
|
+
#
|
|
9402
|
+
# @!attribute [rw] ecm_pid
|
|
9403
|
+
# @return [Integer]
|
|
9404
|
+
#
|
|
9405
|
+
# @!attribute [rw] smpte_2038_pid
|
|
9406
|
+
# @return [Integer]
|
|
9407
|
+
#
|
|
9396
9408
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexProgramPacketIdentifiersMap AWS API Documentation
|
|
9397
9409
|
#
|
|
9398
9410
|
class MultiplexProgramPacketIdentifiersMap < Struct.new(
|
|
@@ -9408,7 +9420,11 @@ module Aws::MediaLive
|
|
|
9408
9420
|
:scte_27_pids,
|
|
9409
9421
|
:scte_35_pid,
|
|
9410
9422
|
:timed_metadata_pid,
|
|
9411
|
-
:video_pid
|
|
9423
|
+
:video_pid,
|
|
9424
|
+
:arib_captions_pid,
|
|
9425
|
+
:dvb_teletext_pids,
|
|
9426
|
+
:ecm_pid,
|
|
9427
|
+
:smpte_2038_pid)
|
|
9412
9428
|
SENSITIVE = []
|
|
9413
9429
|
include Aws::Structure
|
|
9414
9430
|
end
|
|
@@ -12831,11 +12847,15 @@ module Aws::MediaLive
|
|
|
12831
12847
|
# Name of the multiplex.
|
|
12832
12848
|
# @return [String]
|
|
12833
12849
|
#
|
|
12850
|
+
# @!attribute [rw] packet_identifiers_mapping
|
|
12851
|
+
# @return [Hash<String,Types::MultiplexProgramPacketIdentifiersMap>]
|
|
12852
|
+
#
|
|
12834
12853
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateMultiplex AWS API Documentation
|
|
12835
12854
|
#
|
|
12836
12855
|
class UpdateMultiplex < Struct.new(
|
|
12837
12856
|
:multiplex_settings,
|
|
12838
|
-
:name
|
|
12857
|
+
:name,
|
|
12858
|
+
:packet_identifiers_mapping)
|
|
12839
12859
|
SENSITIVE = []
|
|
12840
12860
|
include Aws::Structure
|
|
12841
12861
|
end
|
|
@@ -12906,12 +12926,16 @@ module Aws::MediaLive
|
|
|
12906
12926
|
# @!attribute [rw] name
|
|
12907
12927
|
# @return [String]
|
|
12908
12928
|
#
|
|
12929
|
+
# @!attribute [rw] packet_identifiers_mapping
|
|
12930
|
+
# @return [Hash<String,Types::MultiplexProgramPacketIdentifiersMap>]
|
|
12931
|
+
#
|
|
12909
12932
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateMultiplexRequest AWS API Documentation
|
|
12910
12933
|
#
|
|
12911
12934
|
class UpdateMultiplexRequest < Struct.new(
|
|
12912
12935
|
:multiplex_id,
|
|
12913
12936
|
:multiplex_settings,
|
|
12914
|
-
:name
|
|
12937
|
+
:name,
|
|
12938
|
+
:packet_identifiers_mapping)
|
|
12915
12939
|
SENSITIVE = []
|
|
12916
12940
|
include Aws::Structure
|
|
12917
12941
|
end
|
data/lib/aws-sdk-medialive.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -3404,7 +3404,26 @@ module Aws
|
|
|
3404
3404
|
transport_stream_id: ::Integer,
|
|
3405
3405
|
transport_stream_reserved_bitrate: ::Integer?
|
|
3406
3406
|
},
|
|
3407
|
-
?name: ::String
|
|
3407
|
+
?name: ::String,
|
|
3408
|
+
?packet_identifiers_mapping: Hash[::String, {
|
|
3409
|
+
audio_pids: Array[::Integer]?,
|
|
3410
|
+
dvb_sub_pids: Array[::Integer]?,
|
|
3411
|
+
dvb_teletext_pid: ::Integer?,
|
|
3412
|
+
etv_platform_pid: ::Integer?,
|
|
3413
|
+
etv_signal_pid: ::Integer?,
|
|
3414
|
+
klv_data_pids: Array[::Integer]?,
|
|
3415
|
+
pcr_pid: ::Integer?,
|
|
3416
|
+
pmt_pid: ::Integer?,
|
|
3417
|
+
private_metadata_pid: ::Integer?,
|
|
3418
|
+
scte_27_pids: Array[::Integer]?,
|
|
3419
|
+
scte_35_pid: ::Integer?,
|
|
3420
|
+
timed_metadata_pid: ::Integer?,
|
|
3421
|
+
video_pid: ::Integer?,
|
|
3422
|
+
arib_captions_pid: ::Integer?,
|
|
3423
|
+
dvb_teletext_pids: Array[::Integer]?,
|
|
3424
|
+
ecm_pid: ::Integer?,
|
|
3425
|
+
smpte_2038_pid: ::Integer?
|
|
3426
|
+
}]
|
|
3408
3427
|
) -> _UpdateMultiplexResponseSuccess
|
|
3409
3428
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMultiplexResponseSuccess
|
|
3410
3429
|
|
data/sig/types.rbs
CHANGED
|
@@ -2358,6 +2358,10 @@ module Aws::MediaLive
|
|
|
2358
2358
|
attr_accessor scte_35_pid: ::Integer
|
|
2359
2359
|
attr_accessor timed_metadata_pid: ::Integer
|
|
2360
2360
|
attr_accessor video_pid: ::Integer
|
|
2361
|
+
attr_accessor arib_captions_pid: ::Integer
|
|
2362
|
+
attr_accessor dvb_teletext_pids: ::Array[::Integer]
|
|
2363
|
+
attr_accessor ecm_pid: ::Integer
|
|
2364
|
+
attr_accessor smpte_2038_pid: ::Integer
|
|
2361
2365
|
SENSITIVE: []
|
|
2362
2366
|
end
|
|
2363
2367
|
|
|
@@ -3318,6 +3322,7 @@ module Aws::MediaLive
|
|
|
3318
3322
|
class UpdateMultiplex
|
|
3319
3323
|
attr_accessor multiplex_settings: Types::MultiplexSettings
|
|
3320
3324
|
attr_accessor name: ::String
|
|
3325
|
+
attr_accessor packet_identifiers_mapping: ::Hash[::String, Types::MultiplexProgramPacketIdentifiersMap]
|
|
3321
3326
|
SENSITIVE: []
|
|
3322
3327
|
end
|
|
3323
3328
|
|
|
@@ -3347,6 +3352,7 @@ module Aws::MediaLive
|
|
|
3347
3352
|
attr_accessor multiplex_id: ::String
|
|
3348
3353
|
attr_accessor multiplex_settings: Types::MultiplexSettings
|
|
3349
3354
|
attr_accessor name: ::String
|
|
3355
|
+
attr_accessor packet_identifiers_mapping: ::Hash[::String, Types::MultiplexProgramPacketIdentifiersMap]
|
|
3350
3356
|
SENSITIVE: []
|
|
3351
3357
|
end
|
|
3352
3358
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-medialive
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.128.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-
|
|
11
|
+
date: 2024-08-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|