aws-sdk-servicecatalog 1.0.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/aws-sdk-servicecatalog.rb +47 -0
- data/lib/aws-sdk-servicecatalog/client.rb +2425 -0
- data/lib/aws-sdk-servicecatalog/client_api.rb +1309 -0
- data/lib/aws-sdk-servicecatalog/customizations.rb +7 -0
- data/lib/aws-sdk-servicecatalog/errors.rb +23 -0
- data/lib/aws-sdk-servicecatalog/resource.rb +25 -0
- data/lib/aws-sdk-servicecatalog/types.rb +3172 -0
- metadata +80 -0
@@ -0,0 +1,1309 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing for info on making contributions:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module ServiceCatalog
|
10
|
+
# @api private
|
11
|
+
module ClientApi
|
12
|
+
|
13
|
+
include Seahorse::Model
|
14
|
+
|
15
|
+
AcceptLanguage = Shapes::StringShape.new(name: 'AcceptLanguage')
|
16
|
+
AcceptPortfolioShareInput = Shapes::StructureShape.new(name: 'AcceptPortfolioShareInput')
|
17
|
+
AcceptPortfolioShareOutput = Shapes::StructureShape.new(name: 'AcceptPortfolioShareOutput')
|
18
|
+
AccessLevelFilter = Shapes::StructureShape.new(name: 'AccessLevelFilter')
|
19
|
+
AccessLevelFilterKey = Shapes::StringShape.new(name: 'AccessLevelFilterKey')
|
20
|
+
AccessLevelFilterValue = Shapes::StringShape.new(name: 'AccessLevelFilterValue')
|
21
|
+
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
22
|
+
AccountIds = Shapes::ListShape.new(name: 'AccountIds')
|
23
|
+
AddTags = Shapes::ListShape.new(name: 'AddTags')
|
24
|
+
AllowedValue = Shapes::StringShape.new(name: 'AllowedValue')
|
25
|
+
AllowedValues = Shapes::ListShape.new(name: 'AllowedValues')
|
26
|
+
ApproximateCount = Shapes::IntegerShape.new(name: 'ApproximateCount')
|
27
|
+
AssociatePrincipalWithPortfolioInput = Shapes::StructureShape.new(name: 'AssociatePrincipalWithPortfolioInput')
|
28
|
+
AssociatePrincipalWithPortfolioOutput = Shapes::StructureShape.new(name: 'AssociatePrincipalWithPortfolioOutput')
|
29
|
+
AssociateProductWithPortfolioInput = Shapes::StructureShape.new(name: 'AssociateProductWithPortfolioInput')
|
30
|
+
AssociateProductWithPortfolioOutput = Shapes::StructureShape.new(name: 'AssociateProductWithPortfolioOutput')
|
31
|
+
AttributeValue = Shapes::StringShape.new(name: 'AttributeValue')
|
32
|
+
ConstraintDescription = Shapes::StringShape.new(name: 'ConstraintDescription')
|
33
|
+
ConstraintDetail = Shapes::StructureShape.new(name: 'ConstraintDetail')
|
34
|
+
ConstraintDetails = Shapes::ListShape.new(name: 'ConstraintDetails')
|
35
|
+
ConstraintParameters = Shapes::StringShape.new(name: 'ConstraintParameters')
|
36
|
+
ConstraintSummaries = Shapes::ListShape.new(name: 'ConstraintSummaries')
|
37
|
+
ConstraintSummary = Shapes::StructureShape.new(name: 'ConstraintSummary')
|
38
|
+
ConstraintType = Shapes::StringShape.new(name: 'ConstraintType')
|
39
|
+
CreateConstraintInput = Shapes::StructureShape.new(name: 'CreateConstraintInput')
|
40
|
+
CreateConstraintOutput = Shapes::StructureShape.new(name: 'CreateConstraintOutput')
|
41
|
+
CreatePortfolioInput = Shapes::StructureShape.new(name: 'CreatePortfolioInput')
|
42
|
+
CreatePortfolioOutput = Shapes::StructureShape.new(name: 'CreatePortfolioOutput')
|
43
|
+
CreatePortfolioShareInput = Shapes::StructureShape.new(name: 'CreatePortfolioShareInput')
|
44
|
+
CreatePortfolioShareOutput = Shapes::StructureShape.new(name: 'CreatePortfolioShareOutput')
|
45
|
+
CreateProductInput = Shapes::StructureShape.new(name: 'CreateProductInput')
|
46
|
+
CreateProductOutput = Shapes::StructureShape.new(name: 'CreateProductOutput')
|
47
|
+
CreateProvisioningArtifactInput = Shapes::StructureShape.new(name: 'CreateProvisioningArtifactInput')
|
48
|
+
CreateProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'CreateProvisioningArtifactOutput')
|
49
|
+
CreatedTime = Shapes::TimestampShape.new(name: 'CreatedTime')
|
50
|
+
CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
|
51
|
+
DefaultValue = Shapes::StringShape.new(name: 'DefaultValue')
|
52
|
+
DeleteConstraintInput = Shapes::StructureShape.new(name: 'DeleteConstraintInput')
|
53
|
+
DeleteConstraintOutput = Shapes::StructureShape.new(name: 'DeleteConstraintOutput')
|
54
|
+
DeletePortfolioInput = Shapes::StructureShape.new(name: 'DeletePortfolioInput')
|
55
|
+
DeletePortfolioOutput = Shapes::StructureShape.new(name: 'DeletePortfolioOutput')
|
56
|
+
DeletePortfolioShareInput = Shapes::StructureShape.new(name: 'DeletePortfolioShareInput')
|
57
|
+
DeletePortfolioShareOutput = Shapes::StructureShape.new(name: 'DeletePortfolioShareOutput')
|
58
|
+
DeleteProductInput = Shapes::StructureShape.new(name: 'DeleteProductInput')
|
59
|
+
DeleteProductOutput = Shapes::StructureShape.new(name: 'DeleteProductOutput')
|
60
|
+
DeleteProvisioningArtifactInput = Shapes::StructureShape.new(name: 'DeleteProvisioningArtifactInput')
|
61
|
+
DeleteProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'DeleteProvisioningArtifactOutput')
|
62
|
+
DescribeConstraintInput = Shapes::StructureShape.new(name: 'DescribeConstraintInput')
|
63
|
+
DescribeConstraintOutput = Shapes::StructureShape.new(name: 'DescribeConstraintOutput')
|
64
|
+
DescribePortfolioInput = Shapes::StructureShape.new(name: 'DescribePortfolioInput')
|
65
|
+
DescribePortfolioOutput = Shapes::StructureShape.new(name: 'DescribePortfolioOutput')
|
66
|
+
DescribeProductAsAdminInput = Shapes::StructureShape.new(name: 'DescribeProductAsAdminInput')
|
67
|
+
DescribeProductAsAdminOutput = Shapes::StructureShape.new(name: 'DescribeProductAsAdminOutput')
|
68
|
+
DescribeProductInput = Shapes::StructureShape.new(name: 'DescribeProductInput')
|
69
|
+
DescribeProductOutput = Shapes::StructureShape.new(name: 'DescribeProductOutput')
|
70
|
+
DescribeProductViewInput = Shapes::StructureShape.new(name: 'DescribeProductViewInput')
|
71
|
+
DescribeProductViewOutput = Shapes::StructureShape.new(name: 'DescribeProductViewOutput')
|
72
|
+
DescribeProvisioningArtifactInput = Shapes::StructureShape.new(name: 'DescribeProvisioningArtifactInput')
|
73
|
+
DescribeProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'DescribeProvisioningArtifactOutput')
|
74
|
+
DescribeProvisioningParametersInput = Shapes::StructureShape.new(name: 'DescribeProvisioningParametersInput')
|
75
|
+
DescribeProvisioningParametersOutput = Shapes::StructureShape.new(name: 'DescribeProvisioningParametersOutput')
|
76
|
+
DescribeRecordInput = Shapes::StructureShape.new(name: 'DescribeRecordInput')
|
77
|
+
DescribeRecordOutput = Shapes::StructureShape.new(name: 'DescribeRecordOutput')
|
78
|
+
Description = Shapes::StringShape.new(name: 'Description')
|
79
|
+
DisassociatePrincipalFromPortfolioInput = Shapes::StructureShape.new(name: 'DisassociatePrincipalFromPortfolioInput')
|
80
|
+
DisassociatePrincipalFromPortfolioOutput = Shapes::StructureShape.new(name: 'DisassociatePrincipalFromPortfolioOutput')
|
81
|
+
DisassociateProductFromPortfolioInput = Shapes::StructureShape.new(name: 'DisassociateProductFromPortfolioInput')
|
82
|
+
DisassociateProductFromPortfolioOutput = Shapes::StructureShape.new(name: 'DisassociateProductFromPortfolioOutput')
|
83
|
+
DuplicateResourceException = Shapes::StructureShape.new(name: 'DuplicateResourceException')
|
84
|
+
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
85
|
+
ErrorDescription = Shapes::StringShape.new(name: 'ErrorDescription')
|
86
|
+
HasDefaultPath = Shapes::BooleanShape.new(name: 'HasDefaultPath')
|
87
|
+
Id = Shapes::StringShape.new(name: 'Id')
|
88
|
+
IdempotencyToken = Shapes::StringShape.new(name: 'IdempotencyToken')
|
89
|
+
IgnoreErrors = Shapes::BooleanShape.new(name: 'IgnoreErrors')
|
90
|
+
InstructionType = Shapes::StringShape.new(name: 'InstructionType')
|
91
|
+
InstructionValue = Shapes::StringShape.new(name: 'InstructionValue')
|
92
|
+
InvalidParametersException = Shapes::StructureShape.new(name: 'InvalidParametersException')
|
93
|
+
LastRequestId = Shapes::StringShape.new(name: 'LastRequestId')
|
94
|
+
LaunchPathSummaries = Shapes::ListShape.new(name: 'LaunchPathSummaries')
|
95
|
+
LaunchPathSummary = Shapes::StructureShape.new(name: 'LaunchPathSummary')
|
96
|
+
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
97
|
+
ListAcceptedPortfolioSharesInput = Shapes::StructureShape.new(name: 'ListAcceptedPortfolioSharesInput')
|
98
|
+
ListAcceptedPortfolioSharesOutput = Shapes::StructureShape.new(name: 'ListAcceptedPortfolioSharesOutput')
|
99
|
+
ListConstraintsForPortfolioInput = Shapes::StructureShape.new(name: 'ListConstraintsForPortfolioInput')
|
100
|
+
ListConstraintsForPortfolioOutput = Shapes::StructureShape.new(name: 'ListConstraintsForPortfolioOutput')
|
101
|
+
ListLaunchPathsInput = Shapes::StructureShape.new(name: 'ListLaunchPathsInput')
|
102
|
+
ListLaunchPathsOutput = Shapes::StructureShape.new(name: 'ListLaunchPathsOutput')
|
103
|
+
ListPortfolioAccessInput = Shapes::StructureShape.new(name: 'ListPortfolioAccessInput')
|
104
|
+
ListPortfolioAccessOutput = Shapes::StructureShape.new(name: 'ListPortfolioAccessOutput')
|
105
|
+
ListPortfoliosForProductInput = Shapes::StructureShape.new(name: 'ListPortfoliosForProductInput')
|
106
|
+
ListPortfoliosForProductOutput = Shapes::StructureShape.new(name: 'ListPortfoliosForProductOutput')
|
107
|
+
ListPortfoliosInput = Shapes::StructureShape.new(name: 'ListPortfoliosInput')
|
108
|
+
ListPortfoliosOutput = Shapes::StructureShape.new(name: 'ListPortfoliosOutput')
|
109
|
+
ListPrincipalsForPortfolioInput = Shapes::StructureShape.new(name: 'ListPrincipalsForPortfolioInput')
|
110
|
+
ListPrincipalsForPortfolioOutput = Shapes::StructureShape.new(name: 'ListPrincipalsForPortfolioOutput')
|
111
|
+
ListProvisioningArtifactsInput = Shapes::StructureShape.new(name: 'ListProvisioningArtifactsInput')
|
112
|
+
ListProvisioningArtifactsOutput = Shapes::StructureShape.new(name: 'ListProvisioningArtifactsOutput')
|
113
|
+
ListRecordHistoryInput = Shapes::StructureShape.new(name: 'ListRecordHistoryInput')
|
114
|
+
ListRecordHistoryOutput = Shapes::StructureShape.new(name: 'ListRecordHistoryOutput')
|
115
|
+
ListRecordHistorySearchFilter = Shapes::StructureShape.new(name: 'ListRecordHistorySearchFilter')
|
116
|
+
NoEcho = Shapes::BooleanShape.new(name: 'NoEcho')
|
117
|
+
NotificationArn = Shapes::StringShape.new(name: 'NotificationArn')
|
118
|
+
NotificationArns = Shapes::ListShape.new(name: 'NotificationArns')
|
119
|
+
OutputKey = Shapes::StringShape.new(name: 'OutputKey')
|
120
|
+
OutputValue = Shapes::StringShape.new(name: 'OutputValue')
|
121
|
+
PageSize = Shapes::IntegerShape.new(name: 'PageSize')
|
122
|
+
PageToken = Shapes::StringShape.new(name: 'PageToken')
|
123
|
+
ParameterConstraints = Shapes::StructureShape.new(name: 'ParameterConstraints')
|
124
|
+
ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
|
125
|
+
ParameterType = Shapes::StringShape.new(name: 'ParameterType')
|
126
|
+
ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
|
127
|
+
PortfolioDescription = Shapes::StringShape.new(name: 'PortfolioDescription')
|
128
|
+
PortfolioDetail = Shapes::StructureShape.new(name: 'PortfolioDetail')
|
129
|
+
PortfolioDetails = Shapes::ListShape.new(name: 'PortfolioDetails')
|
130
|
+
PortfolioDisplayName = Shapes::StringShape.new(name: 'PortfolioDisplayName')
|
131
|
+
PortfolioName = Shapes::StringShape.new(name: 'PortfolioName')
|
132
|
+
Principal = Shapes::StructureShape.new(name: 'Principal')
|
133
|
+
PrincipalARN = Shapes::StringShape.new(name: 'PrincipalARN')
|
134
|
+
PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
|
135
|
+
Principals = Shapes::ListShape.new(name: 'Principals')
|
136
|
+
ProductSource = Shapes::StringShape.new(name: 'ProductSource')
|
137
|
+
ProductType = Shapes::StringShape.new(name: 'ProductType')
|
138
|
+
ProductViewAggregationType = Shapes::StringShape.new(name: 'ProductViewAggregationType')
|
139
|
+
ProductViewAggregationValue = Shapes::StructureShape.new(name: 'ProductViewAggregationValue')
|
140
|
+
ProductViewAggregationValues = Shapes::ListShape.new(name: 'ProductViewAggregationValues')
|
141
|
+
ProductViewAggregations = Shapes::MapShape.new(name: 'ProductViewAggregations')
|
142
|
+
ProductViewDetail = Shapes::StructureShape.new(name: 'ProductViewDetail')
|
143
|
+
ProductViewDetails = Shapes::ListShape.new(name: 'ProductViewDetails')
|
144
|
+
ProductViewDistributor = Shapes::StringShape.new(name: 'ProductViewDistributor')
|
145
|
+
ProductViewFilterBy = Shapes::StringShape.new(name: 'ProductViewFilterBy')
|
146
|
+
ProductViewFilterValue = Shapes::StringShape.new(name: 'ProductViewFilterValue')
|
147
|
+
ProductViewFilterValues = Shapes::ListShape.new(name: 'ProductViewFilterValues')
|
148
|
+
ProductViewFilters = Shapes::MapShape.new(name: 'ProductViewFilters')
|
149
|
+
ProductViewName = Shapes::StringShape.new(name: 'ProductViewName')
|
150
|
+
ProductViewOwner = Shapes::StringShape.new(name: 'ProductViewOwner')
|
151
|
+
ProductViewShortDescription = Shapes::StringShape.new(name: 'ProductViewShortDescription')
|
152
|
+
ProductViewSortBy = Shapes::StringShape.new(name: 'ProductViewSortBy')
|
153
|
+
ProductViewSummaries = Shapes::ListShape.new(name: 'ProductViewSummaries')
|
154
|
+
ProductViewSummary = Shapes::StructureShape.new(name: 'ProductViewSummary')
|
155
|
+
ProviderName = Shapes::StringShape.new(name: 'ProviderName')
|
156
|
+
ProvisionProductInput = Shapes::StructureShape.new(name: 'ProvisionProductInput')
|
157
|
+
ProvisionProductOutput = Shapes::StructureShape.new(name: 'ProvisionProductOutput')
|
158
|
+
ProvisionedProductDetail = Shapes::StructureShape.new(name: 'ProvisionedProductDetail')
|
159
|
+
ProvisionedProductDetails = Shapes::ListShape.new(name: 'ProvisionedProductDetails')
|
160
|
+
ProvisionedProductId = Shapes::StringShape.new(name: 'ProvisionedProductId')
|
161
|
+
ProvisionedProductName = Shapes::StringShape.new(name: 'ProvisionedProductName')
|
162
|
+
ProvisionedProductNameOrArn = Shapes::StringShape.new(name: 'ProvisionedProductNameOrArn')
|
163
|
+
ProvisionedProductStatusMessage = Shapes::StringShape.new(name: 'ProvisionedProductStatusMessage')
|
164
|
+
ProvisionedProductType = Shapes::StringShape.new(name: 'ProvisionedProductType')
|
165
|
+
ProvisioningArtifact = Shapes::StructureShape.new(name: 'ProvisioningArtifact')
|
166
|
+
ProvisioningArtifactCreatedTime = Shapes::TimestampShape.new(name: 'ProvisioningArtifactCreatedTime')
|
167
|
+
ProvisioningArtifactDescription = Shapes::StringShape.new(name: 'ProvisioningArtifactDescription')
|
168
|
+
ProvisioningArtifactDetail = Shapes::StructureShape.new(name: 'ProvisioningArtifactDetail')
|
169
|
+
ProvisioningArtifactDetails = Shapes::ListShape.new(name: 'ProvisioningArtifactDetails')
|
170
|
+
ProvisioningArtifactInfo = Shapes::MapShape.new(name: 'ProvisioningArtifactInfo')
|
171
|
+
ProvisioningArtifactInfoKey = Shapes::StringShape.new(name: 'ProvisioningArtifactInfoKey')
|
172
|
+
ProvisioningArtifactInfoValue = Shapes::StringShape.new(name: 'ProvisioningArtifactInfoValue')
|
173
|
+
ProvisioningArtifactName = Shapes::StringShape.new(name: 'ProvisioningArtifactName')
|
174
|
+
ProvisioningArtifactParameter = Shapes::StructureShape.new(name: 'ProvisioningArtifactParameter')
|
175
|
+
ProvisioningArtifactParameters = Shapes::ListShape.new(name: 'ProvisioningArtifactParameters')
|
176
|
+
ProvisioningArtifactProperties = Shapes::StructureShape.new(name: 'ProvisioningArtifactProperties')
|
177
|
+
ProvisioningArtifactType = Shapes::StringShape.new(name: 'ProvisioningArtifactType')
|
178
|
+
ProvisioningArtifacts = Shapes::ListShape.new(name: 'ProvisioningArtifacts')
|
179
|
+
ProvisioningParameter = Shapes::StructureShape.new(name: 'ProvisioningParameter')
|
180
|
+
ProvisioningParameters = Shapes::ListShape.new(name: 'ProvisioningParameters')
|
181
|
+
RecordDetail = Shapes::StructureShape.new(name: 'RecordDetail')
|
182
|
+
RecordDetails = Shapes::ListShape.new(name: 'RecordDetails')
|
183
|
+
RecordError = Shapes::StructureShape.new(name: 'RecordError')
|
184
|
+
RecordErrors = Shapes::ListShape.new(name: 'RecordErrors')
|
185
|
+
RecordOutput = Shapes::StructureShape.new(name: 'RecordOutput')
|
186
|
+
RecordOutputs = Shapes::ListShape.new(name: 'RecordOutputs')
|
187
|
+
RecordStatus = Shapes::StringShape.new(name: 'RecordStatus')
|
188
|
+
RecordTag = Shapes::StructureShape.new(name: 'RecordTag')
|
189
|
+
RecordTagKey = Shapes::StringShape.new(name: 'RecordTagKey')
|
190
|
+
RecordTagValue = Shapes::StringShape.new(name: 'RecordTagValue')
|
191
|
+
RecordTags = Shapes::ListShape.new(name: 'RecordTags')
|
192
|
+
RecordType = Shapes::StringShape.new(name: 'RecordType')
|
193
|
+
RejectPortfolioShareInput = Shapes::StructureShape.new(name: 'RejectPortfolioShareInput')
|
194
|
+
RejectPortfolioShareOutput = Shapes::StructureShape.new(name: 'RejectPortfolioShareOutput')
|
195
|
+
ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
|
196
|
+
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
197
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
198
|
+
ScanProvisionedProductsInput = Shapes::StructureShape.new(name: 'ScanProvisionedProductsInput')
|
199
|
+
ScanProvisionedProductsOutput = Shapes::StructureShape.new(name: 'ScanProvisionedProductsOutput')
|
200
|
+
SearchFilterKey = Shapes::StringShape.new(name: 'SearchFilterKey')
|
201
|
+
SearchFilterValue = Shapes::StringShape.new(name: 'SearchFilterValue')
|
202
|
+
SearchProductsAsAdminInput = Shapes::StructureShape.new(name: 'SearchProductsAsAdminInput')
|
203
|
+
SearchProductsAsAdminOutput = Shapes::StructureShape.new(name: 'SearchProductsAsAdminOutput')
|
204
|
+
SearchProductsInput = Shapes::StructureShape.new(name: 'SearchProductsInput')
|
205
|
+
SearchProductsOutput = Shapes::StructureShape.new(name: 'SearchProductsOutput')
|
206
|
+
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
207
|
+
Status = Shapes::StringShape.new(name: 'Status')
|
208
|
+
SupportDescription = Shapes::StringShape.new(name: 'SupportDescription')
|
209
|
+
SupportEmail = Shapes::StringShape.new(name: 'SupportEmail')
|
210
|
+
SupportUrl = Shapes::StringShape.new(name: 'SupportUrl')
|
211
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
212
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
213
|
+
TagKeys = Shapes::ListShape.new(name: 'TagKeys')
|
214
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
215
|
+
Tags = Shapes::ListShape.new(name: 'Tags')
|
216
|
+
TerminateProvisionedProductInput = Shapes::StructureShape.new(name: 'TerminateProvisionedProductInput')
|
217
|
+
TerminateProvisionedProductOutput = Shapes::StructureShape.new(name: 'TerminateProvisionedProductOutput')
|
218
|
+
UpdateConstraintInput = Shapes::StructureShape.new(name: 'UpdateConstraintInput')
|
219
|
+
UpdateConstraintOutput = Shapes::StructureShape.new(name: 'UpdateConstraintOutput')
|
220
|
+
UpdatePortfolioInput = Shapes::StructureShape.new(name: 'UpdatePortfolioInput')
|
221
|
+
UpdatePortfolioOutput = Shapes::StructureShape.new(name: 'UpdatePortfolioOutput')
|
222
|
+
UpdateProductInput = Shapes::StructureShape.new(name: 'UpdateProductInput')
|
223
|
+
UpdateProductOutput = Shapes::StructureShape.new(name: 'UpdateProductOutput')
|
224
|
+
UpdateProvisionedProductInput = Shapes::StructureShape.new(name: 'UpdateProvisionedProductInput')
|
225
|
+
UpdateProvisionedProductOutput = Shapes::StructureShape.new(name: 'UpdateProvisionedProductOutput')
|
226
|
+
UpdateProvisioningArtifactInput = Shapes::StructureShape.new(name: 'UpdateProvisioningArtifactInput')
|
227
|
+
UpdateProvisioningArtifactOutput = Shapes::StructureShape.new(name: 'UpdateProvisioningArtifactOutput')
|
228
|
+
UpdateProvisioningParameter = Shapes::StructureShape.new(name: 'UpdateProvisioningParameter')
|
229
|
+
UpdateProvisioningParameters = Shapes::ListShape.new(name: 'UpdateProvisioningParameters')
|
230
|
+
UpdatedTime = Shapes::TimestampShape.new(name: 'UpdatedTime')
|
231
|
+
UsageInstruction = Shapes::StructureShape.new(name: 'UsageInstruction')
|
232
|
+
UsageInstructions = Shapes::ListShape.new(name: 'UsageInstructions')
|
233
|
+
UsePreviousValue = Shapes::BooleanShape.new(name: 'UsePreviousValue')
|
234
|
+
|
235
|
+
AcceptPortfolioShareInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
236
|
+
AcceptPortfolioShareInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
|
237
|
+
AcceptPortfolioShareInput.struct_class = Types::AcceptPortfolioShareInput
|
238
|
+
|
239
|
+
AcceptPortfolioShareOutput.struct_class = Types::AcceptPortfolioShareOutput
|
240
|
+
|
241
|
+
AccessLevelFilter.add_member(:key, Shapes::ShapeRef.new(shape: AccessLevelFilterKey, location_name: "Key"))
|
242
|
+
AccessLevelFilter.add_member(:value, Shapes::ShapeRef.new(shape: AccessLevelFilterValue, location_name: "Value"))
|
243
|
+
AccessLevelFilter.struct_class = Types::AccessLevelFilter
|
244
|
+
|
245
|
+
AccountIds.member = Shapes::ShapeRef.new(shape: AccountId)
|
246
|
+
|
247
|
+
AddTags.member = Shapes::ShapeRef.new(shape: Tag)
|
248
|
+
|
249
|
+
AllowedValues.member = Shapes::ShapeRef.new(shape: AllowedValue)
|
250
|
+
|
251
|
+
AssociatePrincipalWithPortfolioInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
252
|
+
AssociatePrincipalWithPortfolioInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
|
253
|
+
AssociatePrincipalWithPortfolioInput.add_member(:principal_arn, Shapes::ShapeRef.new(shape: PrincipalARN, required: true, location_name: "PrincipalARN"))
|
254
|
+
AssociatePrincipalWithPortfolioInput.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, required: true, location_name: "PrincipalType"))
|
255
|
+
AssociatePrincipalWithPortfolioInput.struct_class = Types::AssociatePrincipalWithPortfolioInput
|
256
|
+
|
257
|
+
AssociatePrincipalWithPortfolioOutput.struct_class = Types::AssociatePrincipalWithPortfolioOutput
|
258
|
+
|
259
|
+
AssociateProductWithPortfolioInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
260
|
+
AssociateProductWithPortfolioInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
261
|
+
AssociateProductWithPortfolioInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
|
262
|
+
AssociateProductWithPortfolioInput.add_member(:source_portfolio_id, Shapes::ShapeRef.new(shape: Id, location_name: "SourcePortfolioId"))
|
263
|
+
AssociateProductWithPortfolioInput.struct_class = Types::AssociateProductWithPortfolioInput
|
264
|
+
|
265
|
+
AssociateProductWithPortfolioOutput.struct_class = Types::AssociateProductWithPortfolioOutput
|
266
|
+
|
267
|
+
ConstraintDetail.add_member(:constraint_id, Shapes::ShapeRef.new(shape: Id, location_name: "ConstraintId"))
|
268
|
+
ConstraintDetail.add_member(:type, Shapes::ShapeRef.new(shape: ConstraintType, location_name: "Type"))
|
269
|
+
ConstraintDetail.add_member(:description, Shapes::ShapeRef.new(shape: ConstraintDescription, location_name: "Description"))
|
270
|
+
ConstraintDetail.add_member(:owner, Shapes::ShapeRef.new(shape: AccountId, location_name: "Owner"))
|
271
|
+
ConstraintDetail.struct_class = Types::ConstraintDetail
|
272
|
+
|
273
|
+
ConstraintDetails.member = Shapes::ShapeRef.new(shape: ConstraintDetail)
|
274
|
+
|
275
|
+
ConstraintSummaries.member = Shapes::ShapeRef.new(shape: ConstraintSummary)
|
276
|
+
|
277
|
+
ConstraintSummary.add_member(:type, Shapes::ShapeRef.new(shape: ConstraintType, location_name: "Type"))
|
278
|
+
ConstraintSummary.add_member(:description, Shapes::ShapeRef.new(shape: ConstraintDescription, location_name: "Description"))
|
279
|
+
ConstraintSummary.struct_class = Types::ConstraintSummary
|
280
|
+
|
281
|
+
CreateConstraintInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
282
|
+
CreateConstraintInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
|
283
|
+
CreateConstraintInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
284
|
+
CreateConstraintInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ConstraintParameters, required: true, location_name: "Parameters"))
|
285
|
+
CreateConstraintInput.add_member(:type, Shapes::ShapeRef.new(shape: ConstraintType, required: true, location_name: "Type"))
|
286
|
+
CreateConstraintInput.add_member(:description, Shapes::ShapeRef.new(shape: ConstraintDescription, location_name: "Description"))
|
287
|
+
CreateConstraintInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
288
|
+
CreateConstraintInput.struct_class = Types::CreateConstraintInput
|
289
|
+
|
290
|
+
CreateConstraintOutput.add_member(:constraint_detail, Shapes::ShapeRef.new(shape: ConstraintDetail, location_name: "ConstraintDetail"))
|
291
|
+
CreateConstraintOutput.add_member(:constraint_parameters, Shapes::ShapeRef.new(shape: ConstraintParameters, location_name: "ConstraintParameters"))
|
292
|
+
CreateConstraintOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
293
|
+
CreateConstraintOutput.struct_class = Types::CreateConstraintOutput
|
294
|
+
|
295
|
+
CreatePortfolioInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
296
|
+
CreatePortfolioInput.add_member(:display_name, Shapes::ShapeRef.new(shape: PortfolioDisplayName, required: true, location_name: "DisplayName"))
|
297
|
+
CreatePortfolioInput.add_member(:description, Shapes::ShapeRef.new(shape: PortfolioDescription, location_name: "Description"))
|
298
|
+
CreatePortfolioInput.add_member(:provider_name, Shapes::ShapeRef.new(shape: ProviderName, required: true, location_name: "ProviderName"))
|
299
|
+
CreatePortfolioInput.add_member(:tags, Shapes::ShapeRef.new(shape: AddTags, location_name: "Tags"))
|
300
|
+
CreatePortfolioInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
301
|
+
CreatePortfolioInput.struct_class = Types::CreatePortfolioInput
|
302
|
+
|
303
|
+
CreatePortfolioOutput.add_member(:portfolio_detail, Shapes::ShapeRef.new(shape: PortfolioDetail, location_name: "PortfolioDetail"))
|
304
|
+
CreatePortfolioOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
305
|
+
CreatePortfolioOutput.struct_class = Types::CreatePortfolioOutput
|
306
|
+
|
307
|
+
CreatePortfolioShareInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
308
|
+
CreatePortfolioShareInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
|
309
|
+
CreatePortfolioShareInput.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "AccountId"))
|
310
|
+
CreatePortfolioShareInput.struct_class = Types::CreatePortfolioShareInput
|
311
|
+
|
312
|
+
CreatePortfolioShareOutput.struct_class = Types::CreatePortfolioShareOutput
|
313
|
+
|
314
|
+
CreateProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
315
|
+
CreateProductInput.add_member(:name, Shapes::ShapeRef.new(shape: ProductViewName, required: true, location_name: "Name"))
|
316
|
+
CreateProductInput.add_member(:owner, Shapes::ShapeRef.new(shape: ProductViewOwner, required: true, location_name: "Owner"))
|
317
|
+
CreateProductInput.add_member(:description, Shapes::ShapeRef.new(shape: ProductViewShortDescription, location_name: "Description"))
|
318
|
+
CreateProductInput.add_member(:distributor, Shapes::ShapeRef.new(shape: ProductViewOwner, location_name: "Distributor"))
|
319
|
+
CreateProductInput.add_member(:support_description, Shapes::ShapeRef.new(shape: SupportDescription, location_name: "SupportDescription"))
|
320
|
+
CreateProductInput.add_member(:support_email, Shapes::ShapeRef.new(shape: SupportEmail, location_name: "SupportEmail"))
|
321
|
+
CreateProductInput.add_member(:support_url, Shapes::ShapeRef.new(shape: SupportUrl, location_name: "SupportUrl"))
|
322
|
+
CreateProductInput.add_member(:product_type, Shapes::ShapeRef.new(shape: ProductType, required: true, location_name: "ProductType"))
|
323
|
+
CreateProductInput.add_member(:tags, Shapes::ShapeRef.new(shape: AddTags, location_name: "Tags"))
|
324
|
+
CreateProductInput.add_member(:provisioning_artifact_parameters, Shapes::ShapeRef.new(shape: ProvisioningArtifactProperties, required: true, location_name: "ProvisioningArtifactParameters"))
|
325
|
+
CreateProductInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
326
|
+
CreateProductInput.struct_class = Types::CreateProductInput
|
327
|
+
|
328
|
+
CreateProductOutput.add_member(:product_view_detail, Shapes::ShapeRef.new(shape: ProductViewDetail, location_name: "ProductViewDetail"))
|
329
|
+
CreateProductOutput.add_member(:provisioning_artifact_detail, Shapes::ShapeRef.new(shape: ProvisioningArtifactDetail, location_name: "ProvisioningArtifactDetail"))
|
330
|
+
CreateProductOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
331
|
+
CreateProductOutput.struct_class = Types::CreateProductOutput
|
332
|
+
|
333
|
+
CreateProvisioningArtifactInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
334
|
+
CreateProvisioningArtifactInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
335
|
+
CreateProvisioningArtifactInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ProvisioningArtifactProperties, required: true, location_name: "Parameters"))
|
336
|
+
CreateProvisioningArtifactInput.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "IdempotencyToken", metadata: {"idempotencyToken"=>true}))
|
337
|
+
CreateProvisioningArtifactInput.struct_class = Types::CreateProvisioningArtifactInput
|
338
|
+
|
339
|
+
CreateProvisioningArtifactOutput.add_member(:provisioning_artifact_detail, Shapes::ShapeRef.new(shape: ProvisioningArtifactDetail, location_name: "ProvisioningArtifactDetail"))
|
340
|
+
CreateProvisioningArtifactOutput.add_member(:info, Shapes::ShapeRef.new(shape: ProvisioningArtifactInfo, location_name: "Info"))
|
341
|
+
CreateProvisioningArtifactOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
342
|
+
CreateProvisioningArtifactOutput.struct_class = Types::CreateProvisioningArtifactOutput
|
343
|
+
|
344
|
+
DeleteConstraintInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
345
|
+
DeleteConstraintInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
346
|
+
DeleteConstraintInput.struct_class = Types::DeleteConstraintInput
|
347
|
+
|
348
|
+
DeleteConstraintOutput.struct_class = Types::DeleteConstraintOutput
|
349
|
+
|
350
|
+
DeletePortfolioInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
351
|
+
DeletePortfolioInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
352
|
+
DeletePortfolioInput.struct_class = Types::DeletePortfolioInput
|
353
|
+
|
354
|
+
DeletePortfolioOutput.struct_class = Types::DeletePortfolioOutput
|
355
|
+
|
356
|
+
DeletePortfolioShareInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
357
|
+
DeletePortfolioShareInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
|
358
|
+
DeletePortfolioShareInput.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "AccountId"))
|
359
|
+
DeletePortfolioShareInput.struct_class = Types::DeletePortfolioShareInput
|
360
|
+
|
361
|
+
DeletePortfolioShareOutput.struct_class = Types::DeletePortfolioShareOutput
|
362
|
+
|
363
|
+
DeleteProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
364
|
+
DeleteProductInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
365
|
+
DeleteProductInput.struct_class = Types::DeleteProductInput
|
366
|
+
|
367
|
+
DeleteProductOutput.struct_class = Types::DeleteProductOutput
|
368
|
+
|
369
|
+
DeleteProvisioningArtifactInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
370
|
+
DeleteProvisioningArtifactInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
371
|
+
DeleteProvisioningArtifactInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
|
372
|
+
DeleteProvisioningArtifactInput.struct_class = Types::DeleteProvisioningArtifactInput
|
373
|
+
|
374
|
+
DeleteProvisioningArtifactOutput.struct_class = Types::DeleteProvisioningArtifactOutput
|
375
|
+
|
376
|
+
DescribeConstraintInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
377
|
+
DescribeConstraintInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
378
|
+
DescribeConstraintInput.struct_class = Types::DescribeConstraintInput
|
379
|
+
|
380
|
+
DescribeConstraintOutput.add_member(:constraint_detail, Shapes::ShapeRef.new(shape: ConstraintDetail, location_name: "ConstraintDetail"))
|
381
|
+
DescribeConstraintOutput.add_member(:constraint_parameters, Shapes::ShapeRef.new(shape: ConstraintParameters, location_name: "ConstraintParameters"))
|
382
|
+
DescribeConstraintOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
383
|
+
DescribeConstraintOutput.struct_class = Types::DescribeConstraintOutput
|
384
|
+
|
385
|
+
DescribePortfolioInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
386
|
+
DescribePortfolioInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
387
|
+
DescribePortfolioInput.struct_class = Types::DescribePortfolioInput
|
388
|
+
|
389
|
+
DescribePortfolioOutput.add_member(:portfolio_detail, Shapes::ShapeRef.new(shape: PortfolioDetail, location_name: "PortfolioDetail"))
|
390
|
+
DescribePortfolioOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
391
|
+
DescribePortfolioOutput.struct_class = Types::DescribePortfolioOutput
|
392
|
+
|
393
|
+
DescribeProductAsAdminInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
394
|
+
DescribeProductAsAdminInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
395
|
+
DescribeProductAsAdminInput.struct_class = Types::DescribeProductAsAdminInput
|
396
|
+
|
397
|
+
DescribeProductAsAdminOutput.add_member(:product_view_detail, Shapes::ShapeRef.new(shape: ProductViewDetail, location_name: "ProductViewDetail"))
|
398
|
+
DescribeProductAsAdminOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
399
|
+
DescribeProductAsAdminOutput.struct_class = Types::DescribeProductAsAdminOutput
|
400
|
+
|
401
|
+
DescribeProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
402
|
+
DescribeProductInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
403
|
+
DescribeProductInput.struct_class = Types::DescribeProductInput
|
404
|
+
|
405
|
+
DescribeProductOutput.add_member(:product_view_summary, Shapes::ShapeRef.new(shape: ProductViewSummary, location_name: "ProductViewSummary"))
|
406
|
+
DescribeProductOutput.add_member(:provisioning_artifacts, Shapes::ShapeRef.new(shape: ProvisioningArtifacts, location_name: "ProvisioningArtifacts"))
|
407
|
+
DescribeProductOutput.struct_class = Types::DescribeProductOutput
|
408
|
+
|
409
|
+
DescribeProductViewInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
410
|
+
DescribeProductViewInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
411
|
+
DescribeProductViewInput.struct_class = Types::DescribeProductViewInput
|
412
|
+
|
413
|
+
DescribeProductViewOutput.add_member(:product_view_summary, Shapes::ShapeRef.new(shape: ProductViewSummary, location_name: "ProductViewSummary"))
|
414
|
+
DescribeProductViewOutput.add_member(:provisioning_artifacts, Shapes::ShapeRef.new(shape: ProvisioningArtifacts, location_name: "ProvisioningArtifacts"))
|
415
|
+
DescribeProductViewOutput.struct_class = Types::DescribeProductViewOutput
|
416
|
+
|
417
|
+
DescribeProvisioningArtifactInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
418
|
+
DescribeProvisioningArtifactInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
|
419
|
+
DescribeProvisioningArtifactInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
420
|
+
DescribeProvisioningArtifactInput.struct_class = Types::DescribeProvisioningArtifactInput
|
421
|
+
|
422
|
+
DescribeProvisioningArtifactOutput.add_member(:provisioning_artifact_detail, Shapes::ShapeRef.new(shape: ProvisioningArtifactDetail, location_name: "ProvisioningArtifactDetail"))
|
423
|
+
DescribeProvisioningArtifactOutput.add_member(:info, Shapes::ShapeRef.new(shape: ProvisioningArtifactInfo, location_name: "Info"))
|
424
|
+
DescribeProvisioningArtifactOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
425
|
+
DescribeProvisioningArtifactOutput.struct_class = Types::DescribeProvisioningArtifactOutput
|
426
|
+
|
427
|
+
DescribeProvisioningParametersInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
428
|
+
DescribeProvisioningParametersInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
429
|
+
DescribeProvisioningParametersInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
|
430
|
+
DescribeProvisioningParametersInput.add_member(:path_id, Shapes::ShapeRef.new(shape: Id, location_name: "PathId"))
|
431
|
+
DescribeProvisioningParametersInput.struct_class = Types::DescribeProvisioningParametersInput
|
432
|
+
|
433
|
+
DescribeProvisioningParametersOutput.add_member(:provisioning_artifact_parameters, Shapes::ShapeRef.new(shape: ProvisioningArtifactParameters, location_name: "ProvisioningArtifactParameters"))
|
434
|
+
DescribeProvisioningParametersOutput.add_member(:constraint_summaries, Shapes::ShapeRef.new(shape: ConstraintSummaries, location_name: "ConstraintSummaries"))
|
435
|
+
DescribeProvisioningParametersOutput.add_member(:usage_instructions, Shapes::ShapeRef.new(shape: UsageInstructions, location_name: "UsageInstructions"))
|
436
|
+
DescribeProvisioningParametersOutput.struct_class = Types::DescribeProvisioningParametersOutput
|
437
|
+
|
438
|
+
DescribeRecordInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
439
|
+
DescribeRecordInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
440
|
+
DescribeRecordInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
441
|
+
DescribeRecordInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
442
|
+
DescribeRecordInput.struct_class = Types::DescribeRecordInput
|
443
|
+
|
444
|
+
DescribeRecordOutput.add_member(:record_detail, Shapes::ShapeRef.new(shape: RecordDetail, location_name: "RecordDetail"))
|
445
|
+
DescribeRecordOutput.add_member(:record_outputs, Shapes::ShapeRef.new(shape: RecordOutputs, location_name: "RecordOutputs"))
|
446
|
+
DescribeRecordOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
447
|
+
DescribeRecordOutput.struct_class = Types::DescribeRecordOutput
|
448
|
+
|
449
|
+
DisassociatePrincipalFromPortfolioInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
450
|
+
DisassociatePrincipalFromPortfolioInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
|
451
|
+
DisassociatePrincipalFromPortfolioInput.add_member(:principal_arn, Shapes::ShapeRef.new(shape: PrincipalARN, required: true, location_name: "PrincipalARN"))
|
452
|
+
DisassociatePrincipalFromPortfolioInput.struct_class = Types::DisassociatePrincipalFromPortfolioInput
|
453
|
+
|
454
|
+
DisassociatePrincipalFromPortfolioOutput.struct_class = Types::DisassociatePrincipalFromPortfolioOutput
|
455
|
+
|
456
|
+
DisassociateProductFromPortfolioInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
457
|
+
DisassociateProductFromPortfolioInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
458
|
+
DisassociateProductFromPortfolioInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
|
459
|
+
DisassociateProductFromPortfolioInput.struct_class = Types::DisassociateProductFromPortfolioInput
|
460
|
+
|
461
|
+
DisassociateProductFromPortfolioOutput.struct_class = Types::DisassociateProductFromPortfolioOutput
|
462
|
+
|
463
|
+
LaunchPathSummaries.member = Shapes::ShapeRef.new(shape: LaunchPathSummary)
|
464
|
+
|
465
|
+
LaunchPathSummary.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
466
|
+
LaunchPathSummary.add_member(:constraint_summaries, Shapes::ShapeRef.new(shape: ConstraintSummaries, location_name: "ConstraintSummaries"))
|
467
|
+
LaunchPathSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
468
|
+
LaunchPathSummary.add_member(:name, Shapes::ShapeRef.new(shape: PortfolioName, location_name: "Name"))
|
469
|
+
LaunchPathSummary.struct_class = Types::LaunchPathSummary
|
470
|
+
|
471
|
+
ListAcceptedPortfolioSharesInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
472
|
+
ListAcceptedPortfolioSharesInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
473
|
+
ListAcceptedPortfolioSharesInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
474
|
+
ListAcceptedPortfolioSharesInput.struct_class = Types::ListAcceptedPortfolioSharesInput
|
475
|
+
|
476
|
+
ListAcceptedPortfolioSharesOutput.add_member(:portfolio_details, Shapes::ShapeRef.new(shape: PortfolioDetails, location_name: "PortfolioDetails"))
|
477
|
+
ListAcceptedPortfolioSharesOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
478
|
+
ListAcceptedPortfolioSharesOutput.struct_class = Types::ListAcceptedPortfolioSharesOutput
|
479
|
+
|
480
|
+
ListConstraintsForPortfolioInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
481
|
+
ListConstraintsForPortfolioInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
|
482
|
+
ListConstraintsForPortfolioInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
|
483
|
+
ListConstraintsForPortfolioInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
484
|
+
ListConstraintsForPortfolioInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
485
|
+
ListConstraintsForPortfolioInput.struct_class = Types::ListConstraintsForPortfolioInput
|
486
|
+
|
487
|
+
ListConstraintsForPortfolioOutput.add_member(:constraint_details, Shapes::ShapeRef.new(shape: ConstraintDetails, location_name: "ConstraintDetails"))
|
488
|
+
ListConstraintsForPortfolioOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
489
|
+
ListConstraintsForPortfolioOutput.struct_class = Types::ListConstraintsForPortfolioOutput
|
490
|
+
|
491
|
+
ListLaunchPathsInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
492
|
+
ListLaunchPathsInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
493
|
+
ListLaunchPathsInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
494
|
+
ListLaunchPathsInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
495
|
+
ListLaunchPathsInput.struct_class = Types::ListLaunchPathsInput
|
496
|
+
|
497
|
+
ListLaunchPathsOutput.add_member(:launch_path_summaries, Shapes::ShapeRef.new(shape: LaunchPathSummaries, location_name: "LaunchPathSummaries"))
|
498
|
+
ListLaunchPathsOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
499
|
+
ListLaunchPathsOutput.struct_class = Types::ListLaunchPathsOutput
|
500
|
+
|
501
|
+
ListPortfolioAccessInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
502
|
+
ListPortfolioAccessInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
|
503
|
+
ListPortfolioAccessInput.struct_class = Types::ListPortfolioAccessInput
|
504
|
+
|
505
|
+
ListPortfolioAccessOutput.add_member(:account_ids, Shapes::ShapeRef.new(shape: AccountIds, location_name: "AccountIds"))
|
506
|
+
ListPortfolioAccessOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
507
|
+
ListPortfolioAccessOutput.struct_class = Types::ListPortfolioAccessOutput
|
508
|
+
|
509
|
+
ListPortfoliosForProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
510
|
+
ListPortfoliosForProductInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
511
|
+
ListPortfoliosForProductInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
512
|
+
ListPortfoliosForProductInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
513
|
+
ListPortfoliosForProductInput.struct_class = Types::ListPortfoliosForProductInput
|
514
|
+
|
515
|
+
ListPortfoliosForProductOutput.add_member(:portfolio_details, Shapes::ShapeRef.new(shape: PortfolioDetails, location_name: "PortfolioDetails"))
|
516
|
+
ListPortfoliosForProductOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
517
|
+
ListPortfoliosForProductOutput.struct_class = Types::ListPortfoliosForProductOutput
|
518
|
+
|
519
|
+
ListPortfoliosInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
520
|
+
ListPortfoliosInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
521
|
+
ListPortfoliosInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
522
|
+
ListPortfoliosInput.struct_class = Types::ListPortfoliosInput
|
523
|
+
|
524
|
+
ListPortfoliosOutput.add_member(:portfolio_details, Shapes::ShapeRef.new(shape: PortfolioDetails, location_name: "PortfolioDetails"))
|
525
|
+
ListPortfoliosOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
526
|
+
ListPortfoliosOutput.struct_class = Types::ListPortfoliosOutput
|
527
|
+
|
528
|
+
ListPrincipalsForPortfolioInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
529
|
+
ListPrincipalsForPortfolioInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
|
530
|
+
ListPrincipalsForPortfolioInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
531
|
+
ListPrincipalsForPortfolioInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
532
|
+
ListPrincipalsForPortfolioInput.struct_class = Types::ListPrincipalsForPortfolioInput
|
533
|
+
|
534
|
+
ListPrincipalsForPortfolioOutput.add_member(:principals, Shapes::ShapeRef.new(shape: Principals, location_name: "Principals"))
|
535
|
+
ListPrincipalsForPortfolioOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
536
|
+
ListPrincipalsForPortfolioOutput.struct_class = Types::ListPrincipalsForPortfolioOutput
|
537
|
+
|
538
|
+
ListProvisioningArtifactsInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
539
|
+
ListProvisioningArtifactsInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
540
|
+
ListProvisioningArtifactsInput.struct_class = Types::ListProvisioningArtifactsInput
|
541
|
+
|
542
|
+
ListProvisioningArtifactsOutput.add_member(:provisioning_artifact_details, Shapes::ShapeRef.new(shape: ProvisioningArtifactDetails, location_name: "ProvisioningArtifactDetails"))
|
543
|
+
ListProvisioningArtifactsOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
544
|
+
ListProvisioningArtifactsOutput.struct_class = Types::ListProvisioningArtifactsOutput
|
545
|
+
|
546
|
+
ListRecordHistoryInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
547
|
+
ListRecordHistoryInput.add_member(:access_level_filter, Shapes::ShapeRef.new(shape: AccessLevelFilter, location_name: "AccessLevelFilter"))
|
548
|
+
ListRecordHistoryInput.add_member(:search_filter, Shapes::ShapeRef.new(shape: ListRecordHistorySearchFilter, location_name: "SearchFilter"))
|
549
|
+
ListRecordHistoryInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
550
|
+
ListRecordHistoryInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
551
|
+
ListRecordHistoryInput.struct_class = Types::ListRecordHistoryInput
|
552
|
+
|
553
|
+
ListRecordHistoryOutput.add_member(:record_details, Shapes::ShapeRef.new(shape: RecordDetails, location_name: "RecordDetails"))
|
554
|
+
ListRecordHistoryOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
555
|
+
ListRecordHistoryOutput.struct_class = Types::ListRecordHistoryOutput
|
556
|
+
|
557
|
+
ListRecordHistorySearchFilter.add_member(:key, Shapes::ShapeRef.new(shape: SearchFilterKey, location_name: "Key"))
|
558
|
+
ListRecordHistorySearchFilter.add_member(:value, Shapes::ShapeRef.new(shape: SearchFilterValue, location_name: "Value"))
|
559
|
+
ListRecordHistorySearchFilter.struct_class = Types::ListRecordHistorySearchFilter
|
560
|
+
|
561
|
+
NotificationArns.member = Shapes::ShapeRef.new(shape: NotificationArn)
|
562
|
+
|
563
|
+
ParameterConstraints.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedValues, location_name: "AllowedValues"))
|
564
|
+
ParameterConstraints.struct_class = Types::ParameterConstraints
|
565
|
+
|
566
|
+
PortfolioDetail.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
567
|
+
PortfolioDetail.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ARN"))
|
568
|
+
PortfolioDetail.add_member(:display_name, Shapes::ShapeRef.new(shape: PortfolioDisplayName, location_name: "DisplayName"))
|
569
|
+
PortfolioDetail.add_member(:description, Shapes::ShapeRef.new(shape: PortfolioDescription, location_name: "Description"))
|
570
|
+
PortfolioDetail.add_member(:created_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreatedTime"))
|
571
|
+
PortfolioDetail.add_member(:provider_name, Shapes::ShapeRef.new(shape: ProviderName, location_name: "ProviderName"))
|
572
|
+
PortfolioDetail.struct_class = Types::PortfolioDetail
|
573
|
+
|
574
|
+
PortfolioDetails.member = Shapes::ShapeRef.new(shape: PortfolioDetail)
|
575
|
+
|
576
|
+
Principal.add_member(:principal_arn, Shapes::ShapeRef.new(shape: PrincipalARN, location_name: "PrincipalARN"))
|
577
|
+
Principal.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "PrincipalType"))
|
578
|
+
Principal.struct_class = Types::Principal
|
579
|
+
|
580
|
+
Principals.member = Shapes::ShapeRef.new(shape: Principal)
|
581
|
+
|
582
|
+
ProductViewAggregationValue.add_member(:value, Shapes::ShapeRef.new(shape: AttributeValue, location_name: "Value"))
|
583
|
+
ProductViewAggregationValue.add_member(:approximate_count, Shapes::ShapeRef.new(shape: ApproximateCount, location_name: "ApproximateCount"))
|
584
|
+
ProductViewAggregationValue.struct_class = Types::ProductViewAggregationValue
|
585
|
+
|
586
|
+
ProductViewAggregationValues.member = Shapes::ShapeRef.new(shape: ProductViewAggregationValue)
|
587
|
+
|
588
|
+
ProductViewAggregations.key = Shapes::ShapeRef.new(shape: ProductViewAggregationType)
|
589
|
+
ProductViewAggregations.value = Shapes::ShapeRef.new(shape: ProductViewAggregationValues)
|
590
|
+
|
591
|
+
ProductViewDetail.add_member(:product_view_summary, Shapes::ShapeRef.new(shape: ProductViewSummary, location_name: "ProductViewSummary"))
|
592
|
+
ProductViewDetail.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
593
|
+
ProductViewDetail.add_member(:product_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ProductARN"))
|
594
|
+
ProductViewDetail.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
|
595
|
+
ProductViewDetail.struct_class = Types::ProductViewDetail
|
596
|
+
|
597
|
+
ProductViewDetails.member = Shapes::ShapeRef.new(shape: ProductViewDetail)
|
598
|
+
|
599
|
+
ProductViewFilterValues.member = Shapes::ShapeRef.new(shape: ProductViewFilterValue)
|
600
|
+
|
601
|
+
ProductViewFilters.key = Shapes::ShapeRef.new(shape: ProductViewFilterBy)
|
602
|
+
ProductViewFilters.value = Shapes::ShapeRef.new(shape: ProductViewFilterValues)
|
603
|
+
|
604
|
+
ProductViewSummaries.member = Shapes::ShapeRef.new(shape: ProductViewSummary)
|
605
|
+
|
606
|
+
ProductViewSummary.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
607
|
+
ProductViewSummary.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
|
608
|
+
ProductViewSummary.add_member(:name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "Name"))
|
609
|
+
ProductViewSummary.add_member(:owner, Shapes::ShapeRef.new(shape: ProductViewOwner, location_name: "Owner"))
|
610
|
+
ProductViewSummary.add_member(:short_description, Shapes::ShapeRef.new(shape: ProductViewShortDescription, location_name: "ShortDescription"))
|
611
|
+
ProductViewSummary.add_member(:type, Shapes::ShapeRef.new(shape: ProductType, location_name: "Type"))
|
612
|
+
ProductViewSummary.add_member(:distributor, Shapes::ShapeRef.new(shape: ProductViewDistributor, location_name: "Distributor"))
|
613
|
+
ProductViewSummary.add_member(:has_default_path, Shapes::ShapeRef.new(shape: HasDefaultPath, location_name: "HasDefaultPath"))
|
614
|
+
ProductViewSummary.add_member(:support_email, Shapes::ShapeRef.new(shape: SupportEmail, location_name: "SupportEmail"))
|
615
|
+
ProductViewSummary.add_member(:support_description, Shapes::ShapeRef.new(shape: SupportDescription, location_name: "SupportDescription"))
|
616
|
+
ProductViewSummary.add_member(:support_url, Shapes::ShapeRef.new(shape: SupportUrl, location_name: "SupportUrl"))
|
617
|
+
ProductViewSummary.struct_class = Types::ProductViewSummary
|
618
|
+
|
619
|
+
ProvisionProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
620
|
+
ProvisionProductInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
621
|
+
ProvisionProductInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
|
622
|
+
ProvisionProductInput.add_member(:path_id, Shapes::ShapeRef.new(shape: Id, location_name: "PathId"))
|
623
|
+
ProvisionProductInput.add_member(:provisioned_product_name, Shapes::ShapeRef.new(shape: ProvisionedProductName, required: true, location_name: "ProvisionedProductName"))
|
624
|
+
ProvisionProductInput.add_member(:provisioning_parameters, Shapes::ShapeRef.new(shape: ProvisioningParameters, location_name: "ProvisioningParameters"))
|
625
|
+
ProvisionProductInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
626
|
+
ProvisionProductInput.add_member(:notification_arns, Shapes::ShapeRef.new(shape: NotificationArns, location_name: "NotificationArns"))
|
627
|
+
ProvisionProductInput.add_member(:provision_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ProvisionToken", metadata: {"idempotencyToken"=>true}))
|
628
|
+
ProvisionProductInput.struct_class = Types::ProvisionProductInput
|
629
|
+
|
630
|
+
ProvisionProductOutput.add_member(:record_detail, Shapes::ShapeRef.new(shape: RecordDetail, location_name: "RecordDetail"))
|
631
|
+
ProvisionProductOutput.struct_class = Types::ProvisionProductOutput
|
632
|
+
|
633
|
+
ProvisionedProductDetail.add_member(:name, Shapes::ShapeRef.new(shape: ProvisionedProductNameOrArn, location_name: "Name"))
|
634
|
+
ProvisionedProductDetail.add_member(:arn, Shapes::ShapeRef.new(shape: ProvisionedProductNameOrArn, location_name: "Arn"))
|
635
|
+
ProvisionedProductDetail.add_member(:type, Shapes::ShapeRef.new(shape: ProvisionedProductType, location_name: "Type"))
|
636
|
+
ProvisionedProductDetail.add_member(:id, Shapes::ShapeRef.new(shape: ProvisionedProductId, location_name: "Id"))
|
637
|
+
ProvisionedProductDetail.add_member(:status, Shapes::ShapeRef.new(shape: RecordStatus, location_name: "Status"))
|
638
|
+
ProvisionedProductDetail.add_member(:status_message, Shapes::ShapeRef.new(shape: ProvisionedProductStatusMessage, location_name: "StatusMessage"))
|
639
|
+
ProvisionedProductDetail.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
|
640
|
+
ProvisionedProductDetail.add_member(:idempotency_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "IdempotencyToken"))
|
641
|
+
ProvisionedProductDetail.add_member(:last_record_id, Shapes::ShapeRef.new(shape: LastRequestId, location_name: "LastRecordId"))
|
642
|
+
ProvisionedProductDetail.struct_class = Types::ProvisionedProductDetail
|
643
|
+
|
644
|
+
ProvisionedProductDetails.member = Shapes::ShapeRef.new(shape: ProvisionedProductDetail)
|
645
|
+
|
646
|
+
ProvisioningArtifact.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
647
|
+
ProvisioningArtifact.add_member(:name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "Name"))
|
648
|
+
ProvisioningArtifact.add_member(:description, Shapes::ShapeRef.new(shape: ProvisioningArtifactDescription, location_name: "Description"))
|
649
|
+
ProvisioningArtifact.add_member(:created_time, Shapes::ShapeRef.new(shape: ProvisioningArtifactCreatedTime, location_name: "CreatedTime"))
|
650
|
+
ProvisioningArtifact.struct_class = Types::ProvisioningArtifact
|
651
|
+
|
652
|
+
ProvisioningArtifactDetail.add_member(:id, Shapes::ShapeRef.new(shape: Id, location_name: "Id"))
|
653
|
+
ProvisioningArtifactDetail.add_member(:name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "Name"))
|
654
|
+
ProvisioningArtifactDetail.add_member(:description, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "Description"))
|
655
|
+
ProvisioningArtifactDetail.add_member(:type, Shapes::ShapeRef.new(shape: ProvisioningArtifactType, location_name: "Type"))
|
656
|
+
ProvisioningArtifactDetail.add_member(:created_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreatedTime"))
|
657
|
+
ProvisioningArtifactDetail.struct_class = Types::ProvisioningArtifactDetail
|
658
|
+
|
659
|
+
ProvisioningArtifactDetails.member = Shapes::ShapeRef.new(shape: ProvisioningArtifactDetail)
|
660
|
+
|
661
|
+
ProvisioningArtifactInfo.key = Shapes::ShapeRef.new(shape: ProvisioningArtifactInfoKey)
|
662
|
+
ProvisioningArtifactInfo.value = Shapes::ShapeRef.new(shape: ProvisioningArtifactInfoValue)
|
663
|
+
|
664
|
+
ProvisioningArtifactParameter.add_member(:parameter_key, Shapes::ShapeRef.new(shape: ParameterKey, location_name: "ParameterKey"))
|
665
|
+
ProvisioningArtifactParameter.add_member(:default_value, Shapes::ShapeRef.new(shape: DefaultValue, location_name: "DefaultValue"))
|
666
|
+
ProvisioningArtifactParameter.add_member(:parameter_type, Shapes::ShapeRef.new(shape: ParameterType, location_name: "ParameterType"))
|
667
|
+
ProvisioningArtifactParameter.add_member(:is_no_echo, Shapes::ShapeRef.new(shape: NoEcho, location_name: "IsNoEcho"))
|
668
|
+
ProvisioningArtifactParameter.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
669
|
+
ProvisioningArtifactParameter.add_member(:parameter_constraints, Shapes::ShapeRef.new(shape: ParameterConstraints, location_name: "ParameterConstraints"))
|
670
|
+
ProvisioningArtifactParameter.struct_class = Types::ProvisioningArtifactParameter
|
671
|
+
|
672
|
+
ProvisioningArtifactParameters.member = Shapes::ShapeRef.new(shape: ProvisioningArtifactParameter)
|
673
|
+
|
674
|
+
ProvisioningArtifactProperties.add_member(:name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "Name"))
|
675
|
+
ProvisioningArtifactProperties.add_member(:description, Shapes::ShapeRef.new(shape: ProvisioningArtifactDescription, location_name: "Description"))
|
676
|
+
ProvisioningArtifactProperties.add_member(:info, Shapes::ShapeRef.new(shape: ProvisioningArtifactInfo, required: true, location_name: "Info"))
|
677
|
+
ProvisioningArtifactProperties.add_member(:type, Shapes::ShapeRef.new(shape: ProvisioningArtifactType, location_name: "Type"))
|
678
|
+
ProvisioningArtifactProperties.struct_class = Types::ProvisioningArtifactProperties
|
679
|
+
|
680
|
+
ProvisioningArtifacts.member = Shapes::ShapeRef.new(shape: ProvisioningArtifact)
|
681
|
+
|
682
|
+
ProvisioningParameter.add_member(:key, Shapes::ShapeRef.new(shape: ParameterKey, location_name: "Key"))
|
683
|
+
ProvisioningParameter.add_member(:value, Shapes::ShapeRef.new(shape: ParameterValue, location_name: "Value"))
|
684
|
+
ProvisioningParameter.struct_class = Types::ProvisioningParameter
|
685
|
+
|
686
|
+
ProvisioningParameters.member = Shapes::ShapeRef.new(shape: ProvisioningParameter)
|
687
|
+
|
688
|
+
RecordDetail.add_member(:record_id, Shapes::ShapeRef.new(shape: Id, location_name: "RecordId"))
|
689
|
+
RecordDetail.add_member(:provisioned_product_name, Shapes::ShapeRef.new(shape: ProvisionedProductName, location_name: "ProvisionedProductName"))
|
690
|
+
RecordDetail.add_member(:status, Shapes::ShapeRef.new(shape: RecordStatus, location_name: "Status"))
|
691
|
+
RecordDetail.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
|
692
|
+
RecordDetail.add_member(:updated_time, Shapes::ShapeRef.new(shape: UpdatedTime, location_name: "UpdatedTime"))
|
693
|
+
RecordDetail.add_member(:provisioned_product_type, Shapes::ShapeRef.new(shape: ProvisionedProductType, location_name: "ProvisionedProductType"))
|
694
|
+
RecordDetail.add_member(:record_type, Shapes::ShapeRef.new(shape: RecordType, location_name: "RecordType"))
|
695
|
+
RecordDetail.add_member(:provisioned_product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisionedProductId"))
|
696
|
+
RecordDetail.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
|
697
|
+
RecordDetail.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
|
698
|
+
RecordDetail.add_member(:path_id, Shapes::ShapeRef.new(shape: Id, location_name: "PathId"))
|
699
|
+
RecordDetail.add_member(:record_errors, Shapes::ShapeRef.new(shape: RecordErrors, location_name: "RecordErrors"))
|
700
|
+
RecordDetail.add_member(:record_tags, Shapes::ShapeRef.new(shape: RecordTags, location_name: "RecordTags"))
|
701
|
+
RecordDetail.struct_class = Types::RecordDetail
|
702
|
+
|
703
|
+
RecordDetails.member = Shapes::ShapeRef.new(shape: RecordDetail)
|
704
|
+
|
705
|
+
RecordError.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "Code"))
|
706
|
+
RecordError.add_member(:description, Shapes::ShapeRef.new(shape: ErrorDescription, location_name: "Description"))
|
707
|
+
RecordError.struct_class = Types::RecordError
|
708
|
+
|
709
|
+
RecordErrors.member = Shapes::ShapeRef.new(shape: RecordError)
|
710
|
+
|
711
|
+
RecordOutput.add_member(:output_key, Shapes::ShapeRef.new(shape: OutputKey, location_name: "OutputKey"))
|
712
|
+
RecordOutput.add_member(:output_value, Shapes::ShapeRef.new(shape: OutputValue, location_name: "OutputValue"))
|
713
|
+
RecordOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
714
|
+
RecordOutput.struct_class = Types::RecordOutput
|
715
|
+
|
716
|
+
RecordOutputs.member = Shapes::ShapeRef.new(shape: RecordOutput)
|
717
|
+
|
718
|
+
RecordTag.add_member(:key, Shapes::ShapeRef.new(shape: RecordTagKey, location_name: "Key"))
|
719
|
+
RecordTag.add_member(:value, Shapes::ShapeRef.new(shape: RecordTagValue, location_name: "Value"))
|
720
|
+
RecordTag.struct_class = Types::RecordTag
|
721
|
+
|
722
|
+
RecordTags.member = Shapes::ShapeRef.new(shape: RecordTag)
|
723
|
+
|
724
|
+
RejectPortfolioShareInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
725
|
+
RejectPortfolioShareInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PortfolioId"))
|
726
|
+
RejectPortfolioShareInput.struct_class = Types::RejectPortfolioShareInput
|
727
|
+
|
728
|
+
RejectPortfolioShareOutput.struct_class = Types::RejectPortfolioShareOutput
|
729
|
+
|
730
|
+
ScanProvisionedProductsInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
731
|
+
ScanProvisionedProductsInput.add_member(:access_level_filter, Shapes::ShapeRef.new(shape: AccessLevelFilter, location_name: "AccessLevelFilter"))
|
732
|
+
ScanProvisionedProductsInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
733
|
+
ScanProvisionedProductsInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
734
|
+
ScanProvisionedProductsInput.struct_class = Types::ScanProvisionedProductsInput
|
735
|
+
|
736
|
+
ScanProvisionedProductsOutput.add_member(:provisioned_products, Shapes::ShapeRef.new(shape: ProvisionedProductDetails, location_name: "ProvisionedProducts"))
|
737
|
+
ScanProvisionedProductsOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
738
|
+
ScanProvisionedProductsOutput.struct_class = Types::ScanProvisionedProductsOutput
|
739
|
+
|
740
|
+
SearchProductsAsAdminInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
741
|
+
SearchProductsAsAdminInput.add_member(:portfolio_id, Shapes::ShapeRef.new(shape: Id, location_name: "PortfolioId"))
|
742
|
+
SearchProductsAsAdminInput.add_member(:filters, Shapes::ShapeRef.new(shape: ProductViewFilters, location_name: "Filters"))
|
743
|
+
SearchProductsAsAdminInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ProductViewSortBy, location_name: "SortBy"))
|
744
|
+
SearchProductsAsAdminInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
745
|
+
SearchProductsAsAdminInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
746
|
+
SearchProductsAsAdminInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
747
|
+
SearchProductsAsAdminInput.add_member(:product_source, Shapes::ShapeRef.new(shape: ProductSource, location_name: "ProductSource"))
|
748
|
+
SearchProductsAsAdminInput.struct_class = Types::SearchProductsAsAdminInput
|
749
|
+
|
750
|
+
SearchProductsAsAdminOutput.add_member(:product_view_details, Shapes::ShapeRef.new(shape: ProductViewDetails, location_name: "ProductViewDetails"))
|
751
|
+
SearchProductsAsAdminOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
752
|
+
SearchProductsAsAdminOutput.struct_class = Types::SearchProductsAsAdminOutput
|
753
|
+
|
754
|
+
SearchProductsInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
755
|
+
SearchProductsInput.add_member(:filters, Shapes::ShapeRef.new(shape: ProductViewFilters, location_name: "Filters"))
|
756
|
+
SearchProductsInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
757
|
+
SearchProductsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: ProductViewSortBy, location_name: "SortBy"))
|
758
|
+
SearchProductsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
759
|
+
SearchProductsInput.add_member(:page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "PageToken"))
|
760
|
+
SearchProductsInput.struct_class = Types::SearchProductsInput
|
761
|
+
|
762
|
+
SearchProductsOutput.add_member(:product_view_summaries, Shapes::ShapeRef.new(shape: ProductViewSummaries, location_name: "ProductViewSummaries"))
|
763
|
+
SearchProductsOutput.add_member(:product_view_aggregations, Shapes::ShapeRef.new(shape: ProductViewAggregations, location_name: "ProductViewAggregations"))
|
764
|
+
SearchProductsOutput.add_member(:next_page_token, Shapes::ShapeRef.new(shape: PageToken, location_name: "NextPageToken"))
|
765
|
+
SearchProductsOutput.struct_class = Types::SearchProductsOutput
|
766
|
+
|
767
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
768
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
|
769
|
+
Tag.struct_class = Types::Tag
|
770
|
+
|
771
|
+
TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
|
772
|
+
|
773
|
+
Tags.member = Shapes::ShapeRef.new(shape: Tag)
|
774
|
+
|
775
|
+
TerminateProvisionedProductInput.add_member(:provisioned_product_name, Shapes::ShapeRef.new(shape: ProvisionedProductNameOrArn, location_name: "ProvisionedProductName"))
|
776
|
+
TerminateProvisionedProductInput.add_member(:provisioned_product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisionedProductId"))
|
777
|
+
TerminateProvisionedProductInput.add_member(:terminate_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "TerminateToken", metadata: {"idempotencyToken"=>true}))
|
778
|
+
TerminateProvisionedProductInput.add_member(:ignore_errors, Shapes::ShapeRef.new(shape: IgnoreErrors, location_name: "IgnoreErrors"))
|
779
|
+
TerminateProvisionedProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
780
|
+
TerminateProvisionedProductInput.struct_class = Types::TerminateProvisionedProductInput
|
781
|
+
|
782
|
+
TerminateProvisionedProductOutput.add_member(:record_detail, Shapes::ShapeRef.new(shape: RecordDetail, location_name: "RecordDetail"))
|
783
|
+
TerminateProvisionedProductOutput.struct_class = Types::TerminateProvisionedProductOutput
|
784
|
+
|
785
|
+
UpdateConstraintInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
786
|
+
UpdateConstraintInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
787
|
+
UpdateConstraintInput.add_member(:description, Shapes::ShapeRef.new(shape: ConstraintDescription, location_name: "Description"))
|
788
|
+
UpdateConstraintInput.struct_class = Types::UpdateConstraintInput
|
789
|
+
|
790
|
+
UpdateConstraintOutput.add_member(:constraint_detail, Shapes::ShapeRef.new(shape: ConstraintDetail, location_name: "ConstraintDetail"))
|
791
|
+
UpdateConstraintOutput.add_member(:constraint_parameters, Shapes::ShapeRef.new(shape: ConstraintParameters, location_name: "ConstraintParameters"))
|
792
|
+
UpdateConstraintOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
793
|
+
UpdateConstraintOutput.struct_class = Types::UpdateConstraintOutput
|
794
|
+
|
795
|
+
UpdatePortfolioInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
796
|
+
UpdatePortfolioInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
797
|
+
UpdatePortfolioInput.add_member(:display_name, Shapes::ShapeRef.new(shape: PortfolioDisplayName, location_name: "DisplayName"))
|
798
|
+
UpdatePortfolioInput.add_member(:description, Shapes::ShapeRef.new(shape: PortfolioDescription, location_name: "Description"))
|
799
|
+
UpdatePortfolioInput.add_member(:provider_name, Shapes::ShapeRef.new(shape: ProviderName, location_name: "ProviderName"))
|
800
|
+
UpdatePortfolioInput.add_member(:add_tags, Shapes::ShapeRef.new(shape: AddTags, location_name: "AddTags"))
|
801
|
+
UpdatePortfolioInput.add_member(:remove_tags, Shapes::ShapeRef.new(shape: TagKeys, location_name: "RemoveTags"))
|
802
|
+
UpdatePortfolioInput.struct_class = Types::UpdatePortfolioInput
|
803
|
+
|
804
|
+
UpdatePortfolioOutput.add_member(:portfolio_detail, Shapes::ShapeRef.new(shape: PortfolioDetail, location_name: "PortfolioDetail"))
|
805
|
+
UpdatePortfolioOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
806
|
+
UpdatePortfolioOutput.struct_class = Types::UpdatePortfolioOutput
|
807
|
+
|
808
|
+
UpdateProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
809
|
+
UpdateProductInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
810
|
+
UpdateProductInput.add_member(:name, Shapes::ShapeRef.new(shape: ProductViewName, location_name: "Name"))
|
811
|
+
UpdateProductInput.add_member(:owner, Shapes::ShapeRef.new(shape: ProductViewOwner, location_name: "Owner"))
|
812
|
+
UpdateProductInput.add_member(:description, Shapes::ShapeRef.new(shape: ProductViewShortDescription, location_name: "Description"))
|
813
|
+
UpdateProductInput.add_member(:distributor, Shapes::ShapeRef.new(shape: ProductViewOwner, location_name: "Distributor"))
|
814
|
+
UpdateProductInput.add_member(:support_description, Shapes::ShapeRef.new(shape: SupportDescription, location_name: "SupportDescription"))
|
815
|
+
UpdateProductInput.add_member(:support_email, Shapes::ShapeRef.new(shape: SupportEmail, location_name: "SupportEmail"))
|
816
|
+
UpdateProductInput.add_member(:support_url, Shapes::ShapeRef.new(shape: SupportUrl, location_name: "SupportUrl"))
|
817
|
+
UpdateProductInput.add_member(:add_tags, Shapes::ShapeRef.new(shape: AddTags, location_name: "AddTags"))
|
818
|
+
UpdateProductInput.add_member(:remove_tags, Shapes::ShapeRef.new(shape: TagKeys, location_name: "RemoveTags"))
|
819
|
+
UpdateProductInput.struct_class = Types::UpdateProductInput
|
820
|
+
|
821
|
+
UpdateProductOutput.add_member(:product_view_detail, Shapes::ShapeRef.new(shape: ProductViewDetail, location_name: "ProductViewDetail"))
|
822
|
+
UpdateProductOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
823
|
+
UpdateProductOutput.struct_class = Types::UpdateProductOutput
|
824
|
+
|
825
|
+
UpdateProvisionedProductInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
826
|
+
UpdateProvisionedProductInput.add_member(:provisioned_product_name, Shapes::ShapeRef.new(shape: ProvisionedProductNameOrArn, location_name: "ProvisionedProductName"))
|
827
|
+
UpdateProvisionedProductInput.add_member(:provisioned_product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisionedProductId"))
|
828
|
+
UpdateProvisionedProductInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProductId"))
|
829
|
+
UpdateProvisionedProductInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, location_name: "ProvisioningArtifactId"))
|
830
|
+
UpdateProvisionedProductInput.add_member(:path_id, Shapes::ShapeRef.new(shape: Id, location_name: "PathId"))
|
831
|
+
UpdateProvisionedProductInput.add_member(:provisioning_parameters, Shapes::ShapeRef.new(shape: UpdateProvisioningParameters, location_name: "ProvisioningParameters"))
|
832
|
+
UpdateProvisionedProductInput.add_member(:update_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "UpdateToken", metadata: {"idempotencyToken"=>true}))
|
833
|
+
UpdateProvisionedProductInput.struct_class = Types::UpdateProvisionedProductInput
|
834
|
+
|
835
|
+
UpdateProvisionedProductOutput.add_member(:record_detail, Shapes::ShapeRef.new(shape: RecordDetail, location_name: "RecordDetail"))
|
836
|
+
UpdateProvisionedProductOutput.struct_class = Types::UpdateProvisionedProductOutput
|
837
|
+
|
838
|
+
UpdateProvisioningArtifactInput.add_member(:accept_language, Shapes::ShapeRef.new(shape: AcceptLanguage, location_name: "AcceptLanguage"))
|
839
|
+
UpdateProvisioningArtifactInput.add_member(:product_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProductId"))
|
840
|
+
UpdateProvisioningArtifactInput.add_member(:provisioning_artifact_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ProvisioningArtifactId"))
|
841
|
+
UpdateProvisioningArtifactInput.add_member(:name, Shapes::ShapeRef.new(shape: ProvisioningArtifactName, location_name: "Name"))
|
842
|
+
UpdateProvisioningArtifactInput.add_member(:description, Shapes::ShapeRef.new(shape: ProvisioningArtifactDescription, location_name: "Description"))
|
843
|
+
UpdateProvisioningArtifactInput.struct_class = Types::UpdateProvisioningArtifactInput
|
844
|
+
|
845
|
+
UpdateProvisioningArtifactOutput.add_member(:provisioning_artifact_detail, Shapes::ShapeRef.new(shape: ProvisioningArtifactDetail, location_name: "ProvisioningArtifactDetail"))
|
846
|
+
UpdateProvisioningArtifactOutput.add_member(:info, Shapes::ShapeRef.new(shape: ProvisioningArtifactInfo, location_name: "Info"))
|
847
|
+
UpdateProvisioningArtifactOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
848
|
+
UpdateProvisioningArtifactOutput.struct_class = Types::UpdateProvisioningArtifactOutput
|
849
|
+
|
850
|
+
UpdateProvisioningParameter.add_member(:key, Shapes::ShapeRef.new(shape: ParameterKey, location_name: "Key"))
|
851
|
+
UpdateProvisioningParameter.add_member(:value, Shapes::ShapeRef.new(shape: ParameterValue, location_name: "Value"))
|
852
|
+
UpdateProvisioningParameter.add_member(:use_previous_value, Shapes::ShapeRef.new(shape: UsePreviousValue, location_name: "UsePreviousValue"))
|
853
|
+
UpdateProvisioningParameter.struct_class = Types::UpdateProvisioningParameter
|
854
|
+
|
855
|
+
UpdateProvisioningParameters.member = Shapes::ShapeRef.new(shape: UpdateProvisioningParameter)
|
856
|
+
|
857
|
+
UsageInstruction.add_member(:type, Shapes::ShapeRef.new(shape: InstructionType, location_name: "Type"))
|
858
|
+
UsageInstruction.add_member(:value, Shapes::ShapeRef.new(shape: InstructionValue, location_name: "Value"))
|
859
|
+
UsageInstruction.struct_class = Types::UsageInstruction
|
860
|
+
|
861
|
+
UsageInstructions.member = Shapes::ShapeRef.new(shape: UsageInstruction)
|
862
|
+
|
863
|
+
|
864
|
+
# @api private
|
865
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
866
|
+
|
867
|
+
api.version = "2015-12-10"
|
868
|
+
|
869
|
+
api.metadata = {
|
870
|
+
"endpointPrefix" => "servicecatalog",
|
871
|
+
"jsonVersion" => "1.1",
|
872
|
+
"protocol" => "json",
|
873
|
+
"serviceFullName" => "AWS Service Catalog",
|
874
|
+
"signatureVersion" => "v4",
|
875
|
+
"targetPrefix" => "AWS242ServiceCatalogService",
|
876
|
+
}
|
877
|
+
|
878
|
+
api.add_operation(:accept_portfolio_share, Seahorse::Model::Operation.new.tap do |o|
|
879
|
+
o.name = "AcceptPortfolioShare"
|
880
|
+
o.http_method = "POST"
|
881
|
+
o.http_request_uri = "/"
|
882
|
+
o.input = Shapes::ShapeRef.new(shape: AcceptPortfolioShareInput)
|
883
|
+
o.output = Shapes::ShapeRef.new(shape: AcceptPortfolioShareOutput)
|
884
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
885
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
886
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
887
|
+
end)
|
888
|
+
|
889
|
+
api.add_operation(:associate_principal_with_portfolio, Seahorse::Model::Operation.new.tap do |o|
|
890
|
+
o.name = "AssociatePrincipalWithPortfolio"
|
891
|
+
o.http_method = "POST"
|
892
|
+
o.http_request_uri = "/"
|
893
|
+
o.input = Shapes::ShapeRef.new(shape: AssociatePrincipalWithPortfolioInput)
|
894
|
+
o.output = Shapes::ShapeRef.new(shape: AssociatePrincipalWithPortfolioOutput)
|
895
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
896
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
897
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
898
|
+
end)
|
899
|
+
|
900
|
+
api.add_operation(:associate_product_with_portfolio, Seahorse::Model::Operation.new.tap do |o|
|
901
|
+
o.name = "AssociateProductWithPortfolio"
|
902
|
+
o.http_method = "POST"
|
903
|
+
o.http_request_uri = "/"
|
904
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateProductWithPortfolioInput)
|
905
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateProductWithPortfolioOutput)
|
906
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
907
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
908
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
909
|
+
end)
|
910
|
+
|
911
|
+
api.add_operation(:create_constraint, Seahorse::Model::Operation.new.tap do |o|
|
912
|
+
o.name = "CreateConstraint"
|
913
|
+
o.http_method = "POST"
|
914
|
+
o.http_request_uri = "/"
|
915
|
+
o.input = Shapes::ShapeRef.new(shape: CreateConstraintInput)
|
916
|
+
o.output = Shapes::ShapeRef.new(shape: CreateConstraintOutput)
|
917
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
918
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
919
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
920
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
921
|
+
end)
|
922
|
+
|
923
|
+
api.add_operation(:create_portfolio, Seahorse::Model::Operation.new.tap do |o|
|
924
|
+
o.name = "CreatePortfolio"
|
925
|
+
o.http_method = "POST"
|
926
|
+
o.http_request_uri = "/"
|
927
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePortfolioInput)
|
928
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePortfolioOutput)
|
929
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
930
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
931
|
+
end)
|
932
|
+
|
933
|
+
api.add_operation(:create_portfolio_share, Seahorse::Model::Operation.new.tap do |o|
|
934
|
+
o.name = "CreatePortfolioShare"
|
935
|
+
o.http_method = "POST"
|
936
|
+
o.http_request_uri = "/"
|
937
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePortfolioShareInput)
|
938
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePortfolioShareOutput)
|
939
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
940
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
941
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
942
|
+
end)
|
943
|
+
|
944
|
+
api.add_operation(:create_product, Seahorse::Model::Operation.new.tap do |o|
|
945
|
+
o.name = "CreateProduct"
|
946
|
+
o.http_method = "POST"
|
947
|
+
o.http_request_uri = "/"
|
948
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProductInput)
|
949
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProductOutput)
|
950
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
951
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
952
|
+
end)
|
953
|
+
|
954
|
+
api.add_operation(:create_provisioning_artifact, Seahorse::Model::Operation.new.tap do |o|
|
955
|
+
o.name = "CreateProvisioningArtifact"
|
956
|
+
o.http_method = "POST"
|
957
|
+
o.http_request_uri = "/"
|
958
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProvisioningArtifactInput)
|
959
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProvisioningArtifactOutput)
|
960
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
961
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
962
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
963
|
+
end)
|
964
|
+
|
965
|
+
api.add_operation(:delete_constraint, Seahorse::Model::Operation.new.tap do |o|
|
966
|
+
o.name = "DeleteConstraint"
|
967
|
+
o.http_method = "POST"
|
968
|
+
o.http_request_uri = "/"
|
969
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteConstraintInput)
|
970
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteConstraintOutput)
|
971
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
972
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
973
|
+
end)
|
974
|
+
|
975
|
+
api.add_operation(:delete_portfolio, Seahorse::Model::Operation.new.tap do |o|
|
976
|
+
o.name = "DeletePortfolio"
|
977
|
+
o.http_method = "POST"
|
978
|
+
o.http_request_uri = "/"
|
979
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePortfolioInput)
|
980
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePortfolioOutput)
|
981
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
982
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
983
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
984
|
+
end)
|
985
|
+
|
986
|
+
api.add_operation(:delete_portfolio_share, Seahorse::Model::Operation.new.tap do |o|
|
987
|
+
o.name = "DeletePortfolioShare"
|
988
|
+
o.http_method = "POST"
|
989
|
+
o.http_request_uri = "/"
|
990
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePortfolioShareInput)
|
991
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePortfolioShareOutput)
|
992
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
993
|
+
end)
|
994
|
+
|
995
|
+
api.add_operation(:delete_product, Seahorse::Model::Operation.new.tap do |o|
|
996
|
+
o.name = "DeleteProduct"
|
997
|
+
o.http_method = "POST"
|
998
|
+
o.http_request_uri = "/"
|
999
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProductInput)
|
1000
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteProductOutput)
|
1001
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1002
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1003
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1004
|
+
end)
|
1005
|
+
|
1006
|
+
api.add_operation(:delete_provisioning_artifact, Seahorse::Model::Operation.new.tap do |o|
|
1007
|
+
o.name = "DeleteProvisioningArtifact"
|
1008
|
+
o.http_method = "POST"
|
1009
|
+
o.http_request_uri = "/"
|
1010
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProvisioningArtifactInput)
|
1011
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteProvisioningArtifactOutput)
|
1012
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1013
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
1014
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1015
|
+
end)
|
1016
|
+
|
1017
|
+
api.add_operation(:describe_constraint, Seahorse::Model::Operation.new.tap do |o|
|
1018
|
+
o.name = "DescribeConstraint"
|
1019
|
+
o.http_method = "POST"
|
1020
|
+
o.http_request_uri = "/"
|
1021
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeConstraintInput)
|
1022
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeConstraintOutput)
|
1023
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1024
|
+
end)
|
1025
|
+
|
1026
|
+
api.add_operation(:describe_portfolio, Seahorse::Model::Operation.new.tap do |o|
|
1027
|
+
o.name = "DescribePortfolio"
|
1028
|
+
o.http_method = "POST"
|
1029
|
+
o.http_request_uri = "/"
|
1030
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePortfolioInput)
|
1031
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePortfolioOutput)
|
1032
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1033
|
+
end)
|
1034
|
+
|
1035
|
+
api.add_operation(:describe_product, Seahorse::Model::Operation.new.tap do |o|
|
1036
|
+
o.name = "DescribeProduct"
|
1037
|
+
o.http_method = "POST"
|
1038
|
+
o.http_request_uri = "/"
|
1039
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeProductInput)
|
1040
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeProductOutput)
|
1041
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1042
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1043
|
+
end)
|
1044
|
+
|
1045
|
+
api.add_operation(:describe_product_as_admin, Seahorse::Model::Operation.new.tap do |o|
|
1046
|
+
o.name = "DescribeProductAsAdmin"
|
1047
|
+
o.http_method = "POST"
|
1048
|
+
o.http_request_uri = "/"
|
1049
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeProductAsAdminInput)
|
1050
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeProductAsAdminOutput)
|
1051
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1052
|
+
end)
|
1053
|
+
|
1054
|
+
api.add_operation(:describe_product_view, Seahorse::Model::Operation.new.tap do |o|
|
1055
|
+
o.name = "DescribeProductView"
|
1056
|
+
o.http_method = "POST"
|
1057
|
+
o.http_request_uri = "/"
|
1058
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeProductViewInput)
|
1059
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeProductViewOutput)
|
1060
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1061
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1062
|
+
end)
|
1063
|
+
|
1064
|
+
api.add_operation(:describe_provisioning_artifact, Seahorse::Model::Operation.new.tap do |o|
|
1065
|
+
o.name = "DescribeProvisioningArtifact"
|
1066
|
+
o.http_method = "POST"
|
1067
|
+
o.http_request_uri = "/"
|
1068
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeProvisioningArtifactInput)
|
1069
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeProvisioningArtifactOutput)
|
1070
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1071
|
+
end)
|
1072
|
+
|
1073
|
+
api.add_operation(:describe_provisioning_parameters, Seahorse::Model::Operation.new.tap do |o|
|
1074
|
+
o.name = "DescribeProvisioningParameters"
|
1075
|
+
o.http_method = "POST"
|
1076
|
+
o.http_request_uri = "/"
|
1077
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeProvisioningParametersInput)
|
1078
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeProvisioningParametersOutput)
|
1079
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1080
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1081
|
+
end)
|
1082
|
+
|
1083
|
+
api.add_operation(:describe_record, Seahorse::Model::Operation.new.tap do |o|
|
1084
|
+
o.name = "DescribeRecord"
|
1085
|
+
o.http_method = "POST"
|
1086
|
+
o.http_request_uri = "/"
|
1087
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeRecordInput)
|
1088
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeRecordOutput)
|
1089
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1090
|
+
end)
|
1091
|
+
|
1092
|
+
api.add_operation(:disassociate_principal_from_portfolio, Seahorse::Model::Operation.new.tap do |o|
|
1093
|
+
o.name = "DisassociatePrincipalFromPortfolio"
|
1094
|
+
o.http_method = "POST"
|
1095
|
+
o.http_request_uri = "/"
|
1096
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociatePrincipalFromPortfolioInput)
|
1097
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociatePrincipalFromPortfolioOutput)
|
1098
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1099
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1100
|
+
end)
|
1101
|
+
|
1102
|
+
api.add_operation(:disassociate_product_from_portfolio, Seahorse::Model::Operation.new.tap do |o|
|
1103
|
+
o.name = "DisassociateProductFromPortfolio"
|
1104
|
+
o.http_method = "POST"
|
1105
|
+
o.http_request_uri = "/"
|
1106
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateProductFromPortfolioInput)
|
1107
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateProductFromPortfolioOutput)
|
1108
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1109
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1110
|
+
end)
|
1111
|
+
|
1112
|
+
api.add_operation(:list_accepted_portfolio_shares, Seahorse::Model::Operation.new.tap do |o|
|
1113
|
+
o.name = "ListAcceptedPortfolioShares"
|
1114
|
+
o.http_method = "POST"
|
1115
|
+
o.http_request_uri = "/"
|
1116
|
+
o.input = Shapes::ShapeRef.new(shape: ListAcceptedPortfolioSharesInput)
|
1117
|
+
o.output = Shapes::ShapeRef.new(shape: ListAcceptedPortfolioSharesOutput)
|
1118
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1119
|
+
end)
|
1120
|
+
|
1121
|
+
api.add_operation(:list_constraints_for_portfolio, Seahorse::Model::Operation.new.tap do |o|
|
1122
|
+
o.name = "ListConstraintsForPortfolio"
|
1123
|
+
o.http_method = "POST"
|
1124
|
+
o.http_request_uri = "/"
|
1125
|
+
o.input = Shapes::ShapeRef.new(shape: ListConstraintsForPortfolioInput)
|
1126
|
+
o.output = Shapes::ShapeRef.new(shape: ListConstraintsForPortfolioOutput)
|
1127
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1128
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1129
|
+
end)
|
1130
|
+
|
1131
|
+
api.add_operation(:list_launch_paths, Seahorse::Model::Operation.new.tap do |o|
|
1132
|
+
o.name = "ListLaunchPaths"
|
1133
|
+
o.http_method = "POST"
|
1134
|
+
o.http_request_uri = "/"
|
1135
|
+
o.input = Shapes::ShapeRef.new(shape: ListLaunchPathsInput)
|
1136
|
+
o.output = Shapes::ShapeRef.new(shape: ListLaunchPathsOutput)
|
1137
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1138
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1139
|
+
end)
|
1140
|
+
|
1141
|
+
api.add_operation(:list_portfolio_access, Seahorse::Model::Operation.new.tap do |o|
|
1142
|
+
o.name = "ListPortfolioAccess"
|
1143
|
+
o.http_method = "POST"
|
1144
|
+
o.http_request_uri = "/"
|
1145
|
+
o.input = Shapes::ShapeRef.new(shape: ListPortfolioAccessInput)
|
1146
|
+
o.output = Shapes::ShapeRef.new(shape: ListPortfolioAccessOutput)
|
1147
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1148
|
+
end)
|
1149
|
+
|
1150
|
+
api.add_operation(:list_portfolios, Seahorse::Model::Operation.new.tap do |o|
|
1151
|
+
o.name = "ListPortfolios"
|
1152
|
+
o.http_method = "POST"
|
1153
|
+
o.http_request_uri = "/"
|
1154
|
+
o.input = Shapes::ShapeRef.new(shape: ListPortfoliosInput)
|
1155
|
+
o.output = Shapes::ShapeRef.new(shape: ListPortfoliosOutput)
|
1156
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1157
|
+
end)
|
1158
|
+
|
1159
|
+
api.add_operation(:list_portfolios_for_product, Seahorse::Model::Operation.new.tap do |o|
|
1160
|
+
o.name = "ListPortfoliosForProduct"
|
1161
|
+
o.http_method = "POST"
|
1162
|
+
o.http_request_uri = "/"
|
1163
|
+
o.input = Shapes::ShapeRef.new(shape: ListPortfoliosForProductInput)
|
1164
|
+
o.output = Shapes::ShapeRef.new(shape: ListPortfoliosForProductOutput)
|
1165
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1166
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1167
|
+
end)
|
1168
|
+
|
1169
|
+
api.add_operation(:list_principals_for_portfolio, Seahorse::Model::Operation.new.tap do |o|
|
1170
|
+
o.name = "ListPrincipalsForPortfolio"
|
1171
|
+
o.http_method = "POST"
|
1172
|
+
o.http_request_uri = "/"
|
1173
|
+
o.input = Shapes::ShapeRef.new(shape: ListPrincipalsForPortfolioInput)
|
1174
|
+
o.output = Shapes::ShapeRef.new(shape: ListPrincipalsForPortfolioOutput)
|
1175
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1176
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1177
|
+
end)
|
1178
|
+
|
1179
|
+
api.add_operation(:list_provisioning_artifacts, Seahorse::Model::Operation.new.tap do |o|
|
1180
|
+
o.name = "ListProvisioningArtifacts"
|
1181
|
+
o.http_method = "POST"
|
1182
|
+
o.http_request_uri = "/"
|
1183
|
+
o.input = Shapes::ShapeRef.new(shape: ListProvisioningArtifactsInput)
|
1184
|
+
o.output = Shapes::ShapeRef.new(shape: ListProvisioningArtifactsOutput)
|
1185
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1186
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1187
|
+
end)
|
1188
|
+
|
1189
|
+
api.add_operation(:list_record_history, Seahorse::Model::Operation.new.tap do |o|
|
1190
|
+
o.name = "ListRecordHistory"
|
1191
|
+
o.http_method = "POST"
|
1192
|
+
o.http_request_uri = "/"
|
1193
|
+
o.input = Shapes::ShapeRef.new(shape: ListRecordHistoryInput)
|
1194
|
+
o.output = Shapes::ShapeRef.new(shape: ListRecordHistoryOutput)
|
1195
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1196
|
+
end)
|
1197
|
+
|
1198
|
+
api.add_operation(:provision_product, Seahorse::Model::Operation.new.tap do |o|
|
1199
|
+
o.name = "ProvisionProduct"
|
1200
|
+
o.http_method = "POST"
|
1201
|
+
o.http_request_uri = "/"
|
1202
|
+
o.input = Shapes::ShapeRef.new(shape: ProvisionProductInput)
|
1203
|
+
o.output = Shapes::ShapeRef.new(shape: ProvisionProductOutput)
|
1204
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1205
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1206
|
+
o.errors << Shapes::ShapeRef.new(shape: DuplicateResourceException)
|
1207
|
+
end)
|
1208
|
+
|
1209
|
+
api.add_operation(:reject_portfolio_share, Seahorse::Model::Operation.new.tap do |o|
|
1210
|
+
o.name = "RejectPortfolioShare"
|
1211
|
+
o.http_method = "POST"
|
1212
|
+
o.http_request_uri = "/"
|
1213
|
+
o.input = Shapes::ShapeRef.new(shape: RejectPortfolioShareInput)
|
1214
|
+
o.output = Shapes::ShapeRef.new(shape: RejectPortfolioShareOutput)
|
1215
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1216
|
+
end)
|
1217
|
+
|
1218
|
+
api.add_operation(:scan_provisioned_products, Seahorse::Model::Operation.new.tap do |o|
|
1219
|
+
o.name = "ScanProvisionedProducts"
|
1220
|
+
o.http_method = "POST"
|
1221
|
+
o.http_request_uri = "/"
|
1222
|
+
o.input = Shapes::ShapeRef.new(shape: ScanProvisionedProductsInput)
|
1223
|
+
o.output = Shapes::ShapeRef.new(shape: ScanProvisionedProductsOutput)
|
1224
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1225
|
+
end)
|
1226
|
+
|
1227
|
+
api.add_operation(:search_products, Seahorse::Model::Operation.new.tap do |o|
|
1228
|
+
o.name = "SearchProducts"
|
1229
|
+
o.http_method = "POST"
|
1230
|
+
o.http_request_uri = "/"
|
1231
|
+
o.input = Shapes::ShapeRef.new(shape: SearchProductsInput)
|
1232
|
+
o.output = Shapes::ShapeRef.new(shape: SearchProductsOutput)
|
1233
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1234
|
+
end)
|
1235
|
+
|
1236
|
+
api.add_operation(:search_products_as_admin, Seahorse::Model::Operation.new.tap do |o|
|
1237
|
+
o.name = "SearchProductsAsAdmin"
|
1238
|
+
o.http_method = "POST"
|
1239
|
+
o.http_request_uri = "/"
|
1240
|
+
o.input = Shapes::ShapeRef.new(shape: SearchProductsAsAdminInput)
|
1241
|
+
o.output = Shapes::ShapeRef.new(shape: SearchProductsAsAdminOutput)
|
1242
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1243
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1244
|
+
end)
|
1245
|
+
|
1246
|
+
api.add_operation(:terminate_provisioned_product, Seahorse::Model::Operation.new.tap do |o|
|
1247
|
+
o.name = "TerminateProvisionedProduct"
|
1248
|
+
o.http_method = "POST"
|
1249
|
+
o.http_request_uri = "/"
|
1250
|
+
o.input = Shapes::ShapeRef.new(shape: TerminateProvisionedProductInput)
|
1251
|
+
o.output = Shapes::ShapeRef.new(shape: TerminateProvisionedProductOutput)
|
1252
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1253
|
+
end)
|
1254
|
+
|
1255
|
+
api.add_operation(:update_constraint, Seahorse::Model::Operation.new.tap do |o|
|
1256
|
+
o.name = "UpdateConstraint"
|
1257
|
+
o.http_method = "POST"
|
1258
|
+
o.http_request_uri = "/"
|
1259
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateConstraintInput)
|
1260
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateConstraintOutput)
|
1261
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1262
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1263
|
+
end)
|
1264
|
+
|
1265
|
+
api.add_operation(:update_portfolio, Seahorse::Model::Operation.new.tap do |o|
|
1266
|
+
o.name = "UpdatePortfolio"
|
1267
|
+
o.http_method = "POST"
|
1268
|
+
o.http_request_uri = "/"
|
1269
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePortfolioInput)
|
1270
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePortfolioOutput)
|
1271
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1272
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1273
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1274
|
+
end)
|
1275
|
+
|
1276
|
+
api.add_operation(:update_product, Seahorse::Model::Operation.new.tap do |o|
|
1277
|
+
o.name = "UpdateProduct"
|
1278
|
+
o.http_method = "POST"
|
1279
|
+
o.http_request_uri = "/"
|
1280
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProductInput)
|
1281
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProductOutput)
|
1282
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1283
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1284
|
+
end)
|
1285
|
+
|
1286
|
+
api.add_operation(:update_provisioned_product, Seahorse::Model::Operation.new.tap do |o|
|
1287
|
+
o.name = "UpdateProvisionedProduct"
|
1288
|
+
o.http_method = "POST"
|
1289
|
+
o.http_request_uri = "/"
|
1290
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProvisionedProductInput)
|
1291
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProvisionedProductOutput)
|
1292
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1293
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1294
|
+
end)
|
1295
|
+
|
1296
|
+
api.add_operation(:update_provisioning_artifact, Seahorse::Model::Operation.new.tap do |o|
|
1297
|
+
o.name = "UpdateProvisioningArtifact"
|
1298
|
+
o.http_method = "POST"
|
1299
|
+
o.http_request_uri = "/"
|
1300
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProvisioningArtifactInput)
|
1301
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProvisioningArtifactOutput)
|
1302
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1303
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
|
1304
|
+
end)
|
1305
|
+
end
|
1306
|
+
|
1307
|
+
end
|
1308
|
+
end
|
1309
|
+
end
|