aws-sdk-imagebuilder 1.77.0 → 1.79.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-imagebuilder/client.rb +51 -29
- data/lib/aws-sdk-imagebuilder/client_api.rb +12 -0
- data/lib/aws-sdk-imagebuilder/types.rb +60 -6
- data/lib/aws-sdk-imagebuilder.rb +1 -1
- data/sig/client.rbs +14 -0
- data/sig/types.rbs +8 -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: e4a7744097cfe1de2383b5f514d0e92cd590d0535b7af47b350bd411b0b08fdf
|
4
|
+
data.tar.gz: 11a89be5dc2609bc2c7f753f7b1c38146452399722a2b7b0316dfe796072c2bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 816fe1f3904aa7caee2c839069dfeb324f357dd29ba289694776858a6e0d1001b7efa69f5eb77133fb9ef1e1fb770cefb25ee52e3732136aac4be9c0ca2a7e81
|
7
|
+
data.tar.gz: 6f3ffcbb4676d9ad669c4a79c5bf767b9b35de5d5f431bbc14cefe2dab91a282306ea557dfe67151597b6f08527be7759689d75742ece5bd3f69d02e16f42d7d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.79.0 (2025-04-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add integration with SSM Parameter Store to Image Builder.
|
8
|
+
|
9
|
+
1.78.0 (2025-02-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.77.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.79.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/rest_json
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/rest_json'
|
38
38
|
|
39
39
|
module Aws::Imagebuilder
|
40
40
|
# An API client for Imagebuilder. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -930,6 +930,13 @@ module Aws::Imagebuilder
|
|
930
930
|
# account_id: "AccountId",
|
931
931
|
# },
|
932
932
|
# ],
|
933
|
+
# ssm_parameter_configurations: [
|
934
|
+
# {
|
935
|
+
# ami_account_id: "AccountId",
|
936
|
+
# parameter_name: "SsmParameterName", # required
|
937
|
+
# data_type: "text", # accepts text, aws:ec2:image
|
938
|
+
# },
|
939
|
+
# ],
|
933
940
|
# },
|
934
941
|
# ],
|
935
942
|
# tags: {
|
@@ -2241,6 +2248,10 @@ module Aws::Imagebuilder
|
|
2241
2248
|
# resp.distribution_configuration.distributions[0].fast_launch_configurations[0].launch_template.launch_template_name #=> String
|
2242
2249
|
# resp.distribution_configuration.distributions[0].fast_launch_configurations[0].launch_template.launch_template_version #=> String
|
2243
2250
|
# resp.distribution_configuration.distributions[0].fast_launch_configurations[0].account_id #=> String
|
2251
|
+
# resp.distribution_configuration.distributions[0].ssm_parameter_configurations #=> Array
|
2252
|
+
# resp.distribution_configuration.distributions[0].ssm_parameter_configurations[0].ami_account_id #=> String
|
2253
|
+
# resp.distribution_configuration.distributions[0].ssm_parameter_configurations[0].parameter_name #=> String
|
2254
|
+
# resp.distribution_configuration.distributions[0].ssm_parameter_configurations[0].data_type #=> String, one of "text", "aws:ec2:image"
|
2244
2255
|
# resp.distribution_configuration.timeout_minutes #=> Integer
|
2245
2256
|
# resp.distribution_configuration.date_created #=> String
|
2246
2257
|
# resp.distribution_configuration.date_updated #=> String
|
@@ -2423,6 +2434,10 @@ module Aws::Imagebuilder
|
|
2423
2434
|
# resp.image.distribution_configuration.distributions[0].fast_launch_configurations[0].launch_template.launch_template_name #=> String
|
2424
2435
|
# resp.image.distribution_configuration.distributions[0].fast_launch_configurations[0].launch_template.launch_template_version #=> String
|
2425
2436
|
# resp.image.distribution_configuration.distributions[0].fast_launch_configurations[0].account_id #=> String
|
2437
|
+
# resp.image.distribution_configuration.distributions[0].ssm_parameter_configurations #=> Array
|
2438
|
+
# resp.image.distribution_configuration.distributions[0].ssm_parameter_configurations[0].ami_account_id #=> String
|
2439
|
+
# resp.image.distribution_configuration.distributions[0].ssm_parameter_configurations[0].parameter_name #=> String
|
2440
|
+
# resp.image.distribution_configuration.distributions[0].ssm_parameter_configurations[0].data_type #=> String, one of "text", "aws:ec2:image"
|
2426
2441
|
# resp.image.distribution_configuration.timeout_minutes #=> Integer
|
2427
2442
|
# resp.image.distribution_configuration.date_created #=> String
|
2428
2443
|
# resp.image.distribution_configuration.date_updated #=> String
|
@@ -5364,6 +5379,13 @@ module Aws::Imagebuilder
|
|
5364
5379
|
# account_id: "AccountId",
|
5365
5380
|
# },
|
5366
5381
|
# ],
|
5382
|
+
# ssm_parameter_configurations: [
|
5383
|
+
# {
|
5384
|
+
# ami_account_id: "AccountId",
|
5385
|
+
# parameter_name: "SsmParameterName", # required
|
5386
|
+
# data_type: "text", # accepts text, aws:ec2:image
|
5387
|
+
# },
|
5388
|
+
# ],
|
5367
5389
|
# },
|
5368
5390
|
# ],
|
5369
5391
|
# client_token: "ClientToken", # required
|
@@ -5792,7 +5814,7 @@ module Aws::Imagebuilder
|
|
5792
5814
|
tracer: tracer
|
5793
5815
|
)
|
5794
5816
|
context[:gem_name] = 'aws-sdk-imagebuilder'
|
5795
|
-
context[:gem_version] = '1.
|
5817
|
+
context[:gem_version] = '1.79.0'
|
5796
5818
|
Seahorse::Client::Request.new(handlers, context)
|
5797
5819
|
end
|
5798
5820
|
|
@@ -390,6 +390,10 @@ module Aws::Imagebuilder
|
|
390
390
|
SeverityCounts = Shapes::StructureShape.new(name: 'SeverityCounts')
|
391
391
|
SnsTopicArn = Shapes::StringShape.new(name: 'SnsTopicArn')
|
392
392
|
SourceLayerHash = Shapes::StringShape.new(name: 'SourceLayerHash')
|
393
|
+
SsmParameterConfiguration = Shapes::StructureShape.new(name: 'SsmParameterConfiguration')
|
394
|
+
SsmParameterConfigurationList = Shapes::ListShape.new(name: 'SsmParameterConfigurationList')
|
395
|
+
SsmParameterDataType = Shapes::StringShape.new(name: 'SsmParameterDataType')
|
396
|
+
SsmParameterName = Shapes::StringShape.new(name: 'SsmParameterName')
|
393
397
|
StartImagePipelineExecutionRequest = Shapes::StructureShape.new(name: 'StartImagePipelineExecutionRequest')
|
394
398
|
StartImagePipelineExecutionResponse = Shapes::StructureShape.new(name: 'StartImagePipelineExecutionResponse')
|
395
399
|
StartResourceStateUpdateRequest = Shapes::StructureShape.new(name: 'StartResourceStateUpdateRequest')
|
@@ -896,6 +900,7 @@ module Aws::Imagebuilder
|
|
896
900
|
Distribution.add_member(:launch_template_configurations, Shapes::ShapeRef.new(shape: LaunchTemplateConfigurationList, location_name: "launchTemplateConfigurations"))
|
897
901
|
Distribution.add_member(:s3_export_configuration, Shapes::ShapeRef.new(shape: S3ExportConfiguration, location_name: "s3ExportConfiguration"))
|
898
902
|
Distribution.add_member(:fast_launch_configurations, Shapes::ShapeRef.new(shape: FastLaunchConfigurationList, location_name: "fastLaunchConfigurations"))
|
903
|
+
Distribution.add_member(:ssm_parameter_configurations, Shapes::ShapeRef.new(shape: SsmParameterConfigurationList, location_name: "ssmParameterConfigurations"))
|
899
904
|
Distribution.struct_class = Types::Distribution
|
900
905
|
|
901
906
|
DistributionConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
|
@@ -1923,6 +1928,13 @@ module Aws::Imagebuilder
|
|
1923
1928
|
SeverityCounts.add_member(:medium, Shapes::ShapeRef.new(shape: SeverityCountNumber, location_name: "medium"))
|
1924
1929
|
SeverityCounts.struct_class = Types::SeverityCounts
|
1925
1930
|
|
1931
|
+
SsmParameterConfiguration.add_member(:ami_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "amiAccountId"))
|
1932
|
+
SsmParameterConfiguration.add_member(:parameter_name, Shapes::ShapeRef.new(shape: SsmParameterName, required: true, location_name: "parameterName"))
|
1933
|
+
SsmParameterConfiguration.add_member(:data_type, Shapes::ShapeRef.new(shape: SsmParameterDataType, location_name: "dataType"))
|
1934
|
+
SsmParameterConfiguration.struct_class = Types::SsmParameterConfiguration
|
1935
|
+
|
1936
|
+
SsmParameterConfigurationList.member = Shapes::ShapeRef.new(shape: SsmParameterConfiguration)
|
1937
|
+
|
1926
1938
|
StartImagePipelineExecutionRequest.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, required: true, location_name: "imagePipelineArn"))
|
1927
1939
|
StartImagePipelineExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1928
1940
|
StartImagePipelineExecutionRequest.struct_class = Types::StartImagePipelineExecutionRequest
|
@@ -821,7 +821,9 @@ module Aws::Imagebuilder
|
|
821
821
|
# @return [Boolean]
|
822
822
|
#
|
823
823
|
# @!attribute [rw] parent_image
|
824
|
-
# The base image for the container recipe.
|
824
|
+
# The base image for customizations specified in the container recipe.
|
825
|
+
# This can contain an Image Builder image resource ARN or a container
|
826
|
+
# image URI, for example `amazonlinux:latest`.
|
825
827
|
# @return [String]
|
826
828
|
#
|
827
829
|
# @!attribute [rw] date_created
|
@@ -2314,6 +2316,12 @@ module Aws::Imagebuilder
|
|
2314
2316
|
# distribution.
|
2315
2317
|
# @return [Array<Types::FastLaunchConfiguration>]
|
2316
2318
|
#
|
2319
|
+
# @!attribute [rw] ssm_parameter_configurations
|
2320
|
+
# Contains settings to update Amazon Web Services Systems Manager
|
2321
|
+
# (SSM) Parameter Store Parameters with output AMI IDs from the build
|
2322
|
+
# by target Region.
|
2323
|
+
# @return [Array<Types::SsmParameterConfiguration>]
|
2324
|
+
#
|
2317
2325
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/Distribution AWS API Documentation
|
2318
2326
|
#
|
2319
2327
|
class Distribution < Struct.new(
|
@@ -2323,7 +2331,8 @@ module Aws::Imagebuilder
|
|
2323
2331
|
:license_configuration_arns,
|
2324
2332
|
:launch_template_configurations,
|
2325
2333
|
:s3_export_configuration,
|
2326
|
-
:fast_launch_configurations
|
2334
|
+
:fast_launch_configurations,
|
2335
|
+
:ssm_parameter_configurations)
|
2327
2336
|
SENSITIVE = []
|
2328
2337
|
include Aws::Structure
|
2329
2338
|
end
|
@@ -3745,7 +3754,18 @@ module Aws::Imagebuilder
|
|
3745
3754
|
# @return [Array<Types::ComponentConfiguration>]
|
3746
3755
|
#
|
3747
3756
|
# @!attribute [rw] parent_image
|
3748
|
-
# The base image
|
3757
|
+
# The base image for customizations specified in the image recipe. You
|
3758
|
+
# can specify the parent image using one of the following options:
|
3759
|
+
#
|
3760
|
+
# * AMI ID
|
3761
|
+
#
|
3762
|
+
# * Image Builder image Amazon Resource Name (ARN)
|
3763
|
+
#
|
3764
|
+
# * Amazon Web Services Systems Manager (SSM) Parameter Store
|
3765
|
+
# Parameter, prefixed by `ssm:`, followed by the parameter name or
|
3766
|
+
# ARN.
|
3767
|
+
#
|
3768
|
+
# * Amazon Web Services Marketplace product ID
|
3749
3769
|
# @return [String]
|
3750
3770
|
#
|
3751
3771
|
# @!attribute [rw] block_device_mappings
|
@@ -4814,9 +4834,13 @@ module Aws::Imagebuilder
|
|
4814
4834
|
# an instance used for building and testing container images.
|
4815
4835
|
#
|
4816
4836
|
# @!attribute [rw] image
|
4817
|
-
# The
|
4818
|
-
#
|
4819
|
-
#
|
4837
|
+
# The base image for a container build and test instance. This can
|
4838
|
+
# contain an AMI ID or it can specify an Amazon Web Services Systems
|
4839
|
+
# Manager (SSM) Parameter Store Parameter, prefixed by `ssm:`,
|
4840
|
+
# followed by the parameter name or ARN.
|
4841
|
+
#
|
4842
|
+
# If not specified, Image Builder uses the appropriate ECS-optimized
|
4843
|
+
# AMI as a base image.
|
4820
4844
|
# @return [String]
|
4821
4845
|
#
|
4822
4846
|
# @!attribute [rw] block_device_mappings
|
@@ -7604,6 +7628,36 @@ module Aws::Imagebuilder
|
|
7604
7628
|
include Aws::Structure
|
7605
7629
|
end
|
7606
7630
|
|
7631
|
+
# Configuration for a single Parameter in the Amazon Web Services
|
7632
|
+
# Systems Manager (SSM) Parameter Store in a given Region.
|
7633
|
+
#
|
7634
|
+
# @!attribute [rw] ami_account_id
|
7635
|
+
# Specify the account that will own the Parameter in a given Region.
|
7636
|
+
# During distribution, this account must be specified in distribution
|
7637
|
+
# settings as a target account for the Region.
|
7638
|
+
# @return [String]
|
7639
|
+
#
|
7640
|
+
# @!attribute [rw] parameter_name
|
7641
|
+
# This is the name of the Parameter in the target Region or account.
|
7642
|
+
# The image distribution creates the Parameter if it doesn't already
|
7643
|
+
# exist. Otherwise, it updates the parameter.
|
7644
|
+
# @return [String]
|
7645
|
+
#
|
7646
|
+
# @!attribute [rw] data_type
|
7647
|
+
# The data type specifies what type of value the Parameter contains.
|
7648
|
+
# We recommend that you use data type `aws:ec2:image`.
|
7649
|
+
# @return [String]
|
7650
|
+
#
|
7651
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/SsmParameterConfiguration AWS API Documentation
|
7652
|
+
#
|
7653
|
+
class SsmParameterConfiguration < Struct.new(
|
7654
|
+
:ami_account_id,
|
7655
|
+
:parameter_name,
|
7656
|
+
:data_type)
|
7657
|
+
SENSITIVE = []
|
7658
|
+
include Aws::Structure
|
7659
|
+
end
|
7660
|
+
|
7607
7661
|
# @!attribute [rw] image_pipeline_arn
|
7608
7662
|
# The Amazon Resource Name (ARN) of the image pipeline that you want
|
7609
7663
|
# to manually invoke.
|
data/lib/aws-sdk-imagebuilder.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -244,6 +244,13 @@ module Aws
|
|
244
244
|
}?,
|
245
245
|
account_id: ::String?
|
246
246
|
},
|
247
|
+
]?,
|
248
|
+
ssm_parameter_configurations: Array[
|
249
|
+
{
|
250
|
+
ami_account_id: ::String?,
|
251
|
+
parameter_name: ::String,
|
252
|
+
data_type: ("text" | "aws:ec2:image")?
|
253
|
+
},
|
247
254
|
]?
|
248
255
|
},
|
249
256
|
],
|
@@ -1459,6 +1466,13 @@ module Aws
|
|
1459
1466
|
}?,
|
1460
1467
|
account_id: ::String?
|
1461
1468
|
},
|
1469
|
+
]?,
|
1470
|
+
ssm_parameter_configurations: Array[
|
1471
|
+
{
|
1472
|
+
ami_account_id: ::String?,
|
1473
|
+
parameter_name: ::String,
|
1474
|
+
data_type: ("text" | "aws:ec2:image")?
|
1475
|
+
},
|
1462
1476
|
]?
|
1463
1477
|
},
|
1464
1478
|
],
|
data/sig/types.rbs
CHANGED
@@ -530,6 +530,7 @@ module Aws::Imagebuilder
|
|
530
530
|
attr_accessor launch_template_configurations: ::Array[Types::LaunchTemplateConfiguration]
|
531
531
|
attr_accessor s3_export_configuration: Types::S3ExportConfiguration
|
532
532
|
attr_accessor fast_launch_configurations: ::Array[Types::FastLaunchConfiguration]
|
533
|
+
attr_accessor ssm_parameter_configurations: ::Array[Types::SsmParameterConfiguration]
|
533
534
|
SENSITIVE: []
|
534
535
|
end
|
535
536
|
|
@@ -1837,6 +1838,13 @@ module Aws::Imagebuilder
|
|
1837
1838
|
SENSITIVE: []
|
1838
1839
|
end
|
1839
1840
|
|
1841
|
+
class SsmParameterConfiguration
|
1842
|
+
attr_accessor ami_account_id: ::String
|
1843
|
+
attr_accessor parameter_name: ::String
|
1844
|
+
attr_accessor data_type: ("text" | "aws:ec2:image")
|
1845
|
+
SENSITIVE: []
|
1846
|
+
end
|
1847
|
+
|
1840
1848
|
class StartImagePipelineExecutionRequest
|
1841
1849
|
attr_accessor image_pipeline_arn: ::String
|
1842
1850
|
attr_accessor client_token: ::String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-imagebuilder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.79.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: 2025-
|
11
|
+
date: 2025-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|