aws-sdk-supplychain 1.23.0 → 1.24.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: 9672b86eff6953e2d1bf7f1e44fef129eee5927df2ba650f2459f448cf4d9a21
4
- data.tar.gz: 152fbc2e8b4f3c4ebde277f78c1fde0b4fb13725b44a863710bf4029e78af481
3
+ metadata.gz: f16caca710de111d9f54709ef21ee3e3c2f6f9b1adca9242b4273d38492a4cce
4
+ data.tar.gz: cc9376345351f5f54280b3448e3da65356bc63c53ce28a08f49f99b6ba2ee3ba
5
5
  SHA512:
6
- metadata.gz: 63354e607d37f4067156c48307fb0cab381d77f2beb5d909a74e23cc322161442ea9c0b49825f54d3a928d41c475102570c4b6ad493b9fc9e8a7771232fd857f
7
- data.tar.gz: dd99df16f7b15bce4b2adfb79ba34cb2de9a1e9dd7c81c81e8935933deb95af1893dc081b93dab64ad500c4559ed14627f185264144ecec1cca19156a6736d7f
6
+ metadata.gz: eaf2c2fb43779f01124b30fdd127a57897f3cc19d1f7b1e775a841f4f2d1da50f640cb889957749febff311995ea5b50e9615ef493b4b9c191607f0bb17f7d89
7
+ data.tar.gz: fa2ba5ac9ff24ed50557b3b874da736371b16c1de8e382564fc577c890080ba89910b54dcfd11aed5aecab9efd6874c9e2625267210fb70aef3c664e09a8f69b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.23.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -3627,7 +3627,7 @@ module Aws::SupplyChain
3627
3627
  tracer: tracer
3628
3628
  )
3629
3629
  context[:gem_name] = 'aws-sdk-supplychain'
3630
- context[:gem_version] = '1.23.0'
3630
+ context[:gem_version] = '1.24.0'
3631
3631
  Seahorse::Client::Request.new(handlers, context)
3632
3632
  end
3633
3633
 
@@ -148,7 +148,7 @@ module Aws::SupplyChain
148
148
 
149
149
  CreateBillOfMaterialsImportJobRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "instanceId"))
150
150
  CreateBillOfMaterialsImportJobRequest.add_member(:s3uri, Shapes::ShapeRef.new(shape: ConfigurationS3Uri, required: true, location_name: "s3uri"))
151
- CreateBillOfMaterialsImportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
151
+ CreateBillOfMaterialsImportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
152
152
  CreateBillOfMaterialsImportJobRequest.struct_class = Types::CreateBillOfMaterialsImportJobRequest
153
153
 
154
154
  CreateBillOfMaterialsImportJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "jobId"))
@@ -182,7 +182,7 @@ module Aws::SupplyChain
182
182
  CreateInstanceRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
183
183
  CreateInstanceRequest.add_member(:web_app_dns_domain, Shapes::ShapeRef.new(shape: InstanceWebAppDnsDomain, location_name: "webAppDnsDomain"))
184
184
  CreateInstanceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
185
- CreateInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
185
+ CreateInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
186
186
  CreateInstanceRequest.struct_class = Types::CreateInstanceRequest
187
187
 
188
188
  CreateInstanceResponse.add_member(:instance, Shapes::ShapeRef.new(shape: Instance, required: true, location_name: "instance"))
@@ -384,7 +384,7 @@ module Aws::SupplyChain
384
384
  SendDataIntegrationEventRequest.add_member(:data, Shapes::ShapeRef.new(shape: DataIntegrationEventData, required: true, location_name: "data"))
385
385
  SendDataIntegrationEventRequest.add_member(:event_group_id, Shapes::ShapeRef.new(shape: DataIntegrationEventGroupId, required: true, location_name: "eventGroupId"))
386
386
  SendDataIntegrationEventRequest.add_member(:event_timestamp, Shapes::ShapeRef.new(shape: SyntheticTimestamp_epoch_seconds, location_name: "eventTimestamp"))
387
- SendDataIntegrationEventRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
387
+ SendDataIntegrationEventRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
388
388
  SendDataIntegrationEventRequest.struct_class = Types::SendDataIntegrationEventRequest
389
389
 
390
390
  SendDataIntegrationEventResponse.add_member(:event_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "eventId"))
@@ -54,7 +54,7 @@ module Aws::SupplyChain
54
54
  autoload :EndpointProvider, 'aws-sdk-supplychain/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-supplychain/endpoints'
56
56
 
57
- GEM_VERSION = '1.23.0'
57
+ GEM_VERSION = '1.24.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-supplychain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-supplychain
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-supplychain/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - AWS Supply Chain
99
96
  test_files: []