aws-sdk-schemas 1.51.0 → 1.52.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: 356cca3f50c67ad72021b93d50dfcab37224fca23950b00b45aa66cc8d64de34
4
- data.tar.gz: 2cf3508321d27ebfb7d6fbc0eb4b911dd606abc826a191802ed9ef166dc03cb7
3
+ metadata.gz: 00c1ab9fc1b6676353d688a704ec8b52085623c6c3c2ebfb7c8efe2791df9ef9
4
+ data.tar.gz: 916794754a072f95ce1c1b5d5f6281eeba3f8f0fa99f004422a57598c6873df6
5
5
  SHA512:
6
- metadata.gz: 8ff99a480ff4232a9389986a47a9e75da85b5de1be18a1be029c4ab34c2b1f4e7dc1750e581812815baec262603eb94886fd6466d3bcc76216924087f5d77efd
7
- data.tar.gz: 070f9764ca9487ab0b19d2405e2917a20646c6e414bfe95ed4fe716954824f3a6794e6d39acee15cc1bafab4c844658a9f317bd37f6f54bf7d7f11b49f85c16e
6
+ metadata.gz: af13b6b9ffa32082a9834a51f82f82d43d18f61b1fbbf8850d3c37da3e3a5ff5144e549f3e0a1ecbe46b496163cedcc687a97ee6b6dcaa46553fdcc6a56b81dc
7
+ data.tar.gz: 027a68d46745eafdffb321cc4251e767f099025fd84156c132e0bac319b27ce794862f8f695933355ae1d7e055899243090bd33a63408b96d12c40a38b439712
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.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.51.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -1662,7 +1662,7 @@ module Aws::Schemas
1662
1662
  tracer: tracer
1663
1663
  )
1664
1664
  context[:gem_name] = 'aws-sdk-schemas'
1665
- context[:gem_version] = '1.51.0'
1665
+ context[:gem_version] = '1.52.0'
1666
1666
  Seahorse::Client::Request.new(handlers, context)
1667
1667
  end
1668
1668
 
@@ -367,14 +367,14 @@ module Aws::Schemas
367
367
  GetDiscoveredSchemaResponse.add_member(:content, Shapes::ShapeRef.new(shape: __string, location_name: "Content"))
368
368
  GetDiscoveredSchemaResponse.struct_class = Types::GetDiscoveredSchemaResponse
369
369
 
370
- GetResourcePolicyOutput.add_member(:policy, Shapes::ShapeRef.new(shape: __string, location_name: "Policy", metadata: {"jsonvalue"=>true}))
370
+ GetResourcePolicyOutput.add_member(:policy, Shapes::ShapeRef.new(shape: __string, location_name: "Policy", metadata: {"jsonvalue" => true}))
371
371
  GetResourcePolicyOutput.add_member(:revision_id, Shapes::ShapeRef.new(shape: __string, location_name: "RevisionId"))
372
372
  GetResourcePolicyOutput.struct_class = Types::GetResourcePolicyOutput
373
373
 
374
374
  GetResourcePolicyRequest.add_member(:registry_name, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "registryName"))
375
375
  GetResourcePolicyRequest.struct_class = Types::GetResourcePolicyRequest
376
376
 
377
- GetResourcePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: __string, location_name: "Policy", metadata: {"jsonvalue"=>true}))
377
+ GetResourcePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: __string, location_name: "Policy", metadata: {"jsonvalue" => true}))
378
378
  GetResourcePolicyResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: __string, location_name: "RevisionId"))
379
379
  GetResourcePolicyResponse.struct_class = Types::GetResourcePolicyResponse
380
380
 
@@ -471,20 +471,20 @@ module Aws::Schemas
471
471
  PutCodeBindingResponse.add_member(:status, Shapes::ShapeRef.new(shape: CodeGenerationStatus, location_name: "Status"))
472
472
  PutCodeBindingResponse.struct_class = Types::PutCodeBindingResponse
473
473
 
474
- PutResourcePolicyInput.add_member(:policy, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Policy", metadata: {"jsonvalue"=>true}))
474
+ PutResourcePolicyInput.add_member(:policy, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Policy", metadata: {"jsonvalue" => true}))
475
475
  PutResourcePolicyInput.add_member(:revision_id, Shapes::ShapeRef.new(shape: __string, location_name: "RevisionId"))
476
476
  PutResourcePolicyInput.struct_class = Types::PutResourcePolicyInput
477
477
 
478
- PutResourcePolicyOutput.add_member(:policy, Shapes::ShapeRef.new(shape: __string, location_name: "Policy", metadata: {"jsonvalue"=>true}))
478
+ PutResourcePolicyOutput.add_member(:policy, Shapes::ShapeRef.new(shape: __string, location_name: "Policy", metadata: {"jsonvalue" => true}))
479
479
  PutResourcePolicyOutput.add_member(:revision_id, Shapes::ShapeRef.new(shape: __string, location_name: "RevisionId"))
480
480
  PutResourcePolicyOutput.struct_class = Types::PutResourcePolicyOutput
481
481
 
482
- PutResourcePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Policy", metadata: {"jsonvalue"=>true}))
482
+ PutResourcePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Policy", metadata: {"jsonvalue" => true}))
483
483
  PutResourcePolicyRequest.add_member(:registry_name, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "registryName"))
484
484
  PutResourcePolicyRequest.add_member(:revision_id, Shapes::ShapeRef.new(shape: __string, location_name: "RevisionId"))
485
485
  PutResourcePolicyRequest.struct_class = Types::PutResourcePolicyRequest
486
486
 
487
- PutResourcePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: __string, location_name: "Policy", metadata: {"jsonvalue"=>true}))
487
+ PutResourcePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: __string, location_name: "Policy", metadata: {"jsonvalue" => true}))
488
488
  PutResourcePolicyResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: __string, location_name: "RevisionId"))
489
489
  PutResourcePolicyResponse.struct_class = Types::PutResourcePolicyResponse
490
490
 
@@ -618,13 +618,13 @@ module Aws::Schemas
618
618
  UpdateRegistryResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
619
619
  UpdateRegistryResponse.struct_class = Types::UpdateRegistryResponse
620
620
 
621
- UpdateSchemaInput.add_member(:client_token_id, Shapes::ShapeRef.new(shape: __stringMin0Max36, location_name: "ClientTokenId", metadata: {"idempotencyToken"=>true}))
621
+ UpdateSchemaInput.add_member(:client_token_id, Shapes::ShapeRef.new(shape: __stringMin0Max36, location_name: "ClientTokenId", metadata: {"idempotencyToken" => true}))
622
622
  UpdateSchemaInput.add_member(:content, Shapes::ShapeRef.new(shape: __stringMin1Max100000, location_name: "Content"))
623
623
  UpdateSchemaInput.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max256, location_name: "Description"))
624
624
  UpdateSchemaInput.add_member(:type, Shapes::ShapeRef.new(shape: Type, location_name: "Type"))
625
625
  UpdateSchemaInput.struct_class = Types::UpdateSchemaInput
626
626
 
627
- UpdateSchemaRequest.add_member(:client_token_id, Shapes::ShapeRef.new(shape: __stringMin0Max36, location_name: "ClientTokenId", metadata: {"idempotencyToken"=>true}))
627
+ UpdateSchemaRequest.add_member(:client_token_id, Shapes::ShapeRef.new(shape: __stringMin0Max36, location_name: "ClientTokenId", metadata: {"idempotencyToken" => true}))
628
628
  UpdateSchemaRequest.add_member(:content, Shapes::ShapeRef.new(shape: __stringMin1Max100000, location_name: "Content"))
629
629
  UpdateSchemaRequest.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max256, location_name: "Description"))
630
630
  UpdateSchemaRequest.add_member(:registry_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "registryName"))
@@ -55,7 +55,7 @@ module Aws::Schemas
55
55
  autoload :EndpointProvider, 'aws-sdk-schemas/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-schemas/endpoints'
57
57
 
58
- GEM_VERSION = '1.51.0'
58
+ GEM_VERSION = '1.52.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-schemas
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.52.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
@@ -78,7 +77,6 @@ licenses:
78
77
  metadata:
79
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-schemas
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-schemas/CHANGELOG.md
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
94
+ rubygems_version: 3.6.7
98
95
  specification_version: 4
99
96
  summary: AWS SDK for Ruby - Schemas
100
97
  test_files: []