aws-sdk-datazone 1.45.0 → 1.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +427 -17
- data/lib/aws-sdk-datazone/client_api.rb +256 -2
- data/lib/aws-sdk-datazone/types.rb +598 -1
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +152 -6
- data/sig/types.rbs +156 -0
- metadata +1 -1
@@ -27,6 +27,14 @@ module Aws::DataZone
|
|
27
27
|
AcceptedAssetScope = Shapes::StructureShape.new(name: 'AcceptedAssetScope')
|
28
28
|
AcceptedAssetScopes = Shapes::ListShape.new(name: 'AcceptedAssetScopes')
|
29
29
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
30
|
+
AccountInfo = Shapes::StructureShape.new(name: 'AccountInfo')
|
31
|
+
AccountInfoList = Shapes::ListShape.new(name: 'AccountInfoList')
|
32
|
+
AccountPoolId = Shapes::StringShape.new(name: 'AccountPoolId')
|
33
|
+
AccountPoolList = Shapes::ListShape.new(name: 'AccountPoolList')
|
34
|
+
AccountPoolName = Shapes::StringShape.new(name: 'AccountPoolName')
|
35
|
+
AccountPoolSummaries = Shapes::ListShape.new(name: 'AccountPoolSummaries')
|
36
|
+
AccountPoolSummary = Shapes::StructureShape.new(name: 'AccountPoolSummary')
|
37
|
+
AccountSource = Shapes::UnionShape.new(name: 'AccountSource')
|
30
38
|
ActionLink = Shapes::StringShape.new(name: 'ActionLink')
|
31
39
|
ActionParameters = Shapes::UnionShape.new(name: 'ActionParameters')
|
32
40
|
AddEntityOwnerInput = Shapes::StructureShape.new(name: 'AddEntityOwnerInput')
|
@@ -94,10 +102,12 @@ module Aws::DataZone
|
|
94
102
|
AuthorizedPrincipalIdentifiers = Shapes::ListShape.new(name: 'AuthorizedPrincipalIdentifiers')
|
95
103
|
AwsAccount = Shapes::UnionShape.new(name: 'AwsAccount')
|
96
104
|
AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
|
105
|
+
AwsAccountName = Shapes::StringShape.new(name: 'AwsAccountName')
|
97
106
|
AwsConsoleLinkParameters = Shapes::StructureShape.new(name: 'AwsConsoleLinkParameters')
|
98
107
|
AwsLocation = Shapes::StructureShape.new(name: 'AwsLocation')
|
99
108
|
AwsLocationAccessRoleString = Shapes::StringShape.new(name: 'AwsLocationAccessRoleString')
|
100
109
|
AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
|
110
|
+
AwsRegionList = Shapes::ListShape.new(name: 'AwsRegionList')
|
101
111
|
BasicAuthenticationCredentials = Shapes::StructureShape.new(name: 'BasicAuthenticationCredentials')
|
102
112
|
BasicAuthenticationCredentialsPasswordString = Shapes::StringShape.new(name: 'BasicAuthenticationCredentialsPasswordString')
|
103
113
|
BasicAuthenticationCredentialsUserNameString = Shapes::StringShape.new(name: 'BasicAuthenticationCredentialsUserNameString')
|
@@ -131,6 +141,8 @@ module Aws::DataZone
|
|
131
141
|
ConnectionSummaries = Shapes::ListShape.new(name: 'ConnectionSummaries')
|
132
142
|
ConnectionSummary = Shapes::StructureShape.new(name: 'ConnectionSummary')
|
133
143
|
ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
|
144
|
+
CreateAccountPoolInput = Shapes::StructureShape.new(name: 'CreateAccountPoolInput')
|
145
|
+
CreateAccountPoolOutput = Shapes::StructureShape.new(name: 'CreateAccountPoolOutput')
|
134
146
|
CreateAssetFilterInput = Shapes::StructureShape.new(name: 'CreateAssetFilterInput')
|
135
147
|
CreateAssetFilterOutput = Shapes::StructureShape.new(name: 'CreateAssetFilterOutput')
|
136
148
|
CreateAssetInput = Shapes::StructureShape.new(name: 'CreateAssetInput')
|
@@ -202,6 +214,7 @@ module Aws::DataZone
|
|
202
214
|
CredentialMapKeyString = Shapes::StringShape.new(name: 'CredentialMapKeyString')
|
203
215
|
CredentialMapValueString = Shapes::StringShape.new(name: 'CredentialMapValueString')
|
204
216
|
CronString = Shapes::StringShape.new(name: 'CronString')
|
217
|
+
CustomAccountPoolHandler = Shapes::StructureShape.new(name: 'CustomAccountPoolHandler')
|
205
218
|
CustomParameter = Shapes::StructureShape.new(name: 'CustomParameter')
|
206
219
|
CustomParameterKeyNameString = Shapes::StringShape.new(name: 'CustomParameterKeyNameString')
|
207
220
|
CustomParameterList = Shapes::ListShape.new(name: 'CustomParameterList')
|
@@ -241,6 +254,8 @@ module Aws::DataZone
|
|
241
254
|
DataZoneEntityType = Shapes::StringShape.new(name: 'DataZoneEntityType')
|
242
255
|
DateTime = Shapes::TimestampShape.new(name: 'DateTime', timestampFormat: "iso8601")
|
243
256
|
DecisionComment = Shapes::StringShape.new(name: 'DecisionComment')
|
257
|
+
DeleteAccountPoolInput = Shapes::StructureShape.new(name: 'DeleteAccountPoolInput')
|
258
|
+
DeleteAccountPoolOutput = Shapes::StructureShape.new(name: 'DeleteAccountPoolOutput')
|
244
259
|
DeleteAssetFilterInput = Shapes::StructureShape.new(name: 'DeleteAssetFilterInput')
|
245
260
|
DeleteAssetInput = Shapes::StructureShape.new(name: 'DeleteAssetInput')
|
246
261
|
DeleteAssetOutput = Shapes::StructureShape.new(name: 'DeleteAssetOutput')
|
@@ -359,6 +374,7 @@ module Aws::DataZone
|
|
359
374
|
EnvironmentProfileName = Shapes::StringShape.new(name: 'EnvironmentProfileName')
|
360
375
|
EnvironmentProfileSummaries = Shapes::ListShape.new(name: 'EnvironmentProfileSummaries')
|
361
376
|
EnvironmentProfileSummary = Shapes::StructureShape.new(name: 'EnvironmentProfileSummary')
|
377
|
+
EnvironmentResolvedAccount = Shapes::StructureShape.new(name: 'EnvironmentResolvedAccount')
|
362
378
|
EnvironmentStatus = Shapes::StringShape.new(name: 'EnvironmentStatus')
|
363
379
|
EnvironmentSummaries = Shapes::ListShape.new(name: 'EnvironmentSummaries')
|
364
380
|
EnvironmentSummary = Shapes::StructureShape.new(name: 'EnvironmentSummary')
|
@@ -398,6 +414,8 @@ module Aws::DataZone
|
|
398
414
|
Forms = Shapes::StringShape.new(name: 'Forms')
|
399
415
|
FormsInputMap = Shapes::MapShape.new(name: 'FormsInputMap')
|
400
416
|
FormsOutputMap = Shapes::MapShape.new(name: 'FormsOutputMap')
|
417
|
+
GetAccountPoolInput = Shapes::StructureShape.new(name: 'GetAccountPoolInput')
|
418
|
+
GetAccountPoolOutput = Shapes::StructureShape.new(name: 'GetAccountPoolOutput')
|
401
419
|
GetAssetFilterInput = Shapes::StructureShape.new(name: 'GetAssetFilterInput')
|
402
420
|
GetAssetFilterOutput = Shapes::StructureShape.new(name: 'GetAssetFilterOutput')
|
403
421
|
GetAssetInput = Shapes::StructureShape.new(name: 'GetAssetInput')
|
@@ -548,6 +566,8 @@ module Aws::DataZone
|
|
548
566
|
JobType = Shapes::StringShape.new(name: 'JobType')
|
549
567
|
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
550
568
|
LakeFormationConfiguration = Shapes::StructureShape.new(name: 'LakeFormationConfiguration')
|
569
|
+
LambdaExecutionRoleArn = Shapes::StringShape.new(name: 'LambdaExecutionRoleArn')
|
570
|
+
LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
|
551
571
|
LastName = Shapes::StringShape.new(name: 'LastName')
|
552
572
|
LessThanExpression = Shapes::StructureShape.new(name: 'LessThanExpression')
|
553
573
|
LessThanOrEqualToExpression = Shapes::StructureShape.new(name: 'LessThanOrEqualToExpression')
|
@@ -571,6 +591,10 @@ module Aws::DataZone
|
|
571
591
|
LineageSqlQueryRunDetails = Shapes::StructureShape.new(name: 'LineageSqlQueryRunDetails')
|
572
592
|
LineageSyncSchedule = Shapes::StructureShape.new(name: 'LineageSyncSchedule')
|
573
593
|
LineageSyncScheduleScheduleString = Shapes::StringShape.new(name: 'LineageSyncScheduleScheduleString')
|
594
|
+
ListAccountPoolsInput = Shapes::StructureShape.new(name: 'ListAccountPoolsInput')
|
595
|
+
ListAccountPoolsOutput = Shapes::StructureShape.new(name: 'ListAccountPoolsOutput')
|
596
|
+
ListAccountsInAccountPoolInput = Shapes::StructureShape.new(name: 'ListAccountsInAccountPoolInput')
|
597
|
+
ListAccountsInAccountPoolOutput = Shapes::StructureShape.new(name: 'ListAccountsInAccountPoolOutput')
|
574
598
|
ListAssetFiltersInput = Shapes::StructureShape.new(name: 'ListAssetFiltersInput')
|
575
599
|
ListAssetFiltersOutput = Shapes::StructureShape.new(name: 'ListAssetFiltersOutput')
|
576
600
|
ListAssetRevisionsInput = Shapes::StructureShape.new(name: 'ListAssetRevisionsInput')
|
@@ -801,6 +825,7 @@ module Aws::DataZone
|
|
801
825
|
RemovePolicyGrantOutput = Shapes::StructureShape.new(name: 'RemovePolicyGrantOutput')
|
802
826
|
RequestReason = Shapes::StringShape.new(name: 'RequestReason')
|
803
827
|
RequiredMetadataFormList = Shapes::ListShape.new(name: 'RequiredMetadataFormList')
|
828
|
+
ResolutionStrategy = Shapes::StringShape.new(name: 'ResolutionStrategy')
|
804
829
|
Resource = Shapes::StructureShape.new(name: 'Resource')
|
805
830
|
ResourceList = Shapes::ListShape.new(name: 'ResourceList')
|
806
831
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
@@ -878,6 +903,7 @@ module Aws::DataZone
|
|
878
903
|
SingleSignOn = Shapes::StructureShape.new(name: 'SingleSignOn')
|
879
904
|
SingleSignOnIdcInstanceArnString = Shapes::StringShape.new(name: 'SingleSignOnIdcInstanceArnString')
|
880
905
|
Smithy = Shapes::StringShape.new(name: 'Smithy')
|
906
|
+
SortFieldAccountPool = Shapes::StringShape.new(name: 'SortFieldAccountPool')
|
881
907
|
SortFieldConnection = Shapes::StringShape.new(name: 'SortFieldConnection')
|
882
908
|
SortFieldProject = Shapes::StringShape.new(name: 'SortFieldProject')
|
883
909
|
SortKey = Shapes::StringShape.new(name: 'SortKey')
|
@@ -994,6 +1020,8 @@ module Aws::DataZone
|
|
994
1020
|
Unit = Shapes::StructureShape.new(name: 'Unit')
|
995
1021
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
996
1022
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
1023
|
+
UpdateAccountPoolInput = Shapes::StructureShape.new(name: 'UpdateAccountPoolInput')
|
1024
|
+
UpdateAccountPoolOutput = Shapes::StructureShape.new(name: 'UpdateAccountPoolOutput')
|
997
1025
|
UpdateAssetFilterInput = Shapes::StructureShape.new(name: 'UpdateAssetFilterInput')
|
998
1026
|
UpdateAssetFilterOutput = Shapes::StructureShape.new(name: 'UpdateAssetFilterOutput')
|
999
1027
|
UpdateConnectionInput = Shapes::StructureShape.new(name: 'UpdateConnectionInput')
|
@@ -1114,6 +1142,34 @@ module Aws::DataZone
|
|
1114
1142
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
1115
1143
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
1116
1144
|
|
1145
|
+
AccountInfo.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location_name: "awsAccountId"))
|
1146
|
+
AccountInfo.add_member(:aws_account_name, Shapes::ShapeRef.new(shape: AwsAccountName, location_name: "awsAccountName"))
|
1147
|
+
AccountInfo.add_member(:supported_regions, Shapes::ShapeRef.new(shape: AwsRegionList, required: true, location_name: "supportedRegions"))
|
1148
|
+
AccountInfo.struct_class = Types::AccountInfo
|
1149
|
+
|
1150
|
+
AccountInfoList.member = Shapes::ShapeRef.new(shape: AccountInfo)
|
1151
|
+
|
1152
|
+
AccountPoolList.member = Shapes::ShapeRef.new(shape: AccountPoolId)
|
1153
|
+
|
1154
|
+
AccountPoolSummaries.member = Shapes::ShapeRef.new(shape: AccountPoolSummary)
|
1155
|
+
|
1156
|
+
AccountPoolSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
1157
|
+
AccountPoolSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
|
1158
|
+
AccountPoolSummary.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
|
1159
|
+
AccountPoolSummary.add_member(:id, Shapes::ShapeRef.new(shape: AccountPoolId, location_name: "id"))
|
1160
|
+
AccountPoolSummary.add_member(:name, Shapes::ShapeRef.new(shape: AccountPoolName, location_name: "name"))
|
1161
|
+
AccountPoolSummary.add_member(:resolution_strategy, Shapes::ShapeRef.new(shape: ResolutionStrategy, location_name: "resolutionStrategy"))
|
1162
|
+
AccountPoolSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1163
|
+
AccountPoolSummary.struct_class = Types::AccountPoolSummary
|
1164
|
+
|
1165
|
+
AccountSource.add_member(:accounts, Shapes::ShapeRef.new(shape: AccountInfoList, location_name: "accounts"))
|
1166
|
+
AccountSource.add_member(:custom_account_pool_handler, Shapes::ShapeRef.new(shape: CustomAccountPoolHandler, location_name: "customAccountPoolHandler"))
|
1167
|
+
AccountSource.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1168
|
+
AccountSource.add_member_subclass(:accounts, Types::AccountSource::Accounts)
|
1169
|
+
AccountSource.add_member_subclass(:custom_account_pool_handler, Types::AccountSource::CustomAccountPoolHandler)
|
1170
|
+
AccountSource.add_member_subclass(:unknown, Types::AccountSource::Unknown)
|
1171
|
+
AccountSource.struct_class = Types::AccountSource
|
1172
|
+
|
1117
1173
|
ActionParameters.add_member(:aws_console_link, Shapes::ShapeRef.new(shape: AwsConsoleLinkParameters, location_name: "awsConsoleLink"))
|
1118
1174
|
ActionParameters.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1119
1175
|
ActionParameters.add_member_subclass(:aws_console_link, Types::ActionParameters::AwsConsoleLink)
|
@@ -1351,6 +1407,8 @@ module Aws::DataZone
|
|
1351
1407
|
AwsLocation.add_member(:iam_connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "iamConnectionId"))
|
1352
1408
|
AwsLocation.struct_class = Types::AwsLocation
|
1353
1409
|
|
1410
|
+
AwsRegionList.member = Shapes::ShapeRef.new(shape: AwsRegion)
|
1411
|
+
|
1354
1412
|
BasicAuthenticationCredentials.add_member(:password, Shapes::ShapeRef.new(shape: BasicAuthenticationCredentialsPasswordString, location_name: "password"))
|
1355
1413
|
BasicAuthenticationCredentials.add_member(:user_name, Shapes::ShapeRef.new(shape: BasicAuthenticationCredentialsUserNameString, location_name: "userName"))
|
1356
1414
|
BasicAuthenticationCredentials.struct_class = Types::BasicAuthenticationCredentials
|
@@ -1483,6 +1541,26 @@ module Aws::DataZone
|
|
1483
1541
|
ConnectionSummary.add_member(:type, Shapes::ShapeRef.new(shape: ConnectionType, required: true, location_name: "type"))
|
1484
1542
|
ConnectionSummary.struct_class = Types::ConnectionSummary
|
1485
1543
|
|
1544
|
+
CreateAccountPoolInput.add_member(:account_source, Shapes::ShapeRef.new(shape: AccountSource, required: true, location_name: "accountSource"))
|
1545
|
+
CreateAccountPoolInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1546
|
+
CreateAccountPoolInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
1547
|
+
CreateAccountPoolInput.add_member(:name, Shapes::ShapeRef.new(shape: AccountPoolName, required: true, location_name: "name"))
|
1548
|
+
CreateAccountPoolInput.add_member(:resolution_strategy, Shapes::ShapeRef.new(shape: ResolutionStrategy, required: true, location_name: "resolutionStrategy"))
|
1549
|
+
CreateAccountPoolInput.struct_class = Types::CreateAccountPoolInput
|
1550
|
+
|
1551
|
+
CreateAccountPoolOutput.add_member(:account_source, Shapes::ShapeRef.new(shape: AccountSource, required: true, location_name: "accountSource"))
|
1552
|
+
CreateAccountPoolOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
1553
|
+
CreateAccountPoolOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1554
|
+
CreateAccountPoolOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1555
|
+
CreateAccountPoolOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
|
1556
|
+
CreateAccountPoolOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
|
1557
|
+
CreateAccountPoolOutput.add_member(:id, Shapes::ShapeRef.new(shape: AccountPoolId, location_name: "id"))
|
1558
|
+
CreateAccountPoolOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastUpdatedAt"))
|
1559
|
+
CreateAccountPoolOutput.add_member(:name, Shapes::ShapeRef.new(shape: AccountPoolName, location_name: "name"))
|
1560
|
+
CreateAccountPoolOutput.add_member(:resolution_strategy, Shapes::ShapeRef.new(shape: ResolutionStrategy, location_name: "resolutionStrategy"))
|
1561
|
+
CreateAccountPoolOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1562
|
+
CreateAccountPoolOutput.struct_class = Types::CreateAccountPoolOutput
|
1563
|
+
|
1486
1564
|
CreateAssetFilterInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
|
1487
1565
|
CreateAssetFilterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1488
1566
|
CreateAssetFilterInput.add_member(:configuration, Shapes::ShapeRef.new(shape: AssetFilterConfiguration, required: true, location_name: "configuration"))
|
@@ -2093,6 +2171,10 @@ module Aws::DataZone
|
|
2093
2171
|
CredentialMap.key = Shapes::ShapeRef.new(shape: CredentialMapKeyString)
|
2094
2172
|
CredentialMap.value = Shapes::ShapeRef.new(shape: CredentialMapValueString)
|
2095
2173
|
|
2174
|
+
CustomAccountPoolHandler.add_member(:lambda_execution_role_arn, Shapes::ShapeRef.new(shape: LambdaExecutionRoleArn, location_name: "lambdaExecutionRoleArn"))
|
2175
|
+
CustomAccountPoolHandler.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: LambdaFunctionArn, required: true, location_name: "lambdaFunctionArn"))
|
2176
|
+
CustomAccountPoolHandler.struct_class = Types::CustomAccountPoolHandler
|
2177
|
+
|
2096
2178
|
CustomParameter.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "defaultValue"))
|
2097
2179
|
CustomParameter.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2098
2180
|
CustomParameter.add_member(:field_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "fieldType"))
|
@@ -2242,6 +2324,12 @@ module Aws::DataZone
|
|
2242
2324
|
DataSourceSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "updatedAt"))
|
2243
2325
|
DataSourceSummary.struct_class = Types::DataSourceSummary
|
2244
2326
|
|
2327
|
+
DeleteAccountPoolInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
2328
|
+
DeleteAccountPoolInput.add_member(:identifier, Shapes::ShapeRef.new(shape: AccountPoolId, required: true, location: "uri", location_name: "identifier"))
|
2329
|
+
DeleteAccountPoolInput.struct_class = Types::DeleteAccountPoolInput
|
2330
|
+
|
2331
|
+
DeleteAccountPoolOutput.struct_class = Types::DeleteAccountPoolOutput
|
2332
|
+
|
2245
2333
|
DeleteAssetFilterInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
|
2246
2334
|
DeleteAssetFilterInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
2247
2335
|
DeleteAssetFilterInput.add_member(:identifier, Shapes::ShapeRef.new(shape: FilterId, required: true, location: "uri", location_name: "identifier"))
|
@@ -2543,8 +2631,9 @@ module Aws::DataZone
|
|
2543
2631
|
EnvironmentBlueprintSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
2544
2632
|
EnvironmentBlueprintSummary.struct_class = Types::EnvironmentBlueprintSummary
|
2545
2633
|
|
2546
|
-
EnvironmentConfiguration.add_member(:
|
2547
|
-
EnvironmentConfiguration.add_member(:
|
2634
|
+
EnvironmentConfiguration.add_member(:account_pools, Shapes::ShapeRef.new(shape: AccountPoolList, location_name: "accountPools"))
|
2635
|
+
EnvironmentConfiguration.add_member(:aws_account, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "awsAccount"))
|
2636
|
+
EnvironmentConfiguration.add_member(:aws_region, Shapes::ShapeRef.new(shape: Region, location_name: "awsRegion"))
|
2548
2637
|
EnvironmentConfiguration.add_member(:configuration_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationParametersDetails, location_name: "configurationParameters"))
|
2549
2638
|
EnvironmentConfiguration.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, location_name: "deploymentMode"))
|
2550
2639
|
EnvironmentConfiguration.add_member(:deployment_order, Shapes::ShapeRef.new(shape: DeploymentOrder, location_name: "deploymentOrder"))
|
@@ -2569,6 +2658,7 @@ module Aws::DataZone
|
|
2569
2658
|
EnvironmentConfigurationUserParameter.add_member(:environment_configuration_name, Shapes::ShapeRef.new(shape: EnvironmentConfigurationName, location_name: "environmentConfigurationName"))
|
2570
2659
|
EnvironmentConfigurationUserParameter.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
|
2571
2660
|
EnvironmentConfigurationUserParameter.add_member(:environment_parameters, Shapes::ShapeRef.new(shape: EnvironmentParametersList, location_name: "environmentParameters"))
|
2661
|
+
EnvironmentConfigurationUserParameter.add_member(:environment_resolved_account, Shapes::ShapeRef.new(shape: EnvironmentResolvedAccount, location_name: "environmentResolvedAccount"))
|
2572
2662
|
EnvironmentConfigurationUserParameter.struct_class = Types::EnvironmentConfigurationUserParameter
|
2573
2663
|
|
2574
2664
|
EnvironmentConfigurationUserParametersList.member = Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParameter)
|
@@ -2609,6 +2699,11 @@ module Aws::DataZone
|
|
2609
2699
|
EnvironmentProfileSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
2610
2700
|
EnvironmentProfileSummary.struct_class = Types::EnvironmentProfileSummary
|
2611
2701
|
|
2702
|
+
EnvironmentResolvedAccount.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location_name: "awsAccountId"))
|
2703
|
+
EnvironmentResolvedAccount.add_member(:region_name, Shapes::ShapeRef.new(shape: AwsRegion, required: true, location_name: "regionName"))
|
2704
|
+
EnvironmentResolvedAccount.add_member(:source_account_pool_id, Shapes::ShapeRef.new(shape: AccountPoolId, location_name: "sourceAccountPoolId"))
|
2705
|
+
EnvironmentResolvedAccount.struct_class = Types::EnvironmentResolvedAccount
|
2706
|
+
|
2612
2707
|
EnvironmentSummaries.member = Shapes::ShapeRef.new(shape: EnvironmentSummary)
|
2613
2708
|
|
2614
2709
|
EnvironmentSummary.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "awsAccountId"))
|
@@ -2714,6 +2809,23 @@ module Aws::DataZone
|
|
2714
2809
|
FormsOutputMap.key = Shapes::ShapeRef.new(shape: FormName)
|
2715
2810
|
FormsOutputMap.value = Shapes::ShapeRef.new(shape: FormEntryOutput)
|
2716
2811
|
|
2812
|
+
GetAccountPoolInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
2813
|
+
GetAccountPoolInput.add_member(:identifier, Shapes::ShapeRef.new(shape: AccountPoolId, required: true, location: "uri", location_name: "identifier"))
|
2814
|
+
GetAccountPoolInput.struct_class = Types::GetAccountPoolInput
|
2815
|
+
|
2816
|
+
GetAccountPoolOutput.add_member(:account_source, Shapes::ShapeRef.new(shape: AccountSource, required: true, location_name: "accountSource"))
|
2817
|
+
GetAccountPoolOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
2818
|
+
GetAccountPoolOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
2819
|
+
GetAccountPoolOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2820
|
+
GetAccountPoolOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
|
2821
|
+
GetAccountPoolOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
|
2822
|
+
GetAccountPoolOutput.add_member(:id, Shapes::ShapeRef.new(shape: AccountPoolId, location_name: "id"))
|
2823
|
+
GetAccountPoolOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastUpdatedAt"))
|
2824
|
+
GetAccountPoolOutput.add_member(:name, Shapes::ShapeRef.new(shape: AccountPoolName, location_name: "name"))
|
2825
|
+
GetAccountPoolOutput.add_member(:resolution_strategy, Shapes::ShapeRef.new(shape: ResolutionStrategy, location_name: "resolutionStrategy"))
|
2826
|
+
GetAccountPoolOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
2827
|
+
GetAccountPoolOutput.struct_class = Types::GetAccountPoolOutput
|
2828
|
+
|
2717
2829
|
GetAssetFilterInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
|
2718
2830
|
GetAssetFilterInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
2719
2831
|
GetAssetFilterInput.add_member(:identifier, Shapes::ShapeRef.new(shape: FilterId, required: true, location: "uri", location_name: "identifier"))
|
@@ -3611,6 +3723,28 @@ module Aws::DataZone
|
|
3611
3723
|
LineageSyncSchedule.add_member(:schedule, Shapes::ShapeRef.new(shape: LineageSyncScheduleScheduleString, location_name: "schedule"))
|
3612
3724
|
LineageSyncSchedule.struct_class = Types::LineageSyncSchedule
|
3613
3725
|
|
3726
|
+
ListAccountPoolsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
3727
|
+
ListAccountPoolsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
3728
|
+
ListAccountPoolsInput.add_member(:name, Shapes::ShapeRef.new(shape: AccountPoolName, location: "querystring", location_name: "name"))
|
3729
|
+
ListAccountPoolsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
3730
|
+
ListAccountPoolsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortFieldAccountPool, location: "querystring", location_name: "sortBy"))
|
3731
|
+
ListAccountPoolsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location: "querystring", location_name: "sortOrder"))
|
3732
|
+
ListAccountPoolsInput.struct_class = Types::ListAccountPoolsInput
|
3733
|
+
|
3734
|
+
ListAccountPoolsOutput.add_member(:items, Shapes::ShapeRef.new(shape: AccountPoolSummaries, location_name: "items"))
|
3735
|
+
ListAccountPoolsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
3736
|
+
ListAccountPoolsOutput.struct_class = Types::ListAccountPoolsOutput
|
3737
|
+
|
3738
|
+
ListAccountsInAccountPoolInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
3739
|
+
ListAccountsInAccountPoolInput.add_member(:identifier, Shapes::ShapeRef.new(shape: AccountPoolId, required: true, location: "uri", location_name: "identifier"))
|
3740
|
+
ListAccountsInAccountPoolInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
3741
|
+
ListAccountsInAccountPoolInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
3742
|
+
ListAccountsInAccountPoolInput.struct_class = Types::ListAccountsInAccountPoolInput
|
3743
|
+
|
3744
|
+
ListAccountsInAccountPoolOutput.add_member(:items, Shapes::ShapeRef.new(shape: AccountInfoList, location_name: "items"))
|
3745
|
+
ListAccountsInAccountPoolOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
3746
|
+
ListAccountsInAccountPoolOutput.struct_class = Types::ListAccountsInAccountPoolOutput
|
3747
|
+
|
3614
3748
|
ListAssetFiltersInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
|
3615
3749
|
ListAssetFiltersInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
3616
3750
|
ListAssetFiltersInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -5183,6 +5317,27 @@ module Aws::DataZone
|
|
5183
5317
|
|
5184
5318
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
5185
5319
|
|
5320
|
+
UpdateAccountPoolInput.add_member(:account_source, Shapes::ShapeRef.new(shape: AccountSource, location_name: "accountSource"))
|
5321
|
+
UpdateAccountPoolInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
5322
|
+
UpdateAccountPoolInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
5323
|
+
UpdateAccountPoolInput.add_member(:identifier, Shapes::ShapeRef.new(shape: AccountPoolId, required: true, location: "uri", location_name: "identifier"))
|
5324
|
+
UpdateAccountPoolInput.add_member(:name, Shapes::ShapeRef.new(shape: AccountPoolName, location_name: "name"))
|
5325
|
+
UpdateAccountPoolInput.add_member(:resolution_strategy, Shapes::ShapeRef.new(shape: ResolutionStrategy, location_name: "resolutionStrategy"))
|
5326
|
+
UpdateAccountPoolInput.struct_class = Types::UpdateAccountPoolInput
|
5327
|
+
|
5328
|
+
UpdateAccountPoolOutput.add_member(:account_source, Shapes::ShapeRef.new(shape: AccountSource, required: true, location_name: "accountSource"))
|
5329
|
+
UpdateAccountPoolOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
5330
|
+
UpdateAccountPoolOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
5331
|
+
UpdateAccountPoolOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
5332
|
+
UpdateAccountPoolOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
|
5333
|
+
UpdateAccountPoolOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
|
5334
|
+
UpdateAccountPoolOutput.add_member(:id, Shapes::ShapeRef.new(shape: AccountPoolId, location_name: "id"))
|
5335
|
+
UpdateAccountPoolOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastUpdatedAt"))
|
5336
|
+
UpdateAccountPoolOutput.add_member(:name, Shapes::ShapeRef.new(shape: AccountPoolName, location_name: "name"))
|
5337
|
+
UpdateAccountPoolOutput.add_member(:resolution_strategy, Shapes::ShapeRef.new(shape: ResolutionStrategy, location_name: "resolutionStrategy"))
|
5338
|
+
UpdateAccountPoolOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
5339
|
+
UpdateAccountPoolOutput.struct_class = Types::UpdateAccountPoolOutput
|
5340
|
+
|
5186
5341
|
UpdateAssetFilterInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
|
5187
5342
|
UpdateAssetFilterInput.add_member(:configuration, Shapes::ShapeRef.new(shape: AssetFilterConfiguration, location_name: "configuration"))
|
5188
5343
|
UpdateAssetFilterInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
@@ -5738,6 +5893,22 @@ module Aws::DataZone
|
|
5738
5893
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5739
5894
|
end)
|
5740
5895
|
|
5896
|
+
api.add_operation(:create_account_pool, Seahorse::Model::Operation.new.tap do |o|
|
5897
|
+
o.name = "CreateAccountPool"
|
5898
|
+
o.http_method = "POST"
|
5899
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/account-pools"
|
5900
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAccountPoolInput)
|
5901
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAccountPoolOutput)
|
5902
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
5903
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
5904
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
5905
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
5906
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
5907
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
5908
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
5909
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
5910
|
+
end)
|
5911
|
+
|
5741
5912
|
api.add_operation(:create_asset, Seahorse::Model::Operation.new.tap do |o|
|
5742
5913
|
o.name = "CreateAsset"
|
5743
5914
|
o.http_method = "POST"
|
@@ -6137,6 +6308,20 @@ module Aws::DataZone
|
|
6137
6308
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6138
6309
|
end)
|
6139
6310
|
|
6311
|
+
api.add_operation(:delete_account_pool, Seahorse::Model::Operation.new.tap do |o|
|
6312
|
+
o.name = "DeleteAccountPool"
|
6313
|
+
o.http_method = "DELETE"
|
6314
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/account-pools/{identifier}"
|
6315
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAccountPoolInput)
|
6316
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteAccountPoolOutput)
|
6317
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
6318
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6319
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
6320
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6321
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
6322
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6323
|
+
end)
|
6324
|
+
|
6140
6325
|
api.add_operation(:delete_asset, Seahorse::Model::Operation.new.tap do |o|
|
6141
6326
|
o.name = "DeleteAsset"
|
6142
6327
|
o.http_method = "DELETE"
|
@@ -6505,6 +6690,20 @@ module Aws::DataZone
|
|
6505
6690
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6506
6691
|
end)
|
6507
6692
|
|
6693
|
+
api.add_operation(:get_account_pool, Seahorse::Model::Operation.new.tap do |o|
|
6694
|
+
o.name = "GetAccountPool"
|
6695
|
+
o.http_method = "GET"
|
6696
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/account-pools/{identifier}"
|
6697
|
+
o.input = Shapes::ShapeRef.new(shape: GetAccountPoolInput)
|
6698
|
+
o.output = Shapes::ShapeRef.new(shape: GetAccountPoolOutput)
|
6699
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
6700
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
6701
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
6702
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
6703
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
6704
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6705
|
+
end)
|
6706
|
+
|
6508
6707
|
api.add_operation(:get_asset, Seahorse::Model::Operation.new.tap do |o|
|
6509
6708
|
o.name = "GetAsset"
|
6510
6709
|
o.http_method = "GET"
|
@@ -6987,6 +7186,45 @@ module Aws::DataZone
|
|
6987
7186
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
6988
7187
|
end)
|
6989
7188
|
|
7189
|
+
api.add_operation(:list_account_pools, Seahorse::Model::Operation.new.tap do |o|
|
7190
|
+
o.name = "ListAccountPools"
|
7191
|
+
o.http_method = "GET"
|
7192
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/account-pools"
|
7193
|
+
o.input = Shapes::ShapeRef.new(shape: ListAccountPoolsInput)
|
7194
|
+
o.output = Shapes::ShapeRef.new(shape: ListAccountPoolsOutput)
|
7195
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7196
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7197
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7198
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7199
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
7200
|
+
o[:pager] = Aws::Pager.new(
|
7201
|
+
limit_key: "max_results",
|
7202
|
+
tokens: {
|
7203
|
+
"next_token" => "next_token"
|
7204
|
+
}
|
7205
|
+
)
|
7206
|
+
end)
|
7207
|
+
|
7208
|
+
api.add_operation(:list_accounts_in_account_pool, Seahorse::Model::Operation.new.tap do |o|
|
7209
|
+
o.name = "ListAccountsInAccountPool"
|
7210
|
+
o.http_method = "GET"
|
7211
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/account-pools/{identifier}/accounts"
|
7212
|
+
o.input = Shapes::ShapeRef.new(shape: ListAccountsInAccountPoolInput)
|
7213
|
+
o.output = Shapes::ShapeRef.new(shape: ListAccountsInAccountPoolOutput)
|
7214
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
7215
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
7216
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
7217
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
7218
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
7219
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
7220
|
+
o[:pager] = Aws::Pager.new(
|
7221
|
+
limit_key: "max_results",
|
7222
|
+
tokens: {
|
7223
|
+
"next_token" => "next_token"
|
7224
|
+
}
|
7225
|
+
)
|
7226
|
+
end)
|
7227
|
+
|
6990
7228
|
api.add_operation(:list_asset_filters, Seahorse::Model::Operation.new.tap do |o|
|
6991
7229
|
o.name = "ListAssetFilters"
|
6992
7230
|
o.http_method = "GET"
|
@@ -7874,6 +8112,22 @@ module Aws::DataZone
|
|
7874
8112
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
7875
8113
|
end)
|
7876
8114
|
|
8115
|
+
api.add_operation(:update_account_pool, Seahorse::Model::Operation.new.tap do |o|
|
8116
|
+
o.name = "UpdateAccountPool"
|
8117
|
+
o.http_method = "PATCH"
|
8118
|
+
o.http_request_uri = "/v2/domains/{domainIdentifier}/account-pools/{identifier}"
|
8119
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAccountPoolInput)
|
8120
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAccountPoolOutput)
|
8121
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
8122
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
8123
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
8124
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
8125
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
8126
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8127
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
8128
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
8129
|
+
end)
|
8130
|
+
|
7877
8131
|
api.add_operation(:update_asset_filter, Seahorse::Model::Operation.new.tap do |o|
|
7878
8132
|
o.name = "UpdateAssetFilter"
|
7879
8133
|
o.http_method = "PATCH"
|