Skip to content

Commit 323e3c5

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-11-01
1 parent e06e4e2 commit 323e3c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/client-codebuild/src/commands/RetryBuildCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class RetryBuildCommand extends $Command<
5858
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
5959
Endpoint: { type: "builtInParams", name: "endpoint" },
6060
Region: { type: "builtInParams", name: "region" },
61-
UseDualStack: { type: "builtInParams", name: "useDualStack" },
61+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
6262
};
6363
}
6464

clients/client-managedblockchain/src/commands/ListNodesCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class ListNodesCommand extends $Command<
6363
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
6464
Endpoint: { type: "builtInParams", name: "endpoint" },
6565
Region: { type: "builtInParams", name: "region" },
66-
UseDualStack: { type: "builtInParams", name: "useDualStack" },
66+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
6767
};
6868
}
6969

0 commit comments

Comments
 (0)