Skip to content

Commit 7ac3b4c

Browse files
authored
chore: generate clients for models added in #1479 (#1481)
1 parent 1d0ca85 commit 7ac3b4c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+11038
-3125
lines changed

clients/client-accessanalyzer/models/index.ts

+165-169
Large diffs are not rendered by default.

clients/client-accessanalyzer/protocols/Aws_restJson1.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ export const serializeAws_restJson1ListAnalyzersCommand = async (
367367
};
368368
let resolvedPath = "/analyzer";
369369
const query: any = {
370-
...(input.maxResults !== undefined && { maxResults: input.maxResults.toString() }),
371370
...(input.nextToken !== undefined && { nextToken: input.nextToken }),
371+
...(input.maxResults !== undefined && { maxResults: input.maxResults.toString() }),
372372
...(input.type !== undefined && { type: input.type }),
373373
};
374374
let body: any;
@@ -403,8 +403,8 @@ export const serializeAws_restJson1ListArchiveRulesCommand = async (
403403
throw new Error("No value provided for input HTTP label: analyzerName.");
404404
}
405405
const query: any = {
406-
...(input.maxResults !== undefined && { maxResults: input.maxResults.toString() }),
407406
...(input.nextToken !== undefined && { nextToken: input.nextToken }),
407+
...(input.maxResults !== undefined && { maxResults: input.maxResults.toString() }),
408408
};
409409
let body: any;
410410
const { hostname, protocol = "https", port } = await context.endpoint();

clients/client-accessanalyzer/runtimeConfig.shared.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ export const ClientSharedValues = {
44
apiVersion: "2019-11-01",
55
disableHostPrefix: false,
66
regionInfoProvider: defaultRegionInfoProvider,
7-
signingName: "replace-for-service-name",
7+
signingName: "access-analyzer",
88
};

0 commit comments

Comments
 (0)