@aws-sdk/client-resource-groups 3.300.0 → 3.303.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/models/models_0.js +34 -42
- package/dist-es/models/models_0.js +34 -42
- package/dist-types/commands/CreateGroupCommand.d.ts +8 -8
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupQueryCommand.d.ts +1 -1
- package/dist-types/commands/GetTagsCommand.d.ts +1 -1
- package/dist-types/commands/GroupResourcesCommand.d.ts +2 -2
- package/dist-types/commands/ListGroupResourcesCommand.d.ts +4 -4
- package/dist-types/commands/ListGroupsCommand.d.ts +4 -4
- package/dist-types/commands/PutGroupConfigurationCommand.d.ts +6 -6
- package/dist-types/commands/SearchResourcesCommand.d.ts +2 -2
- package/dist-types/commands/TagCommand.d.ts +2 -2
- package/dist-types/commands/UngroupResourcesCommand.d.ts +2 -2
- package/dist-types/commands/UntagCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupQueryCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +74 -34
- package/dist-types/ts3.4/models/models_0.d.ts +49 -34
- package/package.json +34 -34
|
@@ -2,18 +2,16 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GroupFilterName = exports.UnauthorizedException = exports.ResourceStatusValue = exports.QueryErrorCode = exports.ResourceFilterName = exports.NotFoundException = exports.TooManyRequestsException = exports.MethodNotAllowedException = exports.InternalServerErrorException = exports.ForbiddenException = exports.GroupConfigurationStatus = exports.QueryType = exports.BadRequestException = exports.GroupLifecycleEventsStatus = exports.GroupLifecycleEventsDesiredStatus = void 0;
|
|
4
4
|
const ResourceGroupsServiceException_1 = require("./ResourceGroupsServiceException");
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
GroupLifecycleEventsStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
16
|
-
})(GroupLifecycleEventsStatus = exports.GroupLifecycleEventsStatus || (exports.GroupLifecycleEventsStatus = {}));
|
|
5
|
+
exports.GroupLifecycleEventsDesiredStatus = {
|
|
6
|
+
ACTIVE: "ACTIVE",
|
|
7
|
+
INACTIVE: "INACTIVE",
|
|
8
|
+
};
|
|
9
|
+
exports.GroupLifecycleEventsStatus = {
|
|
10
|
+
ACTIVE: "ACTIVE",
|
|
11
|
+
ERROR: "ERROR",
|
|
12
|
+
INACTIVE: "INACTIVE",
|
|
13
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
14
|
+
};
|
|
17
15
|
class BadRequestException extends ResourceGroupsServiceException_1.ResourceGroupsServiceException {
|
|
18
16
|
constructor(opts) {
|
|
19
17
|
super({
|
|
@@ -28,17 +26,15 @@ class BadRequestException extends ResourceGroupsServiceException_1.ResourceGroup
|
|
|
28
26
|
}
|
|
29
27
|
}
|
|
30
28
|
exports.BadRequestException = BadRequestException;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
GroupConfigurationStatus["UPDATING"] = "UPDATING";
|
|
41
|
-
})(GroupConfigurationStatus = exports.GroupConfigurationStatus || (exports.GroupConfigurationStatus = {}));
|
|
29
|
+
exports.QueryType = {
|
|
30
|
+
CLOUDFORMATION_STACK_1_0: "CLOUDFORMATION_STACK_1_0",
|
|
31
|
+
TAG_FILTERS_1_0: "TAG_FILTERS_1_0",
|
|
32
|
+
};
|
|
33
|
+
exports.GroupConfigurationStatus = {
|
|
34
|
+
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
35
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
36
|
+
UPDATING: "UPDATING",
|
|
37
|
+
};
|
|
42
38
|
class ForbiddenException extends ResourceGroupsServiceException_1.ResourceGroupsServiceException {
|
|
43
39
|
constructor(opts) {
|
|
44
40
|
super({
|
|
@@ -109,20 +105,17 @@ class NotFoundException extends ResourceGroupsServiceException_1.ResourceGroupsS
|
|
|
109
105
|
}
|
|
110
106
|
}
|
|
111
107
|
exports.NotFoundException = NotFoundException;
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
(function (ResourceStatusValue) {
|
|
124
|
-
ResourceStatusValue["Pending"] = "PENDING";
|
|
125
|
-
})(ResourceStatusValue = exports.ResourceStatusValue || (exports.ResourceStatusValue = {}));
|
|
108
|
+
exports.ResourceFilterName = {
|
|
109
|
+
ResourceType: "resource-type",
|
|
110
|
+
};
|
|
111
|
+
exports.QueryErrorCode = {
|
|
112
|
+
CLOUDFORMATION_STACK_INACTIVE: "CLOUDFORMATION_STACK_INACTIVE",
|
|
113
|
+
CLOUDFORMATION_STACK_NOT_EXISTING: "CLOUDFORMATION_STACK_NOT_EXISTING",
|
|
114
|
+
CLOUDFORMATION_STACK_UNASSUMABLE_ROLE: "CLOUDFORMATION_STACK_UNASSUMABLE_ROLE",
|
|
115
|
+
};
|
|
116
|
+
exports.ResourceStatusValue = {
|
|
117
|
+
Pending: "PENDING",
|
|
118
|
+
};
|
|
126
119
|
class UnauthorizedException extends ResourceGroupsServiceException_1.ResourceGroupsServiceException {
|
|
127
120
|
constructor(opts) {
|
|
128
121
|
super({
|
|
@@ -137,8 +130,7 @@ class UnauthorizedException extends ResourceGroupsServiceException_1.ResourceGro
|
|
|
137
130
|
}
|
|
138
131
|
}
|
|
139
132
|
exports.UnauthorizedException = UnauthorizedException;
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
})(GroupFilterName = exports.GroupFilterName || (exports.GroupFilterName = {}));
|
|
133
|
+
exports.GroupFilterName = {
|
|
134
|
+
ConfigurationType: "configuration-type",
|
|
135
|
+
ResourceType: "resource-type",
|
|
136
|
+
};
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import { ResourceGroupsServiceException as __BaseException } from "./ResourceGroupsServiceException";
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
GroupLifecycleEventsStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
13
|
-
})(GroupLifecycleEventsStatus || (GroupLifecycleEventsStatus = {}));
|
|
2
|
+
export const GroupLifecycleEventsDesiredStatus = {
|
|
3
|
+
ACTIVE: "ACTIVE",
|
|
4
|
+
INACTIVE: "INACTIVE",
|
|
5
|
+
};
|
|
6
|
+
export const GroupLifecycleEventsStatus = {
|
|
7
|
+
ACTIVE: "ACTIVE",
|
|
8
|
+
ERROR: "ERROR",
|
|
9
|
+
INACTIVE: "INACTIVE",
|
|
10
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
11
|
+
};
|
|
14
12
|
export class BadRequestException extends __BaseException {
|
|
15
13
|
constructor(opts) {
|
|
16
14
|
super({
|
|
@@ -24,17 +22,15 @@ export class BadRequestException extends __BaseException {
|
|
|
24
22
|
this.Message = opts.Message;
|
|
25
23
|
}
|
|
26
24
|
}
|
|
27
|
-
export
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
GroupConfigurationStatus["UPDATING"] = "UPDATING";
|
|
37
|
-
})(GroupConfigurationStatus || (GroupConfigurationStatus = {}));
|
|
25
|
+
export const QueryType = {
|
|
26
|
+
CLOUDFORMATION_STACK_1_0: "CLOUDFORMATION_STACK_1_0",
|
|
27
|
+
TAG_FILTERS_1_0: "TAG_FILTERS_1_0",
|
|
28
|
+
};
|
|
29
|
+
export const GroupConfigurationStatus = {
|
|
30
|
+
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
31
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
32
|
+
UPDATING: "UPDATING",
|
|
33
|
+
};
|
|
38
34
|
export class ForbiddenException extends __BaseException {
|
|
39
35
|
constructor(opts) {
|
|
40
36
|
super({
|
|
@@ -100,20 +96,17 @@ export class NotFoundException extends __BaseException {
|
|
|
100
96
|
this.Message = opts.Message;
|
|
101
97
|
}
|
|
102
98
|
}
|
|
103
|
-
export
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
(function (ResourceStatusValue) {
|
|
115
|
-
ResourceStatusValue["Pending"] = "PENDING";
|
|
116
|
-
})(ResourceStatusValue || (ResourceStatusValue = {}));
|
|
99
|
+
export const ResourceFilterName = {
|
|
100
|
+
ResourceType: "resource-type",
|
|
101
|
+
};
|
|
102
|
+
export const QueryErrorCode = {
|
|
103
|
+
CLOUDFORMATION_STACK_INACTIVE: "CLOUDFORMATION_STACK_INACTIVE",
|
|
104
|
+
CLOUDFORMATION_STACK_NOT_EXISTING: "CLOUDFORMATION_STACK_NOT_EXISTING",
|
|
105
|
+
CLOUDFORMATION_STACK_UNASSUMABLE_ROLE: "CLOUDFORMATION_STACK_UNASSUMABLE_ROLE",
|
|
106
|
+
};
|
|
107
|
+
export const ResourceStatusValue = {
|
|
108
|
+
Pending: "PENDING",
|
|
109
|
+
};
|
|
117
110
|
export class UnauthorizedException extends __BaseException {
|
|
118
111
|
constructor(opts) {
|
|
119
112
|
super({
|
|
@@ -127,8 +120,7 @@ export class UnauthorizedException extends __BaseException {
|
|
|
127
120
|
this.Message = opts.Message;
|
|
128
121
|
}
|
|
129
122
|
}
|
|
130
|
-
export
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
})(GroupFilterName || (GroupFilterName = {}));
|
|
123
|
+
export const GroupFilterName = {
|
|
124
|
+
ConfigurationType: "configuration-type",
|
|
125
|
+
ResourceType: "resource-type",
|
|
126
|
+
};
|
|
@@ -41,23 +41,23 @@ export interface CreateGroupCommandOutput extends CreateGroupOutput, __MetadataB
|
|
|
41
41
|
* import { ResourceGroupsClient, CreateGroupCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
42
42
|
* // const { ResourceGroupsClient, CreateGroupCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
43
43
|
* const client = new ResourceGroupsClient(config);
|
|
44
|
-
* const input = {
|
|
44
|
+
* const input = { // CreateGroupInput
|
|
45
45
|
* Name: "STRING_VALUE", // required
|
|
46
46
|
* Description: "STRING_VALUE",
|
|
47
|
-
* ResourceQuery: {
|
|
47
|
+
* ResourceQuery: { // ResourceQuery
|
|
48
48
|
* Type: "TAG_FILTERS_1_0" || "CLOUDFORMATION_STACK_1_0", // required
|
|
49
49
|
* Query: "STRING_VALUE", // required
|
|
50
50
|
* },
|
|
51
|
-
* Tags: {
|
|
51
|
+
* Tags: { // Tags
|
|
52
52
|
* "<keys>": "STRING_VALUE",
|
|
53
53
|
* },
|
|
54
|
-
* Configuration: [
|
|
55
|
-
* {
|
|
54
|
+
* Configuration: [ // GroupConfigurationList
|
|
55
|
+
* { // GroupConfigurationItem
|
|
56
56
|
* Type: "STRING_VALUE", // required
|
|
57
|
-
* Parameters: [
|
|
58
|
-
* {
|
|
57
|
+
* Parameters: [ // GroupParameterList
|
|
58
|
+
* { // GroupConfigurationParameter
|
|
59
59
|
* Name: "STRING_VALUE", // required
|
|
60
|
-
* Values: [
|
|
60
|
+
* Values: [ // GroupConfigurationParameterValueList
|
|
61
61
|
* "STRING_VALUE",
|
|
62
62
|
* ],
|
|
63
63
|
* },
|
|
@@ -38,7 +38,7 @@ export interface DeleteGroupCommandOutput extends DeleteGroupOutput, __MetadataB
|
|
|
38
38
|
* import { ResourceGroupsClient, DeleteGroupCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
39
39
|
* // const { ResourceGroupsClient, DeleteGroupCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
40
40
|
* const client = new ResourceGroupsClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // DeleteGroupInput
|
|
42
42
|
* GroupName: "STRING_VALUE",
|
|
43
43
|
* Group: "STRING_VALUE",
|
|
44
44
|
* };
|
|
@@ -37,7 +37,7 @@ export interface GetGroupCommandOutput extends GetGroupOutput, __MetadataBearer
|
|
|
37
37
|
* import { ResourceGroupsClient, GetGroupCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
38
38
|
* // const { ResourceGroupsClient, GetGroupCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
39
39
|
* const client = new ResourceGroupsClient(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // GetGroupInput
|
|
41
41
|
* GroupName: "STRING_VALUE",
|
|
42
42
|
* Group: "STRING_VALUE",
|
|
43
43
|
* };
|
|
@@ -38,7 +38,7 @@ export interface GetGroupConfigurationCommandOutput extends GetGroupConfiguratio
|
|
|
38
38
|
* import { ResourceGroupsClient, GetGroupConfigurationCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
39
39
|
* // const { ResourceGroupsClient, GetGroupConfigurationCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
40
40
|
* const client = new ResourceGroupsClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // GetGroupConfigurationInput
|
|
42
42
|
* Group: "STRING_VALUE",
|
|
43
43
|
* };
|
|
44
44
|
* const command = new GetGroupConfigurationCommand(input);
|
|
@@ -39,7 +39,7 @@ export interface GetGroupQueryCommandOutput extends GetGroupQueryOutput, __Metad
|
|
|
39
39
|
* import { ResourceGroupsClient, GetGroupQueryCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
40
40
|
* // const { ResourceGroupsClient, GetGroupQueryCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
41
41
|
* const client = new ResourceGroupsClient(config);
|
|
42
|
-
* const input = {
|
|
42
|
+
* const input = { // GetGroupQueryInput
|
|
43
43
|
* GroupName: "STRING_VALUE",
|
|
44
44
|
* Group: "STRING_VALUE",
|
|
45
45
|
* };
|
|
@@ -38,7 +38,7 @@ export interface GetTagsCommandOutput extends GetTagsOutput, __MetadataBearer {
|
|
|
38
38
|
* import { ResourceGroupsClient, GetTagsCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
39
39
|
* // const { ResourceGroupsClient, GetTagsCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
40
40
|
* const client = new ResourceGroupsClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // GetTagsInput
|
|
42
42
|
* Arn: "STRING_VALUE", // required
|
|
43
43
|
* };
|
|
44
44
|
* const command = new GetTagsCommand(input);
|
|
@@ -55,9 +55,9 @@ export interface GroupResourcesCommandOutput extends GroupResourcesOutput, __Met
|
|
|
55
55
|
* import { ResourceGroupsClient, GroupResourcesCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
56
56
|
* // const { ResourceGroupsClient, GroupResourcesCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
57
57
|
* const client = new ResourceGroupsClient(config);
|
|
58
|
-
* const input = {
|
|
58
|
+
* const input = { // GroupResourcesInput
|
|
59
59
|
* Group: "STRING_VALUE", // required
|
|
60
|
-
* ResourceArns: [ // required
|
|
60
|
+
* ResourceArns: [ // ResourceArnList // required
|
|
61
61
|
* "STRING_VALUE",
|
|
62
62
|
* ],
|
|
63
63
|
* };
|
|
@@ -53,13 +53,13 @@ export interface ListGroupResourcesCommandOutput extends ListGroupResourcesOutpu
|
|
|
53
53
|
* import { ResourceGroupsClient, ListGroupResourcesCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
54
54
|
* // const { ResourceGroupsClient, ListGroupResourcesCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
55
55
|
* const client = new ResourceGroupsClient(config);
|
|
56
|
-
* const input = {
|
|
56
|
+
* const input = { // ListGroupResourcesInput
|
|
57
57
|
* GroupName: "STRING_VALUE",
|
|
58
58
|
* Group: "STRING_VALUE",
|
|
59
|
-
* Filters: [
|
|
60
|
-
* {
|
|
59
|
+
* Filters: [ // ResourceFilterList
|
|
60
|
+
* { // ResourceFilter
|
|
61
61
|
* Name: "resource-type", // required
|
|
62
|
-
* Values: [ // required
|
|
62
|
+
* Values: [ // ResourceFilterValues // required
|
|
63
63
|
* "STRING_VALUE",
|
|
64
64
|
* ],
|
|
65
65
|
* },
|
|
@@ -37,11 +37,11 @@ export interface ListGroupsCommandOutput extends ListGroupsOutput, __MetadataBea
|
|
|
37
37
|
* import { ResourceGroupsClient, ListGroupsCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
38
38
|
* // const { ResourceGroupsClient, ListGroupsCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
39
39
|
* const client = new ResourceGroupsClient(config);
|
|
40
|
-
* const input = {
|
|
41
|
-
* Filters: [
|
|
42
|
-
* {
|
|
40
|
+
* const input = { // ListGroupsInput
|
|
41
|
+
* Filters: [ // GroupFilterList
|
|
42
|
+
* { // GroupFilter
|
|
43
43
|
* Name: "resource-type" || "configuration-type", // required
|
|
44
|
-
* Values: [ // required
|
|
44
|
+
* Values: [ // GroupFilterValues // required
|
|
45
45
|
* "STRING_VALUE",
|
|
46
46
|
* ],
|
|
47
47
|
* },
|
|
@@ -39,15 +39,15 @@ export interface PutGroupConfigurationCommandOutput extends PutGroupConfiguratio
|
|
|
39
39
|
* import { ResourceGroupsClient, PutGroupConfigurationCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
40
40
|
* // const { ResourceGroupsClient, PutGroupConfigurationCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
41
41
|
* const client = new ResourceGroupsClient(config);
|
|
42
|
-
* const input = {
|
|
42
|
+
* const input = { // PutGroupConfigurationInput
|
|
43
43
|
* Group: "STRING_VALUE",
|
|
44
|
-
* Configuration: [
|
|
45
|
-
* {
|
|
44
|
+
* Configuration: [ // GroupConfigurationList
|
|
45
|
+
* { // GroupConfigurationItem
|
|
46
46
|
* Type: "STRING_VALUE", // required
|
|
47
|
-
* Parameters: [
|
|
48
|
-
* {
|
|
47
|
+
* Parameters: [ // GroupParameterList
|
|
48
|
+
* { // GroupConfigurationParameter
|
|
49
49
|
* Name: "STRING_VALUE", // required
|
|
50
|
-
* Values: [
|
|
50
|
+
* Values: [ // GroupConfigurationParameterValueList
|
|
51
51
|
* "STRING_VALUE",
|
|
52
52
|
* ],
|
|
53
53
|
* },
|
|
@@ -54,8 +54,8 @@ export interface SearchResourcesCommandOutput extends SearchResourcesOutput, __M
|
|
|
54
54
|
* import { ResourceGroupsClient, SearchResourcesCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
55
55
|
* // const { ResourceGroupsClient, SearchResourcesCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
56
56
|
* const client = new ResourceGroupsClient(config);
|
|
57
|
-
* const input = {
|
|
58
|
-
* ResourceQuery: {
|
|
57
|
+
* const input = { // SearchResourcesInput
|
|
58
|
+
* ResourceQuery: { // ResourceQuery
|
|
59
59
|
* Type: "TAG_FILTERS_1_0" || "CLOUDFORMATION_STACK_1_0", // required
|
|
60
60
|
* Query: "STRING_VALUE", // required
|
|
61
61
|
* },
|
|
@@ -44,9 +44,9 @@ export interface TagCommandOutput extends TagOutput, __MetadataBearer {
|
|
|
44
44
|
* import { ResourceGroupsClient, TagCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
45
45
|
* // const { ResourceGroupsClient, TagCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
46
46
|
* const client = new ResourceGroupsClient(config);
|
|
47
|
-
* const input = {
|
|
47
|
+
* const input = { // TagInput
|
|
48
48
|
* Arn: "STRING_VALUE", // required
|
|
49
|
-
* Tags: { // required
|
|
49
|
+
* Tags: { // Tags // required
|
|
50
50
|
* "<keys>": "STRING_VALUE",
|
|
51
51
|
* },
|
|
52
52
|
* };
|
|
@@ -40,9 +40,9 @@ export interface UngroupResourcesCommandOutput extends UngroupResourcesOutput, _
|
|
|
40
40
|
* import { ResourceGroupsClient, UngroupResourcesCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
41
41
|
* // const { ResourceGroupsClient, UngroupResourcesCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
42
42
|
* const client = new ResourceGroupsClient(config);
|
|
43
|
-
* const input = {
|
|
43
|
+
* const input = { // UngroupResourcesInput
|
|
44
44
|
* Group: "STRING_VALUE", // required
|
|
45
|
-
* ResourceArns: [ // required
|
|
45
|
+
* ResourceArns: [ // ResourceArnList // required
|
|
46
46
|
* "STRING_VALUE",
|
|
47
47
|
* ],
|
|
48
48
|
* };
|
|
@@ -37,9 +37,9 @@ export interface UntagCommandOutput extends UntagOutput, __MetadataBearer {
|
|
|
37
37
|
* import { ResourceGroupsClient, UntagCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
38
38
|
* // const { ResourceGroupsClient, UntagCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
39
39
|
* const client = new ResourceGroupsClient(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // UntagInput
|
|
41
41
|
* Arn: "STRING_VALUE", // required
|
|
42
|
-
* Keys: [ // required
|
|
42
|
+
* Keys: [ // TagKeyList // required
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
45
45
|
* };
|
|
@@ -30,7 +30,7 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
|
|
|
30
30
|
* import { ResourceGroupsClient, UpdateAccountSettingsCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
31
31
|
* // const { ResourceGroupsClient, UpdateAccountSettingsCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
32
32
|
* const client = new ResourceGroupsClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // UpdateAccountSettingsInput
|
|
34
34
|
* GroupLifecycleEventsDesiredStatus: "ACTIVE" || "INACTIVE",
|
|
35
35
|
* };
|
|
36
36
|
* const command = new UpdateAccountSettingsCommand(input);
|
|
@@ -38,7 +38,7 @@ export interface UpdateGroupCommandOutput extends UpdateGroupOutput, __MetadataB
|
|
|
38
38
|
* import { ResourceGroupsClient, UpdateGroupCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
39
39
|
* // const { ResourceGroupsClient, UpdateGroupCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
40
40
|
* const client = new ResourceGroupsClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // UpdateGroupInput
|
|
42
42
|
* GroupName: "STRING_VALUE",
|
|
43
43
|
* Group: "STRING_VALUE",
|
|
44
44
|
* Description: "STRING_VALUE",
|
|
@@ -38,10 +38,10 @@ export interface UpdateGroupQueryCommandOutput extends UpdateGroupQueryOutput, _
|
|
|
38
38
|
* import { ResourceGroupsClient, UpdateGroupQueryCommand } from "@aws-sdk/client-resource-groups"; // ES Modules import
|
|
39
39
|
* // const { ResourceGroupsClient, UpdateGroupQueryCommand } = require("@aws-sdk/client-resource-groups"); // CommonJS import
|
|
40
40
|
* const client = new ResourceGroupsClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // UpdateGroupQueryInput
|
|
42
42
|
* GroupName: "STRING_VALUE",
|
|
43
43
|
* Group: "STRING_VALUE",
|
|
44
|
-
* ResourceQuery: {
|
|
44
|
+
* ResourceQuery: { // ResourceQuery
|
|
45
45
|
* Type: "TAG_FILTERS_1_0" || "CLOUDFORMATION_STACK_1_0", // required
|
|
46
46
|
* Query: "STRING_VALUE", // required
|
|
47
47
|
* },
|
|
@@ -2,20 +2,30 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
|
|
|
2
2
|
import { ResourceGroupsServiceException as __BaseException } from "./ResourceGroupsServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
|
+
* @enum
|
|
5
6
|
*/
|
|
6
|
-
export declare
|
|
7
|
-
ACTIVE
|
|
8
|
-
INACTIVE
|
|
9
|
-
}
|
|
7
|
+
export declare const GroupLifecycleEventsDesiredStatus: {
|
|
8
|
+
readonly ACTIVE: "ACTIVE";
|
|
9
|
+
readonly INACTIVE: "INACTIVE";
|
|
10
|
+
};
|
|
10
11
|
/**
|
|
11
12
|
* @public
|
|
12
13
|
*/
|
|
13
|
-
export
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
14
|
+
export type GroupLifecycleEventsDesiredStatus = (typeof GroupLifecycleEventsDesiredStatus)[keyof typeof GroupLifecycleEventsDesiredStatus];
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
* @enum
|
|
18
|
+
*/
|
|
19
|
+
export declare const GroupLifecycleEventsStatus: {
|
|
20
|
+
readonly ACTIVE: "ACTIVE";
|
|
21
|
+
readonly ERROR: "ERROR";
|
|
22
|
+
readonly INACTIVE: "INACTIVE";
|
|
23
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
export type GroupLifecycleEventsStatus = (typeof GroupLifecycleEventsStatus)[keyof typeof GroupLifecycleEventsStatus];
|
|
19
29
|
/**
|
|
20
30
|
* @public
|
|
21
31
|
* <p>The Resource Groups settings for this Amazon Web Services account.</p>
|
|
@@ -90,11 +100,16 @@ export interface GroupConfigurationItem {
|
|
|
90
100
|
}
|
|
91
101
|
/**
|
|
92
102
|
* @public
|
|
103
|
+
* @enum
|
|
93
104
|
*/
|
|
94
|
-
export declare
|
|
95
|
-
CLOUDFORMATION_STACK_1_0
|
|
96
|
-
TAG_FILTERS_1_0
|
|
97
|
-
}
|
|
105
|
+
export declare const QueryType: {
|
|
106
|
+
readonly CLOUDFORMATION_STACK_1_0: "CLOUDFORMATION_STACK_1_0";
|
|
107
|
+
readonly TAG_FILTERS_1_0: "TAG_FILTERS_1_0";
|
|
108
|
+
};
|
|
109
|
+
/**
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
export type QueryType = (typeof QueryType)[keyof typeof QueryType];
|
|
98
113
|
/**
|
|
99
114
|
* @public
|
|
100
115
|
* <p>The query you can use to define a resource group or a search for resources. A
|
|
@@ -326,12 +341,17 @@ export interface Group {
|
|
|
326
341
|
}
|
|
327
342
|
/**
|
|
328
343
|
* @public
|
|
344
|
+
* @enum
|
|
329
345
|
*/
|
|
330
|
-
export declare
|
|
331
|
-
UPDATE_COMPLETE
|
|
332
|
-
UPDATE_FAILED
|
|
333
|
-
UPDATING
|
|
334
|
-
}
|
|
346
|
+
export declare const GroupConfigurationStatus: {
|
|
347
|
+
readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
|
|
348
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
349
|
+
readonly UPDATING: "UPDATING";
|
|
350
|
+
};
|
|
351
|
+
/**
|
|
352
|
+
* @public
|
|
353
|
+
*/
|
|
354
|
+
export type GroupConfigurationStatus = (typeof GroupConfigurationStatus)[keyof typeof GroupConfigurationStatus];
|
|
335
355
|
/**
|
|
336
356
|
* @public
|
|
337
357
|
* <p>A service configuration associated with a resource group. The configuration options
|
|
@@ -664,10 +684,15 @@ export interface GroupResourcesOutput {
|
|
|
664
684
|
}
|
|
665
685
|
/**
|
|
666
686
|
* @public
|
|
687
|
+
* @enum
|
|
667
688
|
*/
|
|
668
|
-
export declare
|
|
669
|
-
ResourceType
|
|
670
|
-
}
|
|
689
|
+
export declare const ResourceFilterName: {
|
|
690
|
+
readonly ResourceType: "resource-type";
|
|
691
|
+
};
|
|
692
|
+
/**
|
|
693
|
+
* @public
|
|
694
|
+
*/
|
|
695
|
+
export type ResourceFilterName = (typeof ResourceFilterName)[keyof typeof ResourceFilterName];
|
|
671
696
|
/**
|
|
672
697
|
* @public
|
|
673
698
|
* <p>A filter name and value pair that is used to obtain more specific results from a list
|
|
@@ -758,12 +783,17 @@ export interface ListGroupResourcesInput {
|
|
|
758
783
|
}
|
|
759
784
|
/**
|
|
760
785
|
* @public
|
|
786
|
+
* @enum
|
|
761
787
|
*/
|
|
762
|
-
export declare
|
|
763
|
-
CLOUDFORMATION_STACK_INACTIVE
|
|
764
|
-
CLOUDFORMATION_STACK_NOT_EXISTING
|
|
765
|
-
CLOUDFORMATION_STACK_UNASSUMABLE_ROLE
|
|
766
|
-
}
|
|
788
|
+
export declare const QueryErrorCode: {
|
|
789
|
+
readonly CLOUDFORMATION_STACK_INACTIVE: "CLOUDFORMATION_STACK_INACTIVE";
|
|
790
|
+
readonly CLOUDFORMATION_STACK_NOT_EXISTING: "CLOUDFORMATION_STACK_NOT_EXISTING";
|
|
791
|
+
readonly CLOUDFORMATION_STACK_UNASSUMABLE_ROLE: "CLOUDFORMATION_STACK_UNASSUMABLE_ROLE";
|
|
792
|
+
};
|
|
793
|
+
/**
|
|
794
|
+
* @public
|
|
795
|
+
*/
|
|
796
|
+
export type QueryErrorCode = (typeof QueryErrorCode)[keyof typeof QueryErrorCode];
|
|
767
797
|
/**
|
|
768
798
|
* @public
|
|
769
799
|
* <p>A two-part error structure that can occur in <code>ListGroupResources</code> or
|
|
@@ -803,10 +833,15 @@ export interface ResourceIdentifier {
|
|
|
803
833
|
}
|
|
804
834
|
/**
|
|
805
835
|
* @public
|
|
836
|
+
* @enum
|
|
806
837
|
*/
|
|
807
|
-
export declare
|
|
808
|
-
Pending
|
|
809
|
-
}
|
|
838
|
+
export declare const ResourceStatusValue: {
|
|
839
|
+
readonly Pending: "PENDING";
|
|
840
|
+
};
|
|
841
|
+
/**
|
|
842
|
+
* @public
|
|
843
|
+
*/
|
|
844
|
+
export type ResourceStatusValue = (typeof ResourceStatusValue)[keyof typeof ResourceStatusValue];
|
|
810
845
|
/**
|
|
811
846
|
* @public
|
|
812
847
|
* <p>A structure that identifies the current group membership status for a resource. Adding
|
|
@@ -895,11 +930,16 @@ export declare class UnauthorizedException extends __BaseException {
|
|
|
895
930
|
}
|
|
896
931
|
/**
|
|
897
932
|
* @public
|
|
933
|
+
* @enum
|
|
898
934
|
*/
|
|
899
|
-
export declare
|
|
900
|
-
ConfigurationType
|
|
901
|
-
ResourceType
|
|
902
|
-
}
|
|
935
|
+
export declare const GroupFilterName: {
|
|
936
|
+
readonly ConfigurationType: "configuration-type";
|
|
937
|
+
readonly ResourceType: "resource-type";
|
|
938
|
+
};
|
|
939
|
+
/**
|
|
940
|
+
* @public
|
|
941
|
+
*/
|
|
942
|
+
export type GroupFilterName = (typeof GroupFilterName)[keyof typeof GroupFilterName];
|
|
903
943
|
/**
|
|
904
944
|
* @public
|
|
905
945
|
* <p>A filter collection that you can use to restrict the results from a <code>List</code>
|
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ResourceGroupsServiceException as __BaseException } from "./ResourceGroupsServiceException";
|
|
3
|
-
export declare
|
|
4
|
-
ACTIVE
|
|
5
|
-
INACTIVE
|
|
6
|
-
}
|
|
7
|
-
export
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
3
|
+
export declare const GroupLifecycleEventsDesiredStatus: {
|
|
4
|
+
readonly ACTIVE: "ACTIVE";
|
|
5
|
+
readonly INACTIVE: "INACTIVE";
|
|
6
|
+
};
|
|
7
|
+
export type GroupLifecycleEventsDesiredStatus =
|
|
8
|
+
(typeof GroupLifecycleEventsDesiredStatus)[keyof typeof GroupLifecycleEventsDesiredStatus];
|
|
9
|
+
export declare const GroupLifecycleEventsStatus: {
|
|
10
|
+
readonly ACTIVE: "ACTIVE";
|
|
11
|
+
readonly ERROR: "ERROR";
|
|
12
|
+
readonly INACTIVE: "INACTIVE";
|
|
13
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
14
|
+
};
|
|
15
|
+
export type GroupLifecycleEventsStatus =
|
|
16
|
+
(typeof GroupLifecycleEventsStatus)[keyof typeof GroupLifecycleEventsStatus];
|
|
13
17
|
export interface AccountSettings {
|
|
14
18
|
GroupLifecycleEventsDesiredStatus?:
|
|
15
19
|
| GroupLifecycleEventsDesiredStatus
|
|
@@ -33,10 +37,11 @@ export interface GroupConfigurationItem {
|
|
|
33
37
|
Type: string | undefined;
|
|
34
38
|
Parameters?: GroupConfigurationParameter[];
|
|
35
39
|
}
|
|
36
|
-
export declare
|
|
37
|
-
CLOUDFORMATION_STACK_1_0
|
|
38
|
-
TAG_FILTERS_1_0
|
|
39
|
-
}
|
|
40
|
+
export declare const QueryType: {
|
|
41
|
+
readonly CLOUDFORMATION_STACK_1_0: "CLOUDFORMATION_STACK_1_0";
|
|
42
|
+
readonly TAG_FILTERS_1_0: "TAG_FILTERS_1_0";
|
|
43
|
+
};
|
|
44
|
+
export type QueryType = (typeof QueryType)[keyof typeof QueryType];
|
|
40
45
|
export interface ResourceQuery {
|
|
41
46
|
Type: QueryType | string | undefined;
|
|
42
47
|
Query: string | undefined;
|
|
@@ -53,11 +58,13 @@ export interface Group {
|
|
|
53
58
|
Name: string | undefined;
|
|
54
59
|
Description?: string;
|
|
55
60
|
}
|
|
56
|
-
export declare
|
|
57
|
-
UPDATE_COMPLETE
|
|
58
|
-
UPDATE_FAILED
|
|
59
|
-
UPDATING
|
|
60
|
-
}
|
|
61
|
+
export declare const GroupConfigurationStatus: {
|
|
62
|
+
readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
|
|
63
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
64
|
+
readonly UPDATING: "UPDATING";
|
|
65
|
+
};
|
|
66
|
+
export type GroupConfigurationStatus =
|
|
67
|
+
(typeof GroupConfigurationStatus)[keyof typeof GroupConfigurationStatus];
|
|
61
68
|
export interface GroupConfiguration {
|
|
62
69
|
Configuration?: GroupConfigurationItem[];
|
|
63
70
|
ProposedConfiguration?: GroupConfigurationItem[];
|
|
@@ -164,9 +171,11 @@ export interface GroupResourcesOutput {
|
|
|
164
171
|
Failed?: FailedResource[];
|
|
165
172
|
Pending?: PendingResource[];
|
|
166
173
|
}
|
|
167
|
-
export declare
|
|
168
|
-
ResourceType
|
|
169
|
-
}
|
|
174
|
+
export declare const ResourceFilterName: {
|
|
175
|
+
readonly ResourceType: "resource-type";
|
|
176
|
+
};
|
|
177
|
+
export type ResourceFilterName =
|
|
178
|
+
(typeof ResourceFilterName)[keyof typeof ResourceFilterName];
|
|
170
179
|
export interface ResourceFilter {
|
|
171
180
|
Name: ResourceFilterName | string | undefined;
|
|
172
181
|
Values: string[] | undefined;
|
|
@@ -178,11 +187,13 @@ export interface ListGroupResourcesInput {
|
|
|
178
187
|
MaxResults?: number;
|
|
179
188
|
NextToken?: string;
|
|
180
189
|
}
|
|
181
|
-
export declare
|
|
182
|
-
CLOUDFORMATION_STACK_INACTIVE
|
|
183
|
-
CLOUDFORMATION_STACK_NOT_EXISTING
|
|
184
|
-
CLOUDFORMATION_STACK_UNASSUMABLE_ROLE
|
|
185
|
-
}
|
|
190
|
+
export declare const QueryErrorCode: {
|
|
191
|
+
readonly CLOUDFORMATION_STACK_INACTIVE: "CLOUDFORMATION_STACK_INACTIVE";
|
|
192
|
+
readonly CLOUDFORMATION_STACK_NOT_EXISTING: "CLOUDFORMATION_STACK_NOT_EXISTING";
|
|
193
|
+
readonly CLOUDFORMATION_STACK_UNASSUMABLE_ROLE: "CLOUDFORMATION_STACK_UNASSUMABLE_ROLE";
|
|
194
|
+
};
|
|
195
|
+
export type QueryErrorCode =
|
|
196
|
+
(typeof QueryErrorCode)[keyof typeof QueryErrorCode];
|
|
186
197
|
export interface QueryError {
|
|
187
198
|
ErrorCode?: QueryErrorCode | string;
|
|
188
199
|
Message?: string;
|
|
@@ -191,9 +202,11 @@ export interface ResourceIdentifier {
|
|
|
191
202
|
ResourceArn?: string;
|
|
192
203
|
ResourceType?: string;
|
|
193
204
|
}
|
|
194
|
-
export declare
|
|
195
|
-
Pending
|
|
196
|
-
}
|
|
205
|
+
export declare const ResourceStatusValue: {
|
|
206
|
+
readonly Pending: "PENDING";
|
|
207
|
+
};
|
|
208
|
+
export type ResourceStatusValue =
|
|
209
|
+
(typeof ResourceStatusValue)[keyof typeof ResourceStatusValue];
|
|
197
210
|
export interface ResourceStatus {
|
|
198
211
|
Name?: ResourceStatusValue | string;
|
|
199
212
|
}
|
|
@@ -215,10 +228,12 @@ export declare class UnauthorizedException extends __BaseException {
|
|
|
215
228
|
opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
|
|
216
229
|
);
|
|
217
230
|
}
|
|
218
|
-
export declare
|
|
219
|
-
ConfigurationType
|
|
220
|
-
ResourceType
|
|
221
|
-
}
|
|
231
|
+
export declare const GroupFilterName: {
|
|
232
|
+
readonly ConfigurationType: "configuration-type";
|
|
233
|
+
readonly ResourceType: "resource-type";
|
|
234
|
+
};
|
|
235
|
+
export type GroupFilterName =
|
|
236
|
+
(typeof GroupFilterName)[keyof typeof GroupFilterName];
|
|
222
237
|
export interface GroupFilter {
|
|
223
238
|
Name: GroupFilterName | string | undefined;
|
|
224
239
|
Values: string[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resource-groups",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resource Groups Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.303.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"concurrently": "7.0.0",
|