aws-sdk-servicecatalog 1.71.0 → 1.73.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 +128 -76
- data/lib/aws-sdk-servicecatalog/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-servicecatalog/endpoint_provider.rb +112 -0
- data/lib/aws-sdk-servicecatalog/endpoints.rb +1233 -0
- data/lib/aws-sdk-servicecatalog/plugins/endpoints.rb +242 -0
- data/lib/aws-sdk-servicecatalog/types.rb +134 -128
- data/lib/aws-sdk-servicecatalog.rb +5 -1
- metadata +8 -4
@@ -689,7 +689,7 @@ module Aws::ServiceCatalog
|
|
689
689
|
# You also cannot have more than one `STACKSET` constraint on a
|
690
690
|
# product and portfolio.
|
691
691
|
#
|
692
|
-
# Products with a `STACKSET` constraint will launch an
|
692
|
+
# Products with a `STACKSET` constraint will launch an
|
693
693
|
# CloudFormation stack set.
|
694
694
|
#
|
695
695
|
# TEMPLATE
|
@@ -876,15 +876,15 @@ module Aws::ServiceCatalog
|
|
876
876
|
# @return [String]
|
877
877
|
#
|
878
878
|
# @!attribute [rw] account_id
|
879
|
-
# The
|
879
|
+
# The Amazon Web Services account ID. For example, `123456789012`.
|
880
880
|
# @return [String]
|
881
881
|
#
|
882
882
|
# @!attribute [rw] organization_node
|
883
|
-
# The organization node to whom you are going to share.
|
884
|
-
# `OrganizationNode
|
885
|
-
#
|
886
|
-
#
|
887
|
-
#
|
883
|
+
# The organization node to whom you are going to share. When you pass
|
884
|
+
# `OrganizationNode`, it creates `PortfolioShare` for all of the
|
885
|
+
# Amazon Web Services accounts that are associated to the
|
886
|
+
# `OrganizationNode`. The output returns a `PortfolioShareToken`,
|
887
|
+
# which enables the administrator to monitor the status of the
|
888
888
|
# `PortfolioShare` creation process.
|
889
889
|
# @return [Types::OrganizationNode]
|
890
890
|
#
|
@@ -1115,8 +1115,8 @@ module Aws::ServiceCatalog
|
|
1115
1115
|
#
|
1116
1116
|
# @!attribute [rw] provisioned_product_name
|
1117
1117
|
# A user-friendly name for the provisioned product. This value must be
|
1118
|
-
# unique for the
|
1119
|
-
# is provisioned.
|
1118
|
+
# unique for the Amazon Web Services account and cannot be updated
|
1119
|
+
# after the product is provisioned.
|
1120
1120
|
# @return [String]
|
1121
1121
|
#
|
1122
1122
|
# @!attribute [rw] provisioning_artifact_id
|
@@ -1261,12 +1261,13 @@ module Aws::ServiceCatalog
|
|
1261
1261
|
# not both. Keys accepted: \[ `LoadTemplateFromURL`,
|
1262
1262
|
# `ImportFromPhysicalId` \].
|
1263
1263
|
#
|
1264
|
-
# The URL of the CloudFormation template in Amazon S3,
|
1264
|
+
# The URL of the CloudFormation template in Amazon S3, Amazon Web
|
1265
|
+
# Services CodeCommit, or GitHub in JSON format.
|
1265
1266
|
#
|
1266
1267
|
# `LoadTemplateFromURL`
|
1267
1268
|
#
|
1268
|
-
# Use the URL of the CloudFormation template in Amazon S3
|
1269
|
-
# format.
|
1269
|
+
# Use the URL of the CloudFormation template in Amazon S3, Amazon Web
|
1270
|
+
# Services CodeCommit, or GitHub in JSON format.
|
1270
1271
|
#
|
1271
1272
|
# `ImportFromPhysicalId`
|
1272
1273
|
#
|
@@ -1315,16 +1316,16 @@ module Aws::ServiceCatalog
|
|
1315
1316
|
#
|
1316
1317
|
# Name
|
1317
1318
|
#
|
1318
|
-
# : The name of the
|
1319
|
-
# example, `AWS-RestartEC2Instance`.
|
1319
|
+
# : The name of the Amazon Web Services Systems Manager document (SSM
|
1320
|
+
# document). For example, `AWS-RestartEC2Instance`.
|
1320
1321
|
#
|
1321
1322
|
# If you are using a shared SSM document, you must provide the ARN
|
1322
1323
|
# instead of the name.
|
1323
1324
|
#
|
1324
1325
|
# Version
|
1325
1326
|
#
|
1326
|
-
# : The
|
1327
|
-
# `"Version": "1"`
|
1327
|
+
# : The Amazon Web Services Systems Manager automation document
|
1328
|
+
# version. For example, `"Version": "1"`
|
1328
1329
|
#
|
1329
1330
|
# AssumeRole
|
1330
1331
|
#
|
@@ -1526,7 +1527,7 @@ module Aws::ServiceCatalog
|
|
1526
1527
|
# @return [String]
|
1527
1528
|
#
|
1528
1529
|
# @!attribute [rw] account_id
|
1529
|
-
# The
|
1530
|
+
# The Amazon Web Services account ID.
|
1530
1531
|
# @return [String]
|
1531
1532
|
#
|
1532
1533
|
# @!attribute [rw] organization_node
|
@@ -1616,7 +1617,7 @@ module Aws::ServiceCatalog
|
|
1616
1617
|
# @return [String]
|
1617
1618
|
#
|
1618
1619
|
# @!attribute [rw] ignore_errors
|
1619
|
-
# If set to true,
|
1620
|
+
# If set to true, Service Catalog stops managing the specified
|
1620
1621
|
# provisioned product even if it cannot delete the underlying
|
1621
1622
|
# resources.
|
1622
1623
|
# @return [Boolean]
|
@@ -2417,7 +2418,8 @@ module Aws::ServiceCatalog
|
|
2417
2418
|
# @return [Types::ProvisioningArtifactDetail]
|
2418
2419
|
#
|
2419
2420
|
# @!attribute [rw] info
|
2420
|
-
# The URL of the CloudFormation template in Amazon S3
|
2421
|
+
# The URL of the CloudFormation template in Amazon S3, Amazon Web
|
2422
|
+
# Services CodeCommit, or GitHub in JSON format.
|
2421
2423
|
# @return [Hash<String,String>]
|
2422
2424
|
#
|
2423
2425
|
# @!attribute [rw] status
|
@@ -2522,7 +2524,7 @@ module Aws::ServiceCatalog
|
|
2522
2524
|
#
|
2523
2525
|
# @!attribute [rw] provisioning_artifact_preferences
|
2524
2526
|
# An object that contains information about preferences, such as
|
2525
|
-
#
|
2527
|
+
# Regions and accounts, for the provisioning artifact.
|
2526
2528
|
# @return [Types::ProvisioningArtifactPreferences]
|
2527
2529
|
#
|
2528
2530
|
# @!attribute [rw] provisioning_artifact_outputs
|
@@ -3054,10 +3056,10 @@ module Aws::ServiceCatalog
|
|
3054
3056
|
# @!attribute [rw] parameters
|
3055
3057
|
# A map of all self-service action parameters and their values. If a
|
3056
3058
|
# provided parameter is of a special type, such as `TARGET`, the
|
3057
|
-
# provided value will override the default value generated by
|
3058
|
-
#
|
3059
|
-
#
|
3060
|
-
#
|
3059
|
+
# provided value will override the default value generated by Service
|
3060
|
+
# Catalog. If the parameters field is not provided, no additional
|
3061
|
+
# parameters are passed and default values will be used for any
|
3062
|
+
# special parameters such as `TARGET`.
|
3061
3063
|
# @return [Hash<String,Array<String>>]
|
3062
3064
|
#
|
3063
3065
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ExecuteProvisionedProductServiceActionInput AWS API Documentation
|
@@ -3277,8 +3279,8 @@ module Aws::ServiceCatalog
|
|
3277
3279
|
#
|
3278
3280
|
# @!attribute [rw] provisioned_product_name
|
3279
3281
|
# The user-friendly name of the provisioned product. The value must be
|
3280
|
-
# unique for the
|
3281
|
-
# product is provisioned.
|
3282
|
+
# unique for the Amazon Web Services account. The name cannot be
|
3283
|
+
# updated after the product is provisioned.
|
3282
3284
|
# @return [String]
|
3283
3285
|
#
|
3284
3286
|
# @!attribute [rw] physical_id
|
@@ -3783,7 +3785,8 @@ module Aws::ServiceCatalog
|
|
3783
3785
|
end
|
3784
3786
|
|
3785
3787
|
# @!attribute [rw] account_ids
|
3786
|
-
# Information about the
|
3788
|
+
# Information about the Amazon Web Services accounts with access to
|
3789
|
+
# the portfolio.
|
3787
3790
|
# @return [Array<String>]
|
3788
3791
|
#
|
3789
3792
|
# @!attribute [rw] next_page_token
|
@@ -4886,7 +4889,7 @@ module Aws::ServiceCatalog
|
|
4886
4889
|
# @!attribute [rw] type
|
4887
4890
|
# The product type. Contact the product administrator for the
|
4888
4891
|
# significance of this value. If this value is `MARKETPLACE`, the
|
4889
|
-
# product was created by
|
4892
|
+
# product was created by Amazon Web Services Marketplace.
|
4890
4893
|
# @return [String]
|
4891
4894
|
#
|
4892
4895
|
# @!attribute [rw] distributor
|
@@ -5011,8 +5014,8 @@ module Aws::ServiceCatalog
|
|
5011
5014
|
#
|
5012
5015
|
# @!attribute [rw] provisioned_product_name
|
5013
5016
|
# A user-friendly name for the provisioned product. This value must be
|
5014
|
-
# unique for the
|
5015
|
-
# is provisioned.
|
5017
|
+
# unique for the Amazon Web Services account and cannot be updated
|
5018
|
+
# after the product is provisioned.
|
5016
5019
|
# @return [String]
|
5017
5020
|
#
|
5018
5021
|
# @!attribute [rw] provisioning_parameters
|
@@ -5531,11 +5534,12 @@ module Aws::ServiceCatalog
|
|
5531
5534
|
# @!attribute [rw] type
|
5532
5535
|
# The type of provisioning artifact.
|
5533
5536
|
#
|
5534
|
-
# * `CLOUD_FORMATION_TEMPLATE` -
|
5537
|
+
# * `CLOUD_FORMATION_TEMPLATE` - CloudFormation template
|
5535
5538
|
#
|
5536
|
-
# * `MARKETPLACE_AMI` -
|
5539
|
+
# * `MARKETPLACE_AMI` - Amazon Web Services Marketplace AMI
|
5537
5540
|
#
|
5538
|
-
# * `MARKETPLACE_CAR` -
|
5541
|
+
# * `MARKETPLACE_CAR` - Amazon Web Services Marketplace Clusters and
|
5542
|
+
# Amazon Web Services Resources
|
5539
5543
|
# @return [String]
|
5540
5544
|
#
|
5541
5545
|
# @!attribute [rw] created_time
|
@@ -5630,16 +5634,16 @@ module Aws::ServiceCatalog
|
|
5630
5634
|
# `UpdateProvisioningPreferences`.
|
5631
5635
|
#
|
5632
5636
|
# For more information on maximum concurrent accounts and failure
|
5633
|
-
# tolerance, see [Stack set operation options][1] in the *
|
5634
|
-
#
|
5637
|
+
# tolerance, see [Stack set operation options][1] in the *CloudFormation
|
5638
|
+
# User Guide*.
|
5635
5639
|
#
|
5636
5640
|
#
|
5637
5641
|
#
|
5638
5642
|
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options
|
5639
5643
|
#
|
5640
5644
|
# @!attribute [rw] stack_set_accounts
|
5641
|
-
# One or more
|
5642
|
-
# stack set. These accounts can be scoped in
|
5645
|
+
# One or more Amazon Web Services accounts where stack instances are
|
5646
|
+
# deployed from the stack set. These accounts can be scoped in
|
5643
5647
|
# `ProvisioningPreferences$StackSetAccounts` and
|
5644
5648
|
# `UpdateProvisioningPreferences$StackSetAccounts`.
|
5645
5649
|
#
|
@@ -5647,8 +5651,8 @@ module Aws::ServiceCatalog
|
|
5647
5651
|
# @return [Array<String>]
|
5648
5652
|
#
|
5649
5653
|
# @!attribute [rw] stack_set_regions
|
5650
|
-
# One or more
|
5651
|
-
# stack set. These
|
5654
|
+
# One or more Amazon Web Services Regions where stack instances are
|
5655
|
+
# deployed from the stack set. These Regions can be scoped in
|
5652
5656
|
# `ProvisioningPreferences$StackSetRegions` and
|
5653
5657
|
# `UpdateProvisioningPreferences$StackSetRegions`.
|
5654
5658
|
#
|
@@ -5695,8 +5699,9 @@ module Aws::ServiceCatalog
|
|
5695
5699
|
# not both. Keys accepted: \[ `LoadTemplateFromURL`,
|
5696
5700
|
# `ImportFromPhysicalId` \]
|
5697
5701
|
#
|
5698
|
-
# The URL of the CloudFormation template in Amazon S3
|
5699
|
-
# in JSON format
|
5702
|
+
# The URL of the CloudFormation template in Amazon S3, Amazon Web
|
5703
|
+
# Services CodeCommit, or GitHub in JSON format. Specify the URL in
|
5704
|
+
# JSON format as follows:
|
5700
5705
|
#
|
5701
5706
|
# `"LoadTemplateFromURL":
|
5702
5707
|
# "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."`
|
@@ -5711,16 +5716,17 @@ module Aws::ServiceCatalog
|
|
5711
5716
|
# @!attribute [rw] type
|
5712
5717
|
# The type of provisioning artifact.
|
5713
5718
|
#
|
5714
|
-
# * `CLOUD_FORMATION_TEMPLATE` -
|
5719
|
+
# * `CLOUD_FORMATION_TEMPLATE` - CloudFormation template
|
5715
5720
|
#
|
5716
|
-
# * `MARKETPLACE_AMI` -
|
5721
|
+
# * `MARKETPLACE_AMI` - Amazon Web Services Marketplace AMI
|
5717
5722
|
#
|
5718
|
-
# * `MARKETPLACE_CAR` -
|
5723
|
+
# * `MARKETPLACE_CAR` - Amazon Web Services Marketplace Clusters and
|
5724
|
+
# Amazon Web Services Resources
|
5719
5725
|
# @return [String]
|
5720
5726
|
#
|
5721
5727
|
# @!attribute [rw] disable_template_validation
|
5722
|
-
# If set to true,
|
5723
|
-
# provisioning artifact even if it is invalid.
|
5728
|
+
# If set to true, Amazon Web Services Service Catalog stops validating
|
5729
|
+
# the specified provisioning artifact even if it is invalid.
|
5724
5730
|
# @return [Boolean]
|
5725
5731
|
#
|
5726
5732
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisioningArtifactProperties AWS API Documentation
|
@@ -5755,8 +5761,8 @@ module Aws::ServiceCatalog
|
|
5755
5761
|
# @return [Time]
|
5756
5762
|
#
|
5757
5763
|
# @!attribute [rw] provisioning_artifact_metadata
|
5758
|
-
# The metadata for the provisioning artifact. This is used with
|
5759
|
-
# Marketplace products.
|
5764
|
+
# The metadata for the provisioning artifact. This is used with Amazon
|
5765
|
+
# Web Services Marketplace products.
|
5760
5766
|
# @return [Hash<String,String>]
|
5761
5767
|
#
|
5762
5768
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ProvisioningArtifactSummary AWS API Documentation
|
@@ -5823,14 +5829,14 @@ module Aws::ServiceCatalog
|
|
5823
5829
|
# provisioned product. Not all preferences are applicable to all
|
5824
5830
|
# provisioned product type
|
5825
5831
|
#
|
5826
|
-
# One or more
|
5827
|
-
# product.
|
5832
|
+
# One or more Amazon Web Services accounts that will have access to the
|
5833
|
+
# provisioned product.
|
5828
5834
|
#
|
5829
5835
|
# Applicable only to a `CFN_STACKSET` provisioned product type.
|
5830
5836
|
#
|
5831
|
-
# The
|
5832
|
-
# the `STACKSET` constraint. To get the list of accounts
|
5833
|
-
# `STACKSET` constraint, use the `DescribeProvisioningParameters`
|
5837
|
+
# The Amazon Web Services accounts specified should be within the list
|
5838
|
+
# of accounts in the `STACKSET` constraint. To get the list of accounts
|
5839
|
+
# in the `STACKSET` constraint, use the `DescribeProvisioningParameters`
|
5834
5840
|
# operation.
|
5835
5841
|
#
|
5836
5842
|
# If no values are specified, the default value is all accounts from the
|
@@ -5849,8 +5855,8 @@ module Aws::ServiceCatalog
|
|
5849
5855
|
# }
|
5850
5856
|
#
|
5851
5857
|
# @!attribute [rw] stack_set_accounts
|
5852
|
-
# One or more
|
5853
|
-
# available.
|
5858
|
+
# One or more Amazon Web Services accounts where the provisioned
|
5859
|
+
# product will be available.
|
5854
5860
|
#
|
5855
5861
|
# Applicable only to a `CFN_STACKSET` provisioned product type.
|
5856
5862
|
#
|
@@ -5864,24 +5870,24 @@ module Aws::ServiceCatalog
|
|
5864
5870
|
# @return [Array<String>]
|
5865
5871
|
#
|
5866
5872
|
# @!attribute [rw] stack_set_regions
|
5867
|
-
# One or more
|
5868
|
-
# available.
|
5873
|
+
# One or more Amazon Web Services Regions where the provisioned
|
5874
|
+
# product will be available.
|
5869
5875
|
#
|
5870
5876
|
# Applicable only to a `CFN_STACKSET` provisioned product type.
|
5871
5877
|
#
|
5872
|
-
# The specified
|
5873
|
-
# `STACKSET` constraint. To get the list of
|
5878
|
+
# The specified Regions should be within the list of Regions from the
|
5879
|
+
# `STACKSET` constraint. To get the list of Regions in the `STACKSET`
|
5874
5880
|
# constraint, use the `DescribeProvisioningParameters` operation.
|
5875
5881
|
#
|
5876
|
-
# If no values are specified, the default value is all
|
5882
|
+
# If no values are specified, the default value is all Regions from
|
5877
5883
|
# the `STACKSET` constraint.
|
5878
5884
|
# @return [Array<String>]
|
5879
5885
|
#
|
5880
5886
|
# @!attribute [rw] stack_set_failure_tolerance_count
|
5881
|
-
# The number of accounts, per
|
5882
|
-
# fail before
|
5883
|
-
#
|
5884
|
-
#
|
5887
|
+
# The number of accounts, per Region, for which this operation can
|
5888
|
+
# fail before Service Catalog stops the operation in that Region. If
|
5889
|
+
# the operation is stopped in a Region, Service Catalog doesn't
|
5890
|
+
# attempt the operation in any subsequent Regions.
|
5885
5891
|
#
|
5886
5892
|
# Applicable only to a `CFN_STACKSET` provisioned product type.
|
5887
5893
|
#
|
@@ -5892,14 +5898,13 @@ module Aws::ServiceCatalog
|
|
5892
5898
|
# @return [Integer]
|
5893
5899
|
#
|
5894
5900
|
# @!attribute [rw] stack_set_failure_tolerance_percentage
|
5895
|
-
# The percentage of accounts, per
|
5896
|
-
# operation can fail before
|
5897
|
-
# that
|
5898
|
-
# Catalog doesn't attempt the operation in any subsequent
|
5901
|
+
# The percentage of accounts, per Region, for which this stack
|
5902
|
+
# operation can fail before Service Catalog stops the operation in
|
5903
|
+
# that Region. If the operation is stopped in a Region, Service
|
5904
|
+
# Catalog doesn't attempt the operation in any subsequent Regions.
|
5899
5905
|
#
|
5900
5906
|
# When calculating the number of accounts based on the specified
|
5901
|
-
# percentage,
|
5902
|
-
# number.
|
5907
|
+
# percentage, Service Catalog rounds down to the next whole number.
|
5903
5908
|
#
|
5904
5909
|
# Applicable only to a `CFN_STACKSET` provisioned product type.
|
5905
5910
|
#
|
@@ -5929,10 +5934,9 @@ module Aws::ServiceCatalog
|
|
5929
5934
|
# operation at one time.
|
5930
5935
|
#
|
5931
5936
|
# When calculating the number of accounts based on the specified
|
5932
|
-
# percentage,
|
5933
|
-
#
|
5934
|
-
#
|
5935
|
-
# `1` instead.
|
5937
|
+
# percentage, Service Catalog rounds down to the next whole number.
|
5938
|
+
# This is true except in cases where rounding down would result is
|
5939
|
+
# zero. In this case, Service Catalog sets the number as `1` instead.
|
5936
5940
|
#
|
5937
5941
|
# Note that this setting lets you specify the maximum for operations.
|
5938
5942
|
# For large deployments, under certain circumstances the actual number
|
@@ -6793,9 +6797,9 @@ module Aws::ServiceCatalog
|
|
6793
6797
|
include Aws::Structure
|
6794
6798
|
end
|
6795
6799
|
|
6796
|
-
# An
|
6800
|
+
# An CloudFormation stack, in a specific account and Region, that's
|
6797
6801
|
# part of a stack set operation. A stack instance is a reference to an
|
6798
|
-
# attempted or actual stack in a given account within a given
|
6802
|
+
# attempted or actual stack in a given account within a given Region. A
|
6799
6803
|
# stack instance can exist without a stack—for example, if the stack
|
6800
6804
|
# couldn't be created for some reason. A stack instance is associated
|
6801
6805
|
# with only one stack set. Each stack instance contains the ID of its
|
@@ -6803,13 +6807,13 @@ module Aws::ServiceCatalog
|
|
6803
6807
|
# stack status.
|
6804
6808
|
#
|
6805
6809
|
# @!attribute [rw] account
|
6806
|
-
# The name of the
|
6807
|
-
# with.
|
6810
|
+
# The name of the Amazon Web Services account that the stack instance
|
6811
|
+
# is associated with.
|
6808
6812
|
# @return [String]
|
6809
6813
|
#
|
6810
6814
|
# @!attribute [rw] region
|
6811
|
-
# The name of the
|
6812
|
-
# with.
|
6815
|
+
# The name of the Amazon Web Services Region that the stack instance
|
6816
|
+
# is associated with.
|
6813
6817
|
# @return [String]
|
6814
6818
|
#
|
6815
6819
|
# @!attribute [rw] stack_instance_status
|
@@ -6889,7 +6893,8 @@ module Aws::ServiceCatalog
|
|
6889
6893
|
# @return [String]
|
6890
6894
|
#
|
6891
6895
|
# @!attribute [rw] owner
|
6892
|
-
# The
|
6896
|
+
# The Amazon Web Services account Id of the owner account that created
|
6897
|
+
# the TagOption.
|
6893
6898
|
# @return [String]
|
6894
6899
|
#
|
6895
6900
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/TagOptionDetail AWS API Documentation
|
@@ -6905,9 +6910,9 @@ module Aws::ServiceCatalog
|
|
6905
6910
|
end
|
6906
6911
|
|
6907
6912
|
# An operation requiring TagOptions failed because the TagOptions
|
6908
|
-
# migration process has not been performed for this account.
|
6909
|
-
#
|
6910
|
-
# operation.
|
6913
|
+
# migration process has not been performed for this account. Use the
|
6914
|
+
# Amazon Web Services Management Console to perform the migration
|
6915
|
+
# process before retrying the operation.
|
6911
6916
|
#
|
6912
6917
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/TagOptionNotMigratedException AWS API Documentation
|
6913
6918
|
#
|
@@ -6966,7 +6971,7 @@ module Aws::ServiceCatalog
|
|
6966
6971
|
# @return [String]
|
6967
6972
|
#
|
6968
6973
|
# @!attribute [rw] ignore_errors
|
6969
|
-
# If set to true,
|
6974
|
+
# If set to true, Service Catalog stops managing the specified
|
6970
6975
|
# provisioned product even if it cannot delete the underlying
|
6971
6976
|
# resources.
|
6972
6977
|
# @return [Boolean]
|
@@ -7105,7 +7110,7 @@ module Aws::ServiceCatalog
|
|
7105
7110
|
# You also cannot have more than one `STACKSET` constraint on a
|
7106
7111
|
# product and portfolio.
|
7107
7112
|
#
|
7108
|
-
# Products with a `STACKSET` constraint will launch an
|
7113
|
+
# Products with a `STACKSET` constraint will launch an
|
7109
7114
|
# CloudFormation stack set.
|
7110
7115
|
#
|
7111
7116
|
# TEMPLATE
|
@@ -7264,8 +7269,9 @@ module Aws::ServiceCatalog
|
|
7264
7269
|
# @return [String]
|
7265
7270
|
#
|
7266
7271
|
# @!attribute [rw] account_id
|
7267
|
-
# The
|
7268
|
-
# when updating an external account to account type
|
7272
|
+
# The Amazon Web Services account Id of the recipient account. This
|
7273
|
+
# field is required when updating an external account to account type
|
7274
|
+
# share.
|
7269
7275
|
# @return [String]
|
7270
7276
|
#
|
7271
7277
|
# @!attribute [rw] organization_node
|
@@ -7597,18 +7603,19 @@ module Aws::ServiceCatalog
|
|
7597
7603
|
# `ExecuteProvisionedProductServiceAction`. Only a role ARN is valid.
|
7598
7604
|
# A user ARN is invalid.
|
7599
7605
|
#
|
7600
|
-
# The `OWNER` key accepts user ARNs
|
7601
|
-
# user that has permission to see,
|
7602
|
-
# service actions in the provisioned
|
7606
|
+
# The `OWNER` key accepts IAM user ARNs, IAM role ARNs, and STS
|
7607
|
+
# assumed-role ARNs. The owner is the user that has permission to see,
|
7608
|
+
# update, terminate, and execute service actions in the provisioned
|
7609
|
+
# product.
|
7603
7610
|
#
|
7604
7611
|
# The administrator can change the owner of a provisioned product to
|
7605
|
-
# another IAM
|
7606
|
-
# administrators can see ownership history of the
|
7607
|
-
# using the `ListRecordHistory` API. The new owner
|
7608
|
-
# past records for the provisioned product using the
|
7609
|
-
# API. The previous owner can no longer use
|
7610
|
-
# still see the product's history from when
|
7611
|
-
# `ListRecordHistory`.
|
7612
|
+
# another IAM or STS entity within the same account. Both end user
|
7613
|
+
# owners and administrators can see ownership history of the
|
7614
|
+
# provisioned product using the `ListRecordHistory` API. The new owner
|
7615
|
+
# can describe all past records for the provisioned product using the
|
7616
|
+
# `DescribeRecord` API. The previous owner can no longer use
|
7617
|
+
# `DescribeRecord`, but can still see the product's history from when
|
7618
|
+
# he was an owner using `ListRecordHistory`.
|
7612
7619
|
#
|
7613
7620
|
# If a provisioned product ownership is assigned to an end user, they
|
7614
7621
|
# can see and perform any action through the API or Service Catalog
|
@@ -7743,7 +7750,8 @@ module Aws::ServiceCatalog
|
|
7743
7750
|
# @return [Types::ProvisioningArtifactDetail]
|
7744
7751
|
#
|
7745
7752
|
# @!attribute [rw] info
|
7746
|
-
# The URL of the CloudFormation template in Amazon S3
|
7753
|
+
# The URL of the CloudFormation template in Amazon S3, Amazon Web
|
7754
|
+
# Services CodeCommit, or GitHub in JSON format.
|
7747
7755
|
# @return [Hash<String,String>]
|
7748
7756
|
#
|
7749
7757
|
# @!attribute [rw] status
|
@@ -7812,39 +7820,39 @@ module Aws::ServiceCatalog
|
|
7812
7820
|
# }
|
7813
7821
|
#
|
7814
7822
|
# @!attribute [rw] stack_set_accounts
|
7815
|
-
# One or more
|
7816
|
-
# product.
|
7823
|
+
# One or more Amazon Web Services accounts that will have access to
|
7824
|
+
# the provisioned product.
|
7817
7825
|
#
|
7818
7826
|
# Applicable only to a `CFN_STACKSET` provisioned product type.
|
7819
7827
|
#
|
7820
|
-
# The
|
7821
|
-
# the `STACKSET` constraint. To get the list of
|
7822
|
-
# `STACKSET` constraint, use the
|
7823
|
-
# operation.
|
7828
|
+
# The Amazon Web Services accounts specified should be within the list
|
7829
|
+
# of accounts in the `STACKSET` constraint. To get the list of
|
7830
|
+
# accounts in the `STACKSET` constraint, use the
|
7831
|
+
# `DescribeProvisioningParameters` operation.
|
7824
7832
|
#
|
7825
7833
|
# If no values are specified, the default value is all accounts from
|
7826
7834
|
# the `STACKSET` constraint.
|
7827
7835
|
# @return [Array<String>]
|
7828
7836
|
#
|
7829
7837
|
# @!attribute [rw] stack_set_regions
|
7830
|
-
# One or more
|
7831
|
-
# available.
|
7838
|
+
# One or more Amazon Web Services Regions where the provisioned
|
7839
|
+
# product will be available.
|
7832
7840
|
#
|
7833
7841
|
# Applicable only to a `CFN_STACKSET` provisioned product type.
|
7834
7842
|
#
|
7835
|
-
# The specified
|
7836
|
-
# `STACKSET` constraint. To get the list of
|
7843
|
+
# The specified Regions should be within the list of Regions from the
|
7844
|
+
# `STACKSET` constraint. To get the list of Regions in the `STACKSET`
|
7837
7845
|
# constraint, use the `DescribeProvisioningParameters` operation.
|
7838
7846
|
#
|
7839
|
-
# If no values are specified, the default value is all
|
7847
|
+
# If no values are specified, the default value is all Regions from
|
7840
7848
|
# the `STACKSET` constraint.
|
7841
7849
|
# @return [Array<String>]
|
7842
7850
|
#
|
7843
7851
|
# @!attribute [rw] stack_set_failure_tolerance_count
|
7844
|
-
# The number of accounts, per
|
7845
|
-
# fail before
|
7846
|
-
#
|
7847
|
-
#
|
7852
|
+
# The number of accounts, per Region, for which this operation can
|
7853
|
+
# fail before Service Catalog stops the operation in that Region. If
|
7854
|
+
# the operation is stopped in a Region, Service Catalog doesn't
|
7855
|
+
# attempt the operation in any subsequent Regions.
|
7848
7856
|
#
|
7849
7857
|
# Applicable only to a `CFN_STACKSET` provisioned product type.
|
7850
7858
|
#
|
@@ -7855,14 +7863,13 @@ module Aws::ServiceCatalog
|
|
7855
7863
|
# @return [Integer]
|
7856
7864
|
#
|
7857
7865
|
# @!attribute [rw] stack_set_failure_tolerance_percentage
|
7858
|
-
# The percentage of accounts, per
|
7859
|
-
# operation can fail before
|
7860
|
-
# that
|
7861
|
-
# Catalog doesn't attempt the operation in any subsequent
|
7866
|
+
# The percentage of accounts, per Region, for which this stack
|
7867
|
+
# operation can fail before Service Catalog stops the operation in
|
7868
|
+
# that Region. If the operation is stopped in a Region, Service
|
7869
|
+
# Catalog doesn't attempt the operation in any subsequent Regions.
|
7862
7870
|
#
|
7863
7871
|
# When calculating the number of accounts based on the specified
|
7864
|
-
# percentage,
|
7865
|
-
# number.
|
7872
|
+
# percentage, Service Catalog rounds down to the next whole number.
|
7866
7873
|
#
|
7867
7874
|
# Applicable only to a `CFN_STACKSET` provisioned product type.
|
7868
7875
|
#
|
@@ -7892,10 +7899,9 @@ module Aws::ServiceCatalog
|
|
7892
7899
|
# operation at one time.
|
7893
7900
|
#
|
7894
7901
|
# When calculating the number of accounts based on the specified
|
7895
|
-
# percentage,
|
7896
|
-
#
|
7897
|
-
#
|
7898
|
-
# `1` instead.
|
7902
|
+
# percentage, Service Catalog rounds down to the next whole number.
|
7903
|
+
# This is true except in cases where rounding down would result is
|
7904
|
+
# zero. In this case, Service Catalog sets the number as `1` instead.
|
7899
7905
|
#
|
7900
7906
|
# Note that this setting lets you specify the maximum for operations.
|
7901
7907
|
# For large deployments, under certain circumstances the actual number
|
@@ -7909,9 +7915,9 @@ module Aws::ServiceCatalog
|
|
7909
7915
|
# @return [Integer]
|
7910
7916
|
#
|
7911
7917
|
# @!attribute [rw] stack_set_operation_type
|
7912
|
-
# Determines what action
|
7913
|
-
#
|
7914
|
-
#
|
7918
|
+
# Determines what action Service Catalog performs to a stack set or a
|
7919
|
+
# stack instance represented by the provisioned product. The default
|
7920
|
+
# value is `UPDATE` if nothing is specified.
|
7915
7921
|
#
|
7916
7922
|
# Applicable only to a `CFN_STACKSET` provisioned product type.
|
7917
7923
|
#
|
@@ -7919,7 +7925,7 @@ module Aws::ServiceCatalog
|
|
7919
7925
|
#
|
7920
7926
|
# : Creates a new stack instance in the stack set represented by the
|
7921
7927
|
# provisioned product. In this case, only new stack instances are
|
7922
|
-
# created based on accounts and
|
7928
|
+
# created based on accounts and Regions; if new ProductId or
|
7923
7929
|
# ProvisioningArtifactID are passed, they will be ignored.
|
7924
7930
|
#
|
7925
7931
|
# UPDATE
|
@@ -13,9 +13,13 @@ require 'aws-sigv4'
|
|
13
13
|
|
14
14
|
require_relative 'aws-sdk-servicecatalog/types'
|
15
15
|
require_relative 'aws-sdk-servicecatalog/client_api'
|
16
|
+
require_relative 'aws-sdk-servicecatalog/plugins/endpoints.rb'
|
16
17
|
require_relative 'aws-sdk-servicecatalog/client'
|
17
18
|
require_relative 'aws-sdk-servicecatalog/errors'
|
18
19
|
require_relative 'aws-sdk-servicecatalog/resource'
|
20
|
+
require_relative 'aws-sdk-servicecatalog/endpoint_parameters'
|
21
|
+
require_relative 'aws-sdk-servicecatalog/endpoint_provider'
|
22
|
+
require_relative 'aws-sdk-servicecatalog/endpoints'
|
19
23
|
require_relative 'aws-sdk-servicecatalog/customizations'
|
20
24
|
|
21
25
|
# This module provides support for AWS Service Catalog. This module is available in the
|
@@ -48,6 +52,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
|
|
48
52
|
# @!group service
|
49
53
|
module Aws::ServiceCatalog
|
50
54
|
|
51
|
-
GEM_VERSION = '1.
|
55
|
+
GEM_VERSION = '1.73.0'
|
52
56
|
|
53
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.
|
4
|
+
version: 1.73.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: 2022-
|
11
|
+
date: 2022-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.165.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.165.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -59,7 +59,11 @@ files:
|
|
59
59
|
- lib/aws-sdk-servicecatalog/client.rb
|
60
60
|
- lib/aws-sdk-servicecatalog/client_api.rb
|
61
61
|
- lib/aws-sdk-servicecatalog/customizations.rb
|
62
|
+
- lib/aws-sdk-servicecatalog/endpoint_parameters.rb
|
63
|
+
- lib/aws-sdk-servicecatalog/endpoint_provider.rb
|
64
|
+
- lib/aws-sdk-servicecatalog/endpoints.rb
|
62
65
|
- lib/aws-sdk-servicecatalog/errors.rb
|
66
|
+
- lib/aws-sdk-servicecatalog/plugins/endpoints.rb
|
63
67
|
- lib/aws-sdk-servicecatalog/resource.rb
|
64
68
|
- lib/aws-sdk-servicecatalog/types.rb
|
65
69
|
homepage: https://github.com/aws/aws-sdk-ruby
|