aws-sdk-servicecatalog 1.8.0 → 1.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-servicecatalog.rb +1 -1
- data/lib/aws-sdk-servicecatalog/client.rb +650 -1
- data/lib/aws-sdk-servicecatalog/client_api.rb +318 -0
- data/lib/aws-sdk-servicecatalog/types.rb +856 -34
- metadata +2 -2
@@ -27,9 +27,15 @@ module Aws::ServiceCatalog
|
|
27
27
|
AssociatePrincipalWithPortfolioOutput = Shapes::StructureShape.new(name: 'AssociatePrincipalWithPortfolioOutput')
|
28
28
|
AssociateProductWithPortfolioInput = Shapes::StructureShape.new(name: 'AssociateProductWithPortfolioInput')
|
29
29
|
AssociateProductWithPortfolioOutput = Shapes::StructureShape.new(name: 'AssociateProductWithPortfolioOutput')
|
30
|
+
AssociateServiceActionWithProvisioningArtifactInput = Shapes::StructureShape.new(name: 'AssociateServiceActionWithProvisioningArtifactInput')
|
31
|
+
AssociateServiceActionWithProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'AssociateServiceActionWithProvisioningArtifactOutput')
|
30
32
|
AssociateTagOptionWithResourceInput = Shapes::StructureShape.new(name: 'AssociateTagOptionWithResourceInput')
|
31
33
|
AssociateTagOptionWithResourceOutput = Shapes::StructureShape.new(name: 'AssociateTagOptionWithResourceOutput')
|
32
34
|
AttributeValue = Shapes::StringShape.new(name: 'AttributeValue')
|
35
|
+
BatchAssociateServiceActionWithProvisioningArtifactInput = Shapes::StructureShape.new(name: 'BatchAssociateServiceActionWithProvisioningArtifactInput')
|
36
|
+
BatchAssociateServiceActionWithProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'BatchAssociateServiceActionWithProvisioningArtifactOutput')
|
37
|
+
BatchDisassociateServiceActionFromProvisioningArtifactInput = Shapes::StructureShape.new(name: 'BatchDisassociateServiceActionFromProvisioningArtifactInput')
|
38
|
+
BatchDisassociateServiceActionFromProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'BatchDisassociateServiceActionFromProvisioningArtifactOutput')
|
33
39
|
CausingEntity = Shapes::StringShape.new(name: 'CausingEntity')
|
34
40
|
ChangeAction = Shapes::StringShape.new(name: 'ChangeAction')
|
35
41
|
CloudWatchDashboard = Shapes::StructureShape.new(name: 'CloudWatchDashboard')
|
@@ -59,6 +65,8 @@ module Aws::ServiceCatalog
|
|
59
65
|
CreateProvisionedProductPlanOutput = Shapes::StructureShape.new(name: 'CreateProvisionedProductPlanOutput')
|
60
66
|
CreateProvisioningArtifactInput = Shapes::StructureShape.new(name: 'CreateProvisioningArtifactInput')
|
61
67
|
CreateProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'CreateProvisioningArtifactOutput')
|
68
|
+
CreateServiceActionInput = Shapes::StructureShape.new(name: 'CreateServiceActionInput')
|
69
|
+
CreateServiceActionOutput = Shapes::StructureShape.new(name: 'CreateServiceActionOutput')
|
62
70
|
CreateTagOptionInput = Shapes::StructureShape.new(name: 'CreateTagOptionInput')
|
63
71
|
CreateTagOptionOutput = Shapes::StructureShape.new(name: 'CreateTagOptionOutput')
|
64
72
|
CreatedTime = Shapes::TimestampShape.new(name: 'CreatedTime')
|
@@ -76,6 +84,8 @@ module Aws::ServiceCatalog
|
|
76
84
|
DeleteProvisionedProductPlanOutput = Shapes::StructureShape.new(name: 'DeleteProvisionedProductPlanOutput')
|
77
85
|
DeleteProvisioningArtifactInput = Shapes::StructureShape.new(name: 'DeleteProvisioningArtifactInput')
|
78
86
|
DeleteProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'DeleteProvisioningArtifactOutput')
|
87
|
+
DeleteServiceActionInput = Shapes::StructureShape.new(name: 'DeleteServiceActionInput')
|
88
|
+
DeleteServiceActionOutput = Shapes::StructureShape.new(name: 'DeleteServiceActionOutput')
|
79
89
|
DeleteTagOptionInput = Shapes::StructureShape.new(name: 'DeleteTagOptionInput')
|
80
90
|
DeleteTagOptionOutput = Shapes::StructureShape.new(name: 'DeleteTagOptionOutput')
|
81
91
|
DescribeConstraintInput = Shapes::StructureShape.new(name: 'DescribeConstraintInput')
|
@@ -100,6 +110,8 @@ module Aws::ServiceCatalog
|
|
100
110
|
DescribeProvisioningParametersOutput = Shapes::StructureShape.new(name: 'DescribeProvisioningParametersOutput')
|
101
111
|
DescribeRecordInput = Shapes::StructureShape.new(name: 'DescribeRecordInput')
|
102
112
|
DescribeRecordOutput = Shapes::StructureShape.new(name: 'DescribeRecordOutput')
|
113
|
+
DescribeServiceActionInput = Shapes::StructureShape.new(name: 'DescribeServiceActionInput')
|
114
|
+
DescribeServiceActionOutput = Shapes::StructureShape.new(name: 'DescribeServiceActionOutput')
|
103
115
|
DescribeTagOptionInput = Shapes::StructureShape.new(name: 'DescribeTagOptionInput')
|
104
116
|
DescribeTagOptionOutput = Shapes::StructureShape.new(name: 'DescribeTagOptionOutput')
|
105
117
|
Description = Shapes::StringShape.new(name: 'Description')
|
@@ -107,6 +119,8 @@ module Aws::ServiceCatalog
|
|
107
119
|
DisassociatePrincipalFromPortfolioOutput = Shapes::StructureShape.new(name: 'DisassociatePrincipalFromPortfolioOutput')
|
108
120
|
DisassociateProductFromPortfolioInput = Shapes::StructureShape.new(name: 'DisassociateProductFromPortfolioInput')
|
109
121
|
DisassociateProductFromPortfolioOutput = Shapes::StructureShape.new(name: 'DisassociateProductFromPortfolioOutput')
|
122
|
+
DisassociateServiceActionFromProvisioningArtifactInput = Shapes::StructureShape.new(name: 'DisassociateServiceActionFromProvisioningArtifactInput')
|
123
|
+
DisassociateServiceActionFromProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'DisassociateServiceActionFromProvisioningArtifactOutput')
|
110
124
|
DisassociateTagOptionFromResourceInput = Shapes::StructureShape.new(name: 'DisassociateTagOptionFromResourceInput')
|
111
125
|
DisassociateTagOptionFromResourceOutput = Shapes::StructureShape.new(name: 'DisassociateTagOptionFromResourceOutput')
|
112
126
|
DuplicateResourceException = Shapes::StructureShape.new(name: 'DuplicateResourceException')
|
@@ -115,6 +129,10 @@ module Aws::ServiceCatalog
|
|
115
129
|
EvaluationType = Shapes::StringShape.new(name: 'EvaluationType')
|
116
130
|
ExecuteProvisionedProductPlanInput = Shapes::StructureShape.new(name: 'ExecuteProvisionedProductPlanInput')
|
117
131
|
ExecuteProvisionedProductPlanOutput = Shapes::StructureShape.new(name: 'ExecuteProvisionedProductPlanOutput')
|
132
|
+
ExecuteProvisionedProductServiceActionInput = Shapes::StructureShape.new(name: 'ExecuteProvisionedProductServiceActionInput')
|
133
|
+
ExecuteProvisionedProductServiceActionOutput = Shapes::StructureShape.new(name: 'ExecuteProvisionedProductServiceActionOutput')
|
134
|
+
FailedServiceActionAssociation = Shapes::StructureShape.new(name: 'FailedServiceActionAssociation')
|
135
|
+
FailedServiceActionAssociations = Shapes::ListShape.new(name: 'FailedServiceActionAssociations')
|
118
136
|
HasDefaultPath = Shapes::BooleanShape.new(name: 'HasDefaultPath')
|
119
137
|
Id = Shapes::StringShape.new(name: 'Id')
|
120
138
|
IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
|
@@ -143,6 +161,8 @@ module Aws::ServiceCatalog
|
|
143
161
|
ListPrincipalsForPortfolioOutput = Shapes::StructureShape.new(name: 'ListPrincipalsForPortfolioOutput')
|
144
162
|
ListProvisionedProductPlansInput = Shapes::StructureShape.new(name: 'ListProvisionedProductPlansInput')
|
145
163
|
ListProvisionedProductPlansOutput = Shapes::StructureShape.new(name: 'ListProvisionedProductPlansOutput')
|
164
|
+
ListProvisioningArtifactsForServiceActionInput = Shapes::StructureShape.new(name: 'ListProvisioningArtifactsForServiceActionInput')
|
165
|
+
ListProvisioningArtifactsForServiceActionOutput = Shapes::StructureShape.new(name: 'ListProvisioningArtifactsForServiceActionOutput')
|
146
166
|
ListProvisioningArtifactsInput = Shapes::StructureShape.new(name: 'ListProvisioningArtifactsInput')
|
147
167
|
ListProvisioningArtifactsOutput = Shapes::StructureShape.new(name: 'ListProvisioningArtifactsOutput')
|
148
168
|
ListRecordHistoryInput = Shapes::StructureShape.new(name: 'ListRecordHistoryInput')
|
@@ -150,6 +170,10 @@ module Aws::ServiceCatalog
|
|
150
170
|
ListRecordHistorySearchFilter = Shapes::StructureShape.new(name: 'ListRecordHistorySearchFilter')
|
151
171
|
ListResourcesForTagOptionInput = Shapes::StructureShape.new(name: 'ListResourcesForTagOptionInput')
|
152
172
|
ListResourcesForTagOptionOutput = Shapes::StructureShape.new(name: 'ListResourcesForTagOptionOutput')
|
173
|
+
ListServiceActionsForProvisioningArtifactInput = Shapes::StructureShape.new(name: 'ListServiceActionsForProvisioningArtifactInput')
|
174
|
+
ListServiceActionsForProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'ListServiceActionsForProvisioningArtifactOutput')
|
175
|
+
ListServiceActionsInput = Shapes::StructureShape.new(name: 'ListServiceActionsInput')
|
176
|
+
ListServiceActionsOutput = Shapes::StructureShape.new(name: 'ListServiceActionsOutput')
|
153
177
|
ListTagOptionsFilters = Shapes::StructureShape.new(name: 'ListTagOptionsFilters')
|
154
178
|
ListTagOptionsInput = Shapes::StructureShape.new(name: 'ListTagOptionsInput')
|
155
179
|
ListTagOptionsOutput = Shapes::StructureShape.new(name: 'ListTagOptionsOutput')
|
@@ -240,6 +264,8 @@ module Aws::ServiceCatalog
|
|
240
264
|
ProvisioningArtifactSummaries = Shapes::ListShape.new(name: 'ProvisioningArtifactSummaries')
|
241
265
|
ProvisioningArtifactSummary = Shapes::StructureShape.new(name: 'ProvisioningArtifactSummary')
|
242
266
|
ProvisioningArtifactType = Shapes::StringShape.new(name: 'ProvisioningArtifactType')
|
267
|
+
ProvisioningArtifactView = Shapes::StructureShape.new(name: 'ProvisioningArtifactView')
|
268
|
+
ProvisioningArtifactViews = Shapes::ListShape.new(name: 'ProvisioningArtifactViews')
|
243
269
|
ProvisioningArtifacts = Shapes::ListShape.new(name: 'ProvisioningArtifacts')
|
244
270
|
ProvisioningParameter = Shapes::StructureShape.new(name: 'ProvisioningParameter')
|
245
271
|
ProvisioningParameters = Shapes::ListShape.new(name: 'ProvisioningParameters')
|
@@ -289,6 +315,19 @@ module Aws::ServiceCatalog
|
|
289
315
|
SearchProvisionedProductsInput = Shapes::StructureShape.new(name: 'SearchProvisionedProductsInput')
|
290
316
|
SearchProvisionedProductsOutput = Shapes::StructureShape.new(name: 'SearchProvisionedProductsOutput')
|
291
317
|
SearchProvisionedProductsPageSize = Shapes::IntegerShape.new(name: 'SearchProvisionedProductsPageSize')
|
318
|
+
ServiceActionAssociation = Shapes::StructureShape.new(name: 'ServiceActionAssociation')
|
319
|
+
ServiceActionAssociationErrorCode = Shapes::StringShape.new(name: 'ServiceActionAssociationErrorCode')
|
320
|
+
ServiceActionAssociationErrorMessage = Shapes::StringShape.new(name: 'ServiceActionAssociationErrorMessage')
|
321
|
+
ServiceActionAssociations = Shapes::ListShape.new(name: 'ServiceActionAssociations')
|
322
|
+
ServiceActionDefinitionKey = Shapes::StringShape.new(name: 'ServiceActionDefinitionKey')
|
323
|
+
ServiceActionDefinitionMap = Shapes::MapShape.new(name: 'ServiceActionDefinitionMap')
|
324
|
+
ServiceActionDefinitionType = Shapes::StringShape.new(name: 'ServiceActionDefinitionType')
|
325
|
+
ServiceActionDefinitionValue = Shapes::StringShape.new(name: 'ServiceActionDefinitionValue')
|
326
|
+
ServiceActionDescription = Shapes::StringShape.new(name: 'ServiceActionDescription')
|
327
|
+
ServiceActionDetail = Shapes::StructureShape.new(name: 'ServiceActionDetail')
|
328
|
+
ServiceActionName = Shapes::StringShape.new(name: 'ServiceActionName')
|
329
|
+
ServiceActionSummaries = Shapes::ListShape.new(name: 'ServiceActionSummaries')
|
330
|
+
ServiceActionSummary = Shapes::StructureShape.new(name: 'ServiceActionSummary')
|
292
331
|
SortField = Shapes::StringShape.new(name: 'SortField')
|
293
332
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
294
333
|
SourceProvisioningArtifactProperties = Shapes::ListShape.new(name: 'SourceProvisioningArtifactProperties')
|
@@ -329,6 +368,8 @@ module Aws::ServiceCatalog
|
|
329
368
|
UpdateProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'UpdateProvisioningArtifactOutput')
|
330
369
|
UpdateProvisioningParameter = Shapes::StructureShape.new(name: 'UpdateProvisioningParameter')
|
331
370
|
UpdateProvisioningParameters = Shapes::ListShape.new(name: 'UpdateProvisioningParameters')
|
371
|
+
UpdateServiceActionInput = Shapes::StructureShape.new(name: 'UpdateServiceActionInput')
|
372
|
+
UpdateServiceActionOutput = Shapes::StructureShape.new(name: 'UpdateServiceActionOutput')
|
332
373
|
UpdateTagOptionInput = Shapes::StructureShape.new(name: 'UpdateTagOptionInput')
|
333
374
|
UpdateTagOptionOutput = Shapes::StructureShape.new(name: 'UpdateTagOptionOutput')
|
334
375
|
UpdatedTime = Shapes::TimestampShape.new(name: 'UpdatedTime')
|
@@ -371,12 +412,34 @@ module Aws::ServiceCatalog
|
|
371
412
|
|
372
413
|
AssociateProductWithPortfolioOutput.struct_class = Types::AssociateProductWithPortfolioOutput
|
373
414
|
|
415
|
+
AssociateServiceActionWithProvisioningArtifactInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
416
|
+
AssociateServiceActionWithProvisioningArtifactInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
|
417
|
+
AssociateServiceActionWithProvisioningArtifactInput.add_member(:service_action_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ServiceActionId"))
|
418
|
+
AssociateServiceActionWithProvisioningArtifactInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
419
|
+
AssociateServiceActionWithProvisioningArtifactInput.struct_class = Types::AssociateServiceActionWithProvisioningArtifactInput
|
420
|
+
|
421
|
+
AssociateServiceActionWithProvisioningArtifactOutput.struct_class = Types::AssociateServiceActionWithProvisioningArtifactOutput
|
422
|
+
|
374
423
|
AssociateTagOptionWithResourceInput.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
|
375
424
|
AssociateTagOptionWithResourceInput.add_member(:tag_option_id, Shapes::ShapeRef.new(shape: TagOptionId, required: true, location_name: "TagOptionId"))
|
376
425
|
AssociateTagOptionWithResourceInput.struct_class = Types::AssociateTagOptionWithResourceInput
|
377
426
|
|
378
427
|
AssociateTagOptionWithResourceOutput.struct_class = Types::AssociateTagOptionWithResourceOutput
|
379
428
|
|
429
|
+
BatchAssociateServiceActionWithProvisioningArtifactInput.add_member(:service_action_associations, Shapes::ShapeRef.new(shape: ServiceActionAssociations, required: true, location_name: "ServiceActionAssociations"))
|
430
|
+
BatchAssociateServiceActionWithProvisioningArtifactInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
431
|
+
BatchAssociateServiceActionWithProvisioningArtifactInput.struct_class = Types::BatchAssociateServiceActionWithProvisioningArtifactInput
|
432
|
+
|
433
|
+
BatchAssociateServiceActionWithProvisioningArtifactOutput.add_member(:failed_service_action_associations, Shapes::ShapeRef.new(shape: FailedServiceActionAssociations, location_name: "FailedServiceActionAssociations"))
|
434
|
+
BatchAssociateServiceActionWithProvisioningArtifactOutput.struct_class = Types::BatchAssociateServiceActionWithProvisioningArtifactOutput
|
435
|
+
|
436
|
+
BatchDisassociateServiceActionFromProvisioningArtifactInput.add_member(:service_action_associations, Shapes::ShapeRef.new(shape: ServiceActionAssociations, required: true, location_name: "ServiceActionAssociations"))
|
437
|
+
BatchDisassociateServiceActionFromProvisioningArtifactInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
438
|
+
BatchDisassociateServiceActionFromProvisioningArtifactInput.struct_class = Types::BatchDisassociateServiceActionFromProvisioningArtifactInput
|
439
|
+
|
440
|
+
BatchDisassociateServiceActionFromProvisioningArtifactOutput.add_member(:failed_service_action_associations, Shapes::ShapeRef.new(shape: FailedServiceActionAssociations, location_name: "FailedServiceActionAssociations"))
|
441
|
+
BatchDisassociateServiceActionFromProvisioningArtifactOutput.struct_class = Types::BatchDisassociateServiceActionFromProvisioningArtifactOutput
|
442
|
+
|
380
443
|
CloudWatchDashboard.add_member(:name, Shapes::ShapeRef.new(shape: CloudWatchDashboardName, location_name: "Name"))
|
381
444
|
CloudWatchDashboard.struct_class = Types::CloudWatchDashboard
|
382
445
|
|
@@ -493,6 +556,17 @@ module Aws::ServiceCatalog
|
|
493
556
|
CreateProvisioningArtifactOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
494
557
|
CreateProvisioningArtifactOutput.struct_class = Types::CreateProvisioningArtifactOutput
|
495
558
|
|
559
|
+
CreateServiceActionInput.add_member(:name, Shapes::ShapeRef.new(shape: ServiceActionName, required: true, location_name: "Name"))
|
560
|
+
CreateServiceActionInput.add_member(:definition_type, Shapes::ShapeRef.new(shape: ServiceActionDefinitionType, required: true, location_name: "DefinitionType"))
|
561
|
+
CreateServiceActionInput.add_member(:definition, Shapes::ShapeRef.new(shape: ServiceActionDefinitionMap, required: true, location_name: "Definition"))
|
562
|
+
CreateServiceActionInput.add_member(:description, Shapes::ShapeRef.new(shape: ServiceActionDescription, location_name: "Description"))
|
563
|
+
CreateServiceActionInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
564
|
+
CreateServiceActionInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
565
|
+
CreateServiceActionInput.struct_class = Types::CreateServiceActionInput
|
566
|
+
|
567
|
+
CreateServiceActionOutput.add_member(:service_action_detail, Shapes::ShapeRef.new(shape: ServiceActionDetail, location_name: "ServiceActionDetail"))
|
568
|
+
CreateServiceActionOutput.struct_class = Types::CreateServiceActionOutput
|
569
|
+
|
496
570
|
CreateTagOptionInput.add_member(:key, Shapes::ShapeRef.new(shape: TagOptionKey, required: true, location_name: "Key"))
|
497
571
|
CreateTagOptionInput.add_member(:value, Shapes::ShapeRef.new(shape: TagOptionValue, required: true, location_name: "Value"))
|
498
572
|
CreateTagOptionInput.struct_class = Types::CreateTagOptionInput
|
@@ -539,6 +613,12 @@ module Aws::ServiceCatalog
|
|
539
613
|
|
540
614
|
DeleteProvisioningArtifactOutput.struct_class = Types::DeleteProvisioningArtifactOutput
|
541
615
|
|
616
|
+
DeleteServiceActionInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
617
|
+
DeleteServiceActionInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
618
|
+
DeleteServiceActionInput.struct_class = Types::DeleteServiceActionInput
|
619
|
+
|
620
|
+
DeleteServiceActionOutput.struct_class = Types::DeleteServiceActionOutput
|
621
|
+
|
542
622
|
DeleteTagOptionInput.add_member(:id, Shapes::ShapeRef.new(shape: TagOptionId, required: true, location_name: "Id"))
|
543
623
|
DeleteTagOptionInput.struct_class = Types::DeleteTagOptionInput
|
544
624
|
|
@@ -650,6 +730,13 @@ module Aws::ServiceCatalog
|
|
650
730
|
DescribeRecordOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
651
731
|
DescribeRecordOutput.struct_class = Types::DescribeRecordOutput
|
652
732
|
|
733
|
+
DescribeServiceActionInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
734
|
+
DescribeServiceActionInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
735
|
+
DescribeServiceActionInput.struct_class = Types::DescribeServiceActionInput
|
736
|
+
|
737
|
+
DescribeServiceActionOutput.add_member(:service_action_detail, Shapes::ShapeRef.new(shape: ServiceActionDetail, location_name: "ServiceActionDetail"))
|
738
|
+
DescribeServiceActionOutput.struct_class = Types::DescribeServiceActionOutput
|
739
|
+
|
653
740
|
DescribeTagOptionInput.add_member(:id, Shapes::ShapeRef.new(shape: TagOptionId, required: true, location_name: "Id"))
|
654
741
|
DescribeTagOptionInput.struct_class = Types::DescribeTagOptionInput
|
655
742
|
|
@@ -670,6 +757,14 @@ module Aws::ServiceCatalog
|
|
670
757
|
|
671
758
|
DisassociateProductFromPortfolioOutput.struct_class = Types::DisassociateProductFromPortfolioOutput
|
672
759
|
|
760
|
+
DisassociateServiceActionFromProvisioningArtifactInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
761
|
+
DisassociateServiceActionFromProvisioningArtifactInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
|
762
|
+
DisassociateServiceActionFromProvisioningArtifactInput.add_member(:service_action_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ServiceActionId"))
|
763
|
+
DisassociateServiceActionFromProvisioningArtifactInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
764
|
+
DisassociateServiceActionFromProvisioningArtifactInput.struct_class = Types::DisassociateServiceActionFromProvisioningArtifactInput
|
765
|
+
|
766
|
+
DisassociateServiceActionFromProvisioningArtifactOutput.struct_class = Types::DisassociateServiceActionFromProvisioningArtifactOutput
|
767
|
+
|
673
768
|
DisassociateTagOptionFromResourceInput.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
|
674
769
|
DisassociateTagOptionFromResourceInput.add_member(:tag_option_id, Shapes::ShapeRef.new(shape: TagOptionId, required: true, location_name: "TagOptionId"))
|
675
770
|
DisassociateTagOptionFromResourceInput.struct_class = Types::DisassociateTagOptionFromResourceInput
|
@@ -684,6 +779,24 @@ module Aws::ServiceCatalog
|
|
684
779
|
ExecuteProvisionedProductPlanOutput.add_member(:record_detail, Shapes::ShapeRef.new(shape: RecordDetail, location_name: "RecordDetail"))
|
685
780
|
ExecuteProvisionedProductPlanOutput.struct_class = Types::ExecuteProvisionedProductPlanOutput
|
686
781
|
|
782
|
+
ExecuteProvisionedProductServiceActionInput.add_member(:provisioned_product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisionedProductId"))
|
783
|
+
ExecuteProvisionedProductServiceActionInput.add_member(:service_action_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ServiceActionId"))
|
784
|
+
ExecuteProvisionedProductServiceActionInput.add_member(:execute_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ExecuteToken", metadata: {"idempotencyToken"=>true}))
|
785
|
+
ExecuteProvisionedProductServiceActionInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
786
|
+
ExecuteProvisionedProductServiceActionInput.struct_class = Types::ExecuteProvisionedProductServiceActionInput
|
787
|
+
|
788
|
+
ExecuteProvisionedProductServiceActionOutput.add_member(:record_detail, Shapes::ShapeRef.new(shape: RecordDetail, location_name: "RecordDetail"))
|
789
|
+
ExecuteProvisionedProductServiceActionOutput.struct_class = Types::ExecuteProvisionedProductServiceActionOutput
|
790
|
+
|
791
|
+
FailedServiceActionAssociation.add_member(:service_action_id, Shapes::ShapeRef.new(shape: Id, location_name: "ServiceActionId"))
|
792
|
+
FailedServiceActionAssociation.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
|
793
|
+
FailedServiceActionAssociation.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
|
794
|
+
FailedServiceActionAssociation.add_member(:error_code, Shapes::ShapeRef.new(shape: ServiceActionAssociationErrorCode, location_name: "ErrorCode"))
|
795
|
+
FailedServiceActionAssociation.add_member(:error_message, Shapes::ShapeRef.new(shape: ServiceActionAssociationErrorMessage, location_name: "ErrorMessage"))
|
796
|
+
FailedServiceActionAssociation.struct_class = Types::FailedServiceActionAssociation
|
797
|
+
|
798
|
+
FailedServiceActionAssociations.member = Shapes::ShapeRef.new(shape: FailedServiceActionAssociation)
|
799
|
+
|
687
800
|
LaunchPathSummaries.member = Shapes::ShapeRef.new(shape: LaunchPathSummary)
|
688
801
|
|
689
802
|
LaunchPathSummary.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
@@ -771,6 +884,16 @@ module Aws::ServiceCatalog
|
|
771
884
|
ListProvisionedProductPlansOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
772
885
|
ListProvisionedProductPlansOutput.struct_class = Types::ListProvisionedProductPlansOutput
|
773
886
|
|
887
|
+
ListProvisioningArtifactsForServiceActionInput.add_member(:service_action_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ServiceActionId"))
|
888
|
+
ListProvisioningArtifactsForServiceActionInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
889
|
+
ListProvisioningArtifactsForServiceActionInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
890
|
+
ListProvisioningArtifactsForServiceActionInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
891
|
+
ListProvisioningArtifactsForServiceActionInput.struct_class = Types::ListProvisioningArtifactsForServiceActionInput
|
892
|
+
|
893
|
+
ListProvisioningArtifactsForServiceActionOutput.add_member(:provisioning_artifact_views, Shapes::ShapeRef.new(shape: ProvisioningArtifactViews, location_name: "ProvisioningArtifactViews"))
|
894
|
+
ListProvisioningArtifactsForServiceActionOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
895
|
+
ListProvisioningArtifactsForServiceActionOutput.struct_class = Types::ListProvisioningArtifactsForServiceActionOutput
|
896
|
+
|
774
897
|
ListProvisioningArtifactsInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
775
898
|
ListProvisioningArtifactsInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
776
899
|
ListProvisioningArtifactsInput.struct_class = Types::ListProvisioningArtifactsInput
|
@@ -804,6 +927,26 @@ module Aws::ServiceCatalog
|
|
804
927
|
ListResourcesForTagOptionOutput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
805
928
|
ListResourcesForTagOptionOutput.struct_class = Types::ListResourcesForTagOptionOutput
|
806
929
|
|
930
|
+
ListServiceActionsForProvisioningArtifactInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
931
|
+
ListServiceActionsForProvisioningArtifactInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
|
932
|
+
ListServiceActionsForProvisioningArtifactInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
933
|
+
ListServiceActionsForProvisioningArtifactInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
934
|
+
ListServiceActionsForProvisioningArtifactInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
935
|
+
ListServiceActionsForProvisioningArtifactInput.struct_class = Types::ListServiceActionsForProvisioningArtifactInput
|
936
|
+
|
937
|
+
ListServiceActionsForProvisioningArtifactOutput.add_member(:service_action_summaries, Shapes::ShapeRef.new(shape: ServiceActionSummaries, location_name: "ServiceActionSummaries"))
|
938
|
+
ListServiceActionsForProvisioningArtifactOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
939
|
+
ListServiceActionsForProvisioningArtifactOutput.struct_class = Types::ListServiceActionsForProvisioningArtifactOutput
|
940
|
+
|
941
|
+
ListServiceActionsInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
942
|
+
ListServiceActionsInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
943
|
+
ListServiceActionsInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
944
|
+
ListServiceActionsInput.struct_class = Types::ListServiceActionsInput
|
945
|
+
|
946
|
+
ListServiceActionsOutput.add_member(:service_action_summaries, Shapes::ShapeRef.new(shape: ServiceActionSummaries, location_name: "ServiceActionSummaries"))
|
947
|
+
ListServiceActionsOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
948
|
+
ListServiceActionsOutput.struct_class = Types::ListServiceActionsOutput
|
949
|
+
|
807
950
|
ListTagOptionsFilters.add_member(:key, Shapes::ShapeRef.new(shape: TagOptionKey, location_name: "Key"))
|
808
951
|
ListTagOptionsFilters.add_member(:value, Shapes::ShapeRef.new(shape: TagOptionValue, location_name: "Value"))
|
809
952
|
ListTagOptionsFilters.add_member(:active, Shapes::ShapeRef.new(shape: TagOptionActive, location_name: "Active"))
|
@@ -918,6 +1061,8 @@ module Aws::ServiceCatalog
|
|
918
1061
|
ProvisionedProductDetail.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
|
919
1062
|
ProvisionedProductDetail.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "IdempotencyToken"))
|
920
1063
|
ProvisionedProductDetail.add_member(:last_record_id, Shapes::ShapeRef.new(shape: LastRequestId, location_name: "LastRecordId"))
|
1064
|
+
ProvisionedProductDetail.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
|
1065
|
+
ProvisionedProductDetail.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
|
921
1066
|
ProvisionedProductDetail.struct_class = Types::ProvisionedProductDetail
|
922
1067
|
|
923
1068
|
ProvisionedProductDetails.member = Shapes::ShapeRef.new(shape: ProvisionedProductDetail)
|
@@ -998,6 +1143,12 @@ module Aws::ServiceCatalog
|
|
998
1143
|
ProvisioningArtifactSummary.add_member(:provisioning_artifact_metadata, Shapes::ShapeRef.new(shape: ProvisioningArtifactInfo, location_name: "ProvisioningArtifactMetadata"))
|
999
1144
|
ProvisioningArtifactSummary.struct_class = Types::ProvisioningArtifactSummary
|
1000
1145
|
|
1146
|
+
ProvisioningArtifactView.add_member(:product_view_summary, Shapes::ShapeRef.new(shape: ProductViewSummary, location_name: "ProductViewSummary"))
|
1147
|
+
ProvisioningArtifactView.add_member(:provisioning_artifact, Shapes::ShapeRef.new(shape: ProvisioningArtifact, location_name: "ProvisioningArtifact"))
|
1148
|
+
ProvisioningArtifactView.struct_class = Types::ProvisioningArtifactView
|
1149
|
+
|
1150
|
+
ProvisioningArtifactViews.member = Shapes::ShapeRef.new(shape: ProvisioningArtifactView)
|
1151
|
+
|
1001
1152
|
ProvisioningArtifacts.member = Shapes::ShapeRef.new(shape: ProvisioningArtifact)
|
1002
1153
|
|
1003
1154
|
ProvisioningParameter.add_member(:key, Shapes::ShapeRef.new(shape: ParameterKey, location_name: "Key"))
|
@@ -1133,6 +1284,28 @@ module Aws::ServiceCatalog
|
|
1133
1284
|
SearchProvisionedProductsOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
1134
1285
|
SearchProvisionedProductsOutput.struct_class = Types::SearchProvisionedProductsOutput
|
1135
1286
|
|
1287
|
+
ServiceActionAssociation.add_member(:service_action_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ServiceActionId"))
|
1288
|
+
ServiceActionAssociation.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
1289
|
+
ServiceActionAssociation.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
|
1290
|
+
ServiceActionAssociation.struct_class = Types::ServiceActionAssociation
|
1291
|
+
|
1292
|
+
ServiceActionAssociations.member = Shapes::ShapeRef.new(shape: ServiceActionAssociation)
|
1293
|
+
|
1294
|
+
ServiceActionDefinitionMap.key = Shapes::ShapeRef.new(shape: ServiceActionDefinitionKey)
|
1295
|
+
ServiceActionDefinitionMap.value = Shapes::ShapeRef.new(shape: ServiceActionDefinitionValue)
|
1296
|
+
|
1297
|
+
ServiceActionDetail.add_member(:service_action_summary, Shapes::ShapeRef.new(shape: ServiceActionSummary, location_name: "ServiceActionSummary"))
|
1298
|
+
ServiceActionDetail.add_member(:definition, Shapes::ShapeRef.new(shape: ServiceActionDefinitionMap, location_name: "Definition"))
|
1299
|
+
ServiceActionDetail.struct_class = Types::ServiceActionDetail
|
1300
|
+
|
1301
|
+
ServiceActionSummaries.member = Shapes::ShapeRef.new(shape: ServiceActionSummary)
|
1302
|
+
|
1303
|
+
ServiceActionSummary.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
1304
|
+
ServiceActionSummary.add_member(:name, Shapes::ShapeRef.new(shape: ServiceActionName, location_name: "Name"))
|
1305
|
+
ServiceActionSummary.add_member(:description, Shapes::ShapeRef.new(shape: ServiceActionDescription, location_name: "Description"))
|
1306
|
+
ServiceActionSummary.add_member(:definition_type, Shapes::ShapeRef.new(shape: ServiceActionDefinitionType, location_name: "DefinitionType"))
|
1307
|
+
ServiceActionSummary.struct_class = Types::ServiceActionSummary
|
1308
|
+
|
1136
1309
|
SourceProvisioningArtifactProperties.member = Shapes::ShapeRef.new(shape: SourceProvisioningArtifactPropertiesMap)
|
1137
1310
|
|
1138
1311
|
SourceProvisioningArtifactPropertiesMap.key = Shapes::ShapeRef.new(shape: ProvisioningArtifactPropertyName)
|
@@ -1245,6 +1418,16 @@ module Aws::ServiceCatalog
|
|
1245
1418
|
|
1246
1419
|
UpdateProvisioningParameters.member = Shapes::ShapeRef.new(shape: UpdateProvisioningParameter)
|
1247
1420
|
|
1421
|
+
UpdateServiceActionInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
1422
|
+
UpdateServiceActionInput.add_member(:name, Shapes::ShapeRef.new(shape: ServiceActionName, location_name: "Name"))
|
1423
|
+
UpdateServiceActionInput.add_member(:definition, Shapes::ShapeRef.new(shape: ServiceActionDefinitionMap, location_name: "Definition"))
|
1424
|
+
UpdateServiceActionInput.add_member(:description, Shapes::ShapeRef.new(shape: ServiceActionDescription, location_name: "Description"))
|
1425
|
+
UpdateServiceActionInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
1426
|
+
UpdateServiceActionInput.struct_class = Types::UpdateServiceActionInput
|
1427
|
+
|
1428
|
+
UpdateServiceActionOutput.add_member(:service_action_detail, Shapes::ShapeRef.new(shape: ServiceActionDetail, location_name: "ServiceActionDetail"))
|
1429
|
+
UpdateServiceActionOutput.struct_class = Types::UpdateServiceActionOutput
|
1430
|
+
|
1248
1431
|
UpdateTagOptionInput.add_member(:id, Shapes::ShapeRef.new(shape: TagOptionId, required: true, location_name: "Id"))
|
1249
1432
|
UpdateTagOptionInput.add_member(:value, Shapes::ShapeRef.new(shape: TagOptionValue, location_name: "Value"))
|
1250
1433
|
UpdateTagOptionInput.add_member(:active, Shapes::ShapeRef.new(shape: TagOptionActive, location_name: "Active"))
|
@@ -1310,6 +1493,17 @@ module Aws::ServiceCatalog
|
|
1310
1493
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1311
1494
|
end)
|
1312
1495
|
|
1496
|
+
api.add_operation(:associate_service_action_with_provisioning_artifact, Seahorse::Model::Operation.new.tap do |o|
|
1497
|
+
o.name = "AssociateServiceActionWithProvisioningArtifact"
|
1498
|
+
o.http_method = "POST"
|
1499
|
+
o.http_request_uri = "/"
|
1500
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateServiceActionWithProvisioningArtifactInput)
|
1501
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateServiceActionWithProvisioningArtifactOutput)
|
1502
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1503
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
1504
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1505
|
+
end)
|
1506
|
+
|
1313
1507
|
api.add_operation(:associate_tag_option_with_resource, Seahorse::Model::Operation.new.tap do |o|
|
1314
1508
|
o.name = "AssociateTagOptionWithResource"
|
1315
1509
|
o.http_method = "POST"
|
@@ -1324,6 +1518,24 @@ module Aws::ServiceCatalog
|
|
1324
1518
|
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
1325
1519
|
end)
|
1326
1520
|
|
1521
|
+
api.add_operation(:batch_associate_service_action_with_provisioning_artifact, Seahorse::Model::Operation.new.tap do |o|
|
1522
|
+
o.name = "BatchAssociateServiceActionWithProvisioningArtifact"
|
1523
|
+
o.http_method = "POST"
|
1524
|
+
o.http_request_uri = "/"
|
1525
|
+
o.input = Shapes::ShapeRef.new(shape: BatchAssociateServiceActionWithProvisioningArtifactInput)
|
1526
|
+
o.output = Shapes::ShapeRef.new(shape: BatchAssociateServiceActionWithProvisioningArtifactOutput)
|
1527
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1528
|
+
end)
|
1529
|
+
|
1530
|
+
api.add_operation(:batch_disassociate_service_action_from_provisioning_artifact, Seahorse::Model::Operation.new.tap do |o|
|
1531
|
+
o.name = "BatchDisassociateServiceActionFromProvisioningArtifact"
|
1532
|
+
o.http_method = "POST"
|
1533
|
+
o.http_request_uri = "/"
|
1534
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDisassociateServiceActionFromProvisioningArtifactInput)
|
1535
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDisassociateServiceActionFromProvisioningArtifactOutput)
|
1536
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1537
|
+
end)
|
1538
|
+
|
1327
1539
|
api.add_operation(:copy_product, Seahorse::Model::Operation.new.tap do |o|
|
1328
1540
|
o.name = "CopyProduct"
|
1329
1541
|
o.http_method = "POST"
|
@@ -1401,6 +1613,16 @@ module Aws::ServiceCatalog
|
|
1401
1613
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1402
1614
|
end)
|
1403
1615
|
|
1616
|
+
api.add_operation(:create_service_action, Seahorse::Model::Operation.new.tap do |o|
|
1617
|
+
o.name = "CreateServiceAction"
|
1618
|
+
o.http_method = "POST"
|
1619
|
+
o.http_request_uri = "/"
|
1620
|
+
o.input = Shapes::ShapeRef.new(shape: CreateServiceActionInput)
|
1621
|
+
o.output = Shapes::ShapeRef.new(shape: CreateServiceActionOutput)
|
1622
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1623
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1624
|
+
end)
|
1625
|
+
|
1404
1626
|
api.add_operation(:create_tag_option, Seahorse::Model::Operation.new.tap do |o|
|
1405
1627
|
o.name = "CreateTagOption"
|
1406
1628
|
o.http_method = "POST"
|
@@ -1476,6 +1698,16 @@ module Aws::ServiceCatalog
|
|
1476
1698
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1477
1699
|
end)
|
1478
1700
|
|
1701
|
+
api.add_operation(:delete_service_action, Seahorse::Model::Operation.new.tap do |o|
|
1702
|
+
o.name = "DeleteServiceAction"
|
1703
|
+
o.http_method = "POST"
|
1704
|
+
o.http_request_uri = "/"
|
1705
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteServiceActionInput)
|
1706
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteServiceActionOutput)
|
1707
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1708
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1709
|
+
end)
|
1710
|
+
|
1479
1711
|
api.add_operation(:delete_tag_option, Seahorse::Model::Operation.new.tap do |o|
|
1480
1712
|
o.name = "DeleteTagOption"
|
1481
1713
|
o.http_method = "POST"
|
@@ -1590,6 +1822,15 @@ module Aws::ServiceCatalog
|
|
1590
1822
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1591
1823
|
end)
|
1592
1824
|
|
1825
|
+
api.add_operation(:describe_service_action, Seahorse::Model::Operation.new.tap do |o|
|
1826
|
+
o.name = "DescribeServiceAction"
|
1827
|
+
o.http_method = "POST"
|
1828
|
+
o.http_request_uri = "/"
|
1829
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeServiceActionInput)
|
1830
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeServiceActionOutput)
|
1831
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1832
|
+
end)
|
1833
|
+
|
1593
1834
|
api.add_operation(:describe_tag_option, Seahorse::Model::Operation.new.tap do |o|
|
1594
1835
|
o.name = "DescribeTagOption"
|
1595
1836
|
o.http_method = "POST"
|
@@ -1621,6 +1862,15 @@ module Aws::ServiceCatalog
|
|
1621
1862
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1622
1863
|
end)
|
1623
1864
|
|
1865
|
+
api.add_operation(:disassociate_service_action_from_provisioning_artifact, Seahorse::Model::Operation.new.tap do |o|
|
1866
|
+
o.name = "DisassociateServiceActionFromProvisioningArtifact"
|
1867
|
+
o.http_method = "POST"
|
1868
|
+
o.http_request_uri = "/"
|
1869
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateServiceActionFromProvisioningArtifactInput)
|
1870
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateServiceActionFromProvisioningArtifactOutput)
|
1871
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1872
|
+
end)
|
1873
|
+
|
1624
1874
|
api.add_operation(:disassociate_tag_option_from_resource, Seahorse::Model::Operation.new.tap do |o|
|
1625
1875
|
o.name = "DisassociateTagOptionFromResource"
|
1626
1876
|
o.http_method = "POST"
|
@@ -1642,6 +1892,17 @@ module Aws::ServiceCatalog
|
|
1642
1892
|
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
1643
1893
|
end)
|
1644
1894
|
|
1895
|
+
api.add_operation(:execute_provisioned_product_service_action, Seahorse::Model::Operation.new.tap do |o|
|
1896
|
+
o.name = "ExecuteProvisionedProductServiceAction"
|
1897
|
+
o.http_method = "POST"
|
1898
|
+
o.http_request_uri = "/"
|
1899
|
+
o.input = Shapes::ShapeRef.new(shape: ExecuteProvisionedProductServiceActionInput)
|
1900
|
+
o.output = Shapes::ShapeRef.new(shape: ExecuteProvisionedProductServiceActionOutput)
|
1901
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1902
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1903
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
1904
|
+
end)
|
1905
|
+
|
1645
1906
|
api.add_operation(:list_accepted_portfolio_shares, Seahorse::Model::Operation.new.tap do |o|
|
1646
1907
|
o.name = "ListAcceptedPortfolioShares"
|
1647
1908
|
o.http_method = "POST"
|
@@ -1765,6 +2026,22 @@ module Aws::ServiceCatalog
|
|
1765
2026
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1766
2027
|
end)
|
1767
2028
|
|
2029
|
+
api.add_operation(:list_provisioning_artifacts_for_service_action, Seahorse::Model::Operation.new.tap do |o|
|
2030
|
+
o.name = "ListProvisioningArtifactsForServiceAction"
|
2031
|
+
o.http_method = "POST"
|
2032
|
+
o.http_request_uri = "/"
|
2033
|
+
o.input = Shapes::ShapeRef.new(shape: ListProvisioningArtifactsForServiceActionInput)
|
2034
|
+
o.output = Shapes::ShapeRef.new(shape: ListProvisioningArtifactsForServiceActionOutput)
|
2035
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2036
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
2037
|
+
o[:pager] = Aws::Pager.new(
|
2038
|
+
limit_key: "page_size",
|
2039
|
+
tokens: {
|
2040
|
+
"next_page_token" => "page_token"
|
2041
|
+
}
|
2042
|
+
)
|
2043
|
+
end)
|
2044
|
+
|
1768
2045
|
api.add_operation(:list_record_history, Seahorse::Model::Operation.new.tap do |o|
|
1769
2046
|
o.name = "ListRecordHistory"
|
1770
2047
|
o.http_method = "POST"
|
@@ -1791,6 +2068,37 @@ module Aws::ServiceCatalog
|
|
1791
2068
|
)
|
1792
2069
|
end)
|
1793
2070
|
|
2071
|
+
api.add_operation(:list_service_actions, Seahorse::Model::Operation.new.tap do |o|
|
2072
|
+
o.name = "ListServiceActions"
|
2073
|
+
o.http_method = "POST"
|
2074
|
+
o.http_request_uri = "/"
|
2075
|
+
o.input = Shapes::ShapeRef.new(shape: ListServiceActionsInput)
|
2076
|
+
o.output = Shapes::ShapeRef.new(shape: ListServiceActionsOutput)
|
2077
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
2078
|
+
o[:pager] = Aws::Pager.new(
|
2079
|
+
limit_key: "page_size",
|
2080
|
+
tokens: {
|
2081
|
+
"next_page_token" => "page_token"
|
2082
|
+
}
|
2083
|
+
)
|
2084
|
+
end)
|
2085
|
+
|
2086
|
+
api.add_operation(:list_service_actions_for_provisioning_artifact, Seahorse::Model::Operation.new.tap do |o|
|
2087
|
+
o.name = "ListServiceActionsForProvisioningArtifact"
|
2088
|
+
o.http_method = "POST"
|
2089
|
+
o.http_request_uri = "/"
|
2090
|
+
o.input = Shapes::ShapeRef.new(shape: ListServiceActionsForProvisioningArtifactInput)
|
2091
|
+
o.output = Shapes::ShapeRef.new(shape: ListServiceActionsForProvisioningArtifactOutput)
|
2092
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2093
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
2094
|
+
o[:pager] = Aws::Pager.new(
|
2095
|
+
limit_key: "page_size",
|
2096
|
+
tokens: {
|
2097
|
+
"next_page_token" => "page_token"
|
2098
|
+
}
|
2099
|
+
)
|
2100
|
+
end)
|
2101
|
+
|
1794
2102
|
api.add_operation(:list_tag_options, Seahorse::Model::Operation.new.tap do |o|
|
1795
2103
|
o.name = "ListTagOptions"
|
1796
2104
|
o.http_method = "POST"
|
@@ -1944,6 +2252,16 @@ module Aws::ServiceCatalog
|
|
1944
2252
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1945
2253
|
end)
|
1946
2254
|
|
2255
|
+
api.add_operation(:update_service_action, Seahorse::Model::Operation.new.tap do |o|
|
2256
|
+
o.name = "UpdateServiceAction"
|
2257
|
+
o.http_method = "POST"
|
2258
|
+
o.http_request_uri = "/"
|
2259
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateServiceActionInput)
|
2260
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateServiceActionOutput)
|
2261
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2262
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
2263
|
+
end)
|
2264
|
+
|
1947
2265
|
api.add_operation(:update_tag_option, Seahorse::Model::Operation.new.tap do |o|
|
1948
2266
|
o.name = "UpdateTagOption"
|
1949
2267
|
o.http_method = "POST"
|