aws-sdk-servicecatalog 1.90.0 → 1.92.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-servicecatalog/client.rb +37 -2
- data/lib/aws-sdk-servicecatalog/client_api.rb +3 -0
- data/lib/aws-sdk-servicecatalog/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-servicecatalog/types.rb +42 -4
- data/lib/aws-sdk-servicecatalog.rb +1 -1
- data/sig/client.rbs +1494 -0
- data/sig/errors.rbs +32 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +1769 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59efadc1b887381ac9e2e2977963bef85ef569933e104c72271c9adb633e0db8
|
4
|
+
data.tar.gz: 68833f8da0e832139e72f7a5254720d5d2f94ba6cc111063ceb69538236a18fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3b88c486c67e3364a981484826c6031c2f4b24e771e582a5b5bc4024cf1e3220887fdf0b2cfca8a1f3154ad9ff68b9efc1c2251d9eeccbc2b65005621dd2baf
|
7
|
+
data.tar.gz: f8a5402a6b5e0c579875052bdb6aab1bf74e41e549914ba3076f03a6d82f4cc55fb970b75d0d190b67a2de4b35973ae5673723aa8830707c537e109e6b2250ae
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.92.0 (2024-01-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.91.0 (2024-01-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added Idempotency token support to Service Catalog AssociateServiceActionWithProvisioningArtifact, DisassociateServiceActionFromProvisioningArtifact, DeleteServiceAction API
|
13
|
+
|
4
14
|
1.90.0 (2023-11-28)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.92.0
|
@@ -650,6 +650,15 @@ module Aws::ServiceCatalog
|
|
650
650
|
#
|
651
651
|
# * `zh` - Chinese
|
652
652
|
#
|
653
|
+
# @option params [String] :idempotency_token
|
654
|
+
# A unique identifier that you provide to ensure idempotency. If
|
655
|
+
# multiple requests from the same Amazon Web Services account use the
|
656
|
+
# same idempotency token, the same response is returned for each
|
657
|
+
# repeated request.
|
658
|
+
#
|
659
|
+
# **A suitable default value is auto-generated.** You should normally
|
660
|
+
# not need to pass this option.**
|
661
|
+
#
|
653
662
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
654
663
|
#
|
655
664
|
# @example Request syntax with placeholder values
|
@@ -659,6 +668,7 @@ module Aws::ServiceCatalog
|
|
659
668
|
# provisioning_artifact_id: "Id", # required
|
660
669
|
# service_action_id: "Id", # required
|
661
670
|
# accept_language: "AcceptLanguage",
|
671
|
+
# idempotency_token: "IdempotencyToken",
|
662
672
|
# })
|
663
673
|
#
|
664
674
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AssociateServiceActionWithProvisioningArtifact AWS API Documentation
|
@@ -1160,8 +1170,13 @@ module Aws::ServiceCatalog
|
|
1160
1170
|
# share. If this flag is not provided, TagOptions sharing is disabled.
|
1161
1171
|
#
|
1162
1172
|
# @option params [Boolean] :share_principals
|
1173
|
+
# This parameter is only supported for portfolios with an
|
1174
|
+
# **OrganizationalNode** Type of `ORGANIZATION` or
|
1175
|
+
# `ORGANIZATIONAL_UNIT`.
|
1176
|
+
#
|
1163
1177
|
# Enables or disables `Principal` sharing when creating the portfolio
|
1164
|
-
# share. If
|
1178
|
+
# share. If you do **not** provide this flag, principal sharing is
|
1179
|
+
# disabled.
|
1165
1180
|
#
|
1166
1181
|
# When you enable Principal Name Sharing for a portfolio share, the
|
1167
1182
|
# share recipient account end users with a principal that matches any of
|
@@ -1930,6 +1945,15 @@ module Aws::ServiceCatalog
|
|
1930
1945
|
#
|
1931
1946
|
# * `zh` - Chinese
|
1932
1947
|
#
|
1948
|
+
# @option params [String] :idempotency_token
|
1949
|
+
# A unique identifier that you provide to ensure idempotency. If
|
1950
|
+
# multiple requests from the same Amazon Web Services account use the
|
1951
|
+
# same idempotency token, the same response is returned for each
|
1952
|
+
# repeated request.
|
1953
|
+
#
|
1954
|
+
# **A suitable default value is auto-generated.** You should normally
|
1955
|
+
# not need to pass this option.**
|
1956
|
+
#
|
1933
1957
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1934
1958
|
#
|
1935
1959
|
# @example Request syntax with placeholder values
|
@@ -1937,6 +1961,7 @@ module Aws::ServiceCatalog
|
|
1937
1961
|
# resp = client.delete_service_action({
|
1938
1962
|
# id: "Id", # required
|
1939
1963
|
# accept_language: "AcceptLanguage",
|
1964
|
+
# idempotency_token: "IdempotencyToken",
|
1940
1965
|
# })
|
1941
1966
|
#
|
1942
1967
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteServiceAction AWS API Documentation
|
@@ -3180,6 +3205,15 @@ module Aws::ServiceCatalog
|
|
3180
3205
|
#
|
3181
3206
|
# * `zh` - Chinese
|
3182
3207
|
#
|
3208
|
+
# @option params [String] :idempotency_token
|
3209
|
+
# A unique identifier that you provide to ensure idempotency. If
|
3210
|
+
# multiple requests from the same Amazon Web Services account use the
|
3211
|
+
# same idempotency token, the same response is returned for each
|
3212
|
+
# repeated request.
|
3213
|
+
#
|
3214
|
+
# **A suitable default value is auto-generated.** You should normally
|
3215
|
+
# not need to pass this option.**
|
3216
|
+
#
|
3183
3217
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3184
3218
|
#
|
3185
3219
|
# @example Request syntax with placeholder values
|
@@ -3189,6 +3223,7 @@ module Aws::ServiceCatalog
|
|
3189
3223
|
# provisioning_artifact_id: "Id", # required
|
3190
3224
|
# service_action_id: "Id", # required
|
3191
3225
|
# accept_language: "AcceptLanguage",
|
3226
|
+
# idempotency_token: "IdempotencyToken",
|
3192
3227
|
# })
|
3193
3228
|
#
|
3194
3229
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisassociateServiceActionFromProvisioningArtifact AWS API Documentation
|
@@ -6254,7 +6289,7 @@ module Aws::ServiceCatalog
|
|
6254
6289
|
params: params,
|
6255
6290
|
config: config)
|
6256
6291
|
context[:gem_name] = 'aws-sdk-servicecatalog'
|
6257
|
-
context[:gem_version] = '1.
|
6292
|
+
context[:gem_version] = '1.92.0'
|
6258
6293
|
Seahorse::Client::Request.new(handlers, context)
|
6259
6294
|
end
|
6260
6295
|
|
@@ -542,6 +542,7 @@ module Aws::ServiceCatalog
|
|
542
542
|
AssociateServiceActionWithProvisioningArtifactInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
|
543
543
|
AssociateServiceActionWithProvisioningArtifactInput.add_member(:service_action_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ServiceActionId"))
|
544
544
|
AssociateServiceActionWithProvisioningArtifactInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
545
|
+
AssociateServiceActionWithProvisioningArtifactInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
545
546
|
AssociateServiceActionWithProvisioningArtifactInput.struct_class = Types::AssociateServiceActionWithProvisioningArtifactInput
|
546
547
|
|
547
548
|
AssociateServiceActionWithProvisioningArtifactOutput.struct_class = Types::AssociateServiceActionWithProvisioningArtifactOutput
|
@@ -761,6 +762,7 @@ module Aws::ServiceCatalog
|
|
761
762
|
|
762
763
|
DeleteServiceActionInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
763
764
|
DeleteServiceActionInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
765
|
+
DeleteServiceActionInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
764
766
|
DeleteServiceActionInput.struct_class = Types::DeleteServiceActionInput
|
765
767
|
|
766
768
|
DeleteServiceActionOutput.struct_class = Types::DeleteServiceActionOutput
|
@@ -964,6 +966,7 @@ module Aws::ServiceCatalog
|
|
964
966
|
DisassociateServiceActionFromProvisioningArtifactInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
|
965
967
|
DisassociateServiceActionFromProvisioningArtifactInput.add_member(:service_action_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ServiceActionId"))
|
966
968
|
DisassociateServiceActionFromProvisioningArtifactInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
969
|
+
DisassociateServiceActionFromProvisioningArtifactInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
967
970
|
DisassociateServiceActionFromProvisioningArtifactInput.struct_class = Types::DisassociateServiceActionFromProvisioningArtifactInput
|
968
971
|
|
969
972
|
DisassociateServiceActionFromProvisioningArtifactOutput.struct_class = Types::DisassociateServiceActionFromProvisioningArtifactOutput
|
@@ -14,6 +14,7 @@ module Aws::ServiceCatalog
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::ServiceCatalog::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|
@@ -255,13 +255,24 @@ module Aws::ServiceCatalog
|
|
255
255
|
# * `zh` - Chinese
|
256
256
|
# @return [String]
|
257
257
|
#
|
258
|
+
# @!attribute [rw] idempotency_token
|
259
|
+
# A unique identifier that you provide to ensure idempotency. If
|
260
|
+
# multiple requests from the same Amazon Web Services account use the
|
261
|
+
# same idempotency token, the same response is returned for each
|
262
|
+
# repeated request.
|
263
|
+
#
|
264
|
+
# **A suitable default value is auto-generated.** You should normally
|
265
|
+
# not need to pass this option.
|
266
|
+
# @return [String]
|
267
|
+
#
|
258
268
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AssociateServiceActionWithProvisioningArtifactInput AWS API Documentation
|
259
269
|
#
|
260
270
|
class AssociateServiceActionWithProvisioningArtifactInput < Struct.new(
|
261
271
|
:product_id,
|
262
272
|
:provisioning_artifact_id,
|
263
273
|
:service_action_id,
|
264
|
-
:accept_language
|
274
|
+
:accept_language,
|
275
|
+
:idempotency_token)
|
265
276
|
SENSITIVE = []
|
266
277
|
include Aws::Structure
|
267
278
|
end
|
@@ -817,8 +828,13 @@ module Aws::ServiceCatalog
|
|
817
828
|
# @return [Boolean]
|
818
829
|
#
|
819
830
|
# @!attribute [rw] share_principals
|
831
|
+
# This parameter is only supported for portfolios with an
|
832
|
+
# **OrganizationalNode** Type of `ORGANIZATION` or
|
833
|
+
# `ORGANIZATIONAL_UNIT`.
|
834
|
+
#
|
820
835
|
# Enables or disables `Principal` sharing when creating the portfolio
|
821
|
-
# share. If
|
836
|
+
# share. If you do **not** provide this flag, principal sharing is
|
837
|
+
# disabled.
|
822
838
|
#
|
823
839
|
# When you enable Principal Name Sharing for a portfolio share, the
|
824
840
|
# share recipient account end users with a principal that matches any
|
@@ -1464,11 +1480,22 @@ module Aws::ServiceCatalog
|
|
1464
1480
|
# * `zh` - Chinese
|
1465
1481
|
# @return [String]
|
1466
1482
|
#
|
1483
|
+
# @!attribute [rw] idempotency_token
|
1484
|
+
# A unique identifier that you provide to ensure idempotency. If
|
1485
|
+
# multiple requests from the same Amazon Web Services account use the
|
1486
|
+
# same idempotency token, the same response is returned for each
|
1487
|
+
# repeated request.
|
1488
|
+
#
|
1489
|
+
# **A suitable default value is auto-generated.** You should normally
|
1490
|
+
# not need to pass this option.
|
1491
|
+
# @return [String]
|
1492
|
+
#
|
1467
1493
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteServiceActionInput AWS API Documentation
|
1468
1494
|
#
|
1469
1495
|
class DeleteServiceActionInput < Struct.new(
|
1470
1496
|
:id,
|
1471
|
-
:accept_language
|
1497
|
+
:accept_language,
|
1498
|
+
:idempotency_token)
|
1472
1499
|
SENSITIVE = []
|
1473
1500
|
include Aws::Structure
|
1474
1501
|
end
|
@@ -2463,13 +2490,24 @@ module Aws::ServiceCatalog
|
|
2463
2490
|
# * `zh` - Chinese
|
2464
2491
|
# @return [String]
|
2465
2492
|
#
|
2493
|
+
# @!attribute [rw] idempotency_token
|
2494
|
+
# A unique identifier that you provide to ensure idempotency. If
|
2495
|
+
# multiple requests from the same Amazon Web Services account use the
|
2496
|
+
# same idempotency token, the same response is returned for each
|
2497
|
+
# repeated request.
|
2498
|
+
#
|
2499
|
+
# **A suitable default value is auto-generated.** You should normally
|
2500
|
+
# not need to pass this option.
|
2501
|
+
# @return [String]
|
2502
|
+
#
|
2466
2503
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisassociateServiceActionFromProvisioningArtifactInput AWS API Documentation
|
2467
2504
|
#
|
2468
2505
|
class DisassociateServiceActionFromProvisioningArtifactInput < Struct.new(
|
2469
2506
|
:product_id,
|
2470
2507
|
:provisioning_artifact_id,
|
2471
2508
|
:service_action_id,
|
2472
|
-
:accept_language
|
2509
|
+
:accept_language,
|
2510
|
+
:idempotency_token)
|
2473
2511
|
SENSITIVE = []
|
2474
2512
|
include Aws::Structure
|
2475
2513
|
end
|