aws-sdk-servicecatalog 1.90.0 → 1.91.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: 182944e14f45b14290df81d88a78020165559f80960c1059898d62fcac81da0e
4
- data.tar.gz: 301925cdb3451e84ca2a83f5083f545eaf95bc446a36c662e816e58c70d301e3
3
+ metadata.gz: 1cffe8b63a9ae40b6fdabca8acc8862ae34158a16a35be4d8035e9726ce400a0
4
+ data.tar.gz: 3b9ffd4b0482d0d6389a0843ec5d28585d542af715a409dd4ae33ec66f5eeab3
5
5
  SHA512:
6
- metadata.gz: ba99142c89095aa89158f423230cd93b8124be739615f5c0292d29107a6afab014207ad321f159bfc5991dc8caa7cbcb61d52626b1818eba2909ffa0f752c42d
7
- data.tar.gz: fb8f19f152a6a0fe8143f710a25bb415e162213749251b4f167ca5f5cc78f9e527c2240e1f95f75d036ddf34060a891358c804c7ac5229e795fdd8ace35980d2
6
+ metadata.gz: ea39511644c3aa379ab05231d205472acd4f37e7ec1ec87e609b1b04adc096e582188eaedb81088ab2c6ba52903df20c032ff4a8f8724d20db4d473e25b543a0
7
+ data.tar.gz: 171209605be6afdd1804f5f1a09003d5a70eeddd916fcd769c88859cae82e7af5a085fee57c07b54bd2973052573283e24f11bea8aa1c848f3a6450c920407d0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.0 (2024-01-04)
5
+ ------------------
6
+
7
+ * Feature - Added Idempotency token support to Service Catalog AssociateServiceActionWithProvisioningArtifact, DisassociateServiceActionFromProvisioningArtifact, DeleteServiceAction API
8
+
4
9
  1.90.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.91.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 this flag is not provided, principal sharing is disabled.
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.90.0'
6292
+ context[:gem_version] = '1.91.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
@@ -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 this flag is not provided, principal sharing is disabled.
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
52
52
  # @!group service
53
53
  module Aws::ServiceCatalog
54
54
 
55
- GEM_VERSION = '1.90.0'
55
+ GEM_VERSION = '1.91.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-servicecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.90.0
4
+ version: 1.91.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core