aws-sdk-supplychain 1.15.0 → 1.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-supplychain/client.rb +2664 -40
- data/lib/aws-sdk-supplychain/client_api.rb +637 -0
- data/lib/aws-sdk-supplychain/endpoints.rb +198 -0
- data/lib/aws-sdk-supplychain/plugins/endpoints.rb +36 -0
- data/lib/aws-sdk-supplychain/types.rb +1246 -14
- data/lib/aws-sdk-supplychain.rb +1 -1
- data/sig/client.rbs +313 -0
- data/sig/types.rbs +335 -0
- metadata +2 -2
@@ -15,27 +15,122 @@ module Aws::SupplyChain
|
|
15
15
|
include Seahorse::Model
|
16
16
|
|
17
17
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
18
|
+
AscResourceArn = Shapes::StringShape.new(name: 'AscResourceArn')
|
19
|
+
AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
|
18
20
|
BillOfMaterialsImportJob = Shapes::StructureShape.new(name: 'BillOfMaterialsImportJob')
|
21
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
19
22
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
20
23
|
ConfigurationJobStatus = Shapes::StringShape.new(name: 'ConfigurationJobStatus')
|
21
24
|
ConfigurationS3Uri = Shapes::StringShape.new(name: 'ConfigurationS3Uri')
|
22
25
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
23
26
|
CreateBillOfMaterialsImportJobRequest = Shapes::StructureShape.new(name: 'CreateBillOfMaterialsImportJobRequest')
|
24
27
|
CreateBillOfMaterialsImportJobResponse = Shapes::StructureShape.new(name: 'CreateBillOfMaterialsImportJobResponse')
|
28
|
+
CreateDataIntegrationFlowRequest = Shapes::StructureShape.new(name: 'CreateDataIntegrationFlowRequest')
|
29
|
+
CreateDataIntegrationFlowResponse = Shapes::StructureShape.new(name: 'CreateDataIntegrationFlowResponse')
|
30
|
+
CreateDataLakeDatasetRequest = Shapes::StructureShape.new(name: 'CreateDataLakeDatasetRequest')
|
31
|
+
CreateDataLakeDatasetResponse = Shapes::StructureShape.new(name: 'CreateDataLakeDatasetResponse')
|
32
|
+
CreateInstanceRequest = Shapes::StructureShape.new(name: 'CreateInstanceRequest')
|
33
|
+
CreateInstanceResponse = Shapes::StructureShape.new(name: 'CreateInstanceResponse')
|
25
34
|
DataIntegrationEventData = Shapes::StringShape.new(name: 'DataIntegrationEventData')
|
26
35
|
DataIntegrationEventGroupId = Shapes::StringShape.new(name: 'DataIntegrationEventGroupId')
|
27
36
|
DataIntegrationEventType = Shapes::StringShape.new(name: 'DataIntegrationEventType')
|
37
|
+
DataIntegrationFlow = Shapes::StructureShape.new(name: 'DataIntegrationFlow')
|
38
|
+
DataIntegrationFlowDatasetOptions = Shapes::StructureShape.new(name: 'DataIntegrationFlowDatasetOptions')
|
39
|
+
DataIntegrationFlowDatasetSourceConfiguration = Shapes::StructureShape.new(name: 'DataIntegrationFlowDatasetSourceConfiguration')
|
40
|
+
DataIntegrationFlowDatasetTargetConfiguration = Shapes::StructureShape.new(name: 'DataIntegrationFlowDatasetTargetConfiguration')
|
41
|
+
DataIntegrationFlowFileType = Shapes::StringShape.new(name: 'DataIntegrationFlowFileType')
|
42
|
+
DataIntegrationFlowList = Shapes::ListShape.new(name: 'DataIntegrationFlowList')
|
43
|
+
DataIntegrationFlowLoadType = Shapes::StringShape.new(name: 'DataIntegrationFlowLoadType')
|
44
|
+
DataIntegrationFlowMaxResults = Shapes::IntegerShape.new(name: 'DataIntegrationFlowMaxResults')
|
45
|
+
DataIntegrationFlowName = Shapes::StringShape.new(name: 'DataIntegrationFlowName')
|
46
|
+
DataIntegrationFlowNextToken = Shapes::StringShape.new(name: 'DataIntegrationFlowNextToken')
|
47
|
+
DataIntegrationFlowS3Options = Shapes::StructureShape.new(name: 'DataIntegrationFlowS3Options')
|
48
|
+
DataIntegrationFlowS3Prefix = Shapes::StringShape.new(name: 'DataIntegrationFlowS3Prefix')
|
49
|
+
DataIntegrationFlowS3SourceConfiguration = Shapes::StructureShape.new(name: 'DataIntegrationFlowS3SourceConfiguration')
|
50
|
+
DataIntegrationFlowS3TargetConfiguration = Shapes::StructureShape.new(name: 'DataIntegrationFlowS3TargetConfiguration')
|
51
|
+
DataIntegrationFlowSQLQuery = Shapes::StringShape.new(name: 'DataIntegrationFlowSQLQuery')
|
52
|
+
DataIntegrationFlowSQLTransformationConfiguration = Shapes::StructureShape.new(name: 'DataIntegrationFlowSQLTransformationConfiguration')
|
53
|
+
DataIntegrationFlowSource = Shapes::StructureShape.new(name: 'DataIntegrationFlowSource')
|
54
|
+
DataIntegrationFlowSourceList = Shapes::ListShape.new(name: 'DataIntegrationFlowSourceList')
|
55
|
+
DataIntegrationFlowSourceName = Shapes::StringShape.new(name: 'DataIntegrationFlowSourceName')
|
56
|
+
DataIntegrationFlowSourceType = Shapes::StringShape.new(name: 'DataIntegrationFlowSourceType')
|
57
|
+
DataIntegrationFlowTarget = Shapes::StructureShape.new(name: 'DataIntegrationFlowTarget')
|
58
|
+
DataIntegrationFlowTargetType = Shapes::StringShape.new(name: 'DataIntegrationFlowTargetType')
|
59
|
+
DataIntegrationFlowTransformation = Shapes::StructureShape.new(name: 'DataIntegrationFlowTransformation')
|
60
|
+
DataIntegrationFlowTransformationType = Shapes::StringShape.new(name: 'DataIntegrationFlowTransformationType')
|
61
|
+
DataLakeDataset = Shapes::StructureShape.new(name: 'DataLakeDataset')
|
62
|
+
DataLakeDatasetDescription = Shapes::StringShape.new(name: 'DataLakeDatasetDescription')
|
63
|
+
DataLakeDatasetList = Shapes::ListShape.new(name: 'DataLakeDatasetList')
|
64
|
+
DataLakeDatasetMaxResults = Shapes::IntegerShape.new(name: 'DataLakeDatasetMaxResults')
|
65
|
+
DataLakeDatasetName = Shapes::StringShape.new(name: 'DataLakeDatasetName')
|
66
|
+
DataLakeDatasetNamespace = Shapes::StringShape.new(name: 'DataLakeDatasetNamespace')
|
67
|
+
DataLakeDatasetNextToken = Shapes::StringShape.new(name: 'DataLakeDatasetNextToken')
|
68
|
+
DataLakeDatasetSchema = Shapes::StructureShape.new(name: 'DataLakeDatasetSchema')
|
69
|
+
DataLakeDatasetSchemaField = Shapes::StructureShape.new(name: 'DataLakeDatasetSchemaField')
|
70
|
+
DataLakeDatasetSchemaFieldList = Shapes::ListShape.new(name: 'DataLakeDatasetSchemaFieldList')
|
71
|
+
DataLakeDatasetSchemaFieldName = Shapes::StringShape.new(name: 'DataLakeDatasetSchemaFieldName')
|
72
|
+
DataLakeDatasetSchemaFieldType = Shapes::StringShape.new(name: 'DataLakeDatasetSchemaFieldType')
|
73
|
+
DataLakeDatasetSchemaName = Shapes::StringShape.new(name: 'DataLakeDatasetSchemaName')
|
74
|
+
DatasetIdentifier = Shapes::StringShape.new(name: 'DatasetIdentifier')
|
75
|
+
DeleteDataIntegrationFlowRequest = Shapes::StructureShape.new(name: 'DeleteDataIntegrationFlowRequest')
|
76
|
+
DeleteDataIntegrationFlowResponse = Shapes::StructureShape.new(name: 'DeleteDataIntegrationFlowResponse')
|
77
|
+
DeleteDataLakeDatasetRequest = Shapes::StructureShape.new(name: 'DeleteDataLakeDatasetRequest')
|
78
|
+
DeleteDataLakeDatasetResponse = Shapes::StructureShape.new(name: 'DeleteDataLakeDatasetResponse')
|
79
|
+
DeleteInstanceRequest = Shapes::StructureShape.new(name: 'DeleteInstanceRequest')
|
80
|
+
DeleteInstanceResponse = Shapes::StructureShape.new(name: 'DeleteInstanceResponse')
|
81
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
28
82
|
GetBillOfMaterialsImportJobRequest = Shapes::StructureShape.new(name: 'GetBillOfMaterialsImportJobRequest')
|
29
83
|
GetBillOfMaterialsImportJobResponse = Shapes::StructureShape.new(name: 'GetBillOfMaterialsImportJobResponse')
|
84
|
+
GetDataIntegrationFlowRequest = Shapes::StructureShape.new(name: 'GetDataIntegrationFlowRequest')
|
85
|
+
GetDataIntegrationFlowResponse = Shapes::StructureShape.new(name: 'GetDataIntegrationFlowResponse')
|
86
|
+
GetDataLakeDatasetRequest = Shapes::StructureShape.new(name: 'GetDataLakeDatasetRequest')
|
87
|
+
GetDataLakeDatasetResponse = Shapes::StructureShape.new(name: 'GetDataLakeDatasetResponse')
|
88
|
+
GetInstanceRequest = Shapes::StructureShape.new(name: 'GetInstanceRequest')
|
89
|
+
GetInstanceResponse = Shapes::StructureShape.new(name: 'GetInstanceResponse')
|
90
|
+
Instance = Shapes::StructureShape.new(name: 'Instance')
|
91
|
+
InstanceDescription = Shapes::StringShape.new(name: 'InstanceDescription')
|
92
|
+
InstanceList = Shapes::ListShape.new(name: 'InstanceList')
|
93
|
+
InstanceMaxResults = Shapes::IntegerShape.new(name: 'InstanceMaxResults')
|
94
|
+
InstanceName = Shapes::StringShape.new(name: 'InstanceName')
|
95
|
+
InstanceNameList = Shapes::ListShape.new(name: 'InstanceNameList')
|
96
|
+
InstanceNextToken = Shapes::StringShape.new(name: 'InstanceNextToken')
|
97
|
+
InstanceState = Shapes::StringShape.new(name: 'InstanceState')
|
98
|
+
InstanceStateList = Shapes::ListShape.new(name: 'InstanceStateList')
|
99
|
+
InstanceWebAppDnsDomain = Shapes::StringShape.new(name: 'InstanceWebAppDnsDomain')
|
30
100
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
101
|
+
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
102
|
+
ListDataIntegrationFlowsRequest = Shapes::StructureShape.new(name: 'ListDataIntegrationFlowsRequest')
|
103
|
+
ListDataIntegrationFlowsResponse = Shapes::StructureShape.new(name: 'ListDataIntegrationFlowsResponse')
|
104
|
+
ListDataLakeDatasetsRequest = Shapes::StructureShape.new(name: 'ListDataLakeDatasetsRequest')
|
105
|
+
ListDataLakeDatasetsResponse = Shapes::StructureShape.new(name: 'ListDataLakeDatasetsResponse')
|
106
|
+
ListInstancesRequest = Shapes::StructureShape.new(name: 'ListInstancesRequest')
|
107
|
+
ListInstancesResponse = Shapes::StructureShape.new(name: 'ListInstancesResponse')
|
108
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
109
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
31
110
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
111
|
+
S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
|
32
112
|
SendDataIntegrationEventRequest = Shapes::StructureShape.new(name: 'SendDataIntegrationEventRequest')
|
33
113
|
SendDataIntegrationEventResponse = Shapes::StructureShape.new(name: 'SendDataIntegrationEventResponse')
|
34
114
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
35
115
|
String = Shapes::StringShape.new(name: 'String')
|
36
116
|
SyntheticTimestamp_epoch_seconds = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_epoch_seconds', timestampFormat: "unixTimestamp")
|
117
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
118
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
119
|
+
TagMap = Shapes::MapShape.new(name: 'TagMap')
|
120
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
121
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
122
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
37
123
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
124
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
38
125
|
UUID = Shapes::StringShape.new(name: 'UUID')
|
126
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
127
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
128
|
+
UpdateDataIntegrationFlowRequest = Shapes::StructureShape.new(name: 'UpdateDataIntegrationFlowRequest')
|
129
|
+
UpdateDataIntegrationFlowResponse = Shapes::StructureShape.new(name: 'UpdateDataIntegrationFlowResponse')
|
130
|
+
UpdateDataLakeDatasetRequest = Shapes::StructureShape.new(name: 'UpdateDataLakeDatasetRequest')
|
131
|
+
UpdateDataLakeDatasetResponse = Shapes::StructureShape.new(name: 'UpdateDataLakeDatasetResponse')
|
132
|
+
UpdateInstanceRequest = Shapes::StructureShape.new(name: 'UpdateInstanceRequest')
|
133
|
+
UpdateInstanceResponse = Shapes::StructureShape.new(name: 'UpdateInstanceResponse')
|
39
134
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
40
135
|
|
41
136
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
@@ -59,6 +154,142 @@ module Aws::SupplyChain
|
|
59
154
|
CreateBillOfMaterialsImportJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "jobId"))
|
60
155
|
CreateBillOfMaterialsImportJobResponse.struct_class = Types::CreateBillOfMaterialsImportJobResponse
|
61
156
|
|
157
|
+
CreateDataIntegrationFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "instanceId"))
|
158
|
+
CreateDataIntegrationFlowRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataIntegrationFlowName, required: true, location: "uri", location_name: "name"))
|
159
|
+
CreateDataIntegrationFlowRequest.add_member(:sources, Shapes::ShapeRef.new(shape: DataIntegrationFlowSourceList, required: true, location_name: "sources"))
|
160
|
+
CreateDataIntegrationFlowRequest.add_member(:transformation, Shapes::ShapeRef.new(shape: DataIntegrationFlowTransformation, required: true, location_name: "transformation"))
|
161
|
+
CreateDataIntegrationFlowRequest.add_member(:target, Shapes::ShapeRef.new(shape: DataIntegrationFlowTarget, required: true, location_name: "target"))
|
162
|
+
CreateDataIntegrationFlowRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
163
|
+
CreateDataIntegrationFlowRequest.struct_class = Types::CreateDataIntegrationFlowRequest
|
164
|
+
|
165
|
+
CreateDataIntegrationFlowResponse.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "instanceId"))
|
166
|
+
CreateDataIntegrationFlowResponse.add_member(:name, Shapes::ShapeRef.new(shape: DataIntegrationFlowName, required: true, location_name: "name"))
|
167
|
+
CreateDataIntegrationFlowResponse.struct_class = Types::CreateDataIntegrationFlowResponse
|
168
|
+
|
169
|
+
CreateDataLakeDatasetRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "instanceId"))
|
170
|
+
CreateDataLakeDatasetRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: DataLakeDatasetNamespace, required: true, location: "uri", location_name: "namespace"))
|
171
|
+
CreateDataLakeDatasetRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataLakeDatasetName, required: true, location: "uri", location_name: "name"))
|
172
|
+
CreateDataLakeDatasetRequest.add_member(:schema, Shapes::ShapeRef.new(shape: DataLakeDatasetSchema, location_name: "schema"))
|
173
|
+
CreateDataLakeDatasetRequest.add_member(:description, Shapes::ShapeRef.new(shape: DataLakeDatasetDescription, location_name: "description"))
|
174
|
+
CreateDataLakeDatasetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
175
|
+
CreateDataLakeDatasetRequest.struct_class = Types::CreateDataLakeDatasetRequest
|
176
|
+
|
177
|
+
CreateDataLakeDatasetResponse.add_member(:dataset, Shapes::ShapeRef.new(shape: DataLakeDataset, required: true, location_name: "dataset"))
|
178
|
+
CreateDataLakeDatasetResponse.struct_class = Types::CreateDataLakeDatasetResponse
|
179
|
+
|
180
|
+
CreateInstanceRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: InstanceName, location_name: "instanceName"))
|
181
|
+
CreateInstanceRequest.add_member(:instance_description, Shapes::ShapeRef.new(shape: InstanceDescription, location_name: "instanceDescription"))
|
182
|
+
CreateInstanceRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
183
|
+
CreateInstanceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
184
|
+
CreateInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
185
|
+
CreateInstanceRequest.struct_class = Types::CreateInstanceRequest
|
186
|
+
|
187
|
+
CreateInstanceResponse.add_member(:instance, Shapes::ShapeRef.new(shape: Instance, required: true, location_name: "instance"))
|
188
|
+
CreateInstanceResponse.struct_class = Types::CreateInstanceResponse
|
189
|
+
|
190
|
+
DataIntegrationFlow.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "instanceId"))
|
191
|
+
DataIntegrationFlow.add_member(:name, Shapes::ShapeRef.new(shape: DataIntegrationFlowName, required: true, location_name: "name"))
|
192
|
+
DataIntegrationFlow.add_member(:sources, Shapes::ShapeRef.new(shape: DataIntegrationFlowSourceList, required: true, location_name: "sources"))
|
193
|
+
DataIntegrationFlow.add_member(:transformation, Shapes::ShapeRef.new(shape: DataIntegrationFlowTransformation, required: true, location_name: "transformation"))
|
194
|
+
DataIntegrationFlow.add_member(:target, Shapes::ShapeRef.new(shape: DataIntegrationFlowTarget, required: true, location_name: "target"))
|
195
|
+
DataIntegrationFlow.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
|
196
|
+
DataIntegrationFlow.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastModifiedTime"))
|
197
|
+
DataIntegrationFlow.struct_class = Types::DataIntegrationFlow
|
198
|
+
|
199
|
+
DataIntegrationFlowDatasetOptions.add_member(:load_type, Shapes::ShapeRef.new(shape: DataIntegrationFlowLoadType, location_name: "loadType"))
|
200
|
+
DataIntegrationFlowDatasetOptions.add_member(:dedupe_records, Shapes::ShapeRef.new(shape: Boolean, location_name: "dedupeRecords"))
|
201
|
+
DataIntegrationFlowDatasetOptions.struct_class = Types::DataIntegrationFlowDatasetOptions
|
202
|
+
|
203
|
+
DataIntegrationFlowDatasetSourceConfiguration.add_member(:dataset_identifier, Shapes::ShapeRef.new(shape: DatasetIdentifier, required: true, location_name: "datasetIdentifier"))
|
204
|
+
DataIntegrationFlowDatasetSourceConfiguration.add_member(:options, Shapes::ShapeRef.new(shape: DataIntegrationFlowDatasetOptions, location_name: "options"))
|
205
|
+
DataIntegrationFlowDatasetSourceConfiguration.struct_class = Types::DataIntegrationFlowDatasetSourceConfiguration
|
206
|
+
|
207
|
+
DataIntegrationFlowDatasetTargetConfiguration.add_member(:dataset_identifier, Shapes::ShapeRef.new(shape: DatasetIdentifier, required: true, location_name: "datasetIdentifier"))
|
208
|
+
DataIntegrationFlowDatasetTargetConfiguration.add_member(:options, Shapes::ShapeRef.new(shape: DataIntegrationFlowDatasetOptions, location_name: "options"))
|
209
|
+
DataIntegrationFlowDatasetTargetConfiguration.struct_class = Types::DataIntegrationFlowDatasetTargetConfiguration
|
210
|
+
|
211
|
+
DataIntegrationFlowList.member = Shapes::ShapeRef.new(shape: DataIntegrationFlow)
|
212
|
+
|
213
|
+
DataIntegrationFlowS3Options.add_member(:file_type, Shapes::ShapeRef.new(shape: DataIntegrationFlowFileType, location_name: "fileType"))
|
214
|
+
DataIntegrationFlowS3Options.struct_class = Types::DataIntegrationFlowS3Options
|
215
|
+
|
216
|
+
DataIntegrationFlowS3SourceConfiguration.add_member(:bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "bucketName"))
|
217
|
+
DataIntegrationFlowS3SourceConfiguration.add_member(:prefix, Shapes::ShapeRef.new(shape: DataIntegrationFlowS3Prefix, required: true, location_name: "prefix"))
|
218
|
+
DataIntegrationFlowS3SourceConfiguration.add_member(:options, Shapes::ShapeRef.new(shape: DataIntegrationFlowS3Options, location_name: "options"))
|
219
|
+
DataIntegrationFlowS3SourceConfiguration.struct_class = Types::DataIntegrationFlowS3SourceConfiguration
|
220
|
+
|
221
|
+
DataIntegrationFlowS3TargetConfiguration.add_member(:bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "bucketName"))
|
222
|
+
DataIntegrationFlowS3TargetConfiguration.add_member(:prefix, Shapes::ShapeRef.new(shape: DataIntegrationFlowS3Prefix, required: true, location_name: "prefix"))
|
223
|
+
DataIntegrationFlowS3TargetConfiguration.add_member(:options, Shapes::ShapeRef.new(shape: DataIntegrationFlowS3Options, location_name: "options"))
|
224
|
+
DataIntegrationFlowS3TargetConfiguration.struct_class = Types::DataIntegrationFlowS3TargetConfiguration
|
225
|
+
|
226
|
+
DataIntegrationFlowSQLTransformationConfiguration.add_member(:query, Shapes::ShapeRef.new(shape: DataIntegrationFlowSQLQuery, required: true, location_name: "query"))
|
227
|
+
DataIntegrationFlowSQLTransformationConfiguration.struct_class = Types::DataIntegrationFlowSQLTransformationConfiguration
|
228
|
+
|
229
|
+
DataIntegrationFlowSource.add_member(:source_type, Shapes::ShapeRef.new(shape: DataIntegrationFlowSourceType, required: true, location_name: "sourceType"))
|
230
|
+
DataIntegrationFlowSource.add_member(:source_name, Shapes::ShapeRef.new(shape: DataIntegrationFlowSourceName, required: true, location_name: "sourceName"))
|
231
|
+
DataIntegrationFlowSource.add_member(:s3_source, Shapes::ShapeRef.new(shape: DataIntegrationFlowS3SourceConfiguration, location_name: "s3Source"))
|
232
|
+
DataIntegrationFlowSource.add_member(:dataset_source, Shapes::ShapeRef.new(shape: DataIntegrationFlowDatasetSourceConfiguration, location_name: "datasetSource"))
|
233
|
+
DataIntegrationFlowSource.struct_class = Types::DataIntegrationFlowSource
|
234
|
+
|
235
|
+
DataIntegrationFlowSourceList.member = Shapes::ShapeRef.new(shape: DataIntegrationFlowSource)
|
236
|
+
|
237
|
+
DataIntegrationFlowTarget.add_member(:target_type, Shapes::ShapeRef.new(shape: DataIntegrationFlowTargetType, required: true, location_name: "targetType"))
|
238
|
+
DataIntegrationFlowTarget.add_member(:s3_target, Shapes::ShapeRef.new(shape: DataIntegrationFlowS3TargetConfiguration, location_name: "s3Target"))
|
239
|
+
DataIntegrationFlowTarget.add_member(:dataset_target, Shapes::ShapeRef.new(shape: DataIntegrationFlowDatasetTargetConfiguration, location_name: "datasetTarget"))
|
240
|
+
DataIntegrationFlowTarget.struct_class = Types::DataIntegrationFlowTarget
|
241
|
+
|
242
|
+
DataIntegrationFlowTransformation.add_member(:transformation_type, Shapes::ShapeRef.new(shape: DataIntegrationFlowTransformationType, required: true, location_name: "transformationType"))
|
243
|
+
DataIntegrationFlowTransformation.add_member(:sql_transformation, Shapes::ShapeRef.new(shape: DataIntegrationFlowSQLTransformationConfiguration, location_name: "sqlTransformation"))
|
244
|
+
DataIntegrationFlowTransformation.struct_class = Types::DataIntegrationFlowTransformation
|
245
|
+
|
246
|
+
DataLakeDataset.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "instanceId"))
|
247
|
+
DataLakeDataset.add_member(:namespace, Shapes::ShapeRef.new(shape: DataLakeDatasetNamespace, required: true, location_name: "namespace"))
|
248
|
+
DataLakeDataset.add_member(:name, Shapes::ShapeRef.new(shape: DataLakeDatasetName, required: true, location_name: "name"))
|
249
|
+
DataLakeDataset.add_member(:arn, Shapes::ShapeRef.new(shape: AscResourceArn, required: true, location_name: "arn"))
|
250
|
+
DataLakeDataset.add_member(:schema, Shapes::ShapeRef.new(shape: DataLakeDatasetSchema, required: true, location_name: "schema"))
|
251
|
+
DataLakeDataset.add_member(:description, Shapes::ShapeRef.new(shape: DataLakeDatasetDescription, location_name: "description"))
|
252
|
+
DataLakeDataset.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
|
253
|
+
DataLakeDataset.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastModifiedTime"))
|
254
|
+
DataLakeDataset.struct_class = Types::DataLakeDataset
|
255
|
+
|
256
|
+
DataLakeDatasetList.member = Shapes::ShapeRef.new(shape: DataLakeDataset)
|
257
|
+
|
258
|
+
DataLakeDatasetSchema.add_member(:name, Shapes::ShapeRef.new(shape: DataLakeDatasetSchemaName, required: true, location_name: "name"))
|
259
|
+
DataLakeDatasetSchema.add_member(:fields, Shapes::ShapeRef.new(shape: DataLakeDatasetSchemaFieldList, required: true, location_name: "fields"))
|
260
|
+
DataLakeDatasetSchema.struct_class = Types::DataLakeDatasetSchema
|
261
|
+
|
262
|
+
DataLakeDatasetSchemaField.add_member(:name, Shapes::ShapeRef.new(shape: DataLakeDatasetSchemaFieldName, required: true, location_name: "name"))
|
263
|
+
DataLakeDatasetSchemaField.add_member(:type, Shapes::ShapeRef.new(shape: DataLakeDatasetSchemaFieldType, required: true, location_name: "type"))
|
264
|
+
DataLakeDatasetSchemaField.add_member(:is_required, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isRequired"))
|
265
|
+
DataLakeDatasetSchemaField.struct_class = Types::DataLakeDatasetSchemaField
|
266
|
+
|
267
|
+
DataLakeDatasetSchemaFieldList.member = Shapes::ShapeRef.new(shape: DataLakeDatasetSchemaField)
|
268
|
+
|
269
|
+
DeleteDataIntegrationFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "instanceId"))
|
270
|
+
DeleteDataIntegrationFlowRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataIntegrationFlowName, required: true, location: "uri", location_name: "name"))
|
271
|
+
DeleteDataIntegrationFlowRequest.struct_class = Types::DeleteDataIntegrationFlowRequest
|
272
|
+
|
273
|
+
DeleteDataIntegrationFlowResponse.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "instanceId"))
|
274
|
+
DeleteDataIntegrationFlowResponse.add_member(:name, Shapes::ShapeRef.new(shape: DataIntegrationFlowName, required: true, location_name: "name"))
|
275
|
+
DeleteDataIntegrationFlowResponse.struct_class = Types::DeleteDataIntegrationFlowResponse
|
276
|
+
|
277
|
+
DeleteDataLakeDatasetRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "instanceId"))
|
278
|
+
DeleteDataLakeDatasetRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: DataLakeDatasetNamespace, required: true, location: "uri", location_name: "namespace"))
|
279
|
+
DeleteDataLakeDatasetRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataLakeDatasetName, required: true, location: "uri", location_name: "name"))
|
280
|
+
DeleteDataLakeDatasetRequest.struct_class = Types::DeleteDataLakeDatasetRequest
|
281
|
+
|
282
|
+
DeleteDataLakeDatasetResponse.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "instanceId"))
|
283
|
+
DeleteDataLakeDatasetResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: DataLakeDatasetNamespace, required: true, location_name: "namespace"))
|
284
|
+
DeleteDataLakeDatasetResponse.add_member(:name, Shapes::ShapeRef.new(shape: DataLakeDatasetName, required: true, location_name: "name"))
|
285
|
+
DeleteDataLakeDatasetResponse.struct_class = Types::DeleteDataLakeDatasetResponse
|
286
|
+
|
287
|
+
DeleteInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "instanceId"))
|
288
|
+
DeleteInstanceRequest.struct_class = Types::DeleteInstanceRequest
|
289
|
+
|
290
|
+
DeleteInstanceResponse.add_member(:instance, Shapes::ShapeRef.new(shape: Instance, required: true, location_name: "instance"))
|
291
|
+
DeleteInstanceResponse.struct_class = Types::DeleteInstanceResponse
|
292
|
+
|
62
293
|
GetBillOfMaterialsImportJobRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "instanceId"))
|
63
294
|
GetBillOfMaterialsImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "jobId"))
|
64
295
|
GetBillOfMaterialsImportJobRequest.struct_class = Types::GetBillOfMaterialsImportJobRequest
|
@@ -66,9 +297,83 @@ module Aws::SupplyChain
|
|
66
297
|
GetBillOfMaterialsImportJobResponse.add_member(:job, Shapes::ShapeRef.new(shape: BillOfMaterialsImportJob, required: true, location_name: "job"))
|
67
298
|
GetBillOfMaterialsImportJobResponse.struct_class = Types::GetBillOfMaterialsImportJobResponse
|
68
299
|
|
300
|
+
GetDataIntegrationFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "instanceId"))
|
301
|
+
GetDataIntegrationFlowRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataIntegrationFlowName, required: true, location: "uri", location_name: "name"))
|
302
|
+
GetDataIntegrationFlowRequest.struct_class = Types::GetDataIntegrationFlowRequest
|
303
|
+
|
304
|
+
GetDataIntegrationFlowResponse.add_member(:flow, Shapes::ShapeRef.new(shape: DataIntegrationFlow, required: true, location_name: "flow"))
|
305
|
+
GetDataIntegrationFlowResponse.struct_class = Types::GetDataIntegrationFlowResponse
|
306
|
+
|
307
|
+
GetDataLakeDatasetRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "instanceId"))
|
308
|
+
GetDataLakeDatasetRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: DataLakeDatasetNamespace, required: true, location: "uri", location_name: "namespace"))
|
309
|
+
GetDataLakeDatasetRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataLakeDatasetName, required: true, location: "uri", location_name: "name"))
|
310
|
+
GetDataLakeDatasetRequest.struct_class = Types::GetDataLakeDatasetRequest
|
311
|
+
|
312
|
+
GetDataLakeDatasetResponse.add_member(:dataset, Shapes::ShapeRef.new(shape: DataLakeDataset, required: true, location_name: "dataset"))
|
313
|
+
GetDataLakeDatasetResponse.struct_class = Types::GetDataLakeDatasetResponse
|
314
|
+
|
315
|
+
GetInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "instanceId"))
|
316
|
+
GetInstanceRequest.struct_class = Types::GetInstanceRequest
|
317
|
+
|
318
|
+
GetInstanceResponse.add_member(:instance, Shapes::ShapeRef.new(shape: Instance, required: true, location_name: "instance"))
|
319
|
+
GetInstanceResponse.struct_class = Types::GetInstanceResponse
|
320
|
+
|
321
|
+
Instance.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "instanceId"))
|
322
|
+
Instance.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location_name: "awsAccountId"))
|
323
|
+
Instance.add_member(:state, Shapes::ShapeRef.new(shape: InstanceState, required: true, location_name: "state"))
|
324
|
+
Instance.add_member(:web_app_dns_domain, Shapes::ShapeRef.new(shape: InstanceWebAppDnsDomain, location_name: "webAppDnsDomain"))
|
325
|
+
Instance.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdTime"))
|
326
|
+
Instance.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastModifiedTime"))
|
327
|
+
Instance.add_member(:instance_name, Shapes::ShapeRef.new(shape: InstanceName, location_name: "instanceName"))
|
328
|
+
Instance.add_member(:instance_description, Shapes::ShapeRef.new(shape: InstanceDescription, location_name: "instanceDescription"))
|
329
|
+
Instance.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
330
|
+
Instance.add_member(:version_number, Shapes::ShapeRef.new(shape: Double, location_name: "versionNumber"))
|
331
|
+
Instance.struct_class = Types::Instance
|
332
|
+
|
333
|
+
InstanceList.member = Shapes::ShapeRef.new(shape: Instance)
|
334
|
+
|
335
|
+
InstanceNameList.member = Shapes::ShapeRef.new(shape: InstanceName)
|
336
|
+
|
337
|
+
InstanceStateList.member = Shapes::ShapeRef.new(shape: InstanceState)
|
338
|
+
|
69
339
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
70
340
|
InternalServerException.struct_class = Types::InternalServerException
|
71
341
|
|
342
|
+
ListDataIntegrationFlowsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "instanceId"))
|
343
|
+
ListDataIntegrationFlowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: DataIntegrationFlowNextToken, location: "querystring", location_name: "nextToken"))
|
344
|
+
ListDataIntegrationFlowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DataIntegrationFlowMaxResults, location: "querystring", location_name: "maxResults"))
|
345
|
+
ListDataIntegrationFlowsRequest.struct_class = Types::ListDataIntegrationFlowsRequest
|
346
|
+
|
347
|
+
ListDataIntegrationFlowsResponse.add_member(:flows, Shapes::ShapeRef.new(shape: DataIntegrationFlowList, required: true, location_name: "flows"))
|
348
|
+
ListDataIntegrationFlowsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: DataIntegrationFlowNextToken, location_name: "nextToken"))
|
349
|
+
ListDataIntegrationFlowsResponse.struct_class = Types::ListDataIntegrationFlowsResponse
|
350
|
+
|
351
|
+
ListDataLakeDatasetsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "instanceId"))
|
352
|
+
ListDataLakeDatasetsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: DataLakeDatasetNamespace, required: true, location: "uri", location_name: "namespace"))
|
353
|
+
ListDataLakeDatasetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: DataLakeDatasetNextToken, location: "querystring", location_name: "nextToken"))
|
354
|
+
ListDataLakeDatasetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DataLakeDatasetMaxResults, location: "querystring", location_name: "maxResults"))
|
355
|
+
ListDataLakeDatasetsRequest.struct_class = Types::ListDataLakeDatasetsRequest
|
356
|
+
|
357
|
+
ListDataLakeDatasetsResponse.add_member(:datasets, Shapes::ShapeRef.new(shape: DataLakeDatasetList, required: true, location_name: "datasets"))
|
358
|
+
ListDataLakeDatasetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: DataLakeDatasetNextToken, location_name: "nextToken"))
|
359
|
+
ListDataLakeDatasetsResponse.struct_class = Types::ListDataLakeDatasetsResponse
|
360
|
+
|
361
|
+
ListInstancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: InstanceNextToken, location: "querystring", location_name: "nextToken"))
|
362
|
+
ListInstancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: InstanceMaxResults, location: "querystring", location_name: "maxResults"))
|
363
|
+
ListInstancesRequest.add_member(:instance_name_filter, Shapes::ShapeRef.new(shape: InstanceNameList, location: "querystring", location_name: "instanceNameFilter"))
|
364
|
+
ListInstancesRequest.add_member(:instance_state_filter, Shapes::ShapeRef.new(shape: InstanceStateList, location: "querystring", location_name: "instanceStateFilter"))
|
365
|
+
ListInstancesRequest.struct_class = Types::ListInstancesRequest
|
366
|
+
|
367
|
+
ListInstancesResponse.add_member(:instances, Shapes::ShapeRef.new(shape: InstanceList, required: true, location_name: "instances"))
|
368
|
+
ListInstancesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: InstanceNextToken, location_name: "nextToken"))
|
369
|
+
ListInstancesResponse.struct_class = Types::ListInstancesResponse
|
370
|
+
|
371
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AscResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
372
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
373
|
+
|
374
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
|
375
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
376
|
+
|
72
377
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
73
378
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
74
379
|
|
@@ -86,9 +391,53 @@ module Aws::SupplyChain
|
|
86
391
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
87
392
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
88
393
|
|
394
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
395
|
+
|
396
|
+
TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
397
|
+
TagMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
398
|
+
|
399
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AscResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
400
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
|
401
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
402
|
+
|
403
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
404
|
+
|
89
405
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
90
406
|
ThrottlingException.struct_class = Types::ThrottlingException
|
91
407
|
|
408
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AscResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
409
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
410
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
411
|
+
|
412
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
413
|
+
|
414
|
+
UpdateDataIntegrationFlowRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "instanceId"))
|
415
|
+
UpdateDataIntegrationFlowRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataIntegrationFlowName, required: true, location: "uri", location_name: "name"))
|
416
|
+
UpdateDataIntegrationFlowRequest.add_member(:sources, Shapes::ShapeRef.new(shape: DataIntegrationFlowSourceList, location_name: "sources"))
|
417
|
+
UpdateDataIntegrationFlowRequest.add_member(:transformation, Shapes::ShapeRef.new(shape: DataIntegrationFlowTransformation, location_name: "transformation"))
|
418
|
+
UpdateDataIntegrationFlowRequest.add_member(:target, Shapes::ShapeRef.new(shape: DataIntegrationFlowTarget, location_name: "target"))
|
419
|
+
UpdateDataIntegrationFlowRequest.struct_class = Types::UpdateDataIntegrationFlowRequest
|
420
|
+
|
421
|
+
UpdateDataIntegrationFlowResponse.add_member(:flow, Shapes::ShapeRef.new(shape: DataIntegrationFlow, required: true, location_name: "flow"))
|
422
|
+
UpdateDataIntegrationFlowResponse.struct_class = Types::UpdateDataIntegrationFlowResponse
|
423
|
+
|
424
|
+
UpdateDataLakeDatasetRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "instanceId"))
|
425
|
+
UpdateDataLakeDatasetRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: DataLakeDatasetNamespace, required: true, location: "uri", location_name: "namespace"))
|
426
|
+
UpdateDataLakeDatasetRequest.add_member(:name, Shapes::ShapeRef.new(shape: DataLakeDatasetName, required: true, location: "uri", location_name: "name"))
|
427
|
+
UpdateDataLakeDatasetRequest.add_member(:description, Shapes::ShapeRef.new(shape: DataLakeDatasetDescription, location_name: "description"))
|
428
|
+
UpdateDataLakeDatasetRequest.struct_class = Types::UpdateDataLakeDatasetRequest
|
429
|
+
|
430
|
+
UpdateDataLakeDatasetResponse.add_member(:dataset, Shapes::ShapeRef.new(shape: DataLakeDataset, required: true, location_name: "dataset"))
|
431
|
+
UpdateDataLakeDatasetResponse.struct_class = Types::UpdateDataLakeDatasetResponse
|
432
|
+
|
433
|
+
UpdateInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "instanceId"))
|
434
|
+
UpdateInstanceRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: InstanceName, location_name: "instanceName"))
|
435
|
+
UpdateInstanceRequest.add_member(:instance_description, Shapes::ShapeRef.new(shape: InstanceDescription, location_name: "instanceDescription"))
|
436
|
+
UpdateInstanceRequest.struct_class = Types::UpdateInstanceRequest
|
437
|
+
|
438
|
+
UpdateInstanceResponse.add_member(:instance, Shapes::ShapeRef.new(shape: Instance, required: true, location_name: "instance"))
|
439
|
+
UpdateInstanceResponse.struct_class = Types::UpdateInstanceResponse
|
440
|
+
|
92
441
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
93
442
|
ValidationException.struct_class = Types::ValidationException
|
94
443
|
|
@@ -126,6 +475,96 @@ module Aws::SupplyChain
|
|
126
475
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
127
476
|
end)
|
128
477
|
|
478
|
+
api.add_operation(:create_data_integration_flow, Seahorse::Model::Operation.new.tap do |o|
|
479
|
+
o.name = "CreateDataIntegrationFlow"
|
480
|
+
o.http_method = "PUT"
|
481
|
+
o.http_request_uri = "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}"
|
482
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDataIntegrationFlowRequest)
|
483
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDataIntegrationFlowResponse)
|
484
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
485
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
486
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
487
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
488
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
489
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
490
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
491
|
+
end)
|
492
|
+
|
493
|
+
api.add_operation(:create_data_lake_dataset, Seahorse::Model::Operation.new.tap do |o|
|
494
|
+
o.name = "CreateDataLakeDataset"
|
495
|
+
o.http_method = "PUT"
|
496
|
+
o.http_request_uri = "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}"
|
497
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDataLakeDatasetRequest)
|
498
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDataLakeDatasetResponse)
|
499
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
500
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
501
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
502
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
503
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
504
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
505
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
506
|
+
end)
|
507
|
+
|
508
|
+
api.add_operation(:create_instance, Seahorse::Model::Operation.new.tap do |o|
|
509
|
+
o.name = "CreateInstance"
|
510
|
+
o.http_method = "POST"
|
511
|
+
o.http_request_uri = "/api/instance"
|
512
|
+
o.input = Shapes::ShapeRef.new(shape: CreateInstanceRequest)
|
513
|
+
o.output = Shapes::ShapeRef.new(shape: CreateInstanceResponse)
|
514
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
515
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
516
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
517
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
518
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
519
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
520
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
521
|
+
end)
|
522
|
+
|
523
|
+
api.add_operation(:delete_data_integration_flow, Seahorse::Model::Operation.new.tap do |o|
|
524
|
+
o.name = "DeleteDataIntegrationFlow"
|
525
|
+
o.http_method = "DELETE"
|
526
|
+
o.http_request_uri = "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}"
|
527
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDataIntegrationFlowRequest)
|
528
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDataIntegrationFlowResponse)
|
529
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
530
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
531
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
532
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
533
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
534
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
535
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
536
|
+
end)
|
537
|
+
|
538
|
+
api.add_operation(:delete_data_lake_dataset, Seahorse::Model::Operation.new.tap do |o|
|
539
|
+
o.name = "DeleteDataLakeDataset"
|
540
|
+
o.http_method = "DELETE"
|
541
|
+
o.http_request_uri = "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}"
|
542
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDataLakeDatasetRequest)
|
543
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDataLakeDatasetResponse)
|
544
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
545
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
546
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
547
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
548
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
549
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
550
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
551
|
+
end)
|
552
|
+
|
553
|
+
api.add_operation(:delete_instance, Seahorse::Model::Operation.new.tap do |o|
|
554
|
+
o.name = "DeleteInstance"
|
555
|
+
o.http_method = "DELETE"
|
556
|
+
o.http_request_uri = "/api/instance/{instanceId}"
|
557
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteInstanceRequest)
|
558
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteInstanceResponse)
|
559
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
560
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
561
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
562
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
563
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
564
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
565
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
566
|
+
end)
|
567
|
+
|
129
568
|
api.add_operation(:get_bill_of_materials_import_job, Seahorse::Model::Operation.new.tap do |o|
|
130
569
|
o.name = "GetBillOfMaterialsImportJob"
|
131
570
|
o.http_method = "GET"
|
@@ -141,6 +580,129 @@ module Aws::SupplyChain
|
|
141
580
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
142
581
|
end)
|
143
582
|
|
583
|
+
api.add_operation(:get_data_integration_flow, Seahorse::Model::Operation.new.tap do |o|
|
584
|
+
o.name = "GetDataIntegrationFlow"
|
585
|
+
o.http_method = "GET"
|
586
|
+
o.http_request_uri = "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}"
|
587
|
+
o.input = Shapes::ShapeRef.new(shape: GetDataIntegrationFlowRequest)
|
588
|
+
o.output = Shapes::ShapeRef.new(shape: GetDataIntegrationFlowResponse)
|
589
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
590
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
591
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
592
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
593
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
594
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
595
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
596
|
+
end)
|
597
|
+
|
598
|
+
api.add_operation(:get_data_lake_dataset, Seahorse::Model::Operation.new.tap do |o|
|
599
|
+
o.name = "GetDataLakeDataset"
|
600
|
+
o.http_method = "GET"
|
601
|
+
o.http_request_uri = "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}"
|
602
|
+
o.input = Shapes::ShapeRef.new(shape: GetDataLakeDatasetRequest)
|
603
|
+
o.output = Shapes::ShapeRef.new(shape: GetDataLakeDatasetResponse)
|
604
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
605
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
606
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
607
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
608
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
609
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
610
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
611
|
+
end)
|
612
|
+
|
613
|
+
api.add_operation(:get_instance, Seahorse::Model::Operation.new.tap do |o|
|
614
|
+
o.name = "GetInstance"
|
615
|
+
o.http_method = "GET"
|
616
|
+
o.http_request_uri = "/api/instance/{instanceId}"
|
617
|
+
o.input = Shapes::ShapeRef.new(shape: GetInstanceRequest)
|
618
|
+
o.output = Shapes::ShapeRef.new(shape: GetInstanceResponse)
|
619
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
620
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
621
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
622
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
623
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
624
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
625
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
626
|
+
end)
|
627
|
+
|
628
|
+
api.add_operation(:list_data_integration_flows, Seahorse::Model::Operation.new.tap do |o|
|
629
|
+
o.name = "ListDataIntegrationFlows"
|
630
|
+
o.http_method = "GET"
|
631
|
+
o.http_request_uri = "/api/data-integration/instance/{instanceId}/data-integration-flows"
|
632
|
+
o.input = Shapes::ShapeRef.new(shape: ListDataIntegrationFlowsRequest)
|
633
|
+
o.output = Shapes::ShapeRef.new(shape: ListDataIntegrationFlowsResponse)
|
634
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
635
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
636
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
637
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
638
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
639
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
640
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
641
|
+
o[:pager] = Aws::Pager.new(
|
642
|
+
limit_key: "max_results",
|
643
|
+
tokens: {
|
644
|
+
"next_token" => "next_token"
|
645
|
+
}
|
646
|
+
)
|
647
|
+
end)
|
648
|
+
|
649
|
+
api.add_operation(:list_data_lake_datasets, Seahorse::Model::Operation.new.tap do |o|
|
650
|
+
o.name = "ListDataLakeDatasets"
|
651
|
+
o.http_method = "GET"
|
652
|
+
o.http_request_uri = "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets"
|
653
|
+
o.input = Shapes::ShapeRef.new(shape: ListDataLakeDatasetsRequest)
|
654
|
+
o.output = Shapes::ShapeRef.new(shape: ListDataLakeDatasetsResponse)
|
655
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
656
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
657
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
658
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
659
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
660
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
661
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
662
|
+
o[:pager] = Aws::Pager.new(
|
663
|
+
limit_key: "max_results",
|
664
|
+
tokens: {
|
665
|
+
"next_token" => "next_token"
|
666
|
+
}
|
667
|
+
)
|
668
|
+
end)
|
669
|
+
|
670
|
+
api.add_operation(:list_instances, Seahorse::Model::Operation.new.tap do |o|
|
671
|
+
o.name = "ListInstances"
|
672
|
+
o.http_method = "GET"
|
673
|
+
o.http_request_uri = "/api/instance"
|
674
|
+
o.input = Shapes::ShapeRef.new(shape: ListInstancesRequest)
|
675
|
+
o.output = Shapes::ShapeRef.new(shape: ListInstancesResponse)
|
676
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
677
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
678
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
679
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
680
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
681
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
682
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
683
|
+
o[:pager] = Aws::Pager.new(
|
684
|
+
limit_key: "max_results",
|
685
|
+
tokens: {
|
686
|
+
"next_token" => "next_token"
|
687
|
+
}
|
688
|
+
)
|
689
|
+
end)
|
690
|
+
|
691
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
692
|
+
o.name = "ListTagsForResource"
|
693
|
+
o.http_method = "GET"
|
694
|
+
o.http_request_uri = "/api/tags/{resourceArn}"
|
695
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
696
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
697
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
698
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
699
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
700
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
701
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
702
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
703
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
704
|
+
end)
|
705
|
+
|
144
706
|
api.add_operation(:send_data_integration_event, Seahorse::Model::Operation.new.tap do |o|
|
145
707
|
o.name = "SendDataIntegrationEvent"
|
146
708
|
o.http_method = "POST"
|
@@ -155,6 +717,81 @@ module Aws::SupplyChain
|
|
155
717
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
156
718
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
157
719
|
end)
|
720
|
+
|
721
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
722
|
+
o.name = "TagResource"
|
723
|
+
o.http_method = "POST"
|
724
|
+
o.http_request_uri = "/api/tags/{resourceArn}"
|
725
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
726
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
727
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
728
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
729
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
730
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
731
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
732
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
733
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
734
|
+
end)
|
735
|
+
|
736
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
737
|
+
o.name = "UntagResource"
|
738
|
+
o.http_method = "DELETE"
|
739
|
+
o.http_request_uri = "/api/tags/{resourceArn}"
|
740
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
741
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
742
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
743
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
744
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
745
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
746
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
747
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
748
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
749
|
+
end)
|
750
|
+
|
751
|
+
api.add_operation(:update_data_integration_flow, Seahorse::Model::Operation.new.tap do |o|
|
752
|
+
o.name = "UpdateDataIntegrationFlow"
|
753
|
+
o.http_method = "PATCH"
|
754
|
+
o.http_request_uri = "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}"
|
755
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDataIntegrationFlowRequest)
|
756
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDataIntegrationFlowResponse)
|
757
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
758
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
759
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
760
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
761
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
762
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
763
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
764
|
+
end)
|
765
|
+
|
766
|
+
api.add_operation(:update_data_lake_dataset, Seahorse::Model::Operation.new.tap do |o|
|
767
|
+
o.name = "UpdateDataLakeDataset"
|
768
|
+
o.http_method = "PATCH"
|
769
|
+
o.http_request_uri = "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}"
|
770
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDataLakeDatasetRequest)
|
771
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDataLakeDatasetResponse)
|
772
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
773
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
774
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
775
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
776
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
777
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
778
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
779
|
+
end)
|
780
|
+
|
781
|
+
api.add_operation(:update_instance, Seahorse::Model::Operation.new.tap do |o|
|
782
|
+
o.name = "UpdateInstance"
|
783
|
+
o.http_method = "PATCH"
|
784
|
+
o.http_request_uri = "/api/instance/{instanceId}"
|
785
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateInstanceRequest)
|
786
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateInstanceResponse)
|
787
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
788
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
789
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
790
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
791
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
792
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
793
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
794
|
+
end)
|
158
795
|
end
|
159
796
|
|
160
797
|
end
|