aws-sdk-servicecatalog 1.128.0 → 1.129.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-servicecatalog/client.rb +1 -1
- data/lib/aws-sdk-servicecatalog.rb +1 -1
- data/sig/client.rbs +17 -37
- data/sig/params.rbs +27 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 454705c357b41e6762cdf14190bbeb911adb2088d5648c55f5b3515fe38fc018
|
|
4
|
+
data.tar.gz: 8b96b4a51da0e33bae3d7f83d223be6236fba5901a83c74b88fea4729ded6e8a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bf788840b26adfd32d20d8660a54708be44b342869fa2167f2807c6636c6de80a722ca074b85f0708625ca5eb744fa20652293143f8271160c191c7e550a9c7
|
|
7
|
+
data.tar.gz: 0b9784883475d2d0aa0d9217f54e29c35a694a51735e00de6a76354939ee27d44c12a1cf49d30d4e0b251d6f411b917133d3397cddf0712e9a05b48efc05cf57
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.129.0
|
|
@@ -6379,7 +6379,7 @@ module Aws::ServiceCatalog
|
|
|
6379
6379
|
tracer: tracer
|
|
6380
6380
|
)
|
|
6381
6381
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
|
6382
|
-
context[:gem_version] = '1.
|
|
6382
|
+
context[:gem_version] = '1.129.0'
|
|
6383
6383
|
Seahorse::Client::Request.new(handlers, context)
|
|
6384
6384
|
end
|
|
6385
6385
|
|
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.129.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -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
|