Skip to content

Commit 95631eb

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-10-26
1 parent 0fd7c71 commit 95631eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/client-inspector2/src/commands/ListFiltersCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class ListFiltersCommand extends $Command<
5555

5656
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
5757
return {
58-
UseFIPS: { type: "builtInParams", name: "useFIPS" },
58+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
5959
Endpoint: { type: "builtInParams", name: "endpoint" },
6060
Region: { type: "builtInParams", name: "region" },
6161
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },

0 commit comments

Comments
 (0)