aws-sdk-servicecatalog 1.128.0 → 1.130.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-servicecatalog/client.rb +6 -8
- data/lib/aws-sdk-servicecatalog.rb +1 -1
- data/sig/client.rbs +17 -37
- data/sig/params.rbs +27 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6824cebe346e753c5333b09778b6b816363edbf8b6f83bac29b21354088d2f02
|
|
4
|
+
data.tar.gz: 69cb1e5e46c28c13eb61c4864fec0c2e27a5590e19e2d637a52de112b42657f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d640fdc36b0cec26c252d5bc07560ab07cf95faa7412bdc24cf718f44b0ba96964a9ebc83383e16b144f52d8e6fbcdc95e0f0a4c58f78d5b32d793473d5e3781
|
|
7
|
+
data.tar.gz: 9b17f1be97e5e7b6381a8704e4f23b33b4a24fc2f73a7d01dc2bf579393a1d7a7c394c7bc336ef9fc1eb16a9453dc26ccc012149609c7ff9118360690b5ada2c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.130.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.129.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.128.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.130.0
|
|
@@ -199,7 +199,7 @@ module Aws::ServiceCatalog
|
|
|
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::ServiceCatalog
|
|
|
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
|
|
@@ -6379,7 +6377,7 @@ module Aws::ServiceCatalog
|
|
|
6379
6377
|
tracer: tracer
|
|
6380
6378
|
)
|
|
6381
6379
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
|
6382
|
-
context[:gem_version] = '1.
|
|
6380
|
+
context[:gem_version] = '1.130.0'
|
|
6383
6381
|
Seahorse::Client::Request.new(handlers, context)
|
|
6384
6382
|
end
|
|
6385
6383
|
|
data/sig/client.rbs
CHANGED
|
@@ -158,7 +158,7 @@ module Aws
|
|
|
158
158
|
service_action_id: ::String,
|
|
159
159
|
product_id: ::String,
|
|
160
160
|
provisioning_artifact_id: ::String
|
|
161
|
-
}
|
|
161
|
+
}
|
|
162
162
|
],
|
|
163
163
|
?accept_language: ::String
|
|
164
164
|
) -> _BatchAssociateServiceActionWithProvisioningArtifactResponseSuccess
|
|
@@ -175,7 +175,7 @@ module Aws
|
|
|
175
175
|
service_action_id: ::String,
|
|
176
176
|
product_id: ::String,
|
|
177
177
|
provisioning_artifact_id: ::String
|
|
178
|
-
}
|
|
178
|
+
}
|
|
179
179
|
],
|
|
180
180
|
?accept_language: ::String
|
|
181
181
|
) -> _BatchDisassociateServiceActionFromProvisioningArtifactResponseSuccess
|
|
@@ -192,7 +192,7 @@ module Aws
|
|
|
192
192
|
?target_product_id: ::String,
|
|
193
193
|
?target_product_name: ::String,
|
|
194
194
|
?source_provisioning_artifact_identifiers: Array[
|
|
195
|
-
Hash[("Id"), ::String]
|
|
195
|
+
Hash[("Id"), ::String]
|
|
196
196
|
],
|
|
197
197
|
?copy_options: Array[("CopyTags")],
|
|
198
198
|
idempotency_token: ::String
|
|
@@ -232,7 +232,7 @@ module Aws
|
|
|
232
232
|
{
|
|
233
233
|
key: ::String,
|
|
234
234
|
value: ::String
|
|
235
|
-
}
|
|
235
|
+
}
|
|
236
236
|
],
|
|
237
237
|
idempotency_token: ::String
|
|
238
238
|
) -> _CreatePortfolioResponseSuccess
|
|
@@ -277,7 +277,7 @@ module Aws
|
|
|
277
277
|
{
|
|
278
278
|
key: ::String,
|
|
279
279
|
value: ::String
|
|
280
|
-
}
|
|
280
|
+
}
|
|
281
281
|
],
|
|
282
282
|
?provisioning_artifact_parameters: {
|
|
283
283
|
name: ::String?,
|
|
@@ -287,17 +287,7 @@ module Aws
|
|
|
287
287
|
disable_template_validation: bool?
|
|
288
288
|
},
|
|
289
289
|
idempotency_token: ::String,
|
|
290
|
-
?source_connection:
|
|
291
|
-
type: ("CODESTAR")?,
|
|
292
|
-
connection_parameters: {
|
|
293
|
-
code_star: {
|
|
294
|
-
connection_arn: ::String,
|
|
295
|
-
repository: ::String,
|
|
296
|
-
branch: ::String,
|
|
297
|
-
artifact_path: ::String
|
|
298
|
-
}?
|
|
299
|
-
}
|
|
300
|
-
}
|
|
290
|
+
?source_connection: Params::source_connection
|
|
301
291
|
) -> _CreateProductResponseSuccess
|
|
302
292
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProductResponseSuccess
|
|
303
293
|
|
|
@@ -324,14 +314,14 @@ module Aws
|
|
|
324
314
|
key: ::String?,
|
|
325
315
|
value: ::String?,
|
|
326
316
|
use_previous_value: bool?
|
|
327
|
-
}
|
|
317
|
+
}
|
|
328
318
|
],
|
|
329
319
|
idempotency_token: ::String,
|
|
330
320
|
?tags: Array[
|
|
331
321
|
{
|
|
332
322
|
key: ::String,
|
|
333
323
|
value: ::String
|
|
334
|
-
}
|
|
324
|
+
}
|
|
335
325
|
]
|
|
336
326
|
) -> _CreateProvisionedProductPlanResponseSuccess
|
|
337
327
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateProvisionedProductPlanResponseSuccess
|
|
@@ -1124,7 +1114,7 @@ module Aws
|
|
|
1124
1114
|
output_key: ::String?,
|
|
1125
1115
|
output_value: ::String?,
|
|
1126
1116
|
description: ::String?
|
|
1127
|
-
}
|
|
1117
|
+
}
|
|
1128
1118
|
],
|
|
1129
1119
|
idempotency_token: ::String
|
|
1130
1120
|
) -> _NotifyProvisionProductEngineWorkflowResultResponseSuccess
|
|
@@ -1157,7 +1147,7 @@ module Aws
|
|
|
1157
1147
|
output_key: ::String?,
|
|
1158
1148
|
output_value: ::String?,
|
|
1159
1149
|
description: ::String?
|
|
1160
|
-
}
|
|
1150
|
+
}
|
|
1161
1151
|
],
|
|
1162
1152
|
idempotency_token: ::String
|
|
1163
1153
|
) -> _NotifyUpdateProvisionedProductEngineWorkflowResultResponseSuccess
|
|
@@ -1181,7 +1171,7 @@ module Aws
|
|
|
1181
1171
|
{
|
|
1182
1172
|
key: ::String?,
|
|
1183
1173
|
value: ::String?
|
|
1184
|
-
}
|
|
1174
|
+
}
|
|
1185
1175
|
],
|
|
1186
1176
|
?provisioning_preferences: {
|
|
1187
1177
|
stack_set_accounts: Array[::String]?,
|
|
@@ -1195,7 +1185,7 @@ module Aws
|
|
|
1195
1185
|
{
|
|
1196
1186
|
key: ::String,
|
|
1197
1187
|
value: ::String
|
|
1198
|
-
}
|
|
1188
|
+
}
|
|
1199
1189
|
],
|
|
1200
1190
|
?notification_arns: Array[::String],
|
|
1201
1191
|
provision_token: ::String
|
|
@@ -1332,7 +1322,7 @@ module Aws
|
|
|
1332
1322
|
{
|
|
1333
1323
|
key: ::String,
|
|
1334
1324
|
value: ::String
|
|
1335
|
-
}
|
|
1325
|
+
}
|
|
1336
1326
|
],
|
|
1337
1327
|
?remove_tags: Array[::String]
|
|
1338
1328
|
) -> _UpdatePortfolioResponseSuccess
|
|
@@ -1377,20 +1367,10 @@ module Aws
|
|
|
1377
1367
|
{
|
|
1378
1368
|
key: ::String,
|
|
1379
1369
|
value: ::String
|
|
1380
|
-
}
|
|
1370
|
+
}
|
|
1381
1371
|
],
|
|
1382
1372
|
?remove_tags: Array[::String],
|
|
1383
|
-
?source_connection:
|
|
1384
|
-
type: ("CODESTAR")?,
|
|
1385
|
-
connection_parameters: {
|
|
1386
|
-
code_star: {
|
|
1387
|
-
connection_arn: ::String,
|
|
1388
|
-
repository: ::String,
|
|
1389
|
-
branch: ::String,
|
|
1390
|
-
artifact_path: ::String
|
|
1391
|
-
}?
|
|
1392
|
-
}
|
|
1393
|
-
}
|
|
1373
|
+
?source_connection: Params::source_connection
|
|
1394
1374
|
) -> _UpdateProductResponseSuccess
|
|
1395
1375
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateProductResponseSuccess
|
|
1396
1376
|
|
|
@@ -1414,7 +1394,7 @@ module Aws
|
|
|
1414
1394
|
key: ::String?,
|
|
1415
1395
|
value: ::String?,
|
|
1416
1396
|
use_previous_value: bool?
|
|
1417
|
-
}
|
|
1397
|
+
}
|
|
1418
1398
|
],
|
|
1419
1399
|
?provisioning_preferences: {
|
|
1420
1400
|
stack_set_accounts: Array[::String]?,
|
|
@@ -1429,7 +1409,7 @@ module Aws
|
|
|
1429
1409
|
{
|
|
1430
1410
|
key: ::String,
|
|
1431
1411
|
value: ::String
|
|
1432
|
-
}
|
|
1412
|
+
}
|
|
1433
1413
|
],
|
|
1434
1414
|
update_token: ::String
|
|
1435
1415
|
) -> _UpdateProvisionedProductResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module ServiceCatalog
|
|
10
|
+
module Params
|
|
11
|
+
type source_connection_parameters = {
|
|
12
|
+
code_star: {
|
|
13
|
+
connection_arn: ::String,
|
|
14
|
+
repository: ::String,
|
|
15
|
+
branch: ::String,
|
|
16
|
+
artifact_path: ::String
|
|
17
|
+
}?
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
type source_connection = {
|
|
21
|
+
type: ("CODESTAR")?,
|
|
22
|
+
connection_parameters: Params::source_connection_parameters
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-servicecatalog
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.130.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
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-servicecatalog/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|