@aws-sdk/client-resource-groups-tagging-api 3.1077.0 → 3.1078.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/dist-cjs/index.js +17 -93
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/DescribeReportCreationCommand.js +2 -14
- package/dist-es/commands/GetComplianceSummaryCommand.js +2 -14
- package/dist-es/commands/GetResourcesCommand.js +2 -14
- package/dist-es/commands/GetTagKeysCommand.js +2 -14
- package/dist-es/commands/GetTagValuesCommand.js +2 -14
- package/dist-es/commands/ListRequiredTagsCommand.js +2 -14
- package/dist-es/commands/StartReportCreationCommand.js +2 -14
- package/dist-es/commands/TagResourcesCommand.js +2 -14
- package/dist-es/commands/UntagResourcesCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/DescribeReportCreationCommand.d.ts +3 -8
- package/dist-types/commands/GetComplianceSummaryCommand.d.ts +3 -8
- package/dist-types/commands/GetResourcesCommand.d.ts +3 -8
- package/dist-types/commands/GetTagKeysCommand.d.ts +3 -8
- package/dist-types/commands/GetTagValuesCommand.d.ts +3 -8
- package/dist-types/commands/ListRequiredTagsCommand.d.ts +3 -8
- package/dist-types/commands/StartReportCreationCommand.d.ts +3 -8
- package/dist-types/commands/TagResourcesCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourcesCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/DescribeReportCreationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetComplianceSummaryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTagKeysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTagValuesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRequiredTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartReportCreationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -677,112 +678,35 @@ class ResourceGroupsTaggingAPIClient extends Client {
|
|
|
677
678
|
}
|
|
678
679
|
}
|
|
679
680
|
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
})
|
|
686
|
-
.s("ResourceGroupsTaggingAPI_20170126", "DescribeReportCreation", {})
|
|
687
|
-
.n("ResourceGroupsTaggingAPIClient", "DescribeReportCreationCommand")
|
|
688
|
-
.sc(DescribeReportCreation$)
|
|
689
|
-
.build() {
|
|
681
|
+
const command = makeBuilder(commonParams, "ResourceGroupsTaggingAPI_20170126", "ResourceGroupsTaggingAPIClient", getEndpointPlugin);
|
|
682
|
+
const _ep0 = {};
|
|
683
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
684
|
+
|
|
685
|
+
class DescribeReportCreationCommand extends command(_ep0, _mw0, "DescribeReportCreation", DescribeReportCreation$) {
|
|
690
686
|
}
|
|
691
687
|
|
|
692
|
-
class GetComplianceSummaryCommand extends
|
|
693
|
-
.classBuilder()
|
|
694
|
-
.ep(commonParams)
|
|
695
|
-
.m(function (Command, cs, config, o) {
|
|
696
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
697
|
-
})
|
|
698
|
-
.s("ResourceGroupsTaggingAPI_20170126", "GetComplianceSummary", {})
|
|
699
|
-
.n("ResourceGroupsTaggingAPIClient", "GetComplianceSummaryCommand")
|
|
700
|
-
.sc(GetComplianceSummary$)
|
|
701
|
-
.build() {
|
|
688
|
+
class GetComplianceSummaryCommand extends command(_ep0, _mw0, "GetComplianceSummary", GetComplianceSummary$) {
|
|
702
689
|
}
|
|
703
690
|
|
|
704
|
-
class GetResourcesCommand extends
|
|
705
|
-
.classBuilder()
|
|
706
|
-
.ep(commonParams)
|
|
707
|
-
.m(function (Command, cs, config, o) {
|
|
708
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
709
|
-
})
|
|
710
|
-
.s("ResourceGroupsTaggingAPI_20170126", "GetResources", {})
|
|
711
|
-
.n("ResourceGroupsTaggingAPIClient", "GetResourcesCommand")
|
|
712
|
-
.sc(GetResources$)
|
|
713
|
-
.build() {
|
|
691
|
+
class GetResourcesCommand extends command(_ep0, _mw0, "GetResources", GetResources$) {
|
|
714
692
|
}
|
|
715
693
|
|
|
716
|
-
class GetTagKeysCommand extends
|
|
717
|
-
.classBuilder()
|
|
718
|
-
.ep(commonParams)
|
|
719
|
-
.m(function (Command, cs, config, o) {
|
|
720
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
721
|
-
})
|
|
722
|
-
.s("ResourceGroupsTaggingAPI_20170126", "GetTagKeys", {})
|
|
723
|
-
.n("ResourceGroupsTaggingAPIClient", "GetTagKeysCommand")
|
|
724
|
-
.sc(GetTagKeys$)
|
|
725
|
-
.build() {
|
|
694
|
+
class GetTagKeysCommand extends command(_ep0, _mw0, "GetTagKeys", GetTagKeys$) {
|
|
726
695
|
}
|
|
727
696
|
|
|
728
|
-
class GetTagValuesCommand extends
|
|
729
|
-
.classBuilder()
|
|
730
|
-
.ep(commonParams)
|
|
731
|
-
.m(function (Command, cs, config, o) {
|
|
732
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
733
|
-
})
|
|
734
|
-
.s("ResourceGroupsTaggingAPI_20170126", "GetTagValues", {})
|
|
735
|
-
.n("ResourceGroupsTaggingAPIClient", "GetTagValuesCommand")
|
|
736
|
-
.sc(GetTagValues$)
|
|
737
|
-
.build() {
|
|
697
|
+
class GetTagValuesCommand extends command(_ep0, _mw0, "GetTagValues", GetTagValues$) {
|
|
738
698
|
}
|
|
739
699
|
|
|
740
|
-
class ListRequiredTagsCommand extends
|
|
741
|
-
.classBuilder()
|
|
742
|
-
.ep(commonParams)
|
|
743
|
-
.m(function (Command, cs, config, o) {
|
|
744
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
745
|
-
})
|
|
746
|
-
.s("ResourceGroupsTaggingAPI_20170126", "ListRequiredTags", {})
|
|
747
|
-
.n("ResourceGroupsTaggingAPIClient", "ListRequiredTagsCommand")
|
|
748
|
-
.sc(ListRequiredTags$)
|
|
749
|
-
.build() {
|
|
700
|
+
class ListRequiredTagsCommand extends command(_ep0, _mw0, "ListRequiredTags", ListRequiredTags$) {
|
|
750
701
|
}
|
|
751
702
|
|
|
752
|
-
class StartReportCreationCommand extends
|
|
753
|
-
.classBuilder()
|
|
754
|
-
.ep(commonParams)
|
|
755
|
-
.m(function (Command, cs, config, o) {
|
|
756
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
757
|
-
})
|
|
758
|
-
.s("ResourceGroupsTaggingAPI_20170126", "StartReportCreation", {})
|
|
759
|
-
.n("ResourceGroupsTaggingAPIClient", "StartReportCreationCommand")
|
|
760
|
-
.sc(StartReportCreation$)
|
|
761
|
-
.build() {
|
|
703
|
+
class StartReportCreationCommand extends command(_ep0, _mw0, "StartReportCreation", StartReportCreation$) {
|
|
762
704
|
}
|
|
763
705
|
|
|
764
|
-
class TagResourcesCommand extends
|
|
765
|
-
.classBuilder()
|
|
766
|
-
.ep(commonParams)
|
|
767
|
-
.m(function (Command, cs, config, o) {
|
|
768
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
769
|
-
})
|
|
770
|
-
.s("ResourceGroupsTaggingAPI_20170126", "TagResources", {})
|
|
771
|
-
.n("ResourceGroupsTaggingAPIClient", "TagResourcesCommand")
|
|
772
|
-
.sc(TagResources$)
|
|
773
|
-
.build() {
|
|
706
|
+
class TagResourcesCommand extends command(_ep0, _mw0, "TagResources", TagResources$) {
|
|
774
707
|
}
|
|
775
708
|
|
|
776
|
-
class UntagResourcesCommand extends
|
|
777
|
-
.classBuilder()
|
|
778
|
-
.ep(commonParams)
|
|
779
|
-
.m(function (Command, cs, config, o) {
|
|
780
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
781
|
-
})
|
|
782
|
-
.s("ResourceGroupsTaggingAPI_20170126", "UntagResources", {})
|
|
783
|
-
.n("ResourceGroupsTaggingAPIClient", "UntagResourcesCommand")
|
|
784
|
-
.sc(UntagResources$)
|
|
785
|
-
.build() {
|
|
709
|
+
class UntagResourcesCommand extends command(_ep0, _mw0, "UntagResources", UntagResources$) {
|
|
786
710
|
}
|
|
787
711
|
|
|
788
712
|
const paginateGetComplianceSummary = createPaginator(ResourceGroupsTaggingAPIClient, GetComplianceSummaryCommand, "PaginationToken", "PaginationToken", "MaxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "ResourceGroupsTaggingAPI_20170126", "ResourceGroupsTaggingAPIClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeReportCreation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeReportCreationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceGroupsTaggingAPI_20170126", "DescribeReportCreation", {})
|
|
13
|
-
.n("ResourceGroupsTaggingAPIClient", "DescribeReportCreationCommand")
|
|
14
|
-
.sc(DescribeReportCreation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeReportCreationCommand extends command(_ep0, _mw0, "DescribeReportCreation", DescribeReportCreation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetComplianceSummary$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetComplianceSummaryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceGroupsTaggingAPI_20170126", "GetComplianceSummary", {})
|
|
13
|
-
.n("ResourceGroupsTaggingAPIClient", "GetComplianceSummaryCommand")
|
|
14
|
-
.sc(GetComplianceSummary$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetComplianceSummaryCommand extends command(_ep0, _mw0, "GetComplianceSummary", GetComplianceSummary$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetResources$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetResourcesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceGroupsTaggingAPI_20170126", "GetResources", {})
|
|
13
|
-
.n("ResourceGroupsTaggingAPIClient", "GetResourcesCommand")
|
|
14
|
-
.sc(GetResources$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetResourcesCommand extends command(_ep0, _mw0, "GetResources", GetResources$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTagKeys$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTagKeysCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceGroupsTaggingAPI_20170126", "GetTagKeys", {})
|
|
13
|
-
.n("ResourceGroupsTaggingAPIClient", "GetTagKeysCommand")
|
|
14
|
-
.sc(GetTagKeys$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTagKeysCommand extends command(_ep0, _mw0, "GetTagKeys", GetTagKeys$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTagValues$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTagValuesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceGroupsTaggingAPI_20170126", "GetTagValues", {})
|
|
13
|
-
.n("ResourceGroupsTaggingAPIClient", "GetTagValuesCommand")
|
|
14
|
-
.sc(GetTagValues$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTagValuesCommand extends command(_ep0, _mw0, "GetTagValues", GetTagValues$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListRequiredTags$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListRequiredTagsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceGroupsTaggingAPI_20170126", "ListRequiredTags", {})
|
|
13
|
-
.n("ResourceGroupsTaggingAPIClient", "ListRequiredTagsCommand")
|
|
14
|
-
.sc(ListRequiredTags$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListRequiredTagsCommand extends command(_ep0, _mw0, "ListRequiredTags", ListRequiredTags$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartReportCreation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartReportCreationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceGroupsTaggingAPI_20170126", "StartReportCreation", {})
|
|
13
|
-
.n("ResourceGroupsTaggingAPIClient", "StartReportCreationCommand")
|
|
14
|
-
.sc(StartReportCreation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartReportCreationCommand extends command(_ep0, _mw0, "StartReportCreation", StartReportCreation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResources$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourcesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceGroupsTaggingAPI_20170126", "TagResources", {})
|
|
13
|
-
.n("ResourceGroupsTaggingAPIClient", "TagResourcesCommand")
|
|
14
|
-
.sc(TagResources$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourcesCommand extends command(_ep0, _mw0, "TagResources", TagResources$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResources$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourcesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ResourceGroupsTaggingAPI_20170126", "UntagResources", {})
|
|
13
|
-
.n("ResourceGroupsTaggingAPIClient", "UntagResourcesCommand")
|
|
14
|
-
.sc(UntagResources$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourcesCommand extends command(_ep0, _mw0, "UntagResources", UntagResources$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./ResourceGroupsTaggingAPIClient";
|
|
2
2
|
export * from "./ResourceGroupsTaggingAPI";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ResourceGroupsTaggingAPIClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeReportCreationInput, DescribeReportCreationOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsTaggingAPIClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeReportCreationCommandInput extends DescribeReportCreati
|
|
|
22
19
|
export interface DescribeReportCreationCommandOutput extends DescribeReportCreationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeReportCreationCommand_base: {
|
|
25
|
-
new (input: DescribeReportCreationCommandInput): import("@smithy/core/client").CommandImpl<DescribeReportCreationCommandInput, DescribeReportCreationCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeReportCreationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReportCreationCommandInput, DescribeReportCreationCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeReportCreationCommandInput): import("@smithy/core/client").CommandImpl<DescribeReportCreationCommandInput, DescribeReportCreationCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeReportCreationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReportCreationCommandInput, DescribeReportCreationCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes the status of the <code>StartReportCreation</code> operation. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetComplianceSummaryInput, GetComplianceSummaryOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsTaggingAPIClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetComplianceSummaryCommandInput extends GetComplianceSummaryIn
|
|
|
22
19
|
export interface GetComplianceSummaryCommandOutput extends GetComplianceSummaryOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetComplianceSummaryCommand_base: {
|
|
25
|
-
new (input: GetComplianceSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetComplianceSummaryCommandInput, GetComplianceSummaryCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetComplianceSummaryCommandInput]): import("@smithy/core/client").CommandImpl<GetComplianceSummaryCommandInput, GetComplianceSummaryCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetComplianceSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetComplianceSummaryCommandInput, GetComplianceSummaryCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetComplianceSummaryCommandInput]): import("@smithy/core/client").CommandImpl<GetComplianceSummaryCommandInput, GetComplianceSummaryCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a table that shows counts of resources that are noncompliant with their tag
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetResourcesInput, GetResourcesOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsTaggingAPIClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetResourcesCommandInput extends GetResourcesInput {
|
|
|
22
19
|
export interface GetResourcesCommandOutput extends GetResourcesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetResourcesCommand_base: {
|
|
25
|
-
new (input: GetResourcesCommandInput): import("@smithy/core/client").CommandImpl<GetResourcesCommandInput, GetResourcesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetResourcesCommandInput]): import("@smithy/core/client").CommandImpl<GetResourcesCommandInput, GetResourcesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetResourcesCommandInput): import("@smithy/core/client").CommandImpl<GetResourcesCommandInput, GetResourcesCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetResourcesCommandInput]): import("@smithy/core/client").CommandImpl<GetResourcesCommandInput, GetResourcesCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns all the tagged or previously tagged resources that are located in the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetTagKeysInput, GetTagKeysOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsTaggingAPIClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetTagKeysCommandInput extends GetTagKeysInput {
|
|
|
22
19
|
export interface GetTagKeysCommandOutput extends GetTagKeysOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetTagKeysCommand_base: {
|
|
25
|
-
new (input: GetTagKeysCommandInput): import("@smithy/core/client").CommandImpl<GetTagKeysCommandInput, GetTagKeysCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetTagKeysCommandInput]): import("@smithy/core/client").CommandImpl<GetTagKeysCommandInput, GetTagKeysCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetTagKeysCommandInput): import("@smithy/core/client").CommandImpl<GetTagKeysCommandInput, GetTagKeysCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetTagKeysCommandInput]): import("@smithy/core/client").CommandImpl<GetTagKeysCommandInput, GetTagKeysCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns all tag keys currently in use in the specified Amazon Web Services Region for the calling
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetTagValuesInput, GetTagValuesOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsTaggingAPIClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetTagValuesCommandInput extends GetTagValuesInput {
|
|
|
22
19
|
export interface GetTagValuesCommandOutput extends GetTagValuesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetTagValuesCommand_base: {
|
|
25
|
-
new (input: GetTagValuesCommandInput): import("@smithy/core/client").CommandImpl<GetTagValuesCommandInput, GetTagValuesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetTagValuesCommandInput): import("@smithy/core/client").CommandImpl<GetTagValuesCommandInput, GetTagValuesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetTagValuesCommandInput): import("@smithy/core/client").CommandImpl<GetTagValuesCommandInput, GetTagValuesCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetTagValuesCommandInput): import("@smithy/core/client").CommandImpl<GetTagValuesCommandInput, GetTagValuesCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns all tag values for the specified key that are used in the specified Amazon Web Services
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListRequiredTagsInput, ListRequiredTagsOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsTaggingAPIClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRequiredTagsCommandInput extends ListRequiredTagsInput {
|
|
|
22
19
|
export interface ListRequiredTagsCommandOutput extends ListRequiredTagsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRequiredTagsCommand_base: {
|
|
25
|
-
new (input: ListRequiredTagsCommandInput): import("@smithy/core/client").CommandImpl<ListRequiredTagsCommandInput, ListRequiredTagsCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListRequiredTagsCommandInput]): import("@smithy/core/client").CommandImpl<ListRequiredTagsCommandInput, ListRequiredTagsCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRequiredTagsCommandInput): import("@smithy/core/client").CommandImpl<ListRequiredTagsCommandInput, ListRequiredTagsCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListRequiredTagsCommandInput]): import("@smithy/core/client").CommandImpl<ListRequiredTagsCommandInput, ListRequiredTagsCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the required tags for supported resource types in an Amazon Web Services account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { StartReportCreationInput, StartReportCreationOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsTaggingAPIClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartReportCreationCommandInput extends StartReportCreationInpu
|
|
|
22
19
|
export interface StartReportCreationCommandOutput extends StartReportCreationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartReportCreationCommand_base: {
|
|
25
|
-
new (input: StartReportCreationCommandInput): import("@smithy/core/client").CommandImpl<StartReportCreationCommandInput, StartReportCreationCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartReportCreationCommandInput): import("@smithy/core/client").CommandImpl<StartReportCreationCommandInput, StartReportCreationCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartReportCreationCommandInput): import("@smithy/core/client").CommandImpl<StartReportCreationCommandInput, StartReportCreationCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartReportCreationCommandInput): import("@smithy/core/client").CommandImpl<StartReportCreationCommandInput, StartReportCreationCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Generates a report that lists all tagged resources in the accounts across your
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { TagResourcesInput, TagResourcesOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsTaggingAPIClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourcesCommandInput extends TagResourcesInput {
|
|
|
22
19
|
export interface TagResourcesCommandOutput extends TagResourcesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourcesCommand_base: {
|
|
25
|
-
new (input: TagResourcesCommandInput): import("@smithy/core/client").CommandImpl<TagResourcesCommandInput, TagResourcesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourcesCommandInput): import("@smithy/core/client").CommandImpl<TagResourcesCommandInput, TagResourcesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourcesCommandInput): import("@smithy/core/client").CommandImpl<TagResourcesCommandInput, TagResourcesCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourcesCommandInput): import("@smithy/core/client").CommandImpl<TagResourcesCommandInput, TagResourcesCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Applies one or more tags to the specified resources. Note the following:</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UntagResourcesInput, UntagResourcesOutput } from "../models/models_0";
|
|
4
|
-
import type { ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsTaggingAPIClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourcesCommandInput extends UntagResourcesInput {
|
|
|
22
19
|
export interface UntagResourcesCommandOutput extends UntagResourcesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourcesCommand_base: {
|
|
25
|
-
new (input: UntagResourcesCommandInput): import("@smithy/core/client").CommandImpl<UntagResourcesCommandInput, UntagResourcesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourcesCommandInput): import("@smithy/core/client").CommandImpl<UntagResourcesCommandInput, UntagResourcesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourcesCommandInput): import("@smithy/core/client").CommandImpl<UntagResourcesCommandInput, UntagResourcesCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourcesCommandInput): import("@smithy/core/client").CommandImpl<UntagResourcesCommandInput, UntagResourcesCommandOutput, import("..").ResourceGroupsTaggingAPIClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes the specified tags from the specified resources. When you specify a tag key,
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { ResourceGroupsTaggingAPIExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./ResourceGroupsTaggingAPIClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DescribeReportCreationInput,
|
|
5
4
|
DescribeReportCreationOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../ResourceGroupsTaggingAPIClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeReportCreationCommandInput
|
|
15
8
|
extends DescribeReportCreationInput {}
|
|
16
9
|
export interface DescribeReportCreationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeReportCreationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeReportCreationCommandInput,
|
|
24
17
|
DescribeReportCreationCommandOutput,
|
|
25
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeReportCreationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeReportCreationCommandInput,
|
|
33
26
|
DescribeReportCreationCommandOutput,
|
|
34
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeReportCreationCommand extends DescribeReportCreationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetComplianceSummaryInput,
|
|
5
4
|
GetComplianceSummaryOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../ResourceGroupsTaggingAPIClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetComplianceSummaryCommandInput
|
|
15
8
|
extends GetComplianceSummaryInput {}
|
|
16
9
|
export interface GetComplianceSummaryCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetComplianceSummaryCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetComplianceSummaryCommandInput,
|
|
24
17
|
GetComplianceSummaryCommandOutput,
|
|
25
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [GetComplianceSummaryCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetComplianceSummaryCommandInput,
|
|
33
26
|
GetComplianceSummaryCommandOutput,
|
|
34
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetComplianceSummaryCommand extends GetComplianceSummaryCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { GetResourcesInput, GetResourcesOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../ResourceGroupsTaggingAPIClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetResourcesCommandInput extends GetResourcesInput {}
|
|
12
5
|
export interface GetResourcesCommandOutput
|
|
13
6
|
extends GetResourcesOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetResourcesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetResourcesCommandInput,
|
|
20
13
|
GetResourcesCommandOutput,
|
|
21
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [GetResourcesCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetResourcesCommandInput,
|
|
29
22
|
GetResourcesCommandOutput,
|
|
30
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetResourcesCommand extends GetResourcesCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { GetTagKeysInput, GetTagKeysOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../ResourceGroupsTaggingAPIClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetTagKeysCommandInput extends GetTagKeysInput {}
|
|
12
5
|
export interface GetTagKeysCommandOutput
|
|
13
6
|
extends GetTagKeysOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetTagKeysCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetTagKeysCommandInput,
|
|
20
13
|
GetTagKeysCommandOutput,
|
|
21
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [GetTagKeysCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetTagKeysCommandInput,
|
|
29
22
|
GetTagKeysCommandOutput,
|
|
30
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetTagKeysCommand extends GetTagKeysCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { GetTagValuesInput, GetTagValuesOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../ResourceGroupsTaggingAPIClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetTagValuesCommandInput extends GetTagValuesInput {}
|
|
12
5
|
export interface GetTagValuesCommandOutput
|
|
13
6
|
extends GetTagValuesOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetTagValuesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetTagValuesCommandInput,
|
|
20
13
|
GetTagValuesCommandOutput,
|
|
21
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetTagValuesCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetTagValuesCommandInput,
|
|
29
22
|
GetTagValuesCommandOutput,
|
|
30
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetTagValuesCommand extends GetTagValuesCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListRequiredTagsInput,
|
|
5
4
|
ListRequiredTagsOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../ResourceGroupsTaggingAPIClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListRequiredTagsCommandInput extends ListRequiredTagsInput {}
|
|
15
8
|
export interface ListRequiredTagsCommandOutput
|
|
16
9
|
extends ListRequiredTagsOutput,
|
|
@@ -21,22 +14,20 @@ declare const ListRequiredTagsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListRequiredTagsCommandInput,
|
|
23
16
|
ListRequiredTagsCommandOutput,
|
|
24
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListRequiredTagsCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListRequiredTagsCommandInput,
|
|
32
25
|
ListRequiredTagsCommandOutput,
|
|
33
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListRequiredTagsCommand extends ListRequiredTagsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
StartReportCreationInput,
|
|
5
4
|
StartReportCreationOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../ResourceGroupsTaggingAPIClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface StartReportCreationCommandInput
|
|
15
8
|
extends StartReportCreationInput {}
|
|
16
9
|
export interface StartReportCreationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartReportCreationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartReportCreationCommandInput,
|
|
24
17
|
StartReportCreationCommandOutput,
|
|
25
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartReportCreationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartReportCreationCommandInput,
|
|
33
26
|
StartReportCreationCommandOutput,
|
|
34
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class StartReportCreationCommand extends StartReportCreationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { TagResourcesInput, TagResourcesOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../ResourceGroupsTaggingAPIClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourcesCommandInput extends TagResourcesInput {}
|
|
12
5
|
export interface TagResourcesCommandOutput
|
|
13
6
|
extends TagResourcesOutput,
|
|
@@ -18,22 +11,20 @@ declare const TagResourcesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourcesCommandInput,
|
|
20
13
|
TagResourcesCommandOutput,
|
|
21
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourcesCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourcesCommandInput,
|
|
29
22
|
TagResourcesCommandOutput,
|
|
30
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class TagResourcesCommand extends TagResourcesCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { UntagResourcesInput, UntagResourcesOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
6
|
-
ServiceInputTypes,
|
|
7
|
-
ServiceOutputTypes,
|
|
8
|
-
} from "../ResourceGroupsTaggingAPIClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UntagResourcesCommandInput extends UntagResourcesInput {}
|
|
12
5
|
export interface UntagResourcesCommandOutput
|
|
13
6
|
extends UntagResourcesOutput,
|
|
@@ -18,22 +11,20 @@ declare const UntagResourcesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UntagResourcesCommandInput,
|
|
20
13
|
UntagResourcesCommandOutput,
|
|
21
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UntagResourcesCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UntagResourcesCommandInput,
|
|
29
22
|
UntagResourcesCommandOutput,
|
|
30
|
-
ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ResourceGroupsTaggingAPIClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UntagResourcesCommand extends UntagResourcesCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { ResourceGroupsTaggingAPIExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resource-groups-tagging-api",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resource Groups Tagging Api Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.26",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|