@aws-sdk/client-resource-groups-tagging-api 3.649.0 → 3.651.1
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 +8 -24
- package/dist-es/commands/DescribeReportCreationCommand.js +1 -3
- package/dist-es/commands/GetComplianceSummaryCommand.js +1 -3
- package/dist-es/commands/GetResourcesCommand.js +1 -3
- package/dist-es/commands/GetTagKeysCommand.js +1 -3
- package/dist-es/commands/GetTagValuesCommand.js +1 -3
- package/dist-es/commands/StartReportCreationCommand.js +1 -3
- package/dist-es/commands/TagResourcesCommand.js +1 -3
- package/dist-es/commands/UntagResourcesCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -612,9 +612,7 @@ function sharedHeaders(operation) {
|
|
|
612
612
|
__name(sharedHeaders, "sharedHeaders");
|
|
613
613
|
|
|
614
614
|
// src/commands/DescribeReportCreationCommand.ts
|
|
615
|
-
var _DescribeReportCreationCommand = class _DescribeReportCreationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
616
|
-
...commonParams
|
|
617
|
-
}).m(function(Command, cs, config, o) {
|
|
615
|
+
var _DescribeReportCreationCommand = class _DescribeReportCreationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
618
616
|
return [
|
|
619
617
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
620
618
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -628,9 +626,7 @@ var DescribeReportCreationCommand = _DescribeReportCreationCommand;
|
|
|
628
626
|
|
|
629
627
|
|
|
630
628
|
|
|
631
|
-
var _GetComplianceSummaryCommand = class _GetComplianceSummaryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
632
|
-
...commonParams
|
|
633
|
-
}).m(function(Command, cs, config, o) {
|
|
629
|
+
var _GetComplianceSummaryCommand = class _GetComplianceSummaryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
634
630
|
return [
|
|
635
631
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
636
632
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -644,9 +640,7 @@ var GetComplianceSummaryCommand = _GetComplianceSummaryCommand;
|
|
|
644
640
|
|
|
645
641
|
|
|
646
642
|
|
|
647
|
-
var _GetResourcesCommand = class _GetResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
648
|
-
...commonParams
|
|
649
|
-
}).m(function(Command, cs, config, o) {
|
|
643
|
+
var _GetResourcesCommand = class _GetResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
650
644
|
return [
|
|
651
645
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
652
646
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -660,9 +654,7 @@ var GetResourcesCommand = _GetResourcesCommand;
|
|
|
660
654
|
|
|
661
655
|
|
|
662
656
|
|
|
663
|
-
var _GetTagKeysCommand = class _GetTagKeysCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
664
|
-
...commonParams
|
|
665
|
-
}).m(function(Command, cs, config, o) {
|
|
657
|
+
var _GetTagKeysCommand = class _GetTagKeysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
666
658
|
return [
|
|
667
659
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
668
660
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -676,9 +668,7 @@ var GetTagKeysCommand = _GetTagKeysCommand;
|
|
|
676
668
|
|
|
677
669
|
|
|
678
670
|
|
|
679
|
-
var _GetTagValuesCommand = class _GetTagValuesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
680
|
-
...commonParams
|
|
681
|
-
}).m(function(Command, cs, config, o) {
|
|
671
|
+
var _GetTagValuesCommand = class _GetTagValuesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
682
672
|
return [
|
|
683
673
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
684
674
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -692,9 +682,7 @@ var GetTagValuesCommand = _GetTagValuesCommand;
|
|
|
692
682
|
|
|
693
683
|
|
|
694
684
|
|
|
695
|
-
var _StartReportCreationCommand = class _StartReportCreationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
696
|
-
...commonParams
|
|
697
|
-
}).m(function(Command, cs, config, o) {
|
|
685
|
+
var _StartReportCreationCommand = class _StartReportCreationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
698
686
|
return [
|
|
699
687
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
700
688
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -708,9 +696,7 @@ var StartReportCreationCommand = _StartReportCreationCommand;
|
|
|
708
696
|
|
|
709
697
|
|
|
710
698
|
|
|
711
|
-
var _TagResourcesCommand = class _TagResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
712
|
-
...commonParams
|
|
713
|
-
}).m(function(Command, cs, config, o) {
|
|
699
|
+
var _TagResourcesCommand = class _TagResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
714
700
|
return [
|
|
715
701
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
716
702
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -724,9 +710,7 @@ var TagResourcesCommand = _TagResourcesCommand;
|
|
|
724
710
|
|
|
725
711
|
|
|
726
712
|
|
|
727
|
-
var _UntagResourcesCommand = class _UntagResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
728
|
-
...commonParams
|
|
729
|
-
}).m(function(Command, cs, config, o) {
|
|
713
|
+
var _UntagResourcesCommand = class _UntagResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
730
714
|
return [
|
|
731
715
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
732
716
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_DescribeReportCreationCommand, se_DescribeReportCreationCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeReportCreationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetComplianceSummaryCommand, se_GetComplianceSummaryCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetComplianceSummaryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResourcesCommand, se_GetResourcesCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResourcesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetTagKeysCommand, se_GetTagKeysCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTagKeysCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetTagValuesCommand, se_GetTagValuesCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTagValuesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartReportCreationCommand, se_StartReportCreationCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartReportCreationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourcesCommand, se_TagResourcesCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourcesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourcesCommand, se_UntagResourcesCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourcesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-resource-groups-tagging-api",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|