aws-sdk-appregistry 1.14.0 → 1.15.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-appregistry/client.rb +1 -1
- data/lib/aws-sdk-appregistry/client_api.rb +2 -2
- data/lib/aws-sdk-appregistry.rb +1 -1
- 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: 7582c6c599b2cecc5503d234052c1be7b9e8d2ce138489204b1268069900714f
|
|
4
|
+
data.tar.gz: d48ea84089caf79898283fba062c7288569e8b42efbaf64702ba7e9ed1acc9bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbb6233de17b6c3b4dadd61569605aa3e9cf516eaec8df4248fc579337340e6a01cadd78f4c5d22898aa85cd0d17db6860a716c2d90d92b4cd478c6eb02d9283
|
|
7
|
+
data.tar.gz: 803a7fe0f671078a0d6f77fce53daa8f191cdfeb51d52789cdd0c6097051671a9e667dbb2699d625753c927ab32b275ea2984171f81d722ee22c9fa6dd846030
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.15.0 (2022-02-28)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AppRegistry is deprecating Application and Attribute-Group Name update feature. In this release, we are marking the name attributes for Update APIs as deprecated to give a heads up to our customers.
|
|
8
|
+
|
|
4
9
|
1.14.0 (2022-02-24)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.15.0
|
|
@@ -1265,7 +1265,7 @@ module Aws::AppRegistry
|
|
|
1265
1265
|
params: params,
|
|
1266
1266
|
config: config)
|
|
1267
1267
|
context[:gem_name] = 'aws-sdk-appregistry'
|
|
1268
|
-
context[:gem_version] = '1.
|
|
1268
|
+
context[:gem_version] = '1.15.0'
|
|
1269
1269
|
Seahorse::Client::Request.new(handlers, context)
|
|
1270
1270
|
end
|
|
1271
1271
|
|
|
@@ -341,7 +341,7 @@ module Aws::AppRegistry
|
|
|
341
341
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
|
342
342
|
|
|
343
343
|
UpdateApplicationRequest.add_member(:application, Shapes::ShapeRef.new(shape: ApplicationSpecifier, required: true, location: "uri", location_name: "application"))
|
|
344
|
-
UpdateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
|
344
|
+
UpdateApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, deprecated: true, location_name: "name", metadata: {"deprecatedMessage"=>"Name update for application is deprecated."}))
|
|
345
345
|
UpdateApplicationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
346
346
|
UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
|
|
347
347
|
|
|
@@ -349,7 +349,7 @@ module Aws::AppRegistry
|
|
|
349
349
|
UpdateApplicationResponse.struct_class = Types::UpdateApplicationResponse
|
|
350
350
|
|
|
351
351
|
UpdateAttributeGroupRequest.add_member(:attribute_group, Shapes::ShapeRef.new(shape: AttributeGroupSpecifier, required: true, location: "uri", location_name: "attributeGroup"))
|
|
352
|
-
UpdateAttributeGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
|
352
|
+
UpdateAttributeGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, deprecated: true, location_name: "name", metadata: {"deprecatedMessage"=>"Name update for attribute group is deprecated."}))
|
|
353
353
|
UpdateAttributeGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
354
354
|
UpdateAttributeGroupRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "attributes"))
|
|
355
355
|
UpdateAttributeGroupRequest.struct_class = Types::UpdateAttributeGroupRequest
|
data/lib/aws-sdk-appregistry.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-appregistry
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.15.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: 2022-02-
|
|
11
|
+
date: 2022-02-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|