Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2022-11-01
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 1, 2022
1 parent e06e4e2 commit 323e3c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/client-codebuild/src/commands/RetryBuildCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class RetryBuildCommand extends $Command<
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
Endpoint: { type: "builtInParams", name: "endpoint" },
Region: { type: "builtInParams", name: "region" },
UseDualStack: { type: "builtInParams", name: "useDualStack" },
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
};
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class ListNodesCommand extends $Command<
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
Endpoint: { type: "builtInParams", name: "endpoint" },
Region: { type: "builtInParams", name: "region" },
UseDualStack: { type: "builtInParams", name: "useDualStack" },
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
};
}

Expand Down

0 comments on commit 323e3c5

Please sign in to comment.