@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.
Files changed (29) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ResourceGroupsTaggingAPI.d.ts +148 -45
  3. package/dist-types/ts3.4/ResourceGroupsTaggingAPIClient.d.ts +178 -81
  4. package/dist-types/ts3.4/commands/DescribeReportCreationCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/GetComplianceSummaryCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/GetTagKeysCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/GetTagValuesCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/StartReportCreationCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/TagResourcesCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/UntagResourcesCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/index.d.ts +8 -8
  13. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  14. package/dist-types/ts3.4/index.d.ts +6 -6
  15. package/dist-types/ts3.4/models/ResourceGroupsTaggingAPIServiceException.d.ts +8 -6
  16. package/dist-types/ts3.4/models/index.d.ts +1 -1
  17. package/dist-types/ts3.4/models/models_0.d.ts +300 -270
  18. package/dist-types/ts3.4/pagination/GetComplianceSummaryPaginator.d.ts +11 -4
  19. package/dist-types/ts3.4/pagination/GetResourcesPaginator.d.ts +11 -4
  20. package/dist-types/ts3.4/pagination/GetTagKeysPaginator.d.ts +11 -4
  21. package/dist-types/ts3.4/pagination/GetTagValuesPaginator.d.ts +11 -4
  22. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  23. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  24. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +101 -26
  25. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  26. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  27. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  28. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  29. package/package.json +34 -34
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetTagKeysInput, GetTagKeysOutput } from "../models/models_0";
4
- import { ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsTaggingAPIClient";
5
- export interface GetTagKeysCommandInput extends GetTagKeysInput {
6
- }
7
- export interface GetTagKeysCommandOutput extends GetTagKeysOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetTagKeysCommand extends $Command<GetTagKeysCommandInput, GetTagKeysCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
11
- readonly input: GetTagKeysCommandInput;
12
- constructor(input: GetTagKeysCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsTaggingAPIClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTagKeysCommandInput, GetTagKeysCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { GetTagKeysInput, GetTagKeysOutput } from "../models/models_0";
9
+ import {
10
+ ResourceGroupsTaggingAPIClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ResourceGroupsTaggingAPIClient";
14
+ export interface GetTagKeysCommandInput extends GetTagKeysInput {}
15
+ export interface GetTagKeysCommandOutput
16
+ extends GetTagKeysOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetTagKeysCommand extends $Command<
20
+ GetTagKeysCommandInput,
21
+ GetTagKeysCommandOutput,
22
+ ResourceGroupsTaggingAPIClientResolvedConfig
23
+ > {
24
+ readonly input: GetTagKeysCommandInput;
25
+ constructor(input: GetTagKeysCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ResourceGroupsTaggingAPIClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetTagKeysCommandInput, GetTagKeysCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetTagValuesInput, GetTagValuesOutput } from "../models/models_0";
4
- import { ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsTaggingAPIClient";
5
- export interface GetTagValuesCommandInput extends GetTagValuesInput {
6
- }
7
- export interface GetTagValuesCommandOutput extends GetTagValuesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetTagValuesCommand extends $Command<GetTagValuesCommandInput, GetTagValuesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
11
- readonly input: GetTagValuesCommandInput;
12
- constructor(input: GetTagValuesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsTaggingAPIClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTagValuesCommandInput, GetTagValuesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { GetTagValuesInput, GetTagValuesOutput } from "../models/models_0";
9
+ import {
10
+ ResourceGroupsTaggingAPIClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ResourceGroupsTaggingAPIClient";
14
+ export interface GetTagValuesCommandInput extends GetTagValuesInput {}
15
+ export interface GetTagValuesCommandOutput
16
+ extends GetTagValuesOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetTagValuesCommand extends $Command<
20
+ GetTagValuesCommandInput,
21
+ GetTagValuesCommandOutput,
22
+ ResourceGroupsTaggingAPIClientResolvedConfig
23
+ > {
24
+ readonly input: GetTagValuesCommandInput;
25
+ constructor(input: GetTagValuesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ResourceGroupsTaggingAPIClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetTagValuesCommandInput, GetTagValuesCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { StartReportCreationInput, StartReportCreationOutput } from "../models/models_0";
4
- import { ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsTaggingAPIClient";
5
- export interface StartReportCreationCommandInput extends StartReportCreationInput {
6
- }
7
- export interface StartReportCreationCommandOutput extends StartReportCreationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class StartReportCreationCommand extends $Command<StartReportCreationCommandInput, StartReportCreationCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
11
- readonly input: StartReportCreationCommandInput;
12
- constructor(input: StartReportCreationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsTaggingAPIClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartReportCreationCommandInput, StartReportCreationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ StartReportCreationInput,
10
+ StartReportCreationOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ResourceGroupsTaggingAPIClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ResourceGroupsTaggingAPIClient";
17
+ export interface StartReportCreationCommandInput
18
+ extends StartReportCreationInput {}
19
+ export interface StartReportCreationCommandOutput
20
+ extends StartReportCreationOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartReportCreationCommand extends $Command<
24
+ StartReportCreationCommandInput,
25
+ StartReportCreationCommandOutput,
26
+ ResourceGroupsTaggingAPIClientResolvedConfig
27
+ > {
28
+ readonly input: StartReportCreationCommandInput;
29
+ constructor(input: StartReportCreationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ResourceGroupsTaggingAPIClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<StartReportCreationCommandInput, StartReportCreationCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { TagResourcesInput, TagResourcesOutput } from "../models/models_0";
4
- import { ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsTaggingAPIClient";
5
- export interface TagResourcesCommandInput extends TagResourcesInput {
6
- }
7
- export interface TagResourcesCommandOutput extends TagResourcesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourcesCommand extends $Command<TagResourcesCommandInput, TagResourcesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
11
- readonly input: TagResourcesCommandInput;
12
- constructor(input: TagResourcesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsTaggingAPIClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourcesCommandInput, TagResourcesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { TagResourcesInput, TagResourcesOutput } from "../models/models_0";
9
+ import {
10
+ ResourceGroupsTaggingAPIClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ResourceGroupsTaggingAPIClient";
14
+ export interface TagResourcesCommandInput extends TagResourcesInput {}
15
+ export interface TagResourcesCommandOutput
16
+ extends TagResourcesOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TagResourcesCommand extends $Command<
20
+ TagResourcesCommandInput,
21
+ TagResourcesCommandOutput,
22
+ ResourceGroupsTaggingAPIClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourcesCommandInput;
25
+ constructor(input: TagResourcesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ResourceGroupsTaggingAPIClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourcesCommandInput, TagResourcesCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UntagResourcesInput, UntagResourcesOutput } from "../models/models_0";
4
- import { ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsTaggingAPIClient";
5
- export interface UntagResourcesCommandInput extends UntagResourcesInput {
6
- }
7
- export interface UntagResourcesCommandOutput extends UntagResourcesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourcesCommand extends $Command<UntagResourcesCommandInput, UntagResourcesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig> {
11
- readonly input: UntagResourcesCommandInput;
12
- constructor(input: UntagResourcesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResourceGroupsTaggingAPIClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourcesCommandInput, UntagResourcesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { UntagResourcesInput, UntagResourcesOutput } from "../models/models_0";
9
+ import {
10
+ ResourceGroupsTaggingAPIClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ResourceGroupsTaggingAPIClient";
14
+ export interface UntagResourcesCommandInput extends UntagResourcesInput {}
15
+ export interface UntagResourcesCommandOutput
16
+ extends UntagResourcesOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UntagResourcesCommand extends $Command<
20
+ UntagResourcesCommandInput,
21
+ UntagResourcesCommandOutput,
22
+ ResourceGroupsTaggingAPIClientResolvedConfig
23
+ > {
24
+ readonly input: UntagResourcesCommandInput;
25
+ constructor(input: UntagResourcesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ResourceGroupsTaggingAPIClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UntagResourcesCommandInput, UntagResourcesCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,8 +1,8 @@
1
- export * from "./DescribeReportCreationCommand";
2
- export * from "./GetComplianceSummaryCommand";
3
- export * from "./GetResourcesCommand";
4
- export * from "./GetTagKeysCommand";
5
- export * from "./GetTagValuesCommand";
6
- export * from "./StartReportCreationCommand";
7
- export * from "./TagResourcesCommand";
8
- export * from "./UntagResourcesCommand";
1
+ export * from "./DescribeReportCreationCommand";
2
+ export * from "./GetComplianceSummaryCommand";
3
+ export * from "./GetResourcesCommand";
4
+ export * from "./GetTagKeysCommand";
5
+ export * from "./GetTagValuesCommand";
6
+ export * from "./StartReportCreationCommand";
7
+ export * from "./TagResourcesCommand";
8
+ export * from "./UntagResourcesCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./ResourceGroupsTaggingAPI";
2
- export * from "./ResourceGroupsTaggingAPIClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { ResourceGroupsTaggingAPIServiceException } from "./models/ResourceGroupsTaggingAPIServiceException";
1
+ export * from "./ResourceGroupsTaggingAPI";
2
+ export * from "./ResourceGroupsTaggingAPIClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { ResourceGroupsTaggingAPIServiceException } from "./models/ResourceGroupsTaggingAPIServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class ResourceGroupsTaggingAPIServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class ResourceGroupsTaggingAPIServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";