aws-sdk-appconfig 1.79.0 → 1.81.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: f720960f5242f217a7afe661bffc04fe0312fcb0b1914aa9537a7e6070081bef
4
- data.tar.gz: 1ab5d2f62b1ab0ff94b84afc8747856a24be7bcd14c1ebc51db6ab93edd0bb95
3
+ metadata.gz: d892b4c3faf7567dca7d251f0097ebe79ad349535379dca953217804624a7e20
4
+ data.tar.gz: a86b8f30374da2f77272336fa16a8df5ac0ab591d426447a9c8e37e8b0b0eb55
5
5
  SHA512:
6
- metadata.gz: e73981c304062419742cbbead7d92c4ead1e28276dcf6e0a53746a3778c326b90a88622b2bf27005bdaa48e5f64bd11ee4780791b30f6d0819f59797a146b6ba
7
- data.tar.gz: 949f68d9fc8f820ad3f35c03cf425148253fdef9fb9688c9d2f09a6337f6b9e738578536b466111b0b3cb782a39a62ae5e5299930100012deda0b29b689617ab
6
+ metadata.gz: 2a1ff8c5c57a3c9d8b93f84008b74e971f0764133272512362d24e5ade547f9444dce91603135bbc286f97cc2dd071bc43b8b6fb35af1e47420a6b0c6c77be59
7
+ data.tar.gz: 49d91b7cec90ab3420ca5fea4c1f2af80d249739113d7eb5e7c98f5d7593a30825e667075c9adf46f2e2210b221718066cfe8dde04ca1b8ffaae6f27391101ee
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.80.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.79.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.81.0
@@ -199,7 +199,7 @@ module Aws::AppConfig
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::AppConfig
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -3921,7 +3919,7 @@ module Aws::AppConfig
3921
3919
  tracer: tracer
3922
3920
  )
3923
3921
  context[:gem_name] = 'aws-sdk-appconfig'
3924
- context[:gem_version] = '1.79.0'
3922
+ context[:gem_version] = '1.81.0'
3925
3923
  Seahorse::Client::Request.new(handlers, context)
3926
3924
  end
3927
3925
 
@@ -55,7 +55,7 @@ module Aws::AppConfig
55
55
  autoload :EndpointProvider, 'aws-sdk-appconfig/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-appconfig/endpoints'
57
57
 
58
- GEM_VERSION = '1.79.0'
58
+ GEM_VERSION = '1.81.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -116,7 +116,7 @@ module Aws
116
116
  {
117
117
  type: ("JSON_SCHEMA" | "LAMBDA"),
118
118
  content: ::String
119
- },
119
+ }
120
120
  ],
121
121
  ?tags: Hash[::String, ::String],
122
122
  ?type: ::String,
@@ -166,7 +166,7 @@ module Aws
166
166
  {
167
167
  alarm_arn: ::String,
168
168
  alarm_role_arn: ::String?
169
- },
169
+ }
170
170
  ],
171
171
  ?tags: Hash[::String, ::String]
172
172
  ) -> _CreateEnvironmentResponseSuccess
@@ -192,7 +192,7 @@ module Aws
192
192
  description: ::String?,
193
193
  uri: ::String?,
194
194
  role_arn: ::String?
195
- },
195
+ }
196
196
  ]],
197
197
  ?parameters: Hash[::String, {
198
198
  description: ::String?,
@@ -724,7 +724,7 @@ module Aws
724
724
  {
725
725
  type: ("JSON_SCHEMA" | "LAMBDA"),
726
726
  content: ::String
727
- },
727
+ }
728
728
  ],
729
729
  ?kms_key_identifier: ::String
730
730
  ) -> _UpdateConfigurationProfileResponseSuccess
@@ -771,7 +771,7 @@ module Aws
771
771
  {
772
772
  alarm_arn: ::String,
773
773
  alarm_role_arn: ::String?
774
- },
774
+ }
775
775
  ]
776
776
  ) -> _UpdateEnvironmentResponseSuccess
777
777
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnvironmentResponseSuccess
@@ -796,7 +796,7 @@ module Aws
796
796
  description: ::String?,
797
797
  uri: ::String?,
798
798
  role_arn: ::String?
799
- },
799
+ }
800
800
  ]],
801
801
  ?parameters: Hash[::String, {
802
802
  description: ::String?,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.81.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement