@aws-sdk/client-resource-groups-tagging-api 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/ResourceGroupsTaggingAPI.d.ts +148 -45
- package/dist-types/ts3.4/ResourceGroupsTaggingAPIClient.d.ts +178 -81
- package/dist-types/ts3.4/commands/DescribeReportCreationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetComplianceSummaryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTagKeysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTagValuesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartReportCreationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourcesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourcesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +8 -8
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ResourceGroupsTaggingAPIServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +300 -270
- package/dist-types/ts3.4/pagination/GetComplianceSummaryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTagKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTagValuesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +101 -26
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-resource-groups-tagging-api
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-resource-groups-tagging-api
|
|
@@ -1,45 +1,148 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeReportCreationCommandInput,
|
|
4
|
+
DescribeReportCreationCommandOutput,
|
|
5
|
+
} from "./commands/DescribeReportCreationCommand";
|
|
6
|
+
import {
|
|
7
|
+
GetComplianceSummaryCommandInput,
|
|
8
|
+
GetComplianceSummaryCommandOutput,
|
|
9
|
+
} from "./commands/GetComplianceSummaryCommand";
|
|
10
|
+
import {
|
|
11
|
+
GetResourcesCommandInput,
|
|
12
|
+
GetResourcesCommandOutput,
|
|
13
|
+
} from "./commands/GetResourcesCommand";
|
|
14
|
+
import {
|
|
15
|
+
GetTagKeysCommandInput,
|
|
16
|
+
GetTagKeysCommandOutput,
|
|
17
|
+
} from "./commands/GetTagKeysCommand";
|
|
18
|
+
import {
|
|
19
|
+
GetTagValuesCommandInput,
|
|
20
|
+
GetTagValuesCommandOutput,
|
|
21
|
+
} from "./commands/GetTagValuesCommand";
|
|
22
|
+
import {
|
|
23
|
+
StartReportCreationCommandInput,
|
|
24
|
+
StartReportCreationCommandOutput,
|
|
25
|
+
} from "./commands/StartReportCreationCommand";
|
|
26
|
+
import {
|
|
27
|
+
TagResourcesCommandInput,
|
|
28
|
+
TagResourcesCommandOutput,
|
|
29
|
+
} from "./commands/TagResourcesCommand";
|
|
30
|
+
import {
|
|
31
|
+
UntagResourcesCommandInput,
|
|
32
|
+
UntagResourcesCommandOutput,
|
|
33
|
+
} from "./commands/UntagResourcesCommand";
|
|
34
|
+
import { ResourceGroupsTaggingAPIClient } from "./ResourceGroupsTaggingAPIClient";
|
|
35
|
+
|
|
36
|
+
export declare class ResourceGroupsTaggingAPI extends ResourceGroupsTaggingAPIClient {
|
|
37
|
+
describeReportCreation(
|
|
38
|
+
args: DescribeReportCreationCommandInput,
|
|
39
|
+
options?: __HttpHandlerOptions
|
|
40
|
+
): Promise<DescribeReportCreationCommandOutput>;
|
|
41
|
+
describeReportCreation(
|
|
42
|
+
args: DescribeReportCreationCommandInput,
|
|
43
|
+
cb: (err: any, data?: DescribeReportCreationCommandOutput) => void
|
|
44
|
+
): void;
|
|
45
|
+
describeReportCreation(
|
|
46
|
+
args: DescribeReportCreationCommandInput,
|
|
47
|
+
options: __HttpHandlerOptions,
|
|
48
|
+
cb: (err: any, data?: DescribeReportCreationCommandOutput) => void
|
|
49
|
+
): void;
|
|
50
|
+
|
|
51
|
+
getComplianceSummary(
|
|
52
|
+
args: GetComplianceSummaryCommandInput,
|
|
53
|
+
options?: __HttpHandlerOptions
|
|
54
|
+
): Promise<GetComplianceSummaryCommandOutput>;
|
|
55
|
+
getComplianceSummary(
|
|
56
|
+
args: GetComplianceSummaryCommandInput,
|
|
57
|
+
cb: (err: any, data?: GetComplianceSummaryCommandOutput) => void
|
|
58
|
+
): void;
|
|
59
|
+
getComplianceSummary(
|
|
60
|
+
args: GetComplianceSummaryCommandInput,
|
|
61
|
+
options: __HttpHandlerOptions,
|
|
62
|
+
cb: (err: any, data?: GetComplianceSummaryCommandOutput) => void
|
|
63
|
+
): void;
|
|
64
|
+
|
|
65
|
+
getResources(
|
|
66
|
+
args: GetResourcesCommandInput,
|
|
67
|
+
options?: __HttpHandlerOptions
|
|
68
|
+
): Promise<GetResourcesCommandOutput>;
|
|
69
|
+
getResources(
|
|
70
|
+
args: GetResourcesCommandInput,
|
|
71
|
+
cb: (err: any, data?: GetResourcesCommandOutput) => void
|
|
72
|
+
): void;
|
|
73
|
+
getResources(
|
|
74
|
+
args: GetResourcesCommandInput,
|
|
75
|
+
options: __HttpHandlerOptions,
|
|
76
|
+
cb: (err: any, data?: GetResourcesCommandOutput) => void
|
|
77
|
+
): void;
|
|
78
|
+
|
|
79
|
+
getTagKeys(
|
|
80
|
+
args: GetTagKeysCommandInput,
|
|
81
|
+
options?: __HttpHandlerOptions
|
|
82
|
+
): Promise<GetTagKeysCommandOutput>;
|
|
83
|
+
getTagKeys(
|
|
84
|
+
args: GetTagKeysCommandInput,
|
|
85
|
+
cb: (err: any, data?: GetTagKeysCommandOutput) => void
|
|
86
|
+
): void;
|
|
87
|
+
getTagKeys(
|
|
88
|
+
args: GetTagKeysCommandInput,
|
|
89
|
+
options: __HttpHandlerOptions,
|
|
90
|
+
cb: (err: any, data?: GetTagKeysCommandOutput) => void
|
|
91
|
+
): void;
|
|
92
|
+
|
|
93
|
+
getTagValues(
|
|
94
|
+
args: GetTagValuesCommandInput,
|
|
95
|
+
options?: __HttpHandlerOptions
|
|
96
|
+
): Promise<GetTagValuesCommandOutput>;
|
|
97
|
+
getTagValues(
|
|
98
|
+
args: GetTagValuesCommandInput,
|
|
99
|
+
cb: (err: any, data?: GetTagValuesCommandOutput) => void
|
|
100
|
+
): void;
|
|
101
|
+
getTagValues(
|
|
102
|
+
args: GetTagValuesCommandInput,
|
|
103
|
+
options: __HttpHandlerOptions,
|
|
104
|
+
cb: (err: any, data?: GetTagValuesCommandOutput) => void
|
|
105
|
+
): void;
|
|
106
|
+
|
|
107
|
+
startReportCreation(
|
|
108
|
+
args: StartReportCreationCommandInput,
|
|
109
|
+
options?: __HttpHandlerOptions
|
|
110
|
+
): Promise<StartReportCreationCommandOutput>;
|
|
111
|
+
startReportCreation(
|
|
112
|
+
args: StartReportCreationCommandInput,
|
|
113
|
+
cb: (err: any, data?: StartReportCreationCommandOutput) => void
|
|
114
|
+
): void;
|
|
115
|
+
startReportCreation(
|
|
116
|
+
args: StartReportCreationCommandInput,
|
|
117
|
+
options: __HttpHandlerOptions,
|
|
118
|
+
cb: (err: any, data?: StartReportCreationCommandOutput) => void
|
|
119
|
+
): void;
|
|
120
|
+
|
|
121
|
+
tagResources(
|
|
122
|
+
args: TagResourcesCommandInput,
|
|
123
|
+
options?: __HttpHandlerOptions
|
|
124
|
+
): Promise<TagResourcesCommandOutput>;
|
|
125
|
+
tagResources(
|
|
126
|
+
args: TagResourcesCommandInput,
|
|
127
|
+
cb: (err: any, data?: TagResourcesCommandOutput) => void
|
|
128
|
+
): void;
|
|
129
|
+
tagResources(
|
|
130
|
+
args: TagResourcesCommandInput,
|
|
131
|
+
options: __HttpHandlerOptions,
|
|
132
|
+
cb: (err: any, data?: TagResourcesCommandOutput) => void
|
|
133
|
+
): void;
|
|
134
|
+
|
|
135
|
+
untagResources(
|
|
136
|
+
args: UntagResourcesCommandInput,
|
|
137
|
+
options?: __HttpHandlerOptions
|
|
138
|
+
): Promise<UntagResourcesCommandOutput>;
|
|
139
|
+
untagResources(
|
|
140
|
+
args: UntagResourcesCommandInput,
|
|
141
|
+
cb: (err: any, data?: UntagResourcesCommandOutput) => void
|
|
142
|
+
): void;
|
|
143
|
+
untagResources(
|
|
144
|
+
args: UntagResourcesCommandInput,
|
|
145
|
+
options: __HttpHandlerOptions,
|
|
146
|
+
cb: (err: any, data?: UntagResourcesCommandOutput) => void
|
|
147
|
+
): void;
|
|
148
|
+
}
|
|
@@ -1,81 +1,178 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
DescribeReportCreationCommandInput,
|
|
47
|
+
DescribeReportCreationCommandOutput,
|
|
48
|
+
} from "./commands/DescribeReportCreationCommand";
|
|
49
|
+
import {
|
|
50
|
+
GetComplianceSummaryCommandInput,
|
|
51
|
+
GetComplianceSummaryCommandOutput,
|
|
52
|
+
} from "./commands/GetComplianceSummaryCommand";
|
|
53
|
+
import {
|
|
54
|
+
GetResourcesCommandInput,
|
|
55
|
+
GetResourcesCommandOutput,
|
|
56
|
+
} from "./commands/GetResourcesCommand";
|
|
57
|
+
import {
|
|
58
|
+
GetTagKeysCommandInput,
|
|
59
|
+
GetTagKeysCommandOutput,
|
|
60
|
+
} from "./commands/GetTagKeysCommand";
|
|
61
|
+
import {
|
|
62
|
+
GetTagValuesCommandInput,
|
|
63
|
+
GetTagValuesCommandOutput,
|
|
64
|
+
} from "./commands/GetTagValuesCommand";
|
|
65
|
+
import {
|
|
66
|
+
StartReportCreationCommandInput,
|
|
67
|
+
StartReportCreationCommandOutput,
|
|
68
|
+
} from "./commands/StartReportCreationCommand";
|
|
69
|
+
import {
|
|
70
|
+
TagResourcesCommandInput,
|
|
71
|
+
TagResourcesCommandOutput,
|
|
72
|
+
} from "./commands/TagResourcesCommand";
|
|
73
|
+
import {
|
|
74
|
+
UntagResourcesCommandInput,
|
|
75
|
+
UntagResourcesCommandOutput,
|
|
76
|
+
} from "./commands/UntagResourcesCommand";
|
|
77
|
+
export declare type ServiceInputTypes =
|
|
78
|
+
| DescribeReportCreationCommandInput
|
|
79
|
+
| GetComplianceSummaryCommandInput
|
|
80
|
+
| GetResourcesCommandInput
|
|
81
|
+
| GetTagKeysCommandInput
|
|
82
|
+
| GetTagValuesCommandInput
|
|
83
|
+
| StartReportCreationCommandInput
|
|
84
|
+
| TagResourcesCommandInput
|
|
85
|
+
| UntagResourcesCommandInput;
|
|
86
|
+
export declare type ServiceOutputTypes =
|
|
87
|
+
| DescribeReportCreationCommandOutput
|
|
88
|
+
| GetComplianceSummaryCommandOutput
|
|
89
|
+
| GetResourcesCommandOutput
|
|
90
|
+
| GetTagKeysCommandOutput
|
|
91
|
+
| GetTagValuesCommandOutput
|
|
92
|
+
| StartReportCreationCommandOutput
|
|
93
|
+
| TagResourcesCommandOutput
|
|
94
|
+
| UntagResourcesCommandOutput;
|
|
95
|
+
export interface ClientDefaults
|
|
96
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
97
|
+
requestHandler?: __HttpHandler;
|
|
98
|
+
|
|
99
|
+
sha256?: __HashConstructor;
|
|
100
|
+
|
|
101
|
+
urlParser?: __UrlParser;
|
|
102
|
+
|
|
103
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
104
|
+
|
|
105
|
+
streamCollector?: __StreamCollector;
|
|
106
|
+
|
|
107
|
+
base64Decoder?: __Decoder;
|
|
108
|
+
|
|
109
|
+
base64Encoder?: __Encoder;
|
|
110
|
+
|
|
111
|
+
utf8Decoder?: __Decoder;
|
|
112
|
+
|
|
113
|
+
utf8Encoder?: __Encoder;
|
|
114
|
+
|
|
115
|
+
runtime?: string;
|
|
116
|
+
|
|
117
|
+
disableHostPrefix?: boolean;
|
|
118
|
+
|
|
119
|
+
maxAttempts?: number | __Provider<number>;
|
|
120
|
+
|
|
121
|
+
retryMode?: string | __Provider<string>;
|
|
122
|
+
|
|
123
|
+
logger?: __Logger;
|
|
124
|
+
|
|
125
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
126
|
+
|
|
127
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
128
|
+
|
|
129
|
+
serviceId?: string;
|
|
130
|
+
|
|
131
|
+
region?: string | __Provider<string>;
|
|
132
|
+
|
|
133
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
134
|
+
|
|
135
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
136
|
+
|
|
137
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
138
|
+
|
|
139
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
140
|
+
}
|
|
141
|
+
declare type ResourceGroupsTaggingAPIClientConfigType = Partial<
|
|
142
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
143
|
+
> &
|
|
144
|
+
ClientDefaults &
|
|
145
|
+
RegionInputConfig &
|
|
146
|
+
EndpointsInputConfig &
|
|
147
|
+
RetryInputConfig &
|
|
148
|
+
HostHeaderInputConfig &
|
|
149
|
+
AwsAuthInputConfig &
|
|
150
|
+
UserAgentInputConfig;
|
|
151
|
+
|
|
152
|
+
export interface ResourceGroupsTaggingAPIClientConfig
|
|
153
|
+
extends ResourceGroupsTaggingAPIClientConfigType {}
|
|
154
|
+
declare type ResourceGroupsTaggingAPIClientResolvedConfigType =
|
|
155
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
156
|
+
Required<ClientDefaults> &
|
|
157
|
+
RegionResolvedConfig &
|
|
158
|
+
EndpointsResolvedConfig &
|
|
159
|
+
RetryResolvedConfig &
|
|
160
|
+
HostHeaderResolvedConfig &
|
|
161
|
+
AwsAuthResolvedConfig &
|
|
162
|
+
UserAgentResolvedConfig;
|
|
163
|
+
|
|
164
|
+
export interface ResourceGroupsTaggingAPIClientResolvedConfig
|
|
165
|
+
extends ResourceGroupsTaggingAPIClientResolvedConfigType {}
|
|
166
|
+
|
|
167
|
+
export declare class ResourceGroupsTaggingAPIClient extends __Client<
|
|
168
|
+
__HttpHandlerOptions,
|
|
169
|
+
ServiceInputTypes,
|
|
170
|
+
ServiceOutputTypes,
|
|
171
|
+
ResourceGroupsTaggingAPIClientResolvedConfig
|
|
172
|
+
> {
|
|
173
|
+
readonly config: ResourceGroupsTaggingAPIClientResolvedConfig;
|
|
174
|
+
constructor(configuration: ResourceGroupsTaggingAPIClientConfig);
|
|
175
|
+
|
|
176
|
+
destroy(): void;
|
|
177
|
+
}
|
|
178
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DescribeReportCreationInput,
|
|
10
|
+
DescribeReportCreationOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResourceGroupsTaggingAPIClient";
|
|
17
|
+
export interface DescribeReportCreationCommandInput
|
|
18
|
+
extends DescribeReportCreationInput {}
|
|
19
|
+
export interface DescribeReportCreationCommandOutput
|
|
20
|
+
extends DescribeReportCreationOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeReportCreationCommand extends $Command<
|
|
24
|
+
DescribeReportCreationCommandInput,
|
|
25
|
+
DescribeReportCreationCommandOutput,
|
|
26
|
+
ResourceGroupsTaggingAPIClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeReportCreationCommandInput;
|
|
29
|
+
constructor(input: DescribeReportCreationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeReportCreationCommandInput,
|
|
37
|
+
DescribeReportCreationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GetComplianceSummaryInput,
|
|
10
|
+
GetComplianceSummaryOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../ResourceGroupsTaggingAPIClient";
|
|
17
|
+
export interface GetComplianceSummaryCommandInput
|
|
18
|
+
extends GetComplianceSummaryInput {}
|
|
19
|
+
export interface GetComplianceSummaryCommandOutput
|
|
20
|
+
extends GetComplianceSummaryOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetComplianceSummaryCommand extends $Command<
|
|
24
|
+
GetComplianceSummaryCommandInput,
|
|
25
|
+
GetComplianceSummaryCommandOutput,
|
|
26
|
+
ResourceGroupsTaggingAPIClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetComplianceSummaryCommandInput;
|
|
29
|
+
constructor(input: GetComplianceSummaryCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetComplianceSummaryCommandInput,
|
|
37
|
+
GetComplianceSummaryCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { GetResourcesInput, GetResourcesOutput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ResourceGroupsTaggingAPIClient";
|
|
14
|
+
export interface GetResourcesCommandInput extends GetResourcesInput {}
|
|
15
|
+
export interface GetResourcesCommandOutput
|
|
16
|
+
extends GetResourcesOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetResourcesCommand extends $Command<
|
|
20
|
+
GetResourcesCommandInput,
|
|
21
|
+
GetResourcesCommandOutput,
|
|
22
|
+
ResourceGroupsTaggingAPIClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetResourcesCommandInput;
|
|
25
|
+
constructor(input: GetResourcesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetResourcesCommandInput, GetResourcesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|