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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-schemas/client.rb +1 -1
- data/lib/aws-sdk-schemas/client_api.rb +8 -8
- data/lib/aws-sdk-schemas.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 00c1ab9fc1b6676353d688a704ec8b52085623c6c3c2ebfb7c8efe2791df9ef9
|
4
|
+
data.tar.gz: 916794754a072f95ce1c1b5d5f6281eeba3f8f0fa99f004422a57598c6873df6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af13b6b9ffa32082a9834a51f82f82d43d18f61b1fbbf8850d3c37da3e3a5ff5144e549f3e0a1ecbe46b496163cedcc687a97ee6b6dcaa46553fdcc6a56b81dc
|
7
|
+
data.tar.gz: 027a68d46745eafdffb321cc4251e767f099025fd84156c132e0bac319b27ce794862f8f695933355ae1d7e055899243090bd33a63408b96d12c40a38b439712
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.52.0
|
@@ -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"))
|
data/lib/aws-sdk-schemas.rb
CHANGED
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.
|
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:
|
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.
|
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: []
|