Skip to content

Commit a5dde06

Browse files
feat: update AWS API models
1 parent 504d1af commit a5dde06

File tree

6 files changed

+574
-43
lines changed

6 files changed

+574
-43
lines changed

codegen/sdk/aws-models/cleanrooms.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6337,6 +6337,9 @@
63376337
{
63386338
"target": "com.amazonaws.cleanrooms#ResourceNotFoundException"
63396339
},
6340+
{
6341+
"target": "com.amazonaws.cleanrooms#ServiceQuotaExceededException"
6342+
},
63406343
{
63416344
"target": "com.amazonaws.cleanrooms#ThrottlingException"
63426345
},
@@ -9943,6 +9946,29 @@
99439946
"smithy.api#documentation": "<p>An object representing the collaboration member's payment responsibilities set by the collaboration creator for query and job compute costs.</p>"
99449947
}
99459948
},
9949+
"com.amazonaws.cleanrooms#JobType": {
9950+
"type": "enum",
9951+
"members": {
9952+
"BATCH": {
9953+
"target": "smithy.api#Unit",
9954+
"traits": {
9955+
"smithy.api#enumValue": "BATCH"
9956+
}
9957+
},
9958+
"INCREMENTAL": {
9959+
"target": "smithy.api#Unit",
9960+
"traits": {
9961+
"smithy.api#enumValue": "INCREMENTAL"
9962+
}
9963+
},
9964+
"DELETE_ONLY": {
9965+
"target": "smithy.api#Unit",
9966+
"traits": {
9967+
"smithy.api#enumValue": "DELETE_ONLY"
9968+
}
9969+
}
9970+
}
9971+
},
99469972
"com.amazonaws.cleanrooms#JoinOperator": {
99479973
"type": "string",
99489974
"traits": {
@@ -13004,6 +13030,12 @@
1300413030
"smithy.api#required": {},
1300513031
"smithy.api#resourceIdentifier": "MembershipId"
1300613032
}
13033+
},
13034+
"jobType": {
13035+
"target": "com.amazonaws.cleanrooms#JobType",
13036+
"traits": {
13037+
"smithy.api#documentation": "<p>The job type of the rule-based ID mapping job. Valid values include:</p> <p> <code>INCREMENTAL</code>: Processes only new or changed data since the last job run. This is the default job type if the ID mapping workflow was created in Entity Resolution with <code>incrementalRunConfig</code> specified.</p> <p> <code>BATCH</code>: Processes all data from the input source, regardless of previous job runs. This is the default job type if the ID mapping workflow was created in Entity Resolution but <code>incrementalRunConfig</code> wasn't specified.</p> <p> <code>DELETE_ONLY</code>: Processes only deletion requests from <code>BatchDeleteUniqueId</code>, which is set in Entity Resolution.</p> <p>For more information about <code>incrementalRunConfig</code> and <code>BatchDeleteUniqueId</code>, see the <a href=\"https://docs.aws.amazon.com/entityresolution/latest/apireference/Welcome.html\">Entity Resolution API Reference</a>.</p>"
13038+
}
1300713039
}
1300813040
},
1300913041
"traits": {

codegen/sdk/aws-models/ec2.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75656,6 +75656,78 @@
7565675656
"traits": {
7565775657
"smithy.api#enumValue": "mac-m4pro.metal"
7565875658
}
75659+
},
75660+
"r8gn_medium": {
75661+
"target": "smithy.api#Unit",
75662+
"traits": {
75663+
"smithy.api#enumValue": "r8gn.medium"
75664+
}
75665+
},
75666+
"r8gn_large": {
75667+
"target": "smithy.api#Unit",
75668+
"traits": {
75669+
"smithy.api#enumValue": "r8gn.large"
75670+
}
75671+
},
75672+
"r8gn_xlarge": {
75673+
"target": "smithy.api#Unit",
75674+
"traits": {
75675+
"smithy.api#enumValue": "r8gn.xlarge"
75676+
}
75677+
},
75678+
"r8gn_2xlarge": {
75679+
"target": "smithy.api#Unit",
75680+
"traits": {
75681+
"smithy.api#enumValue": "r8gn.2xlarge"
75682+
}
75683+
},
75684+
"r8gn_4xlarge": {
75685+
"target": "smithy.api#Unit",
75686+
"traits": {
75687+
"smithy.api#enumValue": "r8gn.4xlarge"
75688+
}
75689+
},
75690+
"r8gn_8xlarge": {
75691+
"target": "smithy.api#Unit",
75692+
"traits": {
75693+
"smithy.api#enumValue": "r8gn.8xlarge"
75694+
}
75695+
},
75696+
"r8gn_12xlarge": {
75697+
"target": "smithy.api#Unit",
75698+
"traits": {
75699+
"smithy.api#enumValue": "r8gn.12xlarge"
75700+
}
75701+
},
75702+
"r8gn_16xlarge": {
75703+
"target": "smithy.api#Unit",
75704+
"traits": {
75705+
"smithy.api#enumValue": "r8gn.16xlarge"
75706+
}
75707+
},
75708+
"r8gn_24xlarge": {
75709+
"target": "smithy.api#Unit",
75710+
"traits": {
75711+
"smithy.api#enumValue": "r8gn.24xlarge"
75712+
}
75713+
},
75714+
"r8gn_48xlarge": {
75715+
"target": "smithy.api#Unit",
75716+
"traits": {
75717+
"smithy.api#enumValue": "r8gn.48xlarge"
75718+
}
75719+
},
75720+
"r8gn_metal_24xl": {
75721+
"target": "smithy.api#Unit",
75722+
"traits": {
75723+
"smithy.api#enumValue": "r8gn.metal-24xl"
75724+
}
75725+
},
75726+
"r8gn_metal_48xl": {
75727+
"target": "smithy.api#Unit",
75728+
"traits": {
75729+
"smithy.api#enumValue": "r8gn.metal-48xl"
75730+
}
7565975731
}
7566075732
}
7566175733
},

0 commit comments

Comments
 (0)