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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appconfig/client.rb +6 -8
- data/lib/aws-sdk-appconfig.rb +1 -1
- data/sig/client.rbs +6 -6
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d892b4c3faf7567dca7d251f0097ebe79ad349535379dca953217804624a7e20
|
|
4
|
+
data.tar.gz: a86b8f30374da2f77272336fa16a8df5ac0ab591d426447a9c8e37e8b0b0eb55
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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` -
|
|
334
|
-
#
|
|
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.
|
|
3922
|
+
context[:gem_version] = '1.81.0'
|
|
3925
3923
|
Seahorse::Client::Request.new(handlers, context)
|
|
3926
3924
|
end
|
|
3927
3925
|
|
data/lib/aws-sdk-appconfig.rb
CHANGED
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.
|
|
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.
|
|
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.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|