aws-sdk-servicecatalog 1.71.0 → 1.72.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38d73a06e874dc561ee56544a9237f723753b91120bd1ab1d2699523b0cb1019
4
- data.tar.gz: d097e8a1d5ee35f94c092801971a135d8934314d17c188ead20d4f3c0f195c6a
3
+ metadata.gz: 189dace063fcac294b0edfd3621ae2ecdfaa760c4bdde07e314b8d180fcf2822
4
+ data.tar.gz: 0a25f66b79b32f93469116196128d5efd7ce86463d996142ff993277d7672357
5
5
  SHA512:
6
- metadata.gz: 8b0c7464c029f8941b9f9c0062c03e0203a36e0d1251f37dff2cf3b5d1225d646891b4ca1584ebcf10fe83df35a776ccdd64b8d0f6eb07b5be51342e8ed96e00
7
- data.tar.gz: 7d1c287f7181082f1a022013e3e3b54b44ddfe44d9c743fef5f6ad0732c502a9b2143c478684999efb59f7cd9504fbea7c86951acf08ab4f9070a0da299563ab
6
+ metadata.gz: 6327854a72f2f3cc12c8607e4750f34331beac7c5b9c0b853c9fd06b58c651c25ef302d81533b2a72988d345b38091b53a170b0f0817987af5f151648a8a4622
7
+ data.tar.gz: 15a40ef1475d1b4e6b2490ba4e5367ed70f465e0b36f4e2e80f902a9ea53d14cddf15746c6c002f8509e43dea10ad0b2cc944d25a42b2ba8c2e0770f1bb058be
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.0 (2022-08-16)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Service Catalog
8
+
4
9
  1.71.0 (2022-05-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.72.0
@@ -690,7 +690,9 @@ module Aws::ServiceCatalog
690
690
  # a new product.
691
691
  #
692
692
  # You can copy a product to the same account or another account. You can
693
- # copy a product to the same region or another region.
693
+ # copy a product to the same Region or another Region. If you copy a
694
+ # product to another account, you must first share the product in a
695
+ # portfolio using CreatePortfolioShare.
694
696
  #
695
697
  # This operation is performed asynchronously. To track the progress of
696
698
  # the operation, use DescribeCopyProductStatus.
@@ -847,8 +849,8 @@ module Aws::ServiceCatalog
847
849
  # You also cannot have more than one `STACKSET` constraint on a
848
850
  # product and portfolio.
849
851
  #
850
- # Products with a `STACKSET` constraint will launch an AWS
851
- # CloudFormation stack set.
852
+ # Products with a `STACKSET` constraint will launch an CloudFormation
853
+ # stack set.
852
854
  #
853
855
  # TEMPLATE
854
856
  #
@@ -1029,15 +1031,15 @@ module Aws::ServiceCatalog
1029
1031
  # The portfolio identifier.
1030
1032
  #
1031
1033
  # @option params [String] :account_id
1032
- # The AWS account ID. For example, `123456789012`.
1034
+ # The Amazon Web Services account ID. For example, `123456789012`.
1033
1035
  #
1034
1036
  # @option params [Types::OrganizationNode] :organization_node
1035
- # The organization node to whom you are going to share. If
1036
- # `OrganizationNode` is passed in, `PortfolioShare` will be created for
1037
- # the node an ListOrganizationPortfolioAccessd its children (when
1038
- # applies), and a `PortfolioShareToken` will be returned in the output
1039
- # in order for the administrator to monitor the status of the
1040
- # `PortfolioShare` creation process.
1037
+ # The organization node to whom you are going to share. When you pass
1038
+ # `OrganizationNode`, it creates `PortfolioShare` for all of the Amazon
1039
+ # Web Services accounts that are associated to the `OrganizationNode`.
1040
+ # The output returns a `PortfolioShareToken`, which enables the
1041
+ # administrator to monitor the status of the `PortfolioShare` creation
1042
+ # process.
1041
1043
  #
1042
1044
  # @option params [Boolean] :share_tag_options
1043
1045
  # Enables or disables `TagOptions ` sharing when creating the portfolio
@@ -1203,13 +1205,15 @@ module Aws::ServiceCatalog
1203
1205
  req.send_request(options)
1204
1206
  end
1205
1207
 
1206
- # Creates a plan. A plan includes the list of resources to be created
1207
- # (when provisioning a new product) or modified (when updating a
1208
- # provisioned product) when the plan is executed.
1208
+ # Creates a plan.
1209
1209
  #
1210
- # You can create one plan per provisioned product. To create a plan for
1211
- # an existing provisioned product, the product status must be AVAILBLE
1212
- # or TAINTED.
1210
+ # A plan includes the list of resources to be created (when provisioning
1211
+ # a new product) or modified (when updating a provisioned product) when
1212
+ # the plan is executed.
1213
+ #
1214
+ # You can create one plan for each provisioned product. To create a plan
1215
+ # for an existing provisioned product, the product status must be
1216
+ # AVAILABLE or TAINTED.
1213
1217
  #
1214
1218
  # To view the resource changes in the change set, use
1215
1219
  # DescribeProvisionedProductPlan. To create or modify the provisioned
@@ -1244,8 +1248,8 @@ module Aws::ServiceCatalog
1244
1248
  #
1245
1249
  # @option params [required, String] :provisioned_product_name
1246
1250
  # A user-friendly name for the provisioned product. This value must be
1247
- # unique for the AWS account and cannot be updated after the product is
1248
- # provisioned.
1251
+ # unique for the Amazon Web Services account and cannot be updated after
1252
+ # the product is provisioned.
1249
1253
  #
1250
1254
  # @option params [required, String] :provisioning_artifact_id
1251
1255
  # The identifier of the provisioning artifact.
@@ -1414,16 +1418,16 @@ module Aws::ServiceCatalog
1414
1418
  #
1415
1419
  # Name
1416
1420
  #
1417
- # : The name of the AWS Systems Manager document (SSM document). For
1418
- # example, `AWS-RestartEC2Instance`.
1421
+ # : The name of the Amazon Web Services Systems Manager document (SSM
1422
+ # document). For example, `AWS-RestartEC2Instance`.
1419
1423
  #
1420
1424
  # If you are using a shared SSM document, you must provide the ARN
1421
1425
  # instead of the name.
1422
1426
  #
1423
1427
  # Version
1424
1428
  #
1425
- # : The AWS Systems Manager automation document version. For example,
1426
- # `"Version": "1"`
1429
+ # : The Amazon Web Services Systems Manager automation document version.
1430
+ # For example, `"Version": "1"`
1427
1431
  #
1428
1432
  # AssumeRole
1429
1433
  #
@@ -1624,7 +1628,7 @@ module Aws::ServiceCatalog
1624
1628
  # The portfolio identifier.
1625
1629
  #
1626
1630
  # @option params [String] :account_id
1627
- # The AWS account ID.
1631
+ # The Amazon Web Services account ID.
1628
1632
  #
1629
1633
  # @option params [Types::OrganizationNode] :organization_node
1630
1634
  # The organization node to whom you are going to stop sharing.
@@ -1710,7 +1714,7 @@ module Aws::ServiceCatalog
1710
1714
  # The plan identifier.
1711
1715
  #
1712
1716
  # @option params [Boolean] :ignore_errors
1713
- # If set to true, AWS Service Catalog stops managing the specified
1717
+ # If set to true, Service Catalog stops managing the specified
1714
1718
  # provisioned product even if it cannot delete the underlying resources.
1715
1719
  #
1716
1720
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
@@ -2842,19 +2846,26 @@ module Aws::ServiceCatalog
2842
2846
  req.send_request(options)
2843
2847
  end
2844
2848
 
2845
- # Disable portfolio sharing through AWS Organizations feature. This
2846
- # feature will not delete your current shares but it will prevent you
2847
- # from creating new shares throughout your organization. Current shares
2848
- # will not be in sync with your organization structure if it changes
2849
- # after calling this API. This API can only be called by the management
2850
- # account in the organization.
2849
+ # Disable portfolio sharing through the Organizations service. This
2850
+ # command will not delete your current shares, but prevents you from
2851
+ # creating new shares throughout your organization. Current shares are
2852
+ # not kept in sync with your organization structure if the structure
2853
+ # changes after calling this API. Only the management account in the
2854
+ # organization can call this API.
2851
2855
  #
2852
- # This API can't be invoked if there are active delegated
2853
- # administrators in the organization.
2856
+ # You cannot call this API if there are active delegated administrators
2857
+ # in the organization.
2854
2858
  #
2855
2859
  # Note that a delegated administrator is not authorized to invoke
2856
2860
  # `DisableAWSOrganizationsAccess`.
2857
2861
  #
2862
+ # If you share an Service Catalog portfolio in an organization within
2863
+ # Organizations, and then disable Organizations access for Service
2864
+ # Catalog, the portfolio access permissions will not sync with the
2865
+ # latest changes to the organization structure. Specifically, accounts
2866
+ # that you removed from the organization after disabling Service Catalog
2867
+ # access will retain access to the previously shared portfolio.
2868
+ #
2858
2869
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2859
2870
  #
2860
2871
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DisableAWSOrganizationsAccess AWS API Documentation
@@ -3036,19 +3047,29 @@ module Aws::ServiceCatalog
3036
3047
  req.send_request(options)
3037
3048
  end
3038
3049
 
3039
- # Enable portfolio sharing feature through AWS Organizations. This API
3040
- # will allow Service Catalog to receive updates on your organization in
3041
- # order to sync your shares with the current structure. This API can
3042
- # only be called by the management account in the organization.
3050
+ # Enable portfolio sharing feature through Organizations. This API will
3051
+ # allow Service Catalog to receive updates on your organization in order
3052
+ # to sync your shares with the current structure. This API can only be
3053
+ # called by the management account in the organization.
3043
3054
  #
3044
- # By calling this API Service Catalog will make a call to
3045
- # organizations:EnableAWSServiceAccess on your behalf so that your
3046
- # shares can be in sync with any changes in your AWS Organizations
3047
- # structure.
3055
+ # When you call this API, Service Catalog calls
3056
+ # `organizations:EnableAWSServiceAccess` on your behalf so that your
3057
+ # shares stay in sync with any changes in your Organizations structure.
3048
3058
  #
3049
3059
  # Note that a delegated administrator is not authorized to invoke
3050
3060
  # `EnableAWSOrganizationsAccess`.
3051
3061
  #
3062
+ # If you have previously disabled Organizations access for Service
3063
+ # Catalog, and then enable access again, the portfolio access
3064
+ # permissions might not sync with the latest changes to the organization
3065
+ # structure. Specifically, accounts that you removed from the
3066
+ # organization after disabling Service Catalog access, and before you
3067
+ # enabled access again, can retain access to the previously shared
3068
+ # portfolio. As a result, an account that has been removed from the
3069
+ # organization might still be able to create or manage Amazon Web
3070
+ # Services resources when it is no longer authorized to do so. Amazon
3071
+ # Web Services is working to resolve this issue.
3072
+ #
3052
3073
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3053
3074
  #
3054
3075
  # @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/EnableAWSOrganizationsAccess AWS API Documentation
@@ -3151,10 +3172,10 @@ module Aws::ServiceCatalog
3151
3172
  # @option params [Hash<String,Array>] :parameters
3152
3173
  # A map of all self-service action parameters and their values. If a
3153
3174
  # provided parameter is of a special type, such as `TARGET`, the
3154
- # provided value will override the default value generated by AWS
3155
- # Service Catalog. If the parameters field is not provided, no
3156
- # additional parameters are passed and default values will be used for
3157
- # any special parameters such as `TARGET`.
3175
+ # provided value will override the default value generated by Service
3176
+ # Catalog. If the parameters field is not provided, no additional
3177
+ # parameters are passed and default values will be used for any special
3178
+ # parameters such as `TARGET`.
3158
3179
  #
3159
3180
  # @return [Types::ExecuteProvisionedProductServiceActionOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3160
3181
  #
@@ -3202,9 +3223,9 @@ module Aws::ServiceCatalog
3202
3223
  req.send_request(options)
3203
3224
  end
3204
3225
 
3205
- # Get the Access Status for AWS Organization portfolio share feature.
3206
- # This API can only be called by the management account in the
3207
- # organization or by a delegated admin.
3226
+ # Get the Access Status for Organizations portfolio share feature. This
3227
+ # API can only be called by the management account in the organization
3228
+ # or by a delegated admin.
3208
3229
  #
3209
3230
  # @return [Types::GetAWSOrganizationsAccessStatusOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3210
3231
  #
@@ -3290,10 +3311,11 @@ module Aws::ServiceCatalog
3290
3311
  req.send_request(options)
3291
3312
  end
3292
3313
 
3293
- # Requests the import of a resource as a Service Catalog provisioned
3294
- # product that is associated to a Service Catalog product and
3295
- # provisioning artifact. Once imported, all supported Service Catalog
3296
- # governance actions are supported on the provisioned product.
3314
+ # Requests the import of a resource as a Amazon Web Services Service
3315
+ # Catalog provisioned product that is associated to a Amazon Web
3316
+ # Services Service Catalog product and provisioning artifact. Once
3317
+ # imported, all supported Amazon Web Services Service Catalog governance
3318
+ # actions are supported on the provisioned product.
3297
3319
  #
3298
3320
  # Resource import only supports CloudFormation stack ARNs.
3299
3321
  # CloudFormation StackSets and non-root nested stacks are not supported.
@@ -3304,7 +3326,8 @@ module Aws::ServiceCatalog
3304
3326
  # `IMPORT_ROLLBACK_COMPLETE`.
3305
3327
  #
3306
3328
  # Import of the resource requires that the CloudFormation stack template
3307
- # matches the associated Service Catalog product provisioning artifact.
3329
+ # matches the associated Amazon Web Services Service Catalog product
3330
+ # provisioning artifact.
3308
3331
  #
3309
3332
  # The user or role that performs this operation must have the
3310
3333
  # `cloudformation:GetTemplate` and `cloudformation:DescribeStacks` IAM
@@ -3327,8 +3350,8 @@ module Aws::ServiceCatalog
3327
3350
  #
3328
3351
  # @option params [required, String] :provisioned_product_name
3329
3352
  # The user-friendly name of the provisioned product. The value must be
3330
- # unique for the AWS account. The name cannot be updated after the
3331
- # product is provisioned.
3353
+ # unique for the Amazon Web Services account. The name cannot be updated
3354
+ # after the product is provisioned.
3332
3355
  #
3333
3356
  # @option params [required, String] :physical_id
3334
3357
  # The unique identifier of the resource to be imported. It only
@@ -4350,8 +4373,8 @@ module Aws::ServiceCatalog
4350
4373
 
4351
4374
  # Returns summary information about stack instances that are associated
4352
4375
  # with the specified `CFN_STACKSET` type provisioned product. You can
4353
- # filter for stack instances that are associated with a specific AWS
4354
- # account name or region.
4376
+ # filter for stack instances that are associated with a specific Amazon
4377
+ # Web Services account name or Region.
4355
4378
  #
4356
4379
  # @option params [String] :accept_language
4357
4380
  # The language code.
@@ -4501,8 +4524,8 @@ module Aws::ServiceCatalog
4501
4524
  #
4502
4525
  # @option params [required, String] :provisioned_product_name
4503
4526
  # A user-friendly name for the provisioned product. This value must be
4504
- # unique for the AWS account and cannot be updated after the product is
4505
- # provisioned.
4527
+ # unique for the Amazon Web Services account and cannot be updated after
4528
+ # the product is provisioned.
4506
4529
  #
4507
4530
  # @option params [Array<Types::ProvisioningParameter>] :provisioning_parameters
4508
4531
  # Parameters specified by the administrator that are required for
@@ -4877,6 +4900,16 @@ module Aws::ServiceCatalog
4877
4900
  # Gets information about the provisioned products that meet the
4878
4901
  # specified criteria.
4879
4902
  #
4903
+ # <note markdown="1"> To ensure a complete list of provisioned products and remove duplicate
4904
+ # products, use `sort-by createdTime`.
4905
+ #
4906
+ # Here is a CLI example: ` `
4907
+ #
4908
+ # `aws servicecatalog search-provisioned-products --sort-by createdTime
4909
+ # `
4910
+ #
4911
+ # </note>
4912
+ #
4880
4913
  # @option params [String] :accept_language
4881
4914
  # The language code.
4882
4915
  #
@@ -5001,7 +5034,7 @@ module Aws::ServiceCatalog
5001
5034
  # not need to pass this option.**
5002
5035
  #
5003
5036
  # @option params [Boolean] :ignore_errors
5004
- # If set to true, AWS Service Catalog stops managing the specified
5037
+ # If set to true, Service Catalog stops managing the specified
5005
5038
  # provisioned product even if it cannot delete the underlying resources.
5006
5039
  #
5007
5040
  # @option params [String] :accept_language
@@ -5145,8 +5178,8 @@ module Aws::ServiceCatalog
5145
5178
  # You also cannot have more than one `STACKSET` constraint on a
5146
5179
  # product and portfolio.
5147
5180
  #
5148
- # Products with a `STACKSET` constraint will launch an AWS
5149
- # CloudFormation stack set.
5181
+ # Products with a `STACKSET` constraint will launch an CloudFormation
5182
+ # stack set.
5150
5183
  #
5151
5184
  # TEMPLATE
5152
5185
  #
@@ -5298,8 +5331,9 @@ module Aws::ServiceCatalog
5298
5331
  # updated.
5299
5332
  #
5300
5333
  # @option params [String] :account_id
5301
- # The AWS Account Id of the recipient account. This field is required
5302
- # when updating an external account to account type share.
5334
+ # The Amazon Web Services account Id of the recipient account. This
5335
+ # field is required when updating an external account to account type
5336
+ # share.
5303
5337
  #
5304
5338
  # @option params [Types::OrganizationNode] :organization_node
5305
5339
  # Information about the organization node.
@@ -5603,18 +5637,19 @@ module Aws::ServiceCatalog
5603
5637
  # `ExecuteProvisionedProductServiceAction`. Only a role ARN is valid. A
5604
5638
  # user ARN is invalid.
5605
5639
  #
5606
- # The `OWNER` key accepts user ARNs and role ARNs. The owner is the user
5607
- # that has permission to see, update, terminate, and execute service
5608
- # actions in the provisioned product.
5640
+ # The `OWNER` key accepts IAM user ARNs, IAM role ARNs, and STS
5641
+ # assumed-role ARNs. The owner is the user that has permission to see,
5642
+ # update, terminate, and execute service actions in the provisioned
5643
+ # product.
5609
5644
  #
5610
5645
  # The administrator can change the owner of a provisioned product to
5611
- # another IAM user within the same account. Both end user owners and
5612
- # administrators can see ownership history of the provisioned product
5613
- # using the `ListRecordHistory` API. The new owner can describe all past
5614
- # records for the provisioned product using the `DescribeRecord` API.
5615
- # The previous owner can no longer use `DescribeRecord`, but can still
5616
- # see the product's history from when he was an owner using
5617
- # `ListRecordHistory`.
5646
+ # another IAM or STS entity within the same account. Both end user
5647
+ # owners and administrators can see ownership history of the provisioned
5648
+ # product using the `ListRecordHistory` API. The new owner can describe
5649
+ # all past records for the provisioned product using the
5650
+ # `DescribeRecord` API. The previous owner can no longer use
5651
+ # `DescribeRecord`, but can still see the product's history from when
5652
+ # he was an owner using `ListRecordHistory`.
5618
5653
  #
5619
5654
  # If a provisioned product ownership is assigned to an end user, they
5620
5655
  # can see and perform any action through the API or Service Catalog
@@ -5861,7 +5896,7 @@ module Aws::ServiceCatalog
5861
5896
  params: params,
5862
5897
  config: config)
5863
5898
  context[:gem_name] = 'aws-sdk-servicecatalog'
5864
- context[:gem_version] = '1.71.0'
5899
+ context[:gem_version] = '1.72.0'
5865
5900
  Seahorse::Client::Request.new(handlers, context)
5866
5901
  end
5867
5902
 
@@ -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 AWS
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 AWS account ID. For example, `123456789012`.
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. If
884
- # `OrganizationNode` is passed in, `PortfolioShare` will be created
885
- # for the node an ListOrganizationPortfolioAccessd its children (when
886
- # applies), and a `PortfolioShareToken` will be returned in the output
887
- # in order for the administrator to monitor the status of the
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 AWS account and cannot be updated after the product
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, in JSON format.
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 in JSON
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 AWS Systems Manager document (SSM document). For
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 AWS Systems Manager automation document version. For example,
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 AWS account ID.
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, AWS Service Catalog stops managing the specified
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
- # regions and accounts, for the provisioning artifact.
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 AWS
3058
- # Service Catalog. If the parameters field is not provided, no
3059
- # additional parameters are passed and default values will be used for
3060
- # any special parameters such as `TARGET`.
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 AWS account. The name cannot be updated after 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 AWS accounts with access to the portfolio.
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 AWS Marketplace.
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 AWS account and cannot be updated after the product
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` - AWS CloudFormation template
5537
+ # * `CLOUD_FORMATION_TEMPLATE` - CloudFormation template
5535
5538
  #
5536
- # * `MARKETPLACE_AMI` - AWS Marketplace AMI
5539
+ # * `MARKETPLACE_AMI` - Amazon Web Services Marketplace AMI
5537
5540
  #
5538
- # * `MARKETPLACE_CAR` - AWS Marketplace Clusters and AWS Resources
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 *AWS
5634
- # CloudFormation User Guide*.
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 AWS accounts where stack instances are deployed from the
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 AWS Regions where stack instances are deployed from the
5651
- # stack set. These regions can be scoped in
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. Specify the URL
5699
- # in JSON format as follows:
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` - AWS CloudFormation template
5719
+ # * `CLOUD_FORMATION_TEMPLATE` - CloudFormation template
5715
5720
  #
5716
- # * `MARKETPLACE_AMI` - AWS Marketplace AMI
5721
+ # * `MARKETPLACE_AMI` - Amazon Web Services Marketplace AMI
5717
5722
  #
5718
- # * `MARKETPLACE_CAR` - AWS Marketplace Clusters and AWS Resources
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, AWS Service Catalog stops validating the specified
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 AWS
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 AWS accounts that will have access to the provisioned
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 AWS accounts specified should be within the list of accounts in
5832
- # the `STACKSET` constraint. To get the list of accounts in the
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 AWS accounts where the provisioned product will be
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 AWS Regions where the provisioned product will be
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 regions should be within the list of regions from the
5873
- # `STACKSET` constraint. To get the list of regions in the `STACKSET`
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 regions from
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 region, for which this operation can
5882
- # fail before AWS Service Catalog stops the operation in that region.
5883
- # If the operation is stopped in a region, AWS Service Catalog
5884
- # doesn't attempt the operation in any subsequent regions.
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 region, for which this stack
5896
- # operation can fail before AWS Service Catalog stops the operation in
5897
- # that region. If the operation is stopped in a region, AWS Service
5898
- # Catalog doesn't attempt the operation in any subsequent regions.
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, AWS Service Catalog rounds down to the next whole
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, AWS Service Catalog rounds down to the next whole
5933
- # number. This is true except in cases where rounding down would
5934
- # result is zero. In this case, AWS Service Catalog sets the number as
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 AWS CloudFormation stack, in a specific account and region, that's
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 region. A
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 AWS account that the stack instance is associated
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 AWS region that the stack instance is associated
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 AWS account Id of the owner account that created the TagOption.
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. Please use
6909
- # the AWS console to perform the migration process before retrying the
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, AWS Service Catalog stops managing the specified
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 AWS
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 AWS Account Id of the recipient account. This field is required
7268
- # when updating an external account to account type share.
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 and role ARNs. The owner is the
7601
- # user that has permission to see, update, terminate, and execute
7602
- # service actions in the provisioned product.
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 user within the same account. Both end user owners and
7606
- # administrators can see ownership history of the provisioned product
7607
- # using the `ListRecordHistory` API. The new owner can describe all
7608
- # past records for the provisioned product using the `DescribeRecord`
7609
- # API. The previous owner can no longer use `DescribeRecord`, but can
7610
- # still see the product's history from when he was an owner using
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 AWS accounts that will have access to the provisioned
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 AWS accounts specified should be within the list of accounts in
7821
- # the `STACKSET` constraint. To get the list of accounts in the
7822
- # `STACKSET` constraint, use the `DescribeProvisioningParameters`
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 AWS Regions where the provisioned product will be
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 regions should be within the list of regions from the
7836
- # `STACKSET` constraint. To get the list of regions in the `STACKSET`
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 regions from
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 region, for which this operation can
7845
- # fail before AWS Service Catalog stops the operation in that region.
7846
- # If the operation is stopped in a region, AWS Service Catalog
7847
- # doesn't attempt the operation in any subsequent regions.
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 region, for which this stack
7859
- # operation can fail before AWS Service Catalog stops the operation in
7860
- # that region. If the operation is stopped in a region, AWS Service
7861
- # Catalog doesn't attempt the operation in any subsequent regions.
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, AWS Service Catalog rounds down to the next whole
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, AWS Service Catalog rounds down to the next whole
7896
- # number. This is true except in cases where rounding down would
7897
- # result is zero. In this case, AWS Service Catalog sets the number as
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 AWS Service Catalog performs to a stack set
7913
- # or a stack instance represented by the provisioned product. The
7914
- # default value is `UPDATE` if nothing is specified.
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 regions; if new ProductId or
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
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
48
48
  # @!group service
49
49
  module Aws::ServiceCatalog
50
50
 
51
- GEM_VERSION = '1.71.0'
51
+ GEM_VERSION = '1.72.0'
52
52
 
53
53
  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.71.0
4
+ version: 1.72.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-05-16 00:00:00.000000000 Z
11
+ date: 2022-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core