Skip to content

Commit 800ba1b

Browse files
feat: update AWS API models
1 parent 2ca64e3 commit 800ba1b

File tree

6 files changed

+171
-6
lines changed

6 files changed

+171
-6
lines changed

codegen/sdk/aws-models/artifact.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,6 +1678,12 @@
16781678
"traits": {
16791679
"smithy.api#documentation": "<p>The message associated with the current upload state.</p>"
16801680
}
1681+
},
1682+
"acceptanceType": {
1683+
"target": "com.amazonaws.artifact#AcceptanceType",
1684+
"traits": {
1685+
"smithy.api#documentation": "<p>Acceptance type for report.</p>"
1686+
}
16811687
}
16821688
},
16831689
"traits": {

codegen/sdk/aws-models/athena.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5229,7 +5229,20 @@
52295229
"inputToken": "NextToken",
52305230
"outputToken": "NextToken",
52315231
"pageSize": "MaxResults"
5232-
}
5232+
},
5233+
"smithy.test#smokeTests": [
5234+
{
5235+
"id": "ListNamedQueriesSuccess",
5236+
"params": {},
5237+
"vendorParams": {
5238+
"region": "us-west-2"
5239+
},
5240+
"vendorParamsShape": "aws.test#AwsVendorParams",
5241+
"expect": {
5242+
"success": {}
5243+
}
5244+
}
5245+
]
52335246
}
52345247
},
52355248
"com.amazonaws.athena#ListNamedQueriesInput": {

codegen/sdk/aws-models/cost-and-usage-report-service.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,20 @@
10851085
"inputToken": "NextToken",
10861086
"outputToken": "NextToken",
10871087
"pageSize": "MaxResults"
1088-
}
1088+
},
1089+
"smithy.test#smokeTests": [
1090+
{
1091+
"id": "DescribeReportDefinitionsSuccess",
1092+
"params": {},
1093+
"vendorParams": {
1094+
"region": "us-east-1"
1095+
},
1096+
"vendorParamsShape": "aws.test#AwsVendorParams",
1097+
"expect": {
1098+
"success": {}
1099+
}
1100+
}
1101+
]
10891102
}
10901103
},
10911104
"com.amazonaws.costandusagereportservice#DescribeReportDefinitionsRequest": {

codegen/sdk/aws-models/direct-connect.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2512,7 +2512,33 @@
25122512
}
25132513
],
25142514
"traits": {
2515-
"smithy.api#documentation": "<p>Displays the specified connection or all connections in this Region.</p>"
2515+
"smithy.api#documentation": "<p>Displays the specified connection or all connections in this Region.</p>",
2516+
"smithy.test#smokeTests": [
2517+
{
2518+
"id": "DescribeConnectionsSuccess",
2519+
"params": {},
2520+
"vendorParams": {
2521+
"region": "us-west-2"
2522+
},
2523+
"vendorParamsShape": "aws.test#AwsVendorParams",
2524+
"expect": {
2525+
"success": {}
2526+
}
2527+
},
2528+
{
2529+
"id": "DescribeConnectionsFailure",
2530+
"params": {
2531+
"connectionId": "fake-connection"
2532+
},
2533+
"vendorParams": {
2534+
"region": "us-west-2"
2535+
},
2536+
"vendorParamsShape": "aws.test#AwsVendorParams",
2537+
"expect": {
2538+
"failure": {}
2539+
}
2540+
}
2541+
]
25162542
}
25172543
},
25182544
"com.amazonaws.directconnect#DescribeConnectionsOnInterconnect": {

codegen/sdk/aws-models/elastic-transcoder.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2890,7 +2890,20 @@
28902890
"inputToken": "PageToken",
28912891
"outputToken": "NextPageToken",
28922892
"items": "Presets"
2893-
}
2893+
},
2894+
"smithy.test#smokeTests": [
2895+
{
2896+
"id": "ListPresetsSuccess",
2897+
"params": {},
2898+
"vendorParams": {
2899+
"region": "us-west-2"
2900+
},
2901+
"vendorParamsShape": "aws.test#AwsVendorParams",
2902+
"expect": {
2903+
"success": {}
2904+
}
2905+
}
2906+
]
28942907
}
28952908
},
28962909
"com.amazonaws.elastictranscoder#ListPresetsRequest": {

codegen/sdk/aws-models/opensearch.json

Lines changed: 96 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,12 @@
485485
"smithy.api#documentation": "<p>Container for information about the SAML configuration for OpenSearch Dashboards.</p>"
486486
}
487487
},
488+
"JWTOptions": {
489+
"target": "com.amazonaws.opensearch#JWTOptionsOutput",
490+
"traits": {
491+
"smithy.api#documentation": "<p>Container for information about the JWT configuration of the Amazon OpenSearch Service.</p>"
492+
}
493+
},
488494
"AnonymousAuthDisableDate": {
489495
"target": "com.amazonaws.opensearch#DisableTimestamp",
490496
"traits": {
@@ -529,6 +535,12 @@
529535
"smithy.api#documentation": "<p>Container for information about the SAML configuration for OpenSearch Dashboards.</p>"
530536
}
531537
},
538+
"JWTOptions": {
539+
"target": "com.amazonaws.opensearch#JWTOptionsInput",
540+
"traits": {
541+
"smithy.api#documentation": "<p>Container for information about the JWT configuration of the Amazon OpenSearch Service. </p>"
542+
}
543+
},
532544
"AnonymousAuthEnabled": {
533545
"target": "com.amazonaws.opensearch#Boolean",
534546
"traits": {
@@ -6883,7 +6895,7 @@
68836895
"Status": {
68846896
"target": "com.amazonaws.opensearch#DataSourceStatus",
68856897
"traits": {
6886-
"smithy.api#documentation": "<p>The status of the data source response.</p>"
6898+
"smithy.api#documentation": "<p>The status of the data source.</p>"
68876899
}
68886900
}
68896901
},
@@ -7641,6 +7653,70 @@
76417653
"target": "com.amazonaws.opensearch#Issue"
76427654
}
76437655
},
7656+
"com.amazonaws.opensearch#JWTOptionsInput": {
7657+
"type": "structure",
7658+
"members": {
7659+
"Enabled": {
7660+
"target": "com.amazonaws.opensearch#Boolean",
7661+
"traits": {
7662+
"smithy.api#documentation": "<p>True to enable JWT authentication and authorization for a domain.</p>"
7663+
}
7664+
},
7665+
"SubjectKey": {
7666+
"target": "com.amazonaws.opensearch#SubjectKey",
7667+
"traits": {
7668+
"smithy.api#documentation": "<p>Element of the JWT assertion to use for the user name.</p>"
7669+
}
7670+
},
7671+
"RolesKey": {
7672+
"target": "com.amazonaws.opensearch#RolesKey",
7673+
"traits": {
7674+
"smithy.api#documentation": "<p>Element of the JWT assertion to use for roles.</p>"
7675+
}
7676+
},
7677+
"PublicKey": {
7678+
"target": "com.amazonaws.opensearch#String",
7679+
"traits": {
7680+
"smithy.api#documentation": "<p>Element of the JWT assertion used by the cluster to verify JWT signatures.</p>"
7681+
}
7682+
}
7683+
},
7684+
"traits": {
7685+
"smithy.api#documentation": "<p>The JWT authentication and authorization configuration for an Amazon OpenSearch Service domain.</p>"
7686+
}
7687+
},
7688+
"com.amazonaws.opensearch#JWTOptionsOutput": {
7689+
"type": "structure",
7690+
"members": {
7691+
"Enabled": {
7692+
"target": "com.amazonaws.opensearch#Boolean",
7693+
"traits": {
7694+
"smithy.api#documentation": "<p>True if JWT use is enabled.</p>"
7695+
}
7696+
},
7697+
"SubjectKey": {
7698+
"target": "com.amazonaws.opensearch#String",
7699+
"traits": {
7700+
"smithy.api#documentation": "<p>The key used for matching the JWT subject attribute.</p>"
7701+
}
7702+
},
7703+
"RolesKey": {
7704+
"target": "com.amazonaws.opensearch#String",
7705+
"traits": {
7706+
"smithy.api#documentation": "<p>The key used for matching the JWT roles attribute.</p>"
7707+
}
7708+
},
7709+
"PublicKey": {
7710+
"target": "com.amazonaws.opensearch#String",
7711+
"traits": {
7712+
"smithy.api#documentation": "<p>The key used to verify the signature of incoming JWT requests.</p>"
7713+
}
7714+
}
7715+
},
7716+
"traits": {
7717+
"smithy.api#documentation": "<p>Describes the JWT options configured for the domain.</p>"
7718+
}
7719+
},
76447720
"com.amazonaws.opensearch#KmsKeyId": {
76457721
"type": "string",
76467722
"traits": {
@@ -10954,6 +11030,15 @@
1095411030
"smithy.api#pattern": "^arn:(aws|aws\\-cn|aws\\-us\\-gov|aws\\-iso|aws\\-iso\\-b):iam::[0-9]+:role\\/"
1095511031
}
1095611032
},
11033+
"com.amazonaws.opensearch#RolesKey": {
11034+
"type": "string",
11035+
"traits": {
11036+
"smithy.api#length": {
11037+
"min": 1,
11038+
"max": 64
11039+
}
11040+
}
11041+
},
1095711042
"com.amazonaws.opensearch#RollbackOnDisable": {
1095811043
"type": "enum",
1095911044
"members": {
@@ -11768,6 +11853,15 @@
1176811853
"target": "com.amazonaws.opensearch#String"
1176911854
}
1177011855
},
11856+
"com.amazonaws.opensearch#SubjectKey": {
11857+
"type": "string",
11858+
"traits": {
11859+
"smithy.api#length": {
11860+
"min": 1,
11861+
"max": 64
11862+
}
11863+
}
11864+
},
1177111865
"com.amazonaws.opensearch#TLSSecurityPolicy": {
1177211866
"type": "enum",
1177311867
"members": {
@@ -11948,7 +12042,7 @@
1194812042
"Status": {
1194912043
"target": "com.amazonaws.opensearch#DataSourceStatus",
1195012044
"traits": {
11951-
"smithy.api#documentation": "<p>The status of the data source update request.</p>"
12045+
"smithy.api#documentation": "<p>The status of the data source update.</p>"
1195212046
}
1195312047
}
1195412048
},

0 commit comments

Comments
 (0)