Skip to content

Commit 6c5441c

Browse files
feat: update AWS API models
1 parent e97a8ac commit 6c5441c

File tree

7 files changed

+1882
-170
lines changed

7 files changed

+1882
-170
lines changed

codegen/sdk/aws-models/connect.json

Lines changed: 23 additions & 11 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/connectparticipant.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,6 +1762,12 @@
17621762
"traits": {
17631763
"smithy.api#enumValue": "CUSTOM_BOT"
17641764
}
1765+
},
1766+
"SUPERVISOR": {
1767+
"target": "smithy.api#Unit",
1768+
"traits": {
1769+
"smithy.api#enumValue": "SUPERVISOR"
1770+
}
17651771
}
17661772
}
17671773
},
@@ -1905,6 +1911,12 @@
19051911
"traits": {
19061912
"smithy.api#enumValue": "USER"
19071913
}
1914+
},
1915+
"PHONE_NUMBER": {
1916+
"target": "smithy.api#Unit",
1917+
"traits": {
1918+
"smithy.api#enumValue": "PHONE_NUMBER"
1919+
}
19081920
}
19091921
}
19101922
},
@@ -1937,6 +1949,9 @@
19371949
{
19381950
"target": "com.amazonaws.connectparticipant#AccessDeniedException"
19391951
},
1952+
{
1953+
"target": "com.amazonaws.connectparticipant#ConflictException"
1954+
},
19401955
{
19411956
"target": "com.amazonaws.connectparticipant#InternalServerException"
19421957
},

codegen/sdk/aws-models/location.json

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/mwaa.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@
2626
"smithy.api#sensitive": {}
2727
}
2828
},
29+
"com.amazonaws.mwaa#AirflowIdentity": {
30+
"type": "string",
31+
"traits": {
32+
"smithy.api#length": {
33+
"min": 1,
34+
"max": 64
35+
}
36+
}
37+
},
2938
"com.amazonaws.mwaa#AirflowVersion": {
3039
"type": "string",
3140
"traits": {
@@ -1247,6 +1256,18 @@
12471256
"traits": {
12481257
"smithy.api#documentation": "<p>The Airflow web server hostname for the environment.</p>"
12491258
}
1259+
},
1260+
"IamIdentity": {
1261+
"target": "com.amazonaws.mwaa#IamIdentity",
1262+
"traits": {
1263+
"smithy.api#documentation": "<p>The name of the IAM identity creating the web login token. This might be an IAM user, or an assumed or federated identity. For example, <code>assumed-role/Admin/your-name</code>.</p>"
1264+
}
1265+
},
1266+
"AirflowIdentity": {
1267+
"target": "com.amazonaws.mwaa#AirflowIdentity",
1268+
"traits": {
1269+
"smithy.api#documentation": "<p>The user name of the Apache Airflow identity creating the web login token.</p>"
1270+
}
12501271
}
12511272
}
12521273
},
@@ -1718,6 +1739,9 @@
17181739
"smithy.api#pattern": "^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9])$"
17191740
}
17201741
},
1742+
"com.amazonaws.mwaa#IamIdentity": {
1743+
"type": "string"
1744+
},
17211745
"com.amazonaws.mwaa#IamRoleArn": {
17221746
"type": "string",
17231747
"traits": {

codegen/sdk/aws-models/s3-control.json

Lines changed: 609 additions & 149 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)