aws-sdk-appregistry 1.12.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 798fa5cb98bc867a142d17c6f458e3f2bb21518d4da8d583587beec519d91b7e
4
- data.tar.gz: b6bbf25e963da587d525c7a964953d04462d6ec5d5e72316f21c20d12e9b4d39
3
+ metadata.gz: 7582c6c599b2cecc5503d234052c1be7b9e8d2ce138489204b1268069900714f
4
+ data.tar.gz: d48ea84089caf79898283fba062c7288569e8b42efbaf64702ba7e9ed1acc9bd
5
5
  SHA512:
6
- metadata.gz: ce0f718566e308ede778409a8350574abefd5d0e6b8c52083e456d11124fdd801a293ae6a6c4344b5b0b8e132f49fa43e9107725d47f7b5db5ff978e7505fcec
7
- data.tar.gz: 1541b802884250e2a4ce5711ea041b75203da6baa1b7ad8ec906c94481a484d54669f7e86ec04f2f4a9baac66df93145f493ddb275155c3a44f3cf5dd1b53cca
6
+ metadata.gz: dbb6233de17b6c3b4dadd61569605aa3e9cf516eaec8df4248fc579337340e6a01cadd78f4c5d22898aa85cd0d17db6860a716c2d90d92b4cd478c6eb02d9283
7
+ data.tar.gz: 803a7fe0f671078a0d6f77fce53daa8f191cdfeb51d52789cdd0c6097051671a9e667dbb2699d625753c927ab32b275ea2984171f81d722ee22c9fa6dd846030
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
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
+
9
+ 1.14.0 (2022-02-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.13.0 (2022-02-03)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.12.0 (2021-12-21)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.15.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::AppRegistry
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::RestJson)
80
84
 
@@ -1261,7 +1265,7 @@ module Aws::AppRegistry
1261
1265
  params: params,
1262
1266
  config: config)
1263
1267
  context[:gem_name] = 'aws-sdk-appregistry'
1264
- context[:gem_version] = '1.12.0'
1268
+ context[:gem_version] = '1.15.0'
1265
1269
  Seahorse::Client::Request.new(handlers, context)
1266
1270
  end
1267
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.12.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.12.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: 2021-12-21 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.125.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement