aws-sdk-servicecatalog 1.52.0 → 1.57.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 +4 -4
- data/lib/aws-sdk-servicecatalog.rb +1 -1
- data/lib/aws-sdk-servicecatalog/client.rb +304 -9
- data/lib/aws-sdk-servicecatalog/client_api.rb +107 -3
- data/lib/aws-sdk-servicecatalog/types.rb +403 -17
- metadata +2 -2
@@ -23,7 +23,6 @@ module Aws::ServiceCatalog
|
|
23
23
|
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
24
24
|
AccountIds = Shapes::ListShape.new(name: 'AccountIds')
|
25
25
|
AddTags = Shapes::ListShape.new(name: 'AddTags')
|
26
|
-
AllowedValue = Shapes::StringShape.new(name: 'AllowedValue')
|
27
26
|
AllowedValues = Shapes::ListShape.new(name: 'AllowedValues')
|
28
27
|
ApproximateCount = Shapes::IntegerShape.new(name: 'ApproximateCount')
|
29
28
|
AssociateBudgetWithResourceInput = Shapes::StructureShape.new(name: 'AssociateBudgetWithResourceInput')
|
@@ -41,6 +40,7 @@ module Aws::ServiceCatalog
|
|
41
40
|
BatchAssociateServiceActionWithProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'BatchAssociateServiceActionWithProvisioningArtifactOutput')
|
42
41
|
BatchDisassociateServiceActionFromProvisioningArtifactInput = Shapes::StructureShape.new(name: 'BatchDisassociateServiceActionFromProvisioningArtifactInput')
|
43
42
|
BatchDisassociateServiceActionFromProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'BatchDisassociateServiceActionFromProvisioningArtifactOutput')
|
43
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
44
44
|
BudgetDetail = Shapes::StructureShape.new(name: 'BudgetDetail')
|
45
45
|
BudgetName = Shapes::StringShape.new(name: 'BudgetName')
|
46
46
|
Budgets = Shapes::ListShape.new(name: 'Budgets')
|
@@ -104,6 +104,9 @@ module Aws::ServiceCatalog
|
|
104
104
|
DescribePortfolioOutput = Shapes::StructureShape.new(name: 'DescribePortfolioOutput')
|
105
105
|
DescribePortfolioShareStatusInput = Shapes::StructureShape.new(name: 'DescribePortfolioShareStatusInput')
|
106
106
|
DescribePortfolioShareStatusOutput = Shapes::StructureShape.new(name: 'DescribePortfolioShareStatusOutput')
|
107
|
+
DescribePortfolioShareType = Shapes::StringShape.new(name: 'DescribePortfolioShareType')
|
108
|
+
DescribePortfolioSharesInput = Shapes::StructureShape.new(name: 'DescribePortfolioSharesInput')
|
109
|
+
DescribePortfolioSharesOutput = Shapes::StructureShape.new(name: 'DescribePortfolioSharesOutput')
|
107
110
|
DescribeProductAsAdminInput = Shapes::StructureShape.new(name: 'DescribeProductAsAdminInput')
|
108
111
|
DescribeProductAsAdminOutput = Shapes::StructureShape.new(name: 'DescribeProductAsAdminOutput')
|
109
112
|
DescribeProductInput = Shapes::StructureShape.new(name: 'DescribeProductInput')
|
@@ -168,6 +171,8 @@ module Aws::ServiceCatalog
|
|
168
171
|
Id = Shapes::StringShape.new(name: 'Id')
|
169
172
|
IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
|
170
173
|
IgnoreErrors = Shapes::BooleanShape.new(name: 'IgnoreErrors')
|
174
|
+
ImportAsProvisionedProductInput = Shapes::StructureShape.new(name: 'ImportAsProvisionedProductInput')
|
175
|
+
ImportAsProvisionedProductOutput = Shapes::StructureShape.new(name: 'ImportAsProvisionedProductOutput')
|
171
176
|
InstructionType = Shapes::StringShape.new(name: 'InstructionType')
|
172
177
|
InstructionValue = Shapes::StringShape.new(name: 'InstructionValue')
|
173
178
|
InvalidParametersException = Shapes::StructureShape.new(name: 'InvalidParametersException')
|
@@ -222,6 +227,7 @@ module Aws::ServiceCatalog
|
|
222
227
|
NoEcho = Shapes::BooleanShape.new(name: 'NoEcho')
|
223
228
|
NotificationArn = Shapes::StringShape.new(name: 'NotificationArn')
|
224
229
|
NotificationArns = Shapes::ListShape.new(name: 'NotificationArns')
|
230
|
+
NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
|
225
231
|
OperationNotSupportedException = Shapes::StructureShape.new(name: 'OperationNotSupportedException')
|
226
232
|
OrganizationNode = Shapes::StructureShape.new(name: 'OrganizationNode')
|
227
233
|
OrganizationNodeType = Shapes::StringShape.new(name: 'OrganizationNodeType')
|
@@ -231,7 +237,9 @@ module Aws::ServiceCatalog
|
|
231
237
|
OutputKey = Shapes::StringShape.new(name: 'OutputKey')
|
232
238
|
OutputKeys = Shapes::ListShape.new(name: 'OutputKeys')
|
233
239
|
OutputValue = Shapes::StringShape.new(name: 'OutputValue')
|
240
|
+
Owner = Shapes::StringShape.new(name: 'Owner')
|
234
241
|
PageSize = Shapes::IntegerShape.new(name: 'PageSize')
|
242
|
+
PageSizeMax100 = Shapes::IntegerShape.new(name: 'PageSizeMax100')
|
235
243
|
PageToken = Shapes::StringShape.new(name: 'PageToken')
|
236
244
|
ParameterConstraints = Shapes::StructureShape.new(name: 'ParameterConstraints')
|
237
245
|
ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
|
@@ -245,6 +253,8 @@ module Aws::ServiceCatalog
|
|
245
253
|
PortfolioDetails = Shapes::ListShape.new(name: 'PortfolioDetails')
|
246
254
|
PortfolioDisplayName = Shapes::StringShape.new(name: 'PortfolioDisplayName')
|
247
255
|
PortfolioName = Shapes::StringShape.new(name: 'PortfolioName')
|
256
|
+
PortfolioShareDetail = Shapes::StructureShape.new(name: 'PortfolioShareDetail')
|
257
|
+
PortfolioShareDetails = Shapes::ListShape.new(name: 'PortfolioShareDetails')
|
248
258
|
PortfolioShareType = Shapes::StringShape.new(name: 'PortfolioShareType')
|
249
259
|
Principal = Shapes::StructureShape.new(name: 'Principal')
|
250
260
|
PrincipalARN = Shapes::StringShape.new(name: 'PrincipalARN')
|
@@ -361,6 +371,7 @@ module Aws::ServiceCatalog
|
|
361
371
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
362
372
|
ResourceTargetDefinition = Shapes::StructureShape.new(name: 'ResourceTargetDefinition')
|
363
373
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
374
|
+
RetainPhysicalResources = Shapes::BooleanShape.new(name: 'RetainPhysicalResources')
|
364
375
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
365
376
|
ScanProvisionedProductsInput = Shapes::StructureShape.new(name: 'ScanProvisionedProductsInput')
|
366
377
|
ScanProvisionedProductsOutput = Shapes::StructureShape.new(name: 'ScanProvisionedProductsOutput')
|
@@ -408,6 +419,7 @@ module Aws::ServiceCatalog
|
|
408
419
|
Status = Shapes::StringShape.new(name: 'Status')
|
409
420
|
StatusDetail = Shapes::StringShape.new(name: 'StatusDetail')
|
410
421
|
StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
|
422
|
+
String = Shapes::StringShape.new(name: 'String')
|
411
423
|
SuccessfulShares = Shapes::ListShape.new(name: 'SuccessfulShares')
|
412
424
|
SupportDescription = Shapes::StringShape.new(name: 'SupportDescription')
|
413
425
|
SupportEmail = Shapes::StringShape.new(name: 'SupportEmail')
|
@@ -434,6 +446,8 @@ module Aws::ServiceCatalog
|
|
434
446
|
UpdateConstraintOutput = Shapes::StructureShape.new(name: 'UpdateConstraintOutput')
|
435
447
|
UpdatePortfolioInput = Shapes::StructureShape.new(name: 'UpdatePortfolioInput')
|
436
448
|
UpdatePortfolioOutput = Shapes::StructureShape.new(name: 'UpdatePortfolioOutput')
|
449
|
+
UpdatePortfolioShareInput = Shapes::StructureShape.new(name: 'UpdatePortfolioShareInput')
|
450
|
+
UpdatePortfolioShareOutput = Shapes::StructureShape.new(name: 'UpdatePortfolioShareOutput')
|
437
451
|
UpdateProductInput = Shapes::StructureShape.new(name: 'UpdateProductInput')
|
438
452
|
UpdateProductOutput = Shapes::StructureShape.new(name: 'UpdateProductOutput')
|
439
453
|
UpdateProvisionedProductInput = Shapes::StructureShape.new(name: 'UpdateProvisionedProductInput')
|
@@ -472,7 +486,7 @@ module Aws::ServiceCatalog
|
|
472
486
|
|
473
487
|
AddTags.member = Shapes::ShapeRef.new(shape: Tag)
|
474
488
|
|
475
|
-
AllowedValues.member = Shapes::ShapeRef.new(shape:
|
489
|
+
AllowedValues.member = Shapes::ShapeRef.new(shape: String)
|
476
490
|
|
477
491
|
AssociateBudgetWithResourceInput.add_member(:budget_name, Shapes::ShapeRef.new(shape: BudgetName, required: true, location_name: "BudgetName"))
|
478
492
|
AssociateBudgetWithResourceInput.add_member(:resource_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ResourceId"))
|
@@ -594,6 +608,7 @@ module Aws::ServiceCatalog
|
|
594
608
|
CreatePortfolioShareInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
|
595
609
|
CreatePortfolioShareInput.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
|
596
610
|
CreatePortfolioShareInput.add_member(:organization_node, Shapes::ShapeRef.new(shape: OrganizationNode, location_name: "OrganizationNode"))
|
611
|
+
CreatePortfolioShareInput.add_member(:share_tag_options, Shapes::ShapeRef.new(shape: Boolean, location_name: "ShareTagOptions"))
|
597
612
|
CreatePortfolioShareInput.struct_class = Types::CreatePortfolioShareInput
|
598
613
|
|
599
614
|
CreatePortfolioShareOutput.add_member(:portfolio_share_token, Shapes::ShapeRef.new(shape: Id, location_name: "PortfolioShareToken"))
|
@@ -757,9 +772,20 @@ module Aws::ServiceCatalog
|
|
757
772
|
DescribePortfolioShareStatusOutput.add_member(:share_details, Shapes::ShapeRef.new(shape: ShareDetails, location_name: "ShareDetails"))
|
758
773
|
DescribePortfolioShareStatusOutput.struct_class = Types::DescribePortfolioShareStatusOutput
|
759
774
|
|
775
|
+
DescribePortfolioSharesInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
|
776
|
+
DescribePortfolioSharesInput.add_member(:type, Shapes::ShapeRef.new(shape: DescribePortfolioShareType, required: true, location_name: "Type"))
|
777
|
+
DescribePortfolioSharesInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
778
|
+
DescribePortfolioSharesInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSizeMax100, location_name: "PageSize"))
|
779
|
+
DescribePortfolioSharesInput.struct_class = Types::DescribePortfolioSharesInput
|
780
|
+
|
781
|
+
DescribePortfolioSharesOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
782
|
+
DescribePortfolioSharesOutput.add_member(:portfolio_share_details, Shapes::ShapeRef.new(shape: PortfolioShareDetails, location_name: "PortfolioShareDetails"))
|
783
|
+
DescribePortfolioSharesOutput.struct_class = Types::DescribePortfolioSharesOutput
|
784
|
+
|
760
785
|
DescribeProductAsAdminInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
761
786
|
DescribeProductAsAdminInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
762
787
|
DescribeProductAsAdminInput.add_member(:name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "Name"))
|
788
|
+
DescribeProductAsAdminInput.add_member(:source_portfolio_id, Shapes::ShapeRef.new(shape: Id, location_name: "SourcePortfolioId"))
|
763
789
|
DescribeProductAsAdminInput.struct_class = Types::DescribeProductAsAdminInput
|
764
790
|
|
765
791
|
DescribeProductAsAdminOutput.add_member(:product_view_detail, Shapes::ShapeRef.new(shape: ProductViewDetail, location_name: "ProductViewDetail"))
|
@@ -970,6 +996,17 @@ module Aws::ServiceCatalog
|
|
970
996
|
GetProvisionedProductOutputsOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
971
997
|
GetProvisionedProductOutputsOutput.struct_class = Types::GetProvisionedProductOutputsOutput
|
972
998
|
|
999
|
+
ImportAsProvisionedProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
1000
|
+
ImportAsProvisionedProductInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
1001
|
+
ImportAsProvisionedProductInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
|
1002
|
+
ImportAsProvisionedProductInput.add_member(:provisioned_product_name, Shapes::ShapeRef.new(shape: ProvisionedProductName, required: true, location_name: "ProvisionedProductName"))
|
1003
|
+
ImportAsProvisionedProductInput.add_member(:physical_id, Shapes::ShapeRef.new(shape: PhysicalId, required: true, location_name: "PhysicalId"))
|
1004
|
+
ImportAsProvisionedProductInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
1005
|
+
ImportAsProvisionedProductInput.struct_class = Types::ImportAsProvisionedProductInput
|
1006
|
+
|
1007
|
+
ImportAsProvisionedProductOutput.add_member(:record_detail, Shapes::ShapeRef.new(shape: RecordDetail, location_name: "RecordDetail"))
|
1008
|
+
ImportAsProvisionedProductOutput.struct_class = Types::ImportAsProvisionedProductOutput
|
1009
|
+
|
973
1010
|
InvalidParametersException.struct_class = Types::InvalidParametersException
|
974
1011
|
|
975
1012
|
InvalidStateException.struct_class = Types::InvalidStateException
|
@@ -1046,7 +1083,7 @@ module Aws::ServiceCatalog
|
|
1046
1083
|
ListPortfolioAccessInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
|
1047
1084
|
ListPortfolioAccessInput.add_member(:organization_parent_id, Shapes::ShapeRef.new(shape: Id, location_name: "OrganizationParentId"))
|
1048
1085
|
ListPortfolioAccessInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
1049
|
-
ListPortfolioAccessInput.add_member(:page_size, Shapes::ShapeRef.new(shape:
|
1086
|
+
ListPortfolioAccessInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSizeMax100, location_name: "PageSize"))
|
1050
1087
|
ListPortfolioAccessInput.struct_class = Types::ListPortfolioAccessInput
|
1051
1088
|
|
1052
1089
|
ListPortfolioAccessOutput.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIds, location_name: "AccountIds"))
|
@@ -1195,6 +1232,12 @@ module Aws::ServiceCatalog
|
|
1195
1232
|
OutputKeys.member = Shapes::ShapeRef.new(shape: OutputKey)
|
1196
1233
|
|
1197
1234
|
ParameterConstraints.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedValues, location_name: "AllowedValues"))
|
1235
|
+
ParameterConstraints.add_member(:allowed_pattern, Shapes::ShapeRef.new(shape: String, location_name: "AllowedPattern"))
|
1236
|
+
ParameterConstraints.add_member(:constraint_description, Shapes::ShapeRef.new(shape: String, location_name: "ConstraintDescription"))
|
1237
|
+
ParameterConstraints.add_member(:max_length, Shapes::ShapeRef.new(shape: String, location_name: "MaxLength"))
|
1238
|
+
ParameterConstraints.add_member(:min_length, Shapes::ShapeRef.new(shape: String, location_name: "MinLength"))
|
1239
|
+
ParameterConstraints.add_member(:max_value, Shapes::ShapeRef.new(shape: String, location_name: "MaxValue"))
|
1240
|
+
ParameterConstraints.add_member(:min_value, Shapes::ShapeRef.new(shape: String, location_name: "MinValue"))
|
1198
1241
|
ParameterConstraints.struct_class = Types::ParameterConstraints
|
1199
1242
|
|
1200
1243
|
PortfolioDetail.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
@@ -1207,6 +1250,14 @@ module Aws::ServiceCatalog
|
|
1207
1250
|
|
1208
1251
|
PortfolioDetails.member = Shapes::ShapeRef.new(shape: PortfolioDetail)
|
1209
1252
|
|
1253
|
+
PortfolioShareDetail.add_member(:principal_id, Shapes::ShapeRef.new(shape: Id, location_name: "PrincipalId"))
|
1254
|
+
PortfolioShareDetail.add_member(:type, Shapes::ShapeRef.new(shape: DescribePortfolioShareType, location_name: "Type"))
|
1255
|
+
PortfolioShareDetail.add_member(:accepted, Shapes::ShapeRef.new(shape: Boolean, location_name: "Accepted"))
|
1256
|
+
PortfolioShareDetail.add_member(:share_tag_options, Shapes::ShapeRef.new(shape: Boolean, location_name: "ShareTagOptions"))
|
1257
|
+
PortfolioShareDetail.struct_class = Types::PortfolioShareDetail
|
1258
|
+
|
1259
|
+
PortfolioShareDetails.member = Shapes::ShapeRef.new(shape: PortfolioShareDetail)
|
1260
|
+
|
1210
1261
|
Principal.add_member(:principal_arn, Shapes::ShapeRef.new(shape: PrincipalARN, location_name: "PrincipalARN"))
|
1211
1262
|
Principal.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "PrincipalType"))
|
1212
1263
|
Principal.struct_class = Types::Principal
|
@@ -1617,6 +1668,7 @@ module Aws::ServiceCatalog
|
|
1617
1668
|
TagOptionDetail.add_member(:value, Shapes::ShapeRef.new(shape: TagOptionValue, location_name: "Value"))
|
1618
1669
|
TagOptionDetail.add_member(:active, Shapes::ShapeRef.new(shape: TagOptionActive, location_name: "Active"))
|
1619
1670
|
TagOptionDetail.add_member(:id, Shapes::ShapeRef.new(shape: TagOptionId, location_name: "Id"))
|
1671
|
+
TagOptionDetail.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "Owner"))
|
1620
1672
|
TagOptionDetail.struct_class = Types::TagOptionDetail
|
1621
1673
|
|
1622
1674
|
TagOptionDetails.member = Shapes::ShapeRef.new(shape: TagOptionDetail)
|
@@ -1638,6 +1690,7 @@ module Aws::ServiceCatalog
|
|
1638
1690
|
TerminateProvisionedProductInput.add_member(:terminate_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "TerminateToken", metadata: {"idempotencyToken"=>true}))
|
1639
1691
|
TerminateProvisionedProductInput.add_member(:ignore_errors, Shapes::ShapeRef.new(shape: IgnoreErrors, location_name: "IgnoreErrors"))
|
1640
1692
|
TerminateProvisionedProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
1693
|
+
TerminateProvisionedProductInput.add_member(:retain_physical_resources, Shapes::ShapeRef.new(shape: RetainPhysicalResources, location_name: "RetainPhysicalResources"))
|
1641
1694
|
TerminateProvisionedProductInput.struct_class = Types::TerminateProvisionedProductInput
|
1642
1695
|
|
1643
1696
|
TerminateProvisionedProductOutput.add_member(:record_detail, Shapes::ShapeRef.new(shape: RecordDetail, location_name: "RecordDetail"))
|
@@ -1667,6 +1720,17 @@ module Aws::ServiceCatalog
|
|
1667
1720
|
UpdatePortfolioOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
1668
1721
|
UpdatePortfolioOutput.struct_class = Types::UpdatePortfolioOutput
|
1669
1722
|
|
1723
|
+
UpdatePortfolioShareInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
1724
|
+
UpdatePortfolioShareInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
|
1725
|
+
UpdatePortfolioShareInput.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
|
1726
|
+
UpdatePortfolioShareInput.add_member(:organization_node, Shapes::ShapeRef.new(shape: OrganizationNode, location_name: "OrganizationNode"))
|
1727
|
+
UpdatePortfolioShareInput.add_member(:share_tag_options, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "ShareTagOptions"))
|
1728
|
+
UpdatePortfolioShareInput.struct_class = Types::UpdatePortfolioShareInput
|
1729
|
+
|
1730
|
+
UpdatePortfolioShareOutput.add_member(:portfolio_share_token, Shapes::ShapeRef.new(shape: Id, location_name: "PortfolioShareToken"))
|
1731
|
+
UpdatePortfolioShareOutput.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "Status"))
|
1732
|
+
UpdatePortfolioShareOutput.struct_class = Types::UpdatePortfolioShareOutput
|
1733
|
+
|
1670
1734
|
UpdateProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
1671
1735
|
UpdateProductInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
1672
1736
|
UpdateProductInput.add_member(:name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "Name"))
|
@@ -2100,6 +2164,22 @@ module Aws::ServiceCatalog
|
|
2100
2164
|
o.errors << Shapes::ShapeRef.new(shape: OperationNotSupportedException)
|
2101
2165
|
end)
|
2102
2166
|
|
2167
|
+
api.add_operation(:describe_portfolio_shares, Seahorse::Model::Operation.new.tap do |o|
|
2168
|
+
o.name = "DescribePortfolioShares"
|
2169
|
+
o.http_method = "POST"
|
2170
|
+
o.http_request_uri = "/"
|
2171
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePortfolioSharesInput)
|
2172
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePortfolioSharesOutput)
|
2173
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2174
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
2175
|
+
o[:pager] = Aws::Pager.new(
|
2176
|
+
limit_key: "page_size",
|
2177
|
+
tokens: {
|
2178
|
+
"next_page_token" => "page_token"
|
2179
|
+
}
|
2180
|
+
)
|
2181
|
+
end)
|
2182
|
+
|
2103
2183
|
api.add_operation(:describe_product, Seahorse::Model::Operation.new.tap do |o|
|
2104
2184
|
o.name = "DescribeProduct"
|
2105
2185
|
o.http_method = "POST"
|
@@ -2327,6 +2407,18 @@ module Aws::ServiceCatalog
|
|
2327
2407
|
)
|
2328
2408
|
end)
|
2329
2409
|
|
2410
|
+
api.add_operation(:import_as_provisioned_product, Seahorse::Model::Operation.new.tap do |o|
|
2411
|
+
o.name = "ImportAsProvisionedProduct"
|
2412
|
+
o.http_method = "POST"
|
2413
|
+
o.http_request_uri = "/"
|
2414
|
+
o.input = Shapes::ShapeRef.new(shape: ImportAsProvisionedProductInput)
|
2415
|
+
o.output = Shapes::ShapeRef.new(shape: ImportAsProvisionedProductOutput)
|
2416
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
2417
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
2418
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2419
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
2420
|
+
end)
|
2421
|
+
|
2330
2422
|
api.add_operation(:list_accepted_portfolio_shares, Seahorse::Model::Operation.new.tap do |o|
|
2331
2423
|
o.name = "ListAcceptedPortfolioShares"
|
2332
2424
|
o.http_method = "POST"
|
@@ -2696,6 +2788,18 @@ module Aws::ServiceCatalog
|
|
2696
2788
|
o.errors << Shapes::ShapeRef.new(shape: TagOptionNotMigratedException)
|
2697
2789
|
end)
|
2698
2790
|
|
2791
|
+
api.add_operation(:update_portfolio_share, Seahorse::Model::Operation.new.tap do |o|
|
2792
|
+
o.name = "UpdatePortfolioShare"
|
2793
|
+
o.http_method = "POST"
|
2794
|
+
o.http_request_uri = "/"
|
2795
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePortfolioShareInput)
|
2796
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePortfolioShareOutput)
|
2797
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2798
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
2799
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotSupportedException)
|
2800
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
2801
|
+
end)
|
2802
|
+
|
2699
2803
|
api.add_operation(:update_product, Seahorse::Model::Operation.new.tap do |o|
|
2700
2804
|
o.name = "UpdateProduct"
|
2701
2805
|
o.http_method = "POST"
|
@@ -858,6 +858,7 @@ module Aws::ServiceCatalog
|
|
858
858
|
# type: "ORGANIZATION", # accepts ORGANIZATION, ORGANIZATIONAL_UNIT, ACCOUNT
|
859
859
|
# value: "OrganizationNodeValue",
|
860
860
|
# },
|
861
|
+
# share_tag_options: false,
|
861
862
|
# }
|
862
863
|
#
|
863
864
|
# @!attribute [rw] accept_language
|
@@ -887,13 +888,20 @@ module Aws::ServiceCatalog
|
|
887
888
|
# `PortfolioShare` creation process.
|
888
889
|
# @return [Types::OrganizationNode]
|
889
890
|
#
|
891
|
+
# @!attribute [rw] share_tag_options
|
892
|
+
# Enables or disables `TagOptions ` sharing when creating the
|
893
|
+
# portfolio share. If this flag is not provided, TagOptions sharing is
|
894
|
+
# disabled.
|
895
|
+
# @return [Boolean]
|
896
|
+
#
|
890
897
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/CreatePortfolioShareInput AWS API Documentation
|
891
898
|
#
|
892
899
|
class CreatePortfolioShareInput < Struct.new(
|
893
900
|
:accept_language,
|
894
901
|
:portfolio_id,
|
895
902
|
:account_id,
|
896
|
-
:organization_node
|
903
|
+
:organization_node,
|
904
|
+
:share_tag_options)
|
897
905
|
SENSITIVE = []
|
898
906
|
include Aws::Structure
|
899
907
|
end
|
@@ -978,6 +986,8 @@ module Aws::ServiceCatalog
|
|
978
986
|
#
|
979
987
|
# @!attribute [rw] support_url
|
980
988
|
# The contact URL for product support.
|
989
|
+
#
|
990
|
+
# `^https?:\/\// `/ is the pattern used to validate SupportUrl.
|
981
991
|
# @return [String]
|
982
992
|
#
|
983
993
|
# @!attribute [rw] product_type
|
@@ -1247,7 +1257,21 @@ module Aws::ServiceCatalog
|
|
1247
1257
|
# @return [Types::ProvisioningArtifactDetail]
|
1248
1258
|
#
|
1249
1259
|
# @!attribute [rw] info
|
1260
|
+
# Specify the template source with one of the following options, but
|
1261
|
+
# not both. Keys accepted: \[ `LoadTemplateFromURL`,
|
1262
|
+
# `ImportFromPhysicalId` \].
|
1263
|
+
#
|
1250
1264
|
# The URL of the CloudFormation template in Amazon S3, in JSON format.
|
1265
|
+
#
|
1266
|
+
# `LoadTemplateFromURL`
|
1267
|
+
#
|
1268
|
+
# Use the URL of the CloudFormation template in Amazon S3 in JSON
|
1269
|
+
# format.
|
1270
|
+
#
|
1271
|
+
# `ImportFromPhysicalId`
|
1272
|
+
#
|
1273
|
+
# Use the physical id of the resource that contains the template;
|
1274
|
+
# currently supports CloudFormation stack ARN.
|
1251
1275
|
# @return [Hash<String,String>]
|
1252
1276
|
#
|
1253
1277
|
# @!attribute [rw] status
|
@@ -1930,6 +1954,76 @@ module Aws::ServiceCatalog
|
|
1930
1954
|
include Aws::Structure
|
1931
1955
|
end
|
1932
1956
|
|
1957
|
+
# @note When making an API call, you may pass DescribePortfolioSharesInput
|
1958
|
+
# data as a hash:
|
1959
|
+
#
|
1960
|
+
# {
|
1961
|
+
# portfolio_id: "Id", # required
|
1962
|
+
# type: "ACCOUNT", # required, accepts ACCOUNT, ORGANIZATION, ORGANIZATIONAL_UNIT, ORGANIZATION_MEMBER_ACCOUNT
|
1963
|
+
# page_token: "PageToken",
|
1964
|
+
# page_size: 1,
|
1965
|
+
# }
|
1966
|
+
#
|
1967
|
+
# @!attribute [rw] portfolio_id
|
1968
|
+
# The unique identifier of the portfolio for which shares will be
|
1969
|
+
# retrieved.
|
1970
|
+
# @return [String]
|
1971
|
+
#
|
1972
|
+
# @!attribute [rw] type
|
1973
|
+
# The type of portfolio share to summarize. This field acts as a
|
1974
|
+
# filter on the type of portfolio share, which can be one of the
|
1975
|
+
# following:
|
1976
|
+
#
|
1977
|
+
# 1\. `ACCOUNT` - Represents an external account to account share.
|
1978
|
+
#
|
1979
|
+
# 2\. `ORGANIZATION` - Represents a share to an organization. This
|
1980
|
+
# share is available to every account in the organization.
|
1981
|
+
#
|
1982
|
+
# 3\. `ORGANIZATIONAL_UNIT` - Represents a share to an organizational
|
1983
|
+
# unit.
|
1984
|
+
#
|
1985
|
+
# 4\. `ORGANIZATION_MEMBER_ACCOUNT` - Represents a share to an account
|
1986
|
+
# in the organization.
|
1987
|
+
# @return [String]
|
1988
|
+
#
|
1989
|
+
# @!attribute [rw] page_token
|
1990
|
+
# The page token for the next set of results. To retrieve the first
|
1991
|
+
# set of results, use null.
|
1992
|
+
# @return [String]
|
1993
|
+
#
|
1994
|
+
# @!attribute [rw] page_size
|
1995
|
+
# The maximum number of items to return with this call.
|
1996
|
+
# @return [Integer]
|
1997
|
+
#
|
1998
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribePortfolioSharesInput AWS API Documentation
|
1999
|
+
#
|
2000
|
+
class DescribePortfolioSharesInput < Struct.new(
|
2001
|
+
:portfolio_id,
|
2002
|
+
:type,
|
2003
|
+
:page_token,
|
2004
|
+
:page_size)
|
2005
|
+
SENSITIVE = []
|
2006
|
+
include Aws::Structure
|
2007
|
+
end
|
2008
|
+
|
2009
|
+
# @!attribute [rw] next_page_token
|
2010
|
+
# The page token to use to retrieve the next set of results. If there
|
2011
|
+
# are no additional results, this value is null.
|
2012
|
+
# @return [String]
|
2013
|
+
#
|
2014
|
+
# @!attribute [rw] portfolio_share_details
|
2015
|
+
# Summaries about each of the portfolio shares.
|
2016
|
+
# @return [Array<Types::PortfolioShareDetail>]
|
2017
|
+
#
|
2018
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribePortfolioSharesOutput AWS API Documentation
|
2019
|
+
#
|
2020
|
+
class DescribePortfolioSharesOutput < Struct.new(
|
2021
|
+
:next_page_token,
|
2022
|
+
:portfolio_share_details)
|
2023
|
+
SENSITIVE = []
|
2024
|
+
include Aws::Structure
|
2025
|
+
end
|
2026
|
+
|
1933
2027
|
# @note When making an API call, you may pass DescribeProductAsAdminInput
|
1934
2028
|
# data as a hash:
|
1935
2029
|
#
|
@@ -1937,6 +2031,7 @@ module Aws::ServiceCatalog
|
|
1937
2031
|
# accept_language: "AcceptLanguage",
|
1938
2032
|
# id: "Id",
|
1939
2033
|
# name: "ProductViewName",
|
2034
|
+
# source_portfolio_id: "Id",
|
1940
2035
|
# }
|
1941
2036
|
#
|
1942
2037
|
# @!attribute [rw] accept_language
|
@@ -1957,12 +2052,24 @@ module Aws::ServiceCatalog
|
|
1957
2052
|
# The product name.
|
1958
2053
|
# @return [String]
|
1959
2054
|
#
|
2055
|
+
# @!attribute [rw] source_portfolio_id
|
2056
|
+
# The unique identifier of the shared portfolio that the specified
|
2057
|
+
# product is associated with.
|
2058
|
+
#
|
2059
|
+
# You can provide this parameter to retrieve the shared TagOptions
|
2060
|
+
# associated with the product. If this parameter is provided and if
|
2061
|
+
# TagOptions sharing is enabled in the portfolio share, the API
|
2062
|
+
# returns both local and shared TagOptions associated with the
|
2063
|
+
# product. Otherwise only local TagOptions will be returned.
|
2064
|
+
# @return [String]
|
2065
|
+
#
|
1960
2066
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeProductAsAdminInput AWS API Documentation
|
1961
2067
|
#
|
1962
2068
|
class DescribeProductAsAdminInput < Struct.new(
|
1963
2069
|
:accept_language,
|
1964
2070
|
:id,
|
1965
|
-
:name
|
2071
|
+
:name,
|
2072
|
+
:source_portfolio_id)
|
1966
2073
|
SENSITIVE = []
|
1967
2074
|
include Aws::Structure
|
1968
2075
|
end
|
@@ -3131,6 +3238,81 @@ module Aws::ServiceCatalog
|
|
3131
3238
|
include Aws::Structure
|
3132
3239
|
end
|
3133
3240
|
|
3241
|
+
# @note When making an API call, you may pass ImportAsProvisionedProductInput
|
3242
|
+
# data as a hash:
|
3243
|
+
#
|
3244
|
+
# {
|
3245
|
+
# accept_language: "AcceptLanguage",
|
3246
|
+
# product_id: "Id", # required
|
3247
|
+
# provisioning_artifact_id: "Id", # required
|
3248
|
+
# provisioned_product_name: "ProvisionedProductName", # required
|
3249
|
+
# physical_id: "PhysicalId", # required
|
3250
|
+
# idempotency_token: "IdempotencyToken", # required
|
3251
|
+
# }
|
3252
|
+
#
|
3253
|
+
# @!attribute [rw] accept_language
|
3254
|
+
# The language code.
|
3255
|
+
#
|
3256
|
+
# * `en` - English (default)
|
3257
|
+
#
|
3258
|
+
# * `jp` - Japanese
|
3259
|
+
#
|
3260
|
+
# * `zh` - Chinese
|
3261
|
+
# @return [String]
|
3262
|
+
#
|
3263
|
+
# @!attribute [rw] product_id
|
3264
|
+
# The product identifier.
|
3265
|
+
# @return [String]
|
3266
|
+
#
|
3267
|
+
# @!attribute [rw] provisioning_artifact_id
|
3268
|
+
# The identifier of the provisioning artifact.
|
3269
|
+
# @return [String]
|
3270
|
+
#
|
3271
|
+
# @!attribute [rw] provisioned_product_name
|
3272
|
+
# The user-friendly name of the provisioned product. The value must be
|
3273
|
+
# unique for the AWS account. The name cannot be updated after the
|
3274
|
+
# product is provisioned.
|
3275
|
+
# @return [String]
|
3276
|
+
#
|
3277
|
+
# @!attribute [rw] physical_id
|
3278
|
+
# The unique identifier of the resource to be imported. It only
|
3279
|
+
# currently supports CloudFormation stack IDs.
|
3280
|
+
# @return [String]
|
3281
|
+
#
|
3282
|
+
# @!attribute [rw] idempotency_token
|
3283
|
+
# A unique identifier that you provide to ensure idempotency. If
|
3284
|
+
# multiple requests differ only by the idempotency token, the same
|
3285
|
+
# response is returned for each repeated request.
|
3286
|
+
#
|
3287
|
+
# **A suitable default value is auto-generated.** You should normally
|
3288
|
+
# not need to pass this option.
|
3289
|
+
# @return [String]
|
3290
|
+
#
|
3291
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ImportAsProvisionedProductInput AWS API Documentation
|
3292
|
+
#
|
3293
|
+
class ImportAsProvisionedProductInput < Struct.new(
|
3294
|
+
:accept_language,
|
3295
|
+
:product_id,
|
3296
|
+
:provisioning_artifact_id,
|
3297
|
+
:provisioned_product_name,
|
3298
|
+
:physical_id,
|
3299
|
+
:idempotency_token)
|
3300
|
+
SENSITIVE = []
|
3301
|
+
include Aws::Structure
|
3302
|
+
end
|
3303
|
+
|
3304
|
+
# @!attribute [rw] record_detail
|
3305
|
+
# Information about a request operation.
|
3306
|
+
# @return [Types::RecordDetail]
|
3307
|
+
#
|
3308
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ImportAsProvisionedProductOutput AWS API Documentation
|
3309
|
+
#
|
3310
|
+
class ImportAsProvisionedProductOutput < Struct.new(
|
3311
|
+
:record_detail)
|
3312
|
+
SENSITIVE = []
|
3313
|
+
include Aws::Structure
|
3314
|
+
end
|
3315
|
+
|
3134
3316
|
# One or more parameters provided to the operation are not valid.
|
3135
3317
|
#
|
3136
3318
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/InvalidParametersException AWS API Documentation
|
@@ -4456,10 +4638,59 @@ module Aws::ServiceCatalog
|
|
4456
4638
|
# The values that the administrator has allowed for the parameter.
|
4457
4639
|
# @return [Array<String>]
|
4458
4640
|
#
|
4641
|
+
# @!attribute [rw] allowed_pattern
|
4642
|
+
# A regular expression that represents the patterns that allow for
|
4643
|
+
# `String` types. The pattern must match the entire parameter value
|
4644
|
+
# provided.
|
4645
|
+
# @return [String]
|
4646
|
+
#
|
4647
|
+
# @!attribute [rw] constraint_description
|
4648
|
+
# A string that explains a constraint when the constraint is violated.
|
4649
|
+
# For example, without a constraint description, a parameter that has
|
4650
|
+
# an allowed pattern of `[A-Za-z0-9]+` displays the following error
|
4651
|
+
# message when the user specifies an invalid value:
|
4652
|
+
#
|
4653
|
+
# `Malformed input-Parameter MyParameter must match pattern
|
4654
|
+
# [A-Za-z0-9]+`
|
4655
|
+
#
|
4656
|
+
# By adding a constraint description, such as must only contain
|
4657
|
+
# letters (uppercase and lowercase) and numbers, you can display the
|
4658
|
+
# following customized error message:
|
4659
|
+
#
|
4660
|
+
# `Malformed input-Parameter MyParameter must only contain uppercase
|
4661
|
+
# and lowercase letters and numbers.`
|
4662
|
+
# @return [String]
|
4663
|
+
#
|
4664
|
+
# @!attribute [rw] max_length
|
4665
|
+
# An integer value that determines the largest number of characters
|
4666
|
+
# you want to allow for `String` types.
|
4667
|
+
# @return [String]
|
4668
|
+
#
|
4669
|
+
# @!attribute [rw] min_length
|
4670
|
+
# An integer value that determines the smallest number of characters
|
4671
|
+
# you want to allow for `String` types.
|
4672
|
+
# @return [String]
|
4673
|
+
#
|
4674
|
+
# @!attribute [rw] max_value
|
4675
|
+
# A numeric value that determines the largest numeric value you want
|
4676
|
+
# to allow for `Number` types.
|
4677
|
+
# @return [String]
|
4678
|
+
#
|
4679
|
+
# @!attribute [rw] min_value
|
4680
|
+
# A numeric value that determines the smallest numeric value you want
|
4681
|
+
# to allow for `Number` types.
|
4682
|
+
# @return [String]
|
4683
|
+
#
|
4459
4684
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ParameterConstraints AWS API Documentation
|
4460
4685
|
#
|
4461
4686
|
class ParameterConstraints < Struct.new(
|
4462
|
-
:allowed_values
|
4687
|
+
:allowed_values,
|
4688
|
+
:allowed_pattern,
|
4689
|
+
:constraint_description,
|
4690
|
+
:max_length,
|
4691
|
+
:min_length,
|
4692
|
+
:max_value,
|
4693
|
+
:min_value)
|
4463
4694
|
SENSITIVE = []
|
4464
4695
|
include Aws::Structure
|
4465
4696
|
end
|
@@ -4503,6 +4734,48 @@ module Aws::ServiceCatalog
|
|
4503
4734
|
include Aws::Structure
|
4504
4735
|
end
|
4505
4736
|
|
4737
|
+
# Information about the portfolio share.
|
4738
|
+
#
|
4739
|
+
# @!attribute [rw] principal_id
|
4740
|
+
# The identifier of the recipient entity that received the portfolio
|
4741
|
+
# share. The recipient entities can be one of the following:
|
4742
|
+
#
|
4743
|
+
# 1\. An external account.
|
4744
|
+
#
|
4745
|
+
# 2\. An organziation member account.
|
4746
|
+
#
|
4747
|
+
# 3\. An organzational unit (OU).
|
4748
|
+
#
|
4749
|
+
# 4\. The organization itself. (This shares with every account in the
|
4750
|
+
# organization).
|
4751
|
+
# @return [String]
|
4752
|
+
#
|
4753
|
+
# @!attribute [rw] type
|
4754
|
+
# The type of the portfolio share.
|
4755
|
+
# @return [String]
|
4756
|
+
#
|
4757
|
+
# @!attribute [rw] accepted
|
4758
|
+
# Indicates whether the shared portfolio is imported by the recipient
|
4759
|
+
# account. If the recipient is in an organization node, the share is
|
4760
|
+
# automatically imported, and the field is always set to true.
|
4761
|
+
# @return [Boolean]
|
4762
|
+
#
|
4763
|
+
# @!attribute [rw] share_tag_options
|
4764
|
+
# Indicates whether TagOptions sharing is enabled or disabled for the
|
4765
|
+
# portfolio share.
|
4766
|
+
# @return [Boolean]
|
4767
|
+
#
|
4768
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/PortfolioShareDetail AWS API Documentation
|
4769
|
+
#
|
4770
|
+
class PortfolioShareDetail < Struct.new(
|
4771
|
+
:principal_id,
|
4772
|
+
:type,
|
4773
|
+
:accepted,
|
4774
|
+
:share_tag_options)
|
4775
|
+
SENSITIVE = []
|
4776
|
+
include Aws::Structure
|
4777
|
+
end
|
4778
|
+
|
4506
4779
|
# Information about a principal.
|
4507
4780
|
#
|
4508
4781
|
# @!attribute [rw] principal_arn
|
@@ -5409,11 +5682,21 @@ module Aws::ServiceCatalog
|
|
5409
5682
|
# @return [String]
|
5410
5683
|
#
|
5411
5684
|
# @!attribute [rw] info
|
5685
|
+
# Specify the template source with one of the following options, but
|
5686
|
+
# not both. Keys accepted: \[ `LoadTemplateFromURL`,
|
5687
|
+
# `ImportFromPhysicalId` \]
|
5688
|
+
#
|
5412
5689
|
# The URL of the CloudFormation template in Amazon S3. Specify the URL
|
5413
5690
|
# in JSON format as follows:
|
5414
5691
|
#
|
5415
5692
|
# `"LoadTemplateFromURL":
|
5416
5693
|
# "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."`
|
5694
|
+
#
|
5695
|
+
# `ImportFromPhysicalId`\: The physical id of the resource that
|
5696
|
+
# contains the template. Currently only supports CloudFormation stack
|
5697
|
+
# arn. Specify the physical id in JSON format as follows:
|
5698
|
+
# `ImportFromPhysicalId:
|
5699
|
+
# “arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]`
|
5417
5700
|
# @return [Hash<String,String>]
|
5418
5701
|
#
|
5419
5702
|
# @!attribute [rw] type
|
@@ -5529,7 +5812,20 @@ module Aws::ServiceCatalog
|
|
5529
5812
|
|
5530
5813
|
# The user-defined preferences that will be applied when updating a
|
5531
5814
|
# provisioned product. Not all preferences are applicable to all
|
5532
|
-
# provisioned product
|
5815
|
+
# provisioned product type
|
5816
|
+
#
|
5817
|
+
# One or more AWS accounts that will have access to the provisioned
|
5818
|
+
# product.
|
5819
|
+
#
|
5820
|
+
# Applicable only to a `CFN_STACKSET` provisioned product type.
|
5821
|
+
#
|
5822
|
+
# The AWS accounts specified should be within the list of accounts in
|
5823
|
+
# the `STACKSET` constraint. To get the list of accounts in the
|
5824
|
+
# `STACKSET` constraint, use the `DescribeProvisioningParameters`
|
5825
|
+
# operation.
|
5826
|
+
#
|
5827
|
+
# If no values are specified, the default value is all accounts from the
|
5828
|
+
# `STACKSET` constraint.
|
5533
5829
|
#
|
5534
5830
|
# @note When making an API call, you may pass ProvisioningPreferences
|
5535
5831
|
# data as a hash:
|
@@ -5544,17 +5840,17 @@ module Aws::ServiceCatalog
|
|
5544
5840
|
# }
|
5545
5841
|
#
|
5546
5842
|
# @!attribute [rw] stack_set_accounts
|
5547
|
-
# One or more AWS accounts
|
5548
|
-
#
|
5843
|
+
# One or more AWS accounts where the provisioned product will be
|
5844
|
+
# available.
|
5549
5845
|
#
|
5550
5846
|
# Applicable only to a `CFN_STACKSET` provisioned product type.
|
5551
5847
|
#
|
5552
|
-
# The
|
5848
|
+
# The specified accounts should be within the list of accounts from
|
5553
5849
|
# the `STACKSET` constraint. To get the list of accounts in the
|
5554
5850
|
# `STACKSET` constraint, use the `DescribeProvisioningParameters`
|
5555
5851
|
# operation.
|
5556
5852
|
#
|
5557
|
-
# If no values are specified, the default value is all
|
5853
|
+
# If no values are specified, the default value is all acounts from
|
5558
5854
|
# the `STACKSET` constraint.
|
5559
5855
|
# @return [Array<String>]
|
5560
5856
|
#
|
@@ -6583,13 +6879,18 @@ module Aws::ServiceCatalog
|
|
6583
6879
|
# The TagOption identifier.
|
6584
6880
|
# @return [String]
|
6585
6881
|
#
|
6882
|
+
# @!attribute [rw] owner
|
6883
|
+
# The AWS account Id of the owner account that created the TagOption.
|
6884
|
+
# @return [String]
|
6885
|
+
#
|
6586
6886
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/TagOptionDetail AWS API Documentation
|
6587
6887
|
#
|
6588
6888
|
class TagOptionDetail < Struct.new(
|
6589
6889
|
:key,
|
6590
6890
|
:value,
|
6591
6891
|
:active,
|
6592
|
-
:id
|
6892
|
+
:id,
|
6893
|
+
:owner)
|
6593
6894
|
SENSITIVE = []
|
6594
6895
|
include Aws::Structure
|
6595
6896
|
end
|
@@ -6631,6 +6932,7 @@ module Aws::ServiceCatalog
|
|
6631
6932
|
# terminate_token: "IdempotencyToken", # required
|
6632
6933
|
# ignore_errors: false,
|
6633
6934
|
# accept_language: "AcceptLanguage",
|
6935
|
+
# retain_physical_resources: false,
|
6634
6936
|
# }
|
6635
6937
|
#
|
6636
6938
|
# @!attribute [rw] provisioned_product_name
|
@@ -6670,6 +6972,14 @@ module Aws::ServiceCatalog
|
|
6670
6972
|
# * `zh` - Chinese
|
6671
6973
|
# @return [String]
|
6672
6974
|
#
|
6975
|
+
# @!attribute [rw] retain_physical_resources
|
6976
|
+
# When this boolean parameter is set to true, the
|
6977
|
+
# `TerminateProvisionedProduct` API deletes the Service Catalog
|
6978
|
+
# provisioned product. However, it does not remove the CloudFormation
|
6979
|
+
# stack, stack set, or the underlying resources of the deleted
|
6980
|
+
# provisioned product. The default value is false.
|
6981
|
+
# @return [Boolean]
|
6982
|
+
#
|
6673
6983
|
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/TerminateProvisionedProductInput AWS API Documentation
|
6674
6984
|
#
|
6675
6985
|
class TerminateProvisionedProductInput < Struct.new(
|
@@ -6677,7 +6987,8 @@ module Aws::ServiceCatalog
|
|
6677
6987
|
:provisioned_product_id,
|
6678
6988
|
:terminate_token,
|
6679
6989
|
:ignore_errors,
|
6680
|
-
:accept_language
|
6990
|
+
:accept_language,
|
6991
|
+
:retain_physical_resources)
|
6681
6992
|
SENSITIVE = []
|
6682
6993
|
include Aws::Structure
|
6683
6994
|
end
|
@@ -6914,6 +7225,82 @@ module Aws::ServiceCatalog
|
|
6914
7225
|
include Aws::Structure
|
6915
7226
|
end
|
6916
7227
|
|
7228
|
+
# @note When making an API call, you may pass UpdatePortfolioShareInput
|
7229
|
+
# data as a hash:
|
7230
|
+
#
|
7231
|
+
# {
|
7232
|
+
# accept_language: "AcceptLanguage",
|
7233
|
+
# portfolio_id: "Id", # required
|
7234
|
+
# account_id: "AccountId",
|
7235
|
+
# organization_node: {
|
7236
|
+
# type: "ORGANIZATION", # accepts ORGANIZATION, ORGANIZATIONAL_UNIT, ACCOUNT
|
7237
|
+
# value: "OrganizationNodeValue",
|
7238
|
+
# },
|
7239
|
+
# share_tag_options: false,
|
7240
|
+
# }
|
7241
|
+
#
|
7242
|
+
# @!attribute [rw] accept_language
|
7243
|
+
# The language code.
|
7244
|
+
#
|
7245
|
+
# * `en` - English (default)
|
7246
|
+
#
|
7247
|
+
# * `jp` - Japanese
|
7248
|
+
#
|
7249
|
+
# * `zh` - Chinese
|
7250
|
+
# @return [String]
|
7251
|
+
#
|
7252
|
+
# @!attribute [rw] portfolio_id
|
7253
|
+
# The unique identifier of the portfolio for which the share will be
|
7254
|
+
# updated.
|
7255
|
+
# @return [String]
|
7256
|
+
#
|
7257
|
+
# @!attribute [rw] account_id
|
7258
|
+
# The AWS Account Id of the recipient account. This field is required
|
7259
|
+
# when updating an external account to account type share.
|
7260
|
+
# @return [String]
|
7261
|
+
#
|
7262
|
+
# @!attribute [rw] organization_node
|
7263
|
+
# Information about the organization node.
|
7264
|
+
# @return [Types::OrganizationNode]
|
7265
|
+
#
|
7266
|
+
# @!attribute [rw] share_tag_options
|
7267
|
+
# A flag to enable or disable TagOptions sharing for the portfolio
|
7268
|
+
# share. If this field is not provided, the current state of
|
7269
|
+
# TagOptions sharing on the portfolio share will not be modified.
|
7270
|
+
# @return [Boolean]
|
7271
|
+
#
|
7272
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdatePortfolioShareInput AWS API Documentation
|
7273
|
+
#
|
7274
|
+
class UpdatePortfolioShareInput < Struct.new(
|
7275
|
+
:accept_language,
|
7276
|
+
:portfolio_id,
|
7277
|
+
:account_id,
|
7278
|
+
:organization_node,
|
7279
|
+
:share_tag_options)
|
7280
|
+
SENSITIVE = []
|
7281
|
+
include Aws::Structure
|
7282
|
+
end
|
7283
|
+
|
7284
|
+
# @!attribute [rw] portfolio_share_token
|
7285
|
+
# The token that tracks the status of the `UpdatePortfolioShare`
|
7286
|
+
# operation for external account to account or organizational type
|
7287
|
+
# sharing.
|
7288
|
+
# @return [String]
|
7289
|
+
#
|
7290
|
+
# @!attribute [rw] status
|
7291
|
+
# The status of `UpdatePortfolioShare` operation. You can also obtain
|
7292
|
+
# the operation status using `DescribePortfolioShareStatus` API.
|
7293
|
+
# @return [String]
|
7294
|
+
#
|
7295
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdatePortfolioShareOutput AWS API Documentation
|
7296
|
+
#
|
7297
|
+
class UpdatePortfolioShareOutput < Struct.new(
|
7298
|
+
:portfolio_share_token,
|
7299
|
+
:status)
|
7300
|
+
SENSITIVE = []
|
7301
|
+
include Aws::Structure
|
7302
|
+
end
|
7303
|
+
|
6917
7304
|
# @note When making an API call, you may pass UpdateProductInput
|
6918
7305
|
# data as a hash:
|
6919
7306
|
#
|
@@ -7193,13 +7580,12 @@ module Aws::ServiceCatalog
|
|
7193
7580
|
# A map that contains the provisioned product properties to be
|
7194
7581
|
# updated.
|
7195
7582
|
#
|
7196
|
-
# The `LAUNCH_ROLE` key accepts
|
7197
|
-
#
|
7198
|
-
#
|
7199
|
-
#
|
7200
|
-
#
|
7201
|
-
# `
|
7202
|
-
# `ExecuteProvisionedProductServiceAction`. Only an ARN role is valid.
|
7583
|
+
# The `LAUNCH_ROLE` key accepts role ARNs. This key allows an
|
7584
|
+
# administrator to call `UpdateProvisionedProductProperties` to update
|
7585
|
+
# the launch role that is associated with a provisioned product. This
|
7586
|
+
# role is used when an end user calls a provisioning operation such as
|
7587
|
+
# `UpdateProvisionedProduct`, `TerminateProvisionedProduct`, or
|
7588
|
+
# `ExecuteProvisionedProductServiceAction`. Only a role ARN is valid.
|
7203
7589
|
# A user ARN is invalid.
|
7204
7590
|
#
|
7205
7591
|
# The `OWNER` key accepts user ARNs and role ARNs. The owner is the
|