aws-sdk-servicecatalog 1.87.0 → 1.88.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61cefb5e0bb2d1e9cb9900a220f42e906157f2b9b7853edee55e0458ec2fd7cb
4
- data.tar.gz: 47e7f8fb6ff82a9107caf39b9971d5e872419b21a860342b005253b0d5c964f1
3
+ metadata.gz: 553853a342511efdb76d7e21f0884cce8061a649ec63bc1cc82d15088f75d1d3
4
+ data.tar.gz: 7ed3f805e3c512209bcbac316a300edb68b82af84aff5162ef9dd0f0906136ba
5
5
  SHA512:
6
- metadata.gz: a9b1563bb57a9f7ef0aadf1c8aa2b5ada6141a005cf427d2f3f8b5aceae9aab02341b694c388f8715c1a4ee6f2c04c88f27eaf274fe087c4718de616eaa1ee35
7
- data.tar.gz: 745336deafa8a59408da13845f4e070f27dedb1db803cb25ad1f08e267a9cd33977cc2d61bb99268d950a179a372d475393c40e98c418dc85ea43761c124e214
6
+ metadata.gz: 290f3dd3ab72dd4cacf29df3b7b06563691118d5eeba59439f960dc14652ca735aa4bf50e03b050b32d050a7b867951f474bc1739d677201e07089b3a2b0d978
7
+ data.tar.gz: 22baf40032a38169eecb7968dc921e2da4dc1f155b54402befcdf3ec2aa3702832afdeb3b65fbc48e804235a6b49bce57ded8654e72fee2c83d6e51ad7a2997a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2023-10-19)
5
+ ------------------
6
+
7
+ * Feature - Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs.
8
+
4
9
  1.87.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
1
+ 1.88.0
@@ -479,7 +479,7 @@ module Aws::ServiceCatalog
479
479
  # required.
480
480
  #
481
481
  # You can associate a maximum of 10 Principals with a portfolio using
482
- # `PrincipalType` as `IAM_PATTERN`
482
+ # `PrincipalType` as `IAM_PATTERN`.
483
483
  #
484
484
  # <note markdown="1"> When you associate a principal with portfolio, a potential privilege
485
485
  # escalation path may occur when that portfolio is then shared with
@@ -1285,7 +1285,7 @@ module Aws::ServiceCatalog
1285
1285
  # support_description: "SupportDescription",
1286
1286
  # support_email: "SupportEmail",
1287
1287
  # support_url: "SupportUrl",
1288
- # product_type: "CLOUD_FORMATION_TEMPLATE", # required, accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD
1288
+ # product_type: "CLOUD_FORMATION_TEMPLATE", # required, accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, EXTERNAL
1289
1289
  # tags: [
1290
1290
  # {
1291
1291
  # key: "TagKey", # required
@@ -1298,7 +1298,7 @@ module Aws::ServiceCatalog
1298
1298
  # info: {
1299
1299
  # "ProvisioningArtifactInfoKey" => "ProvisioningArtifactInfoValue",
1300
1300
  # },
1301
- # type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD
1301
+ # type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, EXTERNAL
1302
1302
  # disable_template_validation: false,
1303
1303
  # },
1304
1304
  # idempotency_token: "IdempotencyToken", # required
@@ -1322,7 +1322,7 @@ module Aws::ServiceCatalog
1322
1322
  # resp.product_view_detail.product_view_summary.name #=> String
1323
1323
  # resp.product_view_detail.product_view_summary.owner #=> String
1324
1324
  # resp.product_view_detail.product_view_summary.short_description #=> String
1325
- # resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD"
1325
+ # resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD", "EXTERNAL"
1326
1326
  # resp.product_view_detail.product_view_summary.distributor #=> String
1327
1327
  # resp.product_view_detail.product_view_summary.has_default_path #=> Boolean
1328
1328
  # resp.product_view_detail.product_view_summary.support_email #=> String
@@ -1344,7 +1344,7 @@ module Aws::ServiceCatalog
1344
1344
  # resp.provisioning_artifact_detail.id #=> String
1345
1345
  # resp.provisioning_artifact_detail.name #=> String
1346
1346
  # resp.provisioning_artifact_detail.description #=> String
1347
- # resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD"
1347
+ # resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD", "EXTERNAL"
1348
1348
  # resp.provisioning_artifact_detail.created_time #=> Time
1349
1349
  # resp.provisioning_artifact_detail.active #=> Boolean
1350
1350
  # resp.provisioning_artifact_detail.guidance #=> String, one of "DEFAULT", "DEPRECATED"
@@ -1530,7 +1530,7 @@ module Aws::ServiceCatalog
1530
1530
  # info: {
1531
1531
  # "ProvisioningArtifactInfoKey" => "ProvisioningArtifactInfoValue",
1532
1532
  # },
1533
- # type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD
1533
+ # type: "CLOUD_FORMATION_TEMPLATE", # accepts CLOUD_FORMATION_TEMPLATE, MARKETPLACE_AMI, MARKETPLACE_CAR, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, EXTERNAL
1534
1534
  # disable_template_validation: false,
1535
1535
  # },
1536
1536
  # idempotency_token: "IdempotencyToken", # required
@@ -1541,7 +1541,7 @@ module Aws::ServiceCatalog
1541
1541
  # resp.provisioning_artifact_detail.id #=> String
1542
1542
  # resp.provisioning_artifact_detail.name #=> String
1543
1543
  # resp.provisioning_artifact_detail.description #=> String
1544
- # resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD"
1544
+ # resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD", "EXTERNAL"
1545
1545
  # resp.provisioning_artifact_detail.created_time #=> Time
1546
1546
  # resp.provisioning_artifact_detail.active #=> Boolean
1547
1547
  # resp.provisioning_artifact_detail.guidance #=> String, one of "DEFAULT", "DEPRECATED"
@@ -2274,7 +2274,7 @@ module Aws::ServiceCatalog
2274
2274
  # resp.product_view_summary.name #=> String
2275
2275
  # resp.product_view_summary.owner #=> String
2276
2276
  # resp.product_view_summary.short_description #=> String
2277
- # resp.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD"
2277
+ # resp.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD", "EXTERNAL"
2278
2278
  # resp.product_view_summary.distributor #=> String
2279
2279
  # resp.product_view_summary.has_default_path #=> Boolean
2280
2280
  # resp.product_view_summary.support_email #=> String
@@ -2351,7 +2351,7 @@ module Aws::ServiceCatalog
2351
2351
  # resp.product_view_detail.product_view_summary.name #=> String
2352
2352
  # resp.product_view_detail.product_view_summary.owner #=> String
2353
2353
  # resp.product_view_detail.product_view_summary.short_description #=> String
2354
- # resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD"
2354
+ # resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD", "EXTERNAL"
2355
2355
  # resp.product_view_detail.product_view_summary.distributor #=> String
2356
2356
  # resp.product_view_detail.product_view_summary.has_default_path #=> Boolean
2357
2357
  # resp.product_view_detail.product_view_summary.support_email #=> String
@@ -2429,7 +2429,7 @@ module Aws::ServiceCatalog
2429
2429
  # resp.product_view_summary.name #=> String
2430
2430
  # resp.product_view_summary.owner #=> String
2431
2431
  # resp.product_view_summary.short_description #=> String
2432
- # resp.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD"
2432
+ # resp.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD", "EXTERNAL"
2433
2433
  # resp.product_view_summary.distributor #=> String
2434
2434
  # resp.product_view_summary.has_default_path #=> Boolean
2435
2435
  # resp.product_view_summary.support_email #=> String
@@ -2650,7 +2650,7 @@ module Aws::ServiceCatalog
2650
2650
  # resp.provisioning_artifact_detail.id #=> String
2651
2651
  # resp.provisioning_artifact_detail.name #=> String
2652
2652
  # resp.provisioning_artifact_detail.description #=> String
2653
- # resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD"
2653
+ # resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD", "EXTERNAL"
2654
2654
  # resp.provisioning_artifact_detail.created_time #=> Time
2655
2655
  # resp.provisioning_artifact_detail.active #=> Boolean
2656
2656
  # resp.provisioning_artifact_detail.guidance #=> String, one of "DEFAULT", "DEPRECATED"
@@ -4218,7 +4218,7 @@ module Aws::ServiceCatalog
4218
4218
  # resp.provisioning_artifact_details[0].id #=> String
4219
4219
  # resp.provisioning_artifact_details[0].name #=> String
4220
4220
  # resp.provisioning_artifact_details[0].description #=> String
4221
- # resp.provisioning_artifact_details[0].type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD"
4221
+ # resp.provisioning_artifact_details[0].type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD", "EXTERNAL"
4222
4222
  # resp.provisioning_artifact_details[0].created_time #=> Time
4223
4223
  # resp.provisioning_artifact_details[0].active #=> Boolean
4224
4224
  # resp.provisioning_artifact_details[0].guidance #=> String, one of "DEFAULT", "DEPRECATED"
@@ -4278,7 +4278,7 @@ module Aws::ServiceCatalog
4278
4278
  # resp.provisioning_artifact_views[0].product_view_summary.name #=> String
4279
4279
  # resp.provisioning_artifact_views[0].product_view_summary.owner #=> String
4280
4280
  # resp.provisioning_artifact_views[0].product_view_summary.short_description #=> String
4281
- # resp.provisioning_artifact_views[0].product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD"
4281
+ # resp.provisioning_artifact_views[0].product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD", "EXTERNAL"
4282
4282
  # resp.provisioning_artifact_views[0].product_view_summary.distributor #=> String
4283
4283
  # resp.provisioning_artifact_views[0].product_view_summary.has_default_path #=> Boolean
4284
4284
  # resp.provisioning_artifact_views[0].product_view_summary.support_email #=> String
@@ -5119,7 +5119,7 @@ module Aws::ServiceCatalog
5119
5119
  # resp.product_view_summaries[0].name #=> String
5120
5120
  # resp.product_view_summaries[0].owner #=> String
5121
5121
  # resp.product_view_summaries[0].short_description #=> String
5122
- # resp.product_view_summaries[0].type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD"
5122
+ # resp.product_view_summaries[0].type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD", "EXTERNAL"
5123
5123
  # resp.product_view_summaries[0].distributor #=> String
5124
5124
  # resp.product_view_summaries[0].has_default_path #=> Boolean
5125
5125
  # resp.product_view_summaries[0].support_email #=> String
@@ -5203,7 +5203,7 @@ module Aws::ServiceCatalog
5203
5203
  # resp.product_view_details[0].product_view_summary.name #=> String
5204
5204
  # resp.product_view_details[0].product_view_summary.owner #=> String
5205
5205
  # resp.product_view_details[0].product_view_summary.short_description #=> String
5206
- # resp.product_view_details[0].product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD"
5206
+ # resp.product_view_details[0].product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD", "EXTERNAL"
5207
5207
  # resp.product_view_details[0].product_view_summary.distributor #=> String
5208
5208
  # resp.product_view_details[0].product_view_summary.has_default_path #=> Boolean
5209
5209
  # resp.product_view_details[0].product_view_summary.support_email #=> String
@@ -5805,7 +5805,7 @@ module Aws::ServiceCatalog
5805
5805
  # resp.product_view_detail.product_view_summary.name #=> String
5806
5806
  # resp.product_view_detail.product_view_summary.owner #=> String
5807
5807
  # resp.product_view_detail.product_view_summary.short_description #=> String
5808
- # resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD"
5808
+ # resp.product_view_detail.product_view_summary.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD", "EXTERNAL"
5809
5809
  # resp.product_view_detail.product_view_summary.distributor #=> String
5810
5810
  # resp.product_view_detail.product_view_summary.has_default_path #=> Boolean
5811
5811
  # resp.product_view_detail.product_view_summary.support_email #=> String
@@ -6128,7 +6128,7 @@ module Aws::ServiceCatalog
6128
6128
  # resp.provisioning_artifact_detail.id #=> String
6129
6129
  # resp.provisioning_artifact_detail.name #=> String
6130
6130
  # resp.provisioning_artifact_detail.description #=> String
6131
- # resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD"
6131
+ # resp.provisioning_artifact_detail.type #=> String, one of "CLOUD_FORMATION_TEMPLATE", "MARKETPLACE_AMI", "MARKETPLACE_CAR", "TERRAFORM_OPEN_SOURCE", "TERRAFORM_CLOUD", "EXTERNAL"
6132
6132
  # resp.provisioning_artifact_detail.created_time #=> Time
6133
6133
  # resp.provisioning_artifact_detail.active #=> Boolean
6134
6134
  # resp.provisioning_artifact_detail.guidance #=> String, one of "DEFAULT", "DEPRECATED"
@@ -6254,7 +6254,7 @@ module Aws::ServiceCatalog
6254
6254
  params: params,
6255
6255
  config: config)
6256
6256
  context[:gem_name] = 'aws-sdk-servicecatalog'
6257
- context[:gem_version] = '1.87.0'
6257
+ context[:gem_version] = '1.88.0'
6258
6258
  Seahorse::Client::Request.new(handlers, context)
6259
6259
  end
6260
6260
 
@@ -32,7 +32,7 @@ module Aws::ServiceCatalog
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://servicecatalog-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -4535,7 +4535,8 @@ module Aws::ServiceCatalog
4535
4535
  #
4536
4536
  # @!attribute [rw] type
4537
4537
  # The type of provisioned product. The supported values are
4538
- # `CFN_STACK` and `CFN_STACKSET`.
4538
+ # `CFN_STACK`, `CFN_STACKSET`, `TERRAFORM_OPEN_SOURCE`,
4539
+ # `TERRAFORM_CLOUD`, and `EXTERNAL`.
4539
4540
  # @return [String]
4540
4541
  #
4541
4542
  # @!attribute [rw] id
@@ -4686,7 +4687,8 @@ module Aws::ServiceCatalog
4686
4687
  #
4687
4688
  # @!attribute [rw] type
4688
4689
  # The type of provisioned product. The supported values are
4689
- # `CFN_STACK` and `CFN_STACKSET`.
4690
+ # `CFN_STACK`, `CFN_STACKSET`, `TERRAFORM_OPEN_SOURCE`,
4691
+ # `TERRAFORM_CLOUD`, and `EXTERNAL`.
4690
4692
  # @return [String]
4691
4693
  #
4692
4694
  # @!attribute [rw] id
@@ -4980,7 +4982,13 @@ module Aws::ServiceCatalog
4980
4982
  # @!attribute [rw] type
4981
4983
  # The type of provisioning artifact.
4982
4984
  #
4983
- # `CLOUD_FORMATION_TEMPLATE` - CloudFormation template
4985
+ # * `CLOUD_FORMATION_TEMPLATE` - CloudFormation template
4986
+ #
4987
+ # * `TERRAFORM_OPEN_SOURCE` - Terraform Open Source configuration file
4988
+ #
4989
+ # * `TERRAFORM_CLOUD` - Terraform Cloud configuration file
4990
+ #
4991
+ # * `EXTERNAL` - External configuration file
4984
4992
  # @return [String]
4985
4993
  #
4986
4994
  # @!attribute [rw] created_time
@@ -5159,7 +5167,11 @@ module Aws::ServiceCatalog
5159
5167
  #
5160
5168
  # * `CLOUD_FORMATION_TEMPLATE` - CloudFormation template
5161
5169
  #
5162
- # * `TERRAFORM_OPEN_SOURCE` - Terraform open source configuration file
5170
+ # * `TERRAFORM_OPEN_SOURCE` - Terraform Open Source configuration file
5171
+ #
5172
+ # * `TERRAFORM_CLOUD` - Terraform Cloud configuration file
5173
+ #
5174
+ # * `EXTERNAL` - External configuration file
5163
5175
  # @return [String]
5164
5176
  #
5165
5177
  # @!attribute [rw] disable_template_validation
@@ -5421,8 +5433,8 @@ module Aws::ServiceCatalog
5421
5433
  #
5422
5434
  # @!attribute [rw] provisioned_product_type
5423
5435
  # The type of provisioned product. The supported values are
5424
- # `CFN_STACK`, `CFN_STACKSET`, `TERRAFORM_OPEN_SOURCE`, and
5425
- # `TERRAFORM_CLOUD`.
5436
+ # `CFN_STACK`, `CFN_STACKSET`, `TERRAFORM_OPEN_SOURCE`,
5437
+ # `TERRAFORM_CLOUD`, and `EXTERNAL`.
5426
5438
  # @return [String]
5427
5439
  #
5428
5440
  # @!attribute [rw] record_type
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
52
52
  # @!group service
53
53
  module Aws::ServiceCatalog
54
54
 
55
- GEM_VERSION = '1.87.0'
55
+ GEM_VERSION = '1.88.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-servicecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.87.0
4
+ version: 1.88.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: 2023-09-27 00:00:00.000000000 Z
11
+ date: 2023-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core