Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2022-10-26
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 26, 2022
1 parent 0fd7c71 commit 95631eb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,7 +55,7 @@ export class ListFiltersCommand extends $Command<

public static getEndpointParameterInstructions(): EndpointParameterInstructions {
return {
UseFIPS: { type: "builtInParams", name: "useFIPS" },
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
Endpoint: { type: "builtInParams", name: "endpoint" },
Region: { type: "builtInParams", name: "region" },
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
Expand Down

0 comments on commit 95631eb

Please sign in to comment.