Skip to content

Commit c493353

Browse files
authored
chore(codegen): update smithy to 1.55.0 (#7005)
1 parent 072c258 commit c493353

File tree

16 files changed

+176
-19
lines changed

16 files changed

+176
-19
lines changed

codegen/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
smithyVersion=1.54.0
1+
smithyVersion=1.55.0
22
smithyGradleVersion=1.2.0
33
smithyPluginVersion=0.6.0

private/aws-protocoltests-ec2/src/endpoints.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,20 @@ const partitionHash: PartitionHash = {
8282
},
8383
],
8484
},
85+
"aws-eusc": {
86+
regions: ["eusc-de-east-1"],
87+
regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
88+
variants: [
89+
{
90+
hostname: "awsec2.{region}.amazonaws.eu",
91+
tags: [],
92+
},
93+
{
94+
hostname: "awsec2-fips.{region}.amazonaws.eu",
95+
tags: ["fips"],
96+
},
97+
],
98+
},
8599
"aws-iso": {
86100
regions: ["us-iso-east-1", "us-iso-west-1"],
87101
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",

private/aws-protocoltests-json-10/src/endpoints.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,20 @@ const partitionHash: PartitionHash = {
8282
},
8383
],
8484
},
85+
"aws-eusc": {
86+
regions: ["eusc-de-east-1"],
87+
regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
88+
variants: [
89+
{
90+
hostname: "jsonrpc10.{region}.amazonaws.eu",
91+
tags: [],
92+
},
93+
{
94+
hostname: "jsonrpc10-fips.{region}.amazonaws.eu",
95+
tags: ["fips"],
96+
},
97+
],
98+
},
8599
"aws-iso": {
86100
regions: ["us-iso-east-1", "us-iso-west-1"],
87101
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",

private/aws-protocoltests-json-machinelearning/src/endpoints.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,20 @@ const partitionHash: PartitionHash = {
8282
},
8383
],
8484
},
85+
"aws-eusc": {
86+
regions: ["eusc-de-east-1"],
87+
regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
88+
variants: [
89+
{
90+
hostname: "machinelearning.{region}.amazonaws.eu",
91+
tags: [],
92+
},
93+
{
94+
hostname: "machinelearning-fips.{region}.amazonaws.eu",
95+
tags: ["fips"],
96+
},
97+
],
98+
},
8599
"aws-iso": {
86100
regions: ["us-iso-east-1", "us-iso-west-1"],
87101
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",

private/aws-protocoltests-json/src/endpoints.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,20 @@ const partitionHash: PartitionHash = {
8282
},
8383
],
8484
},
85+
"aws-eusc": {
86+
regions: ["eusc-de-east-1"],
87+
regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
88+
variants: [
89+
{
90+
hostname: "jsonprotocol.{region}.amazonaws.eu",
91+
tags: [],
92+
},
93+
{
94+
hostname: "jsonprotocol-fips.{region}.amazonaws.eu",
95+
tags: ["fips"],
96+
},
97+
],
98+
},
8599
"aws-iso": {
86100
regions: ["us-iso-east-1", "us-iso-west-1"],
87101
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",

private/aws-protocoltests-query/src/endpoints.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,20 @@ const partitionHash: PartitionHash = {
8282
},
8383
],
8484
},
85+
"aws-eusc": {
86+
regions: ["eusc-de-east-1"],
87+
regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
88+
variants: [
89+
{
90+
hostname: "awsquery.{region}.amazonaws.eu",
91+
tags: [],
92+
},
93+
{
94+
hostname: "awsquery-fips.{region}.amazonaws.eu",
95+
tags: ["fips"],
96+
},
97+
],
98+
},
8599
"aws-iso": {
86100
regions: ["us-iso-east-1", "us-iso-west-1"],
87101
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",

private/aws-protocoltests-restjson-apigateway/src/endpoints.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,20 @@ const partitionHash: PartitionHash = {
137137
},
138138
],
139139
},
140+
"aws-eusc": {
141+
regions: ["eusc-de-east-1"],
142+
regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
143+
variants: [
144+
{
145+
hostname: "apigateway.{region}.amazonaws.eu",
146+
tags: [],
147+
},
148+
{
149+
hostname: "apigateway-fips.{region}.amazonaws.eu",
150+
tags: ["fips"],
151+
},
152+
],
153+
},
140154
"aws-iso": {
141155
regions: ["us-iso-east-1", "us-iso-west-1"],
142156
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",

private/aws-protocoltests-restjson-glacier/src/endpoints.ts

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,30 @@ const regionHash: RegionHash = {
4343
},
4444
],
4545
},
46+
"us-iso-east-1": {
47+
variants: [
48+
{
49+
hostname: "glacier-fips.us-iso-east-1.c2s.ic.gov",
50+
tags: ["fips"],
51+
},
52+
],
53+
},
54+
"us-iso-west-1": {
55+
variants: [
56+
{
57+
hostname: "glacier-fips.us-iso-west-1.c2s.ic.gov",
58+
tags: ["fips"],
59+
},
60+
],
61+
},
62+
"us-isob-east-1": {
63+
variants: [
64+
{
65+
hostname: "glacier-fips.us-isob-east-1.sc2s.sgov.gov",
66+
tags: ["fips"],
67+
},
68+
],
69+
},
4670
"us-west-1": {
4771
variants: [
4872
{
@@ -144,8 +168,22 @@ const partitionHash: PartitionHash = {
144168
},
145169
],
146170
},
171+
"aws-eusc": {
172+
regions: ["eusc-de-east-1"],
173+
regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
174+
variants: [
175+
{
176+
hostname: "glacier.{region}.amazonaws.eu",
177+
tags: [],
178+
},
179+
{
180+
hostname: "glacier-fips.{region}.amazonaws.eu",
181+
tags: ["fips"],
182+
},
183+
],
184+
},
147185
"aws-iso": {
148-
regions: ["us-iso-east-1", "us-iso-west-1"],
186+
regions: ["fips-us-iso-east-1", "fips-us-iso-west-1", "us-iso-east-1", "us-iso-west-1"],
149187
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
150188
variants: [
151189
{
@@ -159,7 +197,7 @@ const partitionHash: PartitionHash = {
159197
],
160198
},
161199
"aws-iso-b": {
162-
regions: ["us-isob-east-1"],
200+
regions: ["fips-us-isob-east-1", "us-isob-east-1"],
163201
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
164202
variants: [
165203
{

private/aws-protocoltests-restjson/src/endpoints.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,20 @@ const partitionHash: PartitionHash = {
8282
},
8383
],
8484
},
85+
"aws-eusc": {
86+
regions: ["eusc-de-east-1"],
87+
regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
88+
variants: [
89+
{
90+
hostname: "restjson.{region}.amazonaws.eu",
91+
tags: [],
92+
},
93+
{
94+
hostname: "restjson-fips.{region}.amazonaws.eu",
95+
tags: ["fips"],
96+
},
97+
],
98+
},
8599
"aws-iso": {
86100
regions: ["us-iso-east-1", "us-iso-west-1"],
87101
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",

private/aws-protocoltests-restxml/src/commands/NestedXmlMapWithXmlNameCommand.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { getSerdePlugin } from "@smithy/middleware-serde";
33
import { Command as $Command } from "@smithy/smithy-client";
44
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
55

6-
import { NestedXmlMapWithXmlNameInputOutput } from "../models/models_0";
6+
import { NestedXmlMapWithXmlNameRequest, NestedXmlMapWithXmlNameResponse } from "../models/models_0";
77
import { de_NestedXmlMapWithXmlNameCommand, se_NestedXmlMapWithXmlNameCommand } from "../protocols/Aws_restXml";
88
import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient";
99

@@ -17,13 +17,13 @@ export { $Command };
1717
*
1818
* The input for {@link NestedXmlMapWithXmlNameCommand}.
1919
*/
20-
export interface NestedXmlMapWithXmlNameCommandInput extends NestedXmlMapWithXmlNameInputOutput {}
20+
export interface NestedXmlMapWithXmlNameCommandInput extends NestedXmlMapWithXmlNameRequest {}
2121
/**
2222
* @public
2323
*
2424
* The output of {@link NestedXmlMapWithXmlNameCommand}.
2525
*/
26-
export interface NestedXmlMapWithXmlNameCommandOutput extends NestedXmlMapWithXmlNameInputOutput, __MetadataBearer {}
26+
export interface NestedXmlMapWithXmlNameCommandOutput extends NestedXmlMapWithXmlNameResponse, __MetadataBearer {}
2727

2828
/**
2929
* Nested Xml Maps with key/values with @xmlName
@@ -33,7 +33,7 @@ export interface NestedXmlMapWithXmlNameCommandOutput extends NestedXmlMapWithXm
3333
* import { RestXmlProtocolClient, NestedXmlMapWithXmlNameCommand } from "@aws-sdk/aws-protocoltests-restxml"; // ES Modules import
3434
* // const { RestXmlProtocolClient, NestedXmlMapWithXmlNameCommand } = require("@aws-sdk/aws-protocoltests-restxml"); // CommonJS import
3535
* const client = new RestXmlProtocolClient(config);
36-
* const input = { // NestedXmlMapWithXmlNameInputOutput
36+
* const input = { // NestedXmlMapWithXmlNameRequest
3737
* nestedXmlMapWithXmlNameMap: { // NestedXmlMapWithXmlNameMap
3838
* "<keys>": { // NestedXmlMapWithXmlNameInnerMap
3939
* "<keys>": "STRING_VALUE",
@@ -42,7 +42,7 @@ export interface NestedXmlMapWithXmlNameCommandOutput extends NestedXmlMapWithXm
4242
* };
4343
* const command = new NestedXmlMapWithXmlNameCommand(input);
4444
* const response = await client.send(command);
45-
* // { // NestedXmlMapWithXmlNameInputOutput
45+
* // { // NestedXmlMapWithXmlNameResponse
4646
* // nestedXmlMapWithXmlNameMap: { // NestedXmlMapWithXmlNameMap
4747
* // "<keys>": { // NestedXmlMapWithXmlNameInnerMap
4848
* // "<keys>": "STRING_VALUE",
@@ -84,8 +84,8 @@ export class NestedXmlMapWithXmlNameCommand extends $Command
8484
/** @internal type navigation helper, not in runtime. */
8585
protected declare static __types: {
8686
api: {
87-
input: NestedXmlMapWithXmlNameInputOutput;
88-
output: NestedXmlMapWithXmlNameInputOutput;
87+
input: NestedXmlMapWithXmlNameRequest;
88+
output: NestedXmlMapWithXmlNameResponse;
8989
};
9090
sdk: {
9191
input: NestedXmlMapWithXmlNameCommandInput;

0 commit comments

Comments
 (0)