We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd7c71 commit 95631ebCopy full SHA for 95631eb
clients/client-inspector2/src/commands/ListFiltersCommand.ts
@@ -55,7 +55,7 @@ export class ListFiltersCommand extends $Command<
55
56
public static getEndpointParameterInstructions(): EndpointParameterInstructions {
57
return {
58
- UseFIPS: { type: "builtInParams", name: "useFIPS" },
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
59
Endpoint: { type: "builtInParams", name: "endpoint" },
60
Region: { type: "builtInParams", name: "region" },
61
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
0 commit comments