@aws-sdk/client-resource-groups-tagging-api 3.31.0 → 3.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +39 -0
- package/{dist/cjs → dist-cjs}/ResourceGroupsTaggingAPI.js +1 -1
- package/dist-cjs/ResourceGroupsTaggingAPI.js.map +1 -0
- package/{dist/cjs → dist-cjs}/ResourceGroupsTaggingAPIClient.js +14 -14
- package/dist-cjs/ResourceGroupsTaggingAPIClient.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeReportCreationCommand.js +5 -5
- package/dist-cjs/commands/DescribeReportCreationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetComplianceSummaryCommand.js +5 -5
- package/dist-cjs/commands/GetComplianceSummaryCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetResourcesCommand.js +5 -5
- package/dist-cjs/commands/GetResourcesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetTagKeysCommand.js +5 -5
- package/dist-cjs/commands/GetTagKeysCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetTagValuesCommand.js +5 -5
- package/dist-cjs/commands/GetTagValuesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/StartReportCreationCommand.js +5 -5
- package/dist-cjs/commands/StartReportCreationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/TagResourcesCommand.js +5 -5
- package/dist-cjs/commands/TagResourcesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UntagResourcesCommand.js +5 -5
- package/dist-cjs/commands/UntagResourcesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +20 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +1 -1
- package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/GetComplianceSummaryPaginator.js +1 -1
- package/dist-cjs/pagination/GetComplianceSummaryPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/GetResourcesPaginator.js +1 -1
- package/dist-cjs/pagination/GetResourcesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/GetTagKeysPaginator.js +1 -1
- package/dist-cjs/pagination/GetTagKeysPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/GetTagValuesPaginator.js +1 -1
- package/dist-cjs/pagination/GetTagValuesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +29 -29
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/{dist/es → dist-es}/ResourceGroupsTaggingAPI.js +2 -5
- package/dist-es/ResourceGroupsTaggingAPI.js.map +1 -0
- package/{dist/es → dist-es}/ResourceGroupsTaggingAPIClient.js +2 -10
- package/dist-es/ResourceGroupsTaggingAPIClient.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeReportCreationCommand.js +4 -31
- package/dist-es/commands/DescribeReportCreationCommand.js.map +1 -0
- package/dist-es/commands/GetComplianceSummaryCommand.js +40 -0
- package/dist-es/commands/GetComplianceSummaryCommand.js.map +1 -0
- package/dist-es/commands/GetResourcesCommand.js +40 -0
- package/dist-es/commands/GetResourcesCommand.js.map +1 -0
- package/dist-es/commands/GetTagKeysCommand.js +40 -0
- package/dist-es/commands/GetTagKeysCommand.js.map +1 -0
- package/dist-es/commands/GetTagValuesCommand.js +40 -0
- package/dist-es/commands/GetTagValuesCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/StartReportCreationCommand.js +4 -37
- package/dist-es/commands/StartReportCreationCommand.js.map +1 -0
- package/dist-es/commands/TagResourcesCommand.js +40 -0
- package/dist-es/commands/TagResourcesCommand.js.map +1 -0
- package/dist-es/commands/UntagResourcesCommand.js +40 -0
- package/dist-es/commands/UntagResourcesCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +1 -1
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -84
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/GetComplianceSummaryPaginator.js +17 -29
- package/dist-es/pagination/GetComplianceSummaryPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/GetResourcesPaginator.js +17 -29
- package/dist-es/pagination/GetResourcesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/GetTagKeysPaginator.js +17 -29
- package/dist-es/pagination/GetTagKeysPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/GetTagValuesPaginator.js +17 -29
- package/dist-es/pagination/GetTagValuesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +188 -193
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.js +2 -5
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/{dist/types → dist-types}/ResourceGroupsTaggingAPI.d.ts +2 -2
- package/{dist/types → dist-types}/ResourceGroupsTaggingAPIClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/DescribeReportCreationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetComplianceSummaryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetTagKeysCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetTagValuesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/StartReportCreationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TagResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UntagResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/GetComplianceSummaryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetResourcesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetTagKeysPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetTagValuesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/ResourceGroupsTaggingAPI.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/ResourceGroupsTaggingAPIClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/DescribeReportCreationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetComplianceSummaryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetTagKeysCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetTagValuesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/StartReportCreationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/TagResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourcesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/GetComplianceSummaryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetResourcesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetTagKeysPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetTagValuesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/{ResourceGroupsTaggingAPI.ts → src/ResourceGroupsTaggingAPI.ts} +3 -2
- package/{ResourceGroupsTaggingAPIClient.ts → src/ResourceGroupsTaggingAPIClient.ts} +32 -31
- package/{commands → src/commands}/DescribeReportCreationCommand.ts +12 -11
- package/{commands → src/commands}/GetComplianceSummaryCommand.ts +12 -11
- package/{commands → src/commands}/GetResourcesCommand.ts +12 -11
- package/{commands → src/commands}/GetTagKeysCommand.ts +12 -11
- package/{commands → src/commands}/GetTagValuesCommand.ts +12 -11
- package/{commands → src/commands}/StartReportCreationCommand.ts +12 -11
- package/{commands → src/commands}/TagResourcesCommand.ts +12 -11
- package/{commands → src/commands}/UntagResourcesCommand.ts +12 -11
- package/{endpoints.ts → src/endpoints.ts} +1 -1
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/{pagination → src/pagination}/GetComplianceSummaryPaginator.ts +4 -3
- package/{pagination → src/pagination}/GetResourcesPaginator.ts +4 -3
- package/{pagination → src/pagination}/GetTagKeysPaginator.ts +3 -2
- package/{pagination → src/pagination}/GetTagValuesPaginator.ts +4 -3
- package/{pagination → src/pagination}/Interfaces.ts +2 -1
- package/{protocols → src/protocols}/Aws_json1_1.ts +24 -23
- package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
- package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
- package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
- package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/dist/cjs/ResourceGroupsTaggingAPI.js.map +0 -1
- package/dist/cjs/ResourceGroupsTaggingAPIClient.js.map +0 -1
- package/dist/cjs/commands/DescribeReportCreationCommand.js.map +0 -1
- package/dist/cjs/commands/GetComplianceSummaryCommand.js.map +0 -1
- package/dist/cjs/commands/GetResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/GetTagKeysCommand.js.map +0 -1
- package/dist/cjs/commands/GetTagValuesCommand.js.map +0 -1
- package/dist/cjs/commands/StartReportCreationCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourcesCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -20
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/GetComplianceSummaryPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetResourcesPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetTagKeysPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetTagValuesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/ResourceGroupsTaggingAPI.js.map +0 -1
- package/dist/es/ResourceGroupsTaggingAPIClient.js.map +0 -1
- package/dist/es/commands/DescribeReportCreationCommand.js.map +0 -1
- package/dist/es/commands/GetComplianceSummaryCommand.js +0 -77
- package/dist/es/commands/GetComplianceSummaryCommand.js.map +0 -1
- package/dist/es/commands/GetResourcesCommand.js +0 -88
- package/dist/es/commands/GetResourcesCommand.js.map +0 -1
- package/dist/es/commands/GetTagKeysCommand.js +0 -72
- package/dist/es/commands/GetTagKeysCommand.js.map +0 -1
- package/dist/es/commands/GetTagValuesCommand.js +0 -72
- package/dist/es/commands/GetTagValuesCommand.js.map +0 -1
- package/dist/es/commands/StartReportCreationCommand.js.map +0 -1
- package/dist/es/commands/TagResourcesCommand.js +0 -92
- package/dist/es/commands/TagResourcesCommand.js.map +0 -1
- package/dist/es/commands/UntagResourcesCommand.js +0 -80
- package/dist/es/commands/UntagResourcesCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetComplianceSummaryPaginator.js.map +0 -1
- package/dist/es/pagination/GetResourcesPaginator.js.map +0 -1
- package/dist/es/pagination/GetTagKeysPaginator.js.map +0 -1
- package/dist/es/pagination/GetTagValuesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
|
@@ -1,21 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
DescribeReportCreationCommandInput,
|
|
3
|
-
DescribeReportCreationCommandOutput,
|
|
4
|
-
} from "./commands/DescribeReportCreationCommand";
|
|
5
|
-
import {
|
|
6
|
-
GetComplianceSummaryCommandInput,
|
|
7
|
-
GetComplianceSummaryCommandOutput,
|
|
8
|
-
} from "./commands/GetComplianceSummaryCommand";
|
|
9
|
-
import { GetResourcesCommandInput, GetResourcesCommandOutput } from "./commands/GetResourcesCommand";
|
|
10
|
-
import { GetTagKeysCommandInput, GetTagKeysCommandOutput } from "./commands/GetTagKeysCommand";
|
|
11
|
-
import { GetTagValuesCommandInput, GetTagValuesCommandOutput } from "./commands/GetTagValuesCommand";
|
|
12
|
-
import {
|
|
13
|
-
StartReportCreationCommandInput,
|
|
14
|
-
StartReportCreationCommandOutput,
|
|
15
|
-
} from "./commands/StartReportCreationCommand";
|
|
16
|
-
import { TagResourcesCommandInput, TagResourcesCommandOutput } from "./commands/TagResourcesCommand";
|
|
17
|
-
import { UntagResourcesCommandInput, UntagResourcesCommandOutput } from "./commands/UntagResourcesCommand";
|
|
18
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
19
1
|
import {
|
|
20
2
|
EndpointsInputConfig,
|
|
21
3
|
EndpointsResolvedConfig,
|
|
@@ -26,13 +8,13 @@ import {
|
|
|
26
8
|
} from "@aws-sdk/config-resolver";
|
|
27
9
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
28
10
|
import {
|
|
11
|
+
getHostHeaderPlugin,
|
|
29
12
|
HostHeaderInputConfig,
|
|
30
13
|
HostHeaderResolvedConfig,
|
|
31
|
-
getHostHeaderPlugin,
|
|
32
14
|
resolveHostHeaderConfig,
|
|
33
15
|
} from "@aws-sdk/middleware-host-header";
|
|
34
16
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
35
|
-
import {
|
|
17
|
+
import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
36
18
|
import {
|
|
37
19
|
AwsAuthInputConfig,
|
|
38
20
|
AwsAuthResolvedConfig,
|
|
@@ -40,10 +22,10 @@ import {
|
|
|
40
22
|
resolveAwsAuthConfig,
|
|
41
23
|
} from "@aws-sdk/middleware-signing";
|
|
42
24
|
import {
|
|
43
|
-
UserAgentInputConfig,
|
|
44
|
-
UserAgentResolvedConfig,
|
|
45
25
|
getUserAgentPlugin,
|
|
46
26
|
resolveUserAgentConfig,
|
|
27
|
+
UserAgentInputConfig,
|
|
28
|
+
UserAgentResolvedConfig,
|
|
47
29
|
} from "@aws-sdk/middleware-user-agent";
|
|
48
30
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
49
31
|
import {
|
|
@@ -52,8 +34,6 @@ import {
|
|
|
52
34
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
53
35
|
} from "@aws-sdk/smithy-client";
|
|
54
36
|
import {
|
|
55
|
-
Provider,
|
|
56
|
-
RegionInfoProvider,
|
|
57
37
|
Credentials as __Credentials,
|
|
58
38
|
Decoder as __Decoder,
|
|
59
39
|
Encoder as __Encoder,
|
|
@@ -62,11 +42,32 @@ import {
|
|
|
62
42
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
63
43
|
Logger as __Logger,
|
|
64
44
|
Provider as __Provider,
|
|
45
|
+
Provider,
|
|
46
|
+
RegionInfoProvider,
|
|
65
47
|
StreamCollector as __StreamCollector,
|
|
66
48
|
UrlParser as __UrlParser,
|
|
67
49
|
UserAgent as __UserAgent,
|
|
68
50
|
} from "@aws-sdk/types";
|
|
69
51
|
|
|
52
|
+
import {
|
|
53
|
+
DescribeReportCreationCommandInput,
|
|
54
|
+
DescribeReportCreationCommandOutput,
|
|
55
|
+
} from "./commands/DescribeReportCreationCommand";
|
|
56
|
+
import {
|
|
57
|
+
GetComplianceSummaryCommandInput,
|
|
58
|
+
GetComplianceSummaryCommandOutput,
|
|
59
|
+
} from "./commands/GetComplianceSummaryCommand";
|
|
60
|
+
import { GetResourcesCommandInput, GetResourcesCommandOutput } from "./commands/GetResourcesCommand";
|
|
61
|
+
import { GetTagKeysCommandInput, GetTagKeysCommandOutput } from "./commands/GetTagKeysCommand";
|
|
62
|
+
import { GetTagValuesCommandInput, GetTagValuesCommandOutput } from "./commands/GetTagValuesCommand";
|
|
63
|
+
import {
|
|
64
|
+
StartReportCreationCommandInput,
|
|
65
|
+
StartReportCreationCommandOutput,
|
|
66
|
+
} from "./commands/StartReportCreationCommand";
|
|
67
|
+
import { TagResourcesCommandInput, TagResourcesCommandOutput } from "./commands/TagResourcesCommand";
|
|
68
|
+
import { UntagResourcesCommandInput, UntagResourcesCommandOutput } from "./commands/UntagResourcesCommand";
|
|
69
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
70
|
+
|
|
70
71
|
export type ServiceInputTypes =
|
|
71
72
|
| DescribeReportCreationCommandInput
|
|
72
73
|
| GetComplianceSummaryCommandInput
|
|
@@ -241,13 +242,13 @@ export class ResourceGroupsTaggingAPIClient extends __Client<
|
|
|
241
242
|
readonly config: ResourceGroupsTaggingAPIClientResolvedConfig;
|
|
242
243
|
|
|
243
244
|
constructor(configuration: ResourceGroupsTaggingAPIClientConfig) {
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
245
|
+
const _config_0 = __getRuntimeConfig(configuration);
|
|
246
|
+
const _config_1 = resolveRegionConfig(_config_0);
|
|
247
|
+
const _config_2 = resolveEndpointsConfig(_config_1);
|
|
248
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
249
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
250
|
+
const _config_5 = resolveAwsAuthConfig(_config_4);
|
|
251
|
+
const _config_6 = resolveUserAgentConfig(_config_5);
|
|
251
252
|
super(_config_6);
|
|
252
253
|
this.config = _config_6;
|
|
253
254
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ResourceGroupsTaggingAPIClient";
|
|
6
|
-
import { DescribeReportCreationInput, DescribeReportCreationOutput } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_json1_1DescribeReportCreationCommand,
|
|
9
|
-
serializeAws_json1_1DescribeReportCreationCommand,
|
|
10
|
-
} from "../protocols/Aws_json1_1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { DescribeReportCreationInput, DescribeReportCreationOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_json1_1DescribeReportCreationCommand,
|
|
17
|
+
serializeAws_json1_1DescribeReportCreationCommand,
|
|
18
|
+
} from "../protocols/Aws_json1_1";
|
|
19
|
+
import {
|
|
20
|
+
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ResourceGroupsTaggingAPIClient";
|
|
24
|
+
|
|
24
25
|
export interface DescribeReportCreationCommandInput extends DescribeReportCreationInput {}
|
|
25
26
|
export interface DescribeReportCreationCommandOutput extends DescribeReportCreationOutput, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ResourceGroupsTaggingAPIClient";
|
|
6
|
-
import { GetComplianceSummaryInput, GetComplianceSummaryOutput } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_json1_1GetComplianceSummaryCommand,
|
|
9
|
-
serializeAws_json1_1GetComplianceSummaryCommand,
|
|
10
|
-
} from "../protocols/Aws_json1_1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { GetComplianceSummaryInput, GetComplianceSummaryOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_json1_1GetComplianceSummaryCommand,
|
|
17
|
+
serializeAws_json1_1GetComplianceSummaryCommand,
|
|
18
|
+
} from "../protocols/Aws_json1_1";
|
|
19
|
+
import {
|
|
20
|
+
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ResourceGroupsTaggingAPIClient";
|
|
24
|
+
|
|
24
25
|
export interface GetComplianceSummaryCommandInput extends GetComplianceSummaryInput {}
|
|
25
26
|
export interface GetComplianceSummaryCommandOutput extends GetComplianceSummaryOutput, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ResourceGroupsTaggingAPIClient";
|
|
6
|
-
import { GetResourcesInput, GetResourcesOutput } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_json1_1GetResourcesCommand,
|
|
9
|
-
serializeAws_json1_1GetResourcesCommand,
|
|
10
|
-
} from "../protocols/Aws_json1_1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { GetResourcesInput, GetResourcesOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_json1_1GetResourcesCommand,
|
|
17
|
+
serializeAws_json1_1GetResourcesCommand,
|
|
18
|
+
} from "../protocols/Aws_json1_1";
|
|
19
|
+
import {
|
|
20
|
+
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ResourceGroupsTaggingAPIClient";
|
|
24
|
+
|
|
24
25
|
export interface GetResourcesCommandInput extends GetResourcesInput {}
|
|
25
26
|
export interface GetResourcesCommandOutput extends GetResourcesOutput, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ResourceGroupsTaggingAPIClient";
|
|
6
|
-
import { GetTagKeysInput, GetTagKeysOutput } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_json1_1GetTagKeysCommand,
|
|
9
|
-
serializeAws_json1_1GetTagKeysCommand,
|
|
10
|
-
} from "../protocols/Aws_json1_1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { GetTagKeysInput, GetTagKeysOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_json1_1GetTagKeysCommand,
|
|
17
|
+
serializeAws_json1_1GetTagKeysCommand,
|
|
18
|
+
} from "../protocols/Aws_json1_1";
|
|
19
|
+
import {
|
|
20
|
+
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ResourceGroupsTaggingAPIClient";
|
|
24
|
+
|
|
24
25
|
export interface GetTagKeysCommandInput extends GetTagKeysInput {}
|
|
25
26
|
export interface GetTagKeysCommandOutput extends GetTagKeysOutput, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ResourceGroupsTaggingAPIClient";
|
|
6
|
-
import { GetTagValuesInput, GetTagValuesOutput } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_json1_1GetTagValuesCommand,
|
|
9
|
-
serializeAws_json1_1GetTagValuesCommand,
|
|
10
|
-
} from "../protocols/Aws_json1_1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { GetTagValuesInput, GetTagValuesOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_json1_1GetTagValuesCommand,
|
|
17
|
+
serializeAws_json1_1GetTagValuesCommand,
|
|
18
|
+
} from "../protocols/Aws_json1_1";
|
|
19
|
+
import {
|
|
20
|
+
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ResourceGroupsTaggingAPIClient";
|
|
24
|
+
|
|
24
25
|
export interface GetTagValuesCommandInput extends GetTagValuesInput {}
|
|
25
26
|
export interface GetTagValuesCommandOutput extends GetTagValuesOutput, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ResourceGroupsTaggingAPIClient";
|
|
6
|
-
import { StartReportCreationInput, StartReportCreationOutput } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_json1_1StartReportCreationCommand,
|
|
9
|
-
serializeAws_json1_1StartReportCreationCommand,
|
|
10
|
-
} from "../protocols/Aws_json1_1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { StartReportCreationInput, StartReportCreationOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_json1_1StartReportCreationCommand,
|
|
17
|
+
serializeAws_json1_1StartReportCreationCommand,
|
|
18
|
+
} from "../protocols/Aws_json1_1";
|
|
19
|
+
import {
|
|
20
|
+
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ResourceGroupsTaggingAPIClient";
|
|
24
|
+
|
|
24
25
|
export interface StartReportCreationCommandInput extends StartReportCreationInput {}
|
|
25
26
|
export interface StartReportCreationCommandOutput extends StartReportCreationOutput, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ResourceGroupsTaggingAPIClient";
|
|
6
|
-
import { TagResourcesInput, TagResourcesOutput } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_json1_1TagResourcesCommand,
|
|
9
|
-
serializeAws_json1_1TagResourcesCommand,
|
|
10
|
-
} from "../protocols/Aws_json1_1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { TagResourcesInput, TagResourcesOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_json1_1TagResourcesCommand,
|
|
17
|
+
serializeAws_json1_1TagResourcesCommand,
|
|
18
|
+
} from "../protocols/Aws_json1_1";
|
|
19
|
+
import {
|
|
20
|
+
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ResourceGroupsTaggingAPIClient";
|
|
24
|
+
|
|
24
25
|
export interface TagResourcesCommandInput extends TagResourcesInput {}
|
|
25
26
|
export interface TagResourcesCommandOutput extends TagResourcesOutput, __MetadataBearer {}
|
|
26
27
|
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
3
|
-
ServiceInputTypes,
|
|
4
|
-
ServiceOutputTypes,
|
|
5
|
-
} from "../ResourceGroupsTaggingAPIClient";
|
|
6
|
-
import { UntagResourcesInput, UntagResourcesOutput } from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
deserializeAws_json1_1UntagResourcesCommand,
|
|
9
|
-
serializeAws_json1_1UntagResourcesCommand,
|
|
10
|
-
} from "../protocols/Aws_json1_1";
|
|
11
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
12
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
13
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -15,12 +5,23 @@ import {
|
|
|
15
5
|
FinalizeHandlerArguments,
|
|
16
6
|
Handler,
|
|
17
7
|
HandlerExecutionContext,
|
|
18
|
-
MiddlewareStack,
|
|
19
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
20
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
21
11
|
SerdeContext as __SerdeContext,
|
|
22
12
|
} from "@aws-sdk/types";
|
|
23
13
|
|
|
14
|
+
import { UntagResourcesInput, UntagResourcesOutput } from "../models/models_0";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_json1_1UntagResourcesCommand,
|
|
17
|
+
serializeAws_json1_1UntagResourcesCommand,
|
|
18
|
+
} from "../protocols/Aws_json1_1";
|
|
19
|
+
import {
|
|
20
|
+
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes,
|
|
23
|
+
} from "../ResourceGroupsTaggingAPIClient";
|
|
24
|
+
|
|
24
25
|
export interface UntagResourcesCommandInput extends UntagResourcesInput {}
|
|
25
26
|
export interface UntagResourcesCommandOutput extends UntagResourcesOutput, __MetadataBearer {}
|
|
26
27
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
3
|
import {
|
|
4
4
|
GetComplianceSummaryCommand,
|
|
5
5
|
GetComplianceSummaryCommandInput,
|
|
6
6
|
GetComplianceSummaryCommandOutput,
|
|
7
7
|
} from "../commands/GetComplianceSummaryCommand";
|
|
8
|
+
import { ResourceGroupsTaggingAPI } from "../ResourceGroupsTaggingAPI";
|
|
9
|
+
import { ResourceGroupsTaggingAPIClient } from "../ResourceGroupsTaggingAPIClient";
|
|
8
10
|
import { ResourceGroupsTaggingAPIPaginationConfiguration } from "./Interfaces";
|
|
9
|
-
import { Paginator } from "@aws-sdk/types";
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
3
|
import {
|
|
4
4
|
GetResourcesCommand,
|
|
5
5
|
GetResourcesCommandInput,
|
|
6
6
|
GetResourcesCommandOutput,
|
|
7
7
|
} from "../commands/GetResourcesCommand";
|
|
8
|
+
import { ResourceGroupsTaggingAPI } from "../ResourceGroupsTaggingAPI";
|
|
9
|
+
import { ResourceGroupsTaggingAPIClient } from "../ResourceGroupsTaggingAPIClient";
|
|
8
10
|
import { ResourceGroupsTaggingAPIPaginationConfiguration } from "./Interfaces";
|
|
9
|
-
import { Paginator } from "@aws-sdk/types";
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
import { GetTagKeysCommand, GetTagKeysCommandInput, GetTagKeysCommandOutput } from "../commands/GetTagKeysCommand";
|
|
1
4
|
import { ResourceGroupsTaggingAPI } from "../ResourceGroupsTaggingAPI";
|
|
2
5
|
import { ResourceGroupsTaggingAPIClient } from "../ResourceGroupsTaggingAPIClient";
|
|
3
|
-
import { GetTagKeysCommand, GetTagKeysCommandInput, GetTagKeysCommandOutput } from "../commands/GetTagKeysCommand";
|
|
4
6
|
import { ResourceGroupsTaggingAPIPaginationConfiguration } from "./Interfaces";
|
|
5
|
-
import { Paginator } from "@aws-sdk/types";
|
|
6
7
|
|
|
7
8
|
/**
|
|
8
9
|
* @private
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
3
|
import {
|
|
4
4
|
GetTagValuesCommand,
|
|
5
5
|
GetTagValuesCommandInput,
|
|
6
6
|
GetTagValuesCommandOutput,
|
|
7
7
|
} from "../commands/GetTagValuesCommand";
|
|
8
|
+
import { ResourceGroupsTaggingAPI } from "../ResourceGroupsTaggingAPI";
|
|
9
|
+
import { ResourceGroupsTaggingAPIClient } from "../ResourceGroupsTaggingAPIClient";
|
|
8
10
|
import { ResourceGroupsTaggingAPIPaginationConfiguration } from "./Interfaces";
|
|
9
|
-
import { Paginator } from "@aws-sdk/types";
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
|
|
1
3
|
import { ResourceGroupsTaggingAPI } from "../ResourceGroupsTaggingAPI";
|
|
2
4
|
import { ResourceGroupsTaggingAPIClient } from "../ResourceGroupsTaggingAPIClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
5
|
|
|
5
6
|
export interface ResourceGroupsTaggingAPIPaginationConfiguration extends PaginationConfiguration {
|
|
6
7
|
client: ResourceGroupsTaggingAPI | ResourceGroupsTaggingAPIClient;
|
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import {
|
|
3
|
+
expectBoolean as __expectBoolean,
|
|
4
|
+
expectInt32 as __expectInt32,
|
|
5
|
+
expectLong as __expectLong,
|
|
6
|
+
expectString as __expectString,
|
|
7
|
+
} from "@aws-sdk/smithy-client";
|
|
8
|
+
import {
|
|
9
|
+
Endpoint as __Endpoint,
|
|
10
|
+
HeaderBag as __HeaderBag,
|
|
11
|
+
MetadataBearer as __MetadataBearer,
|
|
12
|
+
ResponseMetadata as __ResponseMetadata,
|
|
13
|
+
SerdeContext as __SerdeContext,
|
|
14
|
+
SmithyException as __SmithyException,
|
|
15
|
+
} from "@aws-sdk/types";
|
|
16
|
+
|
|
1
17
|
import {
|
|
2
18
|
DescribeReportCreationCommandInput,
|
|
3
19
|
DescribeReportCreationCommandOutput,
|
|
@@ -46,21 +62,6 @@ import {
|
|
|
46
62
|
UntagResourcesInput,
|
|
47
63
|
UntagResourcesOutput,
|
|
48
64
|
} from "../models/models_0";
|
|
49
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
50
|
-
import {
|
|
51
|
-
expectBoolean as __expectBoolean,
|
|
52
|
-
expectInt32 as __expectInt32,
|
|
53
|
-
expectLong as __expectLong,
|
|
54
|
-
expectString as __expectString,
|
|
55
|
-
} from "@aws-sdk/smithy-client";
|
|
56
|
-
import {
|
|
57
|
-
Endpoint as __Endpoint,
|
|
58
|
-
HeaderBag as __HeaderBag,
|
|
59
|
-
MetadataBearer as __MetadataBearer,
|
|
60
|
-
ResponseMetadata as __ResponseMetadata,
|
|
61
|
-
SerdeContext as __SerdeContext,
|
|
62
|
-
SmithyException as __SmithyException,
|
|
63
|
-
} from "@aws-sdk/types";
|
|
64
65
|
|
|
65
66
|
export const serializeAws_json1_1DescribeReportCreationCommand = async (
|
|
66
67
|
input: DescribeReportCreationCommandInput,
|
|
@@ -192,7 +193,7 @@ const deserializeAws_json1_1DescribeReportCreationCommandError = async (
|
|
|
192
193
|
body: await parseBody(output.body, context),
|
|
193
194
|
};
|
|
194
195
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
195
|
-
let errorCode
|
|
196
|
+
let errorCode = "UnknownError";
|
|
196
197
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
197
198
|
switch (errorCode) {
|
|
198
199
|
case "ConstraintViolationException":
|
|
@@ -270,7 +271,7 @@ const deserializeAws_json1_1GetComplianceSummaryCommandError = async (
|
|
|
270
271
|
body: await parseBody(output.body, context),
|
|
271
272
|
};
|
|
272
273
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
273
|
-
let errorCode
|
|
274
|
+
let errorCode = "UnknownError";
|
|
274
275
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
275
276
|
switch (errorCode) {
|
|
276
277
|
case "ConstraintViolationException":
|
|
@@ -348,7 +349,7 @@ const deserializeAws_json1_1GetResourcesCommandError = async (
|
|
|
348
349
|
body: await parseBody(output.body, context),
|
|
349
350
|
};
|
|
350
351
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
351
|
-
let errorCode
|
|
352
|
+
let errorCode = "UnknownError";
|
|
352
353
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
353
354
|
switch (errorCode) {
|
|
354
355
|
case "InternalServiceException":
|
|
@@ -426,7 +427,7 @@ const deserializeAws_json1_1GetTagKeysCommandError = async (
|
|
|
426
427
|
body: await parseBody(output.body, context),
|
|
427
428
|
};
|
|
428
429
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
429
|
-
let errorCode
|
|
430
|
+
let errorCode = "UnknownError";
|
|
430
431
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
431
432
|
switch (errorCode) {
|
|
432
433
|
case "InternalServiceException":
|
|
@@ -504,7 +505,7 @@ const deserializeAws_json1_1GetTagValuesCommandError = async (
|
|
|
504
505
|
body: await parseBody(output.body, context),
|
|
505
506
|
};
|
|
506
507
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
507
|
-
let errorCode
|
|
508
|
+
let errorCode = "UnknownError";
|
|
508
509
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
509
510
|
switch (errorCode) {
|
|
510
511
|
case "InternalServiceException":
|
|
@@ -582,7 +583,7 @@ const deserializeAws_json1_1StartReportCreationCommandError = async (
|
|
|
582
583
|
body: await parseBody(output.body, context),
|
|
583
584
|
};
|
|
584
585
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
585
|
-
let errorCode
|
|
586
|
+
let errorCode = "UnknownError";
|
|
586
587
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
587
588
|
switch (errorCode) {
|
|
588
589
|
case "ConcurrentModificationException":
|
|
@@ -668,7 +669,7 @@ const deserializeAws_json1_1TagResourcesCommandError = async (
|
|
|
668
669
|
body: await parseBody(output.body, context),
|
|
669
670
|
};
|
|
670
671
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
671
|
-
let errorCode
|
|
672
|
+
let errorCode = "UnknownError";
|
|
672
673
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
673
674
|
switch (errorCode) {
|
|
674
675
|
case "InternalServiceException":
|
|
@@ -738,7 +739,7 @@ const deserializeAws_json1_1UntagResourcesCommandError = async (
|
|
|
738
739
|
body: await parseBody(output.body, context),
|
|
739
740
|
};
|
|
740
741
|
let response: __SmithyException & __MetadataBearer & { [key: string]: any };
|
|
741
|
-
let errorCode
|
|
742
|
+
let errorCode = "UnknownError";
|
|
742
743
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
743
744
|
switch (errorCode) {
|
|
744
745
|
case "InternalServiceException":
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import packageInfo from "./package.json";
|
|
2
|
-
|
|
3
1
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
2
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
3
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
@@ -8,6 +6,9 @@ import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
|
|
|
8
6
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
9
7
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
10
8
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
9
|
+
|
|
10
|
+
// @ts-ignore: package.json will be imported from dist folders
|
|
11
|
+
import packageInfo from "../package.json";
|
|
11
12
|
import { ResourceGroupsTaggingAPIClientConfig } from "./ResourceGroupsTaggingAPIClient";
|
|
12
13
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
14
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { defaultRegionInfoProvider } from "./endpoints";
|
|
2
1
|
import { Logger as __Logger } from "@aws-sdk/types";
|
|
3
2
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
3
|
+
|
|
4
|
+
import { defaultRegionInfoProvider } from "./endpoints";
|
|
4
5
|
import { ResourceGroupsTaggingAPIClientConfig } from "./ResourceGroupsTaggingAPIClient";
|
|
5
6
|
|
|
6
7
|
/**
|