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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5fd7d4c97e6708189ccc0930df44f8b9f1e007167166d113944808babd7d685
4
- data.tar.gz: dcc03fb4aaf85c8e7ff77ad99cff83f9e5b764e09f5408fb0d5373c4df24ec36
3
+ metadata.gz: 7582c6c599b2cecc5503d234052c1be7b9e8d2ce138489204b1268069900714f
4
+ data.tar.gz: d48ea84089caf79898283fba062c7288569e8b42efbaf64702ba7e9ed1acc9bd
5
5
  SHA512:
6
- metadata.gz: 7a93cda101315730ca0f6eef4d284a4e71affb52d692846576e3f6676c1bb741c38402a467f497da1f539e12d8f5a2f4508d29f0208c3fa34346e20d1d2f0a05
7
- data.tar.gz: ef7690504f378193704ba40cb87bce7b3351317184d96933d6cff72ee850dba5819a0b0b5f1f3ecd6e9c7d878603c7bd4f23036d91050bb2991f68155845825b
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.14.0
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.14.0'
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
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-appregistry/customizations'
48
48
  # @!group service
49
49
  module Aws::AppRegistry
50
50
 
51
- GEM_VERSION = '1.14.0'
51
+ GEM_VERSION = '1.15.0'
52
52
 
53
53
  end
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.14.0
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-24 00:00:00.000000000 Z
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