From 95631eb7aa6f17b5051bedd31e7e4532ee9d2f8c Mon Sep 17 00:00:00 2001 From: awstools Date: Wed, 26 Oct 2022 18:33:57 +0000 Subject: [PATCH] feat(clients): update client endpoints as of 2022-10-26 --- clients/client-inspector2/src/commands/ListFiltersCommand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/client-inspector2/src/commands/ListFiltersCommand.ts b/clients/client-inspector2/src/commands/ListFiltersCommand.ts index 2aa6baa7a905..541d31d2de4f 100644 --- a/clients/client-inspector2/src/commands/ListFiltersCommand.ts +++ b/clients/client-inspector2/src/commands/ListFiltersCommand.ts @@ -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" },