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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e382ebb0dbba1a1ff24eecad877ed4671dd98e402408a511e4c82ea63c6734d5
4
- data.tar.gz: a37394f498a0a8c38c354c866076af00aa1910b185ee6cf5e261dcbded90ff43
3
+ metadata.gz: 454705c357b41e6762cdf14190bbeb911adb2088d5648c55f5b3515fe38fc018
4
+ data.tar.gz: 8b96b4a51da0e33bae3d7f83d223be6236fba5901a83c74b88fea4729ded6e8a
5
5
  SHA512:
6
- metadata.gz: a4eccfc4c8fec3e91f609dd88eab87d2bccd7a833a4908ddad697d3e956e7a0ce1579c63428abf16eb4c0cec8a04a8b84a35d876254dc1077aefa99a83e08f2a
7
- data.tar.gz: 456a0cb1083a2ccbd7bc7c206a3d045ad87e8a26f1dd1fe14b7f155a9632f920380bbe046769497bced424285111186b2c3b477344ae2d692821fa8018d1107e
6
+ metadata.gz: 8bf788840b26adfd32d20d8660a54708be44b342869fa2167f2807c6636c6de80a722ca074b85f0708625ca5eb744fa20652293143f8271160c191c7e550a9c7
7
+ data.tar.gz: 0b9784883475d2d0aa0d9217f54e29c35a694a51735e00de6a76354939ee27d44c12a1cf49d30d4e0b251d6f411b917133d3397cddf0712e9a05b48efc05cf57
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.129.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.128.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.128.0
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.128.0'
6382
+ context[:gem_version] = '1.129.0'
6383
6383
  Seahorse::Client::Request.new(handlers, context)
6384
6384
  end
6385
6385
 
@@ -54,7 +54,7 @@ module Aws::ServiceCatalog
54
54
  autoload :EndpointProvider, 'aws-sdk-servicecatalog/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-servicecatalog/endpoints'
56
56
 
57
- GEM_VERSION = '1.128.0'
57
+ GEM_VERSION = '1.129.0'
58
58
 
59
59
  end
60
60
 
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.128.0
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