aws-sdk-proton 1.68.0 → 1.70.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-proton/client.rb +6 -8
- data/lib/aws-sdk-proton.rb +1 -1
- data/sig/client.rbs +16 -16
- 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: 9d8c430fed3da39bb4d32779ca09858e0c8870769251342c90aa91c83f9f81c4
|
|
4
|
+
data.tar.gz: a05c9bf474e3b67e80c5fc6bfe5cda1444efb3ece2a8263c8c01cfdef435a1b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 474361665c96a79957e4f199745abc7b029cfb81cc3e56b1219fce9520570bf12d43dd666d0c91cca10ef57257c97df56825192ce07d3bf552853dc6a0298459
|
|
7
|
+
data.tar.gz: d21236e64fddd9608e7fcd115d0c9bfe9f2841c3fb9bf2712a6c4bf2b6fad9b7ffd34c5bcb1fa8a8695e54472bfea6ff348d988194d6c25bccaccef483d278d3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.70.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.69.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.68.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.70.0
|
|
@@ -199,7 +199,7 @@ module Aws::Proton
|
|
|
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::Proton
|
|
|
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
|
|
@@ -6186,7 +6184,7 @@ module Aws::Proton
|
|
|
6186
6184
|
tracer: tracer
|
|
6187
6185
|
)
|
|
6188
6186
|
context[:gem_name] = 'aws-sdk-proton'
|
|
6189
|
-
context[:gem_version] = '1.
|
|
6187
|
+
context[:gem_version] = '1.70.0'
|
|
6190
6188
|
Seahorse::Client::Request.new(handlers, context)
|
|
6191
6189
|
end
|
|
6192
6190
|
|
data/lib/aws-sdk-proton.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -148,7 +148,7 @@ module Aws
|
|
|
148
148
|
{
|
|
149
149
|
key: ::String,
|
|
150
150
|
value: ::String
|
|
151
|
-
}
|
|
151
|
+
}
|
|
152
152
|
],
|
|
153
153
|
template_file: ::String
|
|
154
154
|
) -> _CreateComponentResponseSuccess
|
|
@@ -176,7 +176,7 @@ module Aws
|
|
|
176
176
|
{
|
|
177
177
|
key: ::String,
|
|
178
178
|
value: ::String
|
|
179
|
-
}
|
|
179
|
+
}
|
|
180
180
|
],
|
|
181
181
|
template_major_version: ::String,
|
|
182
182
|
?template_minor_version: ::String,
|
|
@@ -200,7 +200,7 @@ module Aws
|
|
|
200
200
|
{
|
|
201
201
|
key: ::String,
|
|
202
202
|
value: ::String
|
|
203
|
-
}
|
|
203
|
+
}
|
|
204
204
|
]
|
|
205
205
|
) -> _CreateEnvironmentAccountConnectionResponseSuccess
|
|
206
206
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEnvironmentAccountConnectionResponseSuccess
|
|
@@ -220,7 +220,7 @@ module Aws
|
|
|
220
220
|
{
|
|
221
221
|
key: ::String,
|
|
222
222
|
value: ::String
|
|
223
|
-
}
|
|
223
|
+
}
|
|
224
224
|
]
|
|
225
225
|
) -> _CreateEnvironmentTemplateResponseSuccess
|
|
226
226
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEnvironmentTemplateResponseSuccess
|
|
@@ -244,7 +244,7 @@ module Aws
|
|
|
244
244
|
{
|
|
245
245
|
key: ::String,
|
|
246
246
|
value: ::String
|
|
247
|
-
}
|
|
247
|
+
}
|
|
248
248
|
],
|
|
249
249
|
template_name: ::String
|
|
250
250
|
) -> _CreateEnvironmentTemplateVersionResponseSuccess
|
|
@@ -264,7 +264,7 @@ module Aws
|
|
|
264
264
|
{
|
|
265
265
|
key: ::String,
|
|
266
266
|
value: ::String
|
|
267
|
-
}
|
|
267
|
+
}
|
|
268
268
|
]
|
|
269
269
|
) -> _CreateRepositoryResponseSuccess
|
|
270
270
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRepositoryResponseSuccess
|
|
@@ -285,7 +285,7 @@ module Aws
|
|
|
285
285
|
{
|
|
286
286
|
key: ::String,
|
|
287
287
|
value: ::String
|
|
288
|
-
}
|
|
288
|
+
}
|
|
289
289
|
],
|
|
290
290
|
template_major_version: ::String,
|
|
291
291
|
?template_minor_version: ::String,
|
|
@@ -307,7 +307,7 @@ module Aws
|
|
|
307
307
|
{
|
|
308
308
|
key: ::String,
|
|
309
309
|
value: ::String
|
|
310
|
-
}
|
|
310
|
+
}
|
|
311
311
|
],
|
|
312
312
|
?template_major_version: ::String,
|
|
313
313
|
?template_minor_version: ::String
|
|
@@ -343,7 +343,7 @@ module Aws
|
|
|
343
343
|
{
|
|
344
344
|
key: ::String,
|
|
345
345
|
value: ::String
|
|
346
|
-
}
|
|
346
|
+
}
|
|
347
347
|
]
|
|
348
348
|
) -> _CreateServiceTemplateResponseSuccess
|
|
349
349
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateServiceTemplateResponseSuccess
|
|
@@ -359,7 +359,7 @@ module Aws
|
|
|
359
359
|
{
|
|
360
360
|
major_version: ::String,
|
|
361
361
|
template_name: ::String
|
|
362
|
-
}
|
|
362
|
+
}
|
|
363
363
|
],
|
|
364
364
|
?description: ::String,
|
|
365
365
|
?major_version: ::String,
|
|
@@ -374,7 +374,7 @@ module Aws
|
|
|
374
374
|
{
|
|
375
375
|
key: ::String,
|
|
376
376
|
value: ::String
|
|
377
|
-
}
|
|
377
|
+
}
|
|
378
378
|
],
|
|
379
379
|
template_name: ::String
|
|
380
380
|
) -> _CreateServiceTemplateVersionResponseSuccess
|
|
@@ -864,7 +864,7 @@ module Aws
|
|
|
864
864
|
{
|
|
865
865
|
major_version: ::String,
|
|
866
866
|
template_name: ::String
|
|
867
|
-
}
|
|
867
|
+
}
|
|
868
868
|
],
|
|
869
869
|
?max_results: ::Integer,
|
|
870
870
|
?next_token: ::String
|
|
@@ -935,7 +935,7 @@ module Aws
|
|
|
935
935
|
{
|
|
936
936
|
key: ("name" | "deploymentStatus" | "templateName" | "serviceName" | "deployedTemplateVersionStatus" | "environmentName" | "lastDeploymentAttemptedAtBefore" | "lastDeploymentAttemptedAtAfter" | "createdAtBefore" | "createdAtAfter")?,
|
|
937
937
|
value: ::String?
|
|
938
|
-
}
|
|
938
|
+
}
|
|
939
939
|
],
|
|
940
940
|
?max_results: ::Integer,
|
|
941
941
|
?next_token: ::String,
|
|
@@ -1031,7 +1031,7 @@ module Aws
|
|
|
1031
1031
|
{
|
|
1032
1032
|
key: ::String?,
|
|
1033
1033
|
value_string: ::String?
|
|
1034
|
-
}
|
|
1034
|
+
}
|
|
1035
1035
|
],
|
|
1036
1036
|
resource_arn: ::String,
|
|
1037
1037
|
?status: ("IN_PROGRESS" | "FAILED" | "SUCCEEDED"),
|
|
@@ -1059,7 +1059,7 @@ module Aws
|
|
|
1059
1059
|
{
|
|
1060
1060
|
key: ::String,
|
|
1061
1061
|
value: ::String
|
|
1062
|
-
}
|
|
1062
|
+
}
|
|
1063
1063
|
]
|
|
1064
1064
|
) -> _TagResourceResponseSuccess
|
|
1065
1065
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -1262,7 +1262,7 @@ module Aws
|
|
|
1262
1262
|
{
|
|
1263
1263
|
major_version: ::String,
|
|
1264
1264
|
template_name: ::String
|
|
1265
|
-
}
|
|
1265
|
+
}
|
|
1266
1266
|
],
|
|
1267
1267
|
?description: ::String,
|
|
1268
1268
|
major_version: ::String,
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-proton
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.70.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
|