@aws-sdk/client-resource-groups 3.128.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/dist-cjs/commands/CreateGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
- package/dist-cjs/commands/GetGroupCommand.js +2 -2
- package/dist-cjs/commands/GetGroupConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetGroupQueryCommand.js +2 -2
- package/dist-cjs/commands/GetTagsCommand.js +2 -2
- package/dist-cjs/commands/GroupResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListGroupResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListGroupsCommand.js +2 -2
- package/dist-cjs/commands/PutGroupConfigurationCommand.js +2 -2
- package/dist-cjs/commands/SearchResourcesCommand.js +2 -2
- package/dist-cjs/commands/TagCommand.js +2 -2
- package/dist-cjs/commands/UngroupResourcesCommand.js +2 -2
- package/dist-cjs/commands/UntagCommand.js +2 -2
- package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateGroupQueryCommand.js +2 -2
- package/dist-cjs/models/models_0.js +190 -284
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/CreateGroupCommand.js +3 -3
- package/dist-es/commands/DeleteGroupCommand.js +3 -3
- package/dist-es/commands/GetGroupCommand.js +3 -3
- package/dist-es/commands/GetGroupConfigurationCommand.js +3 -3
- package/dist-es/commands/GetGroupQueryCommand.js +3 -3
- package/dist-es/commands/GetTagsCommand.js +3 -3
- package/dist-es/commands/GroupResourcesCommand.js +3 -3
- package/dist-es/commands/ListGroupResourcesCommand.js +3 -3
- package/dist-es/commands/ListGroupsCommand.js +3 -3
- package/dist-es/commands/PutGroupConfigurationCommand.js +3 -3
- package/dist-es/commands/SearchResourcesCommand.js +3 -3
- package/dist-es/commands/TagCommand.js +3 -3
- package/dist-es/commands/UngroupResourcesCommand.js +3 -3
- package/dist-es/commands/UntagCommand.js +3 -3
- package/dist-es/commands/UpdateGroupCommand.js +3 -3
- package/dist-es/commands/UpdateGroupQueryCommand.js +3 -3
- package/dist-es/models/models_0.js +47 -188
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +188 -282
- package/dist-types/ts3.4/models/models_0.d.ts +94 -188
- package/package.json +9 -9
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetTagsInputFilterSensitiveLog, GetTagsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetTagsCommand, serializeAws_restJson1GetTagsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetTagsCommand = (function (_super) {
|
|
7
7
|
__extends(GetTagsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetTagsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetTagsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetTagsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GroupResourcesInputFilterSensitiveLog, GroupResourcesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GroupResourcesCommand, serializeAws_restJson1GroupResourcesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GroupResourcesCommand = (function (_super) {
|
|
7
7
|
__extends(GroupResourcesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GroupResourcesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GroupResourcesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GroupResourcesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListGroupResourcesInputFilterSensitiveLog, ListGroupResourcesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListGroupResourcesCommand, serializeAws_restJson1ListGroupResourcesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListGroupResourcesCommand = (function (_super) {
|
|
7
7
|
__extends(ListGroupResourcesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListGroupResourcesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListGroupResourcesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListGroupResourcesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListGroupsInputFilterSensitiveLog, ListGroupsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListGroupsCommand, serializeAws_restJson1ListGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListGroupsCommand = (function (_super) {
|
|
7
7
|
__extends(ListGroupsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListGroupsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListGroupsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListGroupsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutGroupConfigurationInputFilterSensitiveLog, PutGroupConfigurationOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutGroupConfigurationCommand, serializeAws_restJson1PutGroupConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PutGroupConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(PutGroupConfigurationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutGroupConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutGroupConfigurationInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutGroupConfigurationOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { SearchResourcesInputFilterSensitiveLog, SearchResourcesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1SearchResourcesCommand, serializeAws_restJson1SearchResourcesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var SearchResourcesCommand = (function (_super) {
|
|
7
7
|
__extends(SearchResourcesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var SearchResourcesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: SearchResourcesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: SearchResourcesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { TagInputFilterSensitiveLog, TagOutputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1TagCommand, serializeAws_restJson1TagCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
var TagCommand = (function (_super) {
|
|
7
7
|
__extends(TagCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UngroupResourcesInputFilterSensitiveLog, UngroupResourcesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UngroupResourcesCommand, serializeAws_restJson1UngroupResourcesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UngroupResourcesCommand = (function (_super) {
|
|
7
7
|
__extends(UngroupResourcesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UngroupResourcesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UngroupResourcesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UngroupResourcesOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UntagInputFilterSensitiveLog, UntagOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UntagCommand, serializeAws_restJson1UntagCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UntagCommand = (function (_super) {
|
|
7
7
|
__extends(UntagCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateGroupInputFilterSensitiveLog, UpdateGroupOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateGroupCommand, serializeAws_restJson1UpdateGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateGroupCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateGroupInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateGroupOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateGroupQueryInputFilterSensitiveLog, UpdateGroupQueryOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateGroupQueryCommand, serializeAws_restJson1UpdateGroupQueryCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateGroupQueryCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateGroupQueryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateGroupQueryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateGroupQueryInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateGroupQueryOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -13,45 +13,17 @@ var BadRequestException = (function (_super) {
|
|
|
13
13
|
return BadRequestException;
|
|
14
14
|
}(__BaseException));
|
|
15
15
|
export { BadRequestException };
|
|
16
|
-
export var GroupConfigurationParameter;
|
|
17
|
-
(function (GroupConfigurationParameter) {
|
|
18
|
-
GroupConfigurationParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
19
|
-
})(GroupConfigurationParameter || (GroupConfigurationParameter = {}));
|
|
20
|
-
export var GroupConfigurationItem;
|
|
21
|
-
(function (GroupConfigurationItem) {
|
|
22
|
-
GroupConfigurationItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
23
|
-
})(GroupConfigurationItem || (GroupConfigurationItem = {}));
|
|
24
16
|
export var QueryType;
|
|
25
17
|
(function (QueryType) {
|
|
26
18
|
QueryType["CLOUDFORMATION_STACK_1_0"] = "CLOUDFORMATION_STACK_1_0";
|
|
27
19
|
QueryType["TAG_FILTERS_1_0"] = "TAG_FILTERS_1_0";
|
|
28
20
|
})(QueryType || (QueryType = {}));
|
|
29
|
-
export var ResourceQuery;
|
|
30
|
-
(function (ResourceQuery) {
|
|
31
|
-
ResourceQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
32
|
-
})(ResourceQuery || (ResourceQuery = {}));
|
|
33
|
-
export var CreateGroupInput;
|
|
34
|
-
(function (CreateGroupInput) {
|
|
35
|
-
CreateGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
36
|
-
})(CreateGroupInput || (CreateGroupInput = {}));
|
|
37
|
-
export var Group;
|
|
38
|
-
(function (Group) {
|
|
39
|
-
Group.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
40
|
-
})(Group || (Group = {}));
|
|
41
21
|
export var GroupConfigurationStatus;
|
|
42
22
|
(function (GroupConfigurationStatus) {
|
|
43
23
|
GroupConfigurationStatus["UPDATE_COMPLETE"] = "UPDATE_COMPLETE";
|
|
44
24
|
GroupConfigurationStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
45
25
|
GroupConfigurationStatus["UPDATING"] = "UPDATING";
|
|
46
26
|
})(GroupConfigurationStatus || (GroupConfigurationStatus = {}));
|
|
47
|
-
export var GroupConfiguration;
|
|
48
|
-
(function (GroupConfiguration) {
|
|
49
|
-
GroupConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
|
-
})(GroupConfiguration || (GroupConfiguration = {}));
|
|
51
|
-
export var CreateGroupOutput;
|
|
52
|
-
(function (CreateGroupOutput) {
|
|
53
|
-
CreateGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
|
-
})(CreateGroupOutput || (CreateGroupOutput = {}));
|
|
55
27
|
var ForbiddenException = (function (_super) {
|
|
56
28
|
__extends(ForbiddenException, _super);
|
|
57
29
|
function ForbiddenException(opts) {
|
|
@@ -104,14 +76,6 @@ var TooManyRequestsException = (function (_super) {
|
|
|
104
76
|
return TooManyRequestsException;
|
|
105
77
|
}(__BaseException));
|
|
106
78
|
export { TooManyRequestsException };
|
|
107
|
-
export var DeleteGroupInput;
|
|
108
|
-
(function (DeleteGroupInput) {
|
|
109
|
-
DeleteGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
-
})(DeleteGroupInput || (DeleteGroupInput = {}));
|
|
111
|
-
export var DeleteGroupOutput;
|
|
112
|
-
(function (DeleteGroupOutput) {
|
|
113
|
-
DeleteGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
-
})(DeleteGroupOutput || (DeleteGroupOutput = {}));
|
|
115
79
|
var NotFoundException = (function (_super) {
|
|
116
80
|
__extends(NotFoundException, _super);
|
|
117
81
|
function NotFoundException(opts) {
|
|
@@ -125,99 +89,19 @@ var NotFoundException = (function (_super) {
|
|
|
125
89
|
return NotFoundException;
|
|
126
90
|
}(__BaseException));
|
|
127
91
|
export { NotFoundException };
|
|
128
|
-
export var GetGroupInput;
|
|
129
|
-
(function (GetGroupInput) {
|
|
130
|
-
GetGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
-
})(GetGroupInput || (GetGroupInput = {}));
|
|
132
|
-
export var GetGroupOutput;
|
|
133
|
-
(function (GetGroupOutput) {
|
|
134
|
-
GetGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
-
})(GetGroupOutput || (GetGroupOutput = {}));
|
|
136
|
-
export var GetGroupConfigurationInput;
|
|
137
|
-
(function (GetGroupConfigurationInput) {
|
|
138
|
-
GetGroupConfigurationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
-
})(GetGroupConfigurationInput || (GetGroupConfigurationInput = {}));
|
|
140
|
-
export var GetGroupConfigurationOutput;
|
|
141
|
-
(function (GetGroupConfigurationOutput) {
|
|
142
|
-
GetGroupConfigurationOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
-
})(GetGroupConfigurationOutput || (GetGroupConfigurationOutput = {}));
|
|
144
|
-
export var GetGroupQueryInput;
|
|
145
|
-
(function (GetGroupQueryInput) {
|
|
146
|
-
GetGroupQueryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
-
})(GetGroupQueryInput || (GetGroupQueryInput = {}));
|
|
148
|
-
export var GroupQuery;
|
|
149
|
-
(function (GroupQuery) {
|
|
150
|
-
GroupQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
-
})(GroupQuery || (GroupQuery = {}));
|
|
152
|
-
export var GetGroupQueryOutput;
|
|
153
|
-
(function (GetGroupQueryOutput) {
|
|
154
|
-
GetGroupQueryOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
-
})(GetGroupQueryOutput || (GetGroupQueryOutput = {}));
|
|
156
|
-
export var GetTagsInput;
|
|
157
|
-
(function (GetTagsInput) {
|
|
158
|
-
GetTagsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
-
})(GetTagsInput || (GetTagsInput = {}));
|
|
160
|
-
export var GetTagsOutput;
|
|
161
|
-
(function (GetTagsOutput) {
|
|
162
|
-
GetTagsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
-
})(GetTagsOutput || (GetTagsOutput = {}));
|
|
164
|
-
export var GroupResourcesInput;
|
|
165
|
-
(function (GroupResourcesInput) {
|
|
166
|
-
GroupResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
-
})(GroupResourcesInput || (GroupResourcesInput = {}));
|
|
168
|
-
export var FailedResource;
|
|
169
|
-
(function (FailedResource) {
|
|
170
|
-
FailedResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
-
})(FailedResource || (FailedResource = {}));
|
|
172
|
-
export var PendingResource;
|
|
173
|
-
(function (PendingResource) {
|
|
174
|
-
PendingResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
-
})(PendingResource || (PendingResource = {}));
|
|
176
|
-
export var GroupResourcesOutput;
|
|
177
|
-
(function (GroupResourcesOutput) {
|
|
178
|
-
GroupResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
-
})(GroupResourcesOutput || (GroupResourcesOutput = {}));
|
|
180
92
|
export var ResourceFilterName;
|
|
181
93
|
(function (ResourceFilterName) {
|
|
182
94
|
ResourceFilterName["ResourceType"] = "resource-type";
|
|
183
95
|
})(ResourceFilterName || (ResourceFilterName = {}));
|
|
184
|
-
export var ResourceFilter;
|
|
185
|
-
(function (ResourceFilter) {
|
|
186
|
-
ResourceFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
-
})(ResourceFilter || (ResourceFilter = {}));
|
|
188
|
-
export var ListGroupResourcesInput;
|
|
189
|
-
(function (ListGroupResourcesInput) {
|
|
190
|
-
ListGroupResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
-
})(ListGroupResourcesInput || (ListGroupResourcesInput = {}));
|
|
192
96
|
export var QueryErrorCode;
|
|
193
97
|
(function (QueryErrorCode) {
|
|
194
98
|
QueryErrorCode["CLOUDFORMATION_STACK_INACTIVE"] = "CLOUDFORMATION_STACK_INACTIVE";
|
|
195
99
|
QueryErrorCode["CLOUDFORMATION_STACK_NOT_EXISTING"] = "CLOUDFORMATION_STACK_NOT_EXISTING";
|
|
196
100
|
})(QueryErrorCode || (QueryErrorCode = {}));
|
|
197
|
-
export var QueryError;
|
|
198
|
-
(function (QueryError) {
|
|
199
|
-
QueryError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
-
})(QueryError || (QueryError = {}));
|
|
201
|
-
export var ResourceIdentifier;
|
|
202
|
-
(function (ResourceIdentifier) {
|
|
203
|
-
ResourceIdentifier.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
-
})(ResourceIdentifier || (ResourceIdentifier = {}));
|
|
205
101
|
export var ResourceStatusValue;
|
|
206
102
|
(function (ResourceStatusValue) {
|
|
207
103
|
ResourceStatusValue["Pending"] = "PENDING";
|
|
208
104
|
})(ResourceStatusValue || (ResourceStatusValue = {}));
|
|
209
|
-
export var ResourceStatus;
|
|
210
|
-
(function (ResourceStatus) {
|
|
211
|
-
ResourceStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
-
})(ResourceStatus || (ResourceStatus = {}));
|
|
213
|
-
export var ListGroupResourcesItem;
|
|
214
|
-
(function (ListGroupResourcesItem) {
|
|
215
|
-
ListGroupResourcesItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
-
})(ListGroupResourcesItem || (ListGroupResourcesItem = {}));
|
|
217
|
-
export var ListGroupResourcesOutput;
|
|
218
|
-
(function (ListGroupResourcesOutput) {
|
|
219
|
-
ListGroupResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
-
})(ListGroupResourcesOutput || (ListGroupResourcesOutput = {}));
|
|
221
105
|
var UnauthorizedException = (function (_super) {
|
|
222
106
|
__extends(UnauthorizedException, _super);
|
|
223
107
|
function UnauthorizedException(opts) {
|
|
@@ -236,75 +120,50 @@ export var GroupFilterName;
|
|
|
236
120
|
GroupFilterName["ConfigurationType"] = "configuration-type";
|
|
237
121
|
GroupFilterName["ResourceType"] = "resource-type";
|
|
238
122
|
})(GroupFilterName || (GroupFilterName = {}));
|
|
239
|
-
export var
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
export var
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
export var
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
export var
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
export var
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
export var
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
export var
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
export var
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
export var
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
export var
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
export var
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
export var
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
})(UngroupResourcesOutput || (UngroupResourcesOutput = {}));
|
|
287
|
-
export var UntagInput;
|
|
288
|
-
(function (UntagInput) {
|
|
289
|
-
UntagInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
-
})(UntagInput || (UntagInput = {}));
|
|
291
|
-
export var UntagOutput;
|
|
292
|
-
(function (UntagOutput) {
|
|
293
|
-
UntagOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
-
})(UntagOutput || (UntagOutput = {}));
|
|
295
|
-
export var UpdateGroupInput;
|
|
296
|
-
(function (UpdateGroupInput) {
|
|
297
|
-
UpdateGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
-
})(UpdateGroupInput || (UpdateGroupInput = {}));
|
|
299
|
-
export var UpdateGroupOutput;
|
|
300
|
-
(function (UpdateGroupOutput) {
|
|
301
|
-
UpdateGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
-
})(UpdateGroupOutput || (UpdateGroupOutput = {}));
|
|
303
|
-
export var UpdateGroupQueryInput;
|
|
304
|
-
(function (UpdateGroupQueryInput) {
|
|
305
|
-
UpdateGroupQueryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
-
})(UpdateGroupQueryInput || (UpdateGroupQueryInput = {}));
|
|
307
|
-
export var UpdateGroupQueryOutput;
|
|
308
|
-
(function (UpdateGroupQueryOutput) {
|
|
309
|
-
UpdateGroupQueryOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
-
})(UpdateGroupQueryOutput || (UpdateGroupQueryOutput = {}));
|
|
123
|
+
export var GroupConfigurationParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
+
export var GroupConfigurationItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
|
+
export var ResourceQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
126
|
+
export var CreateGroupInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
+
export var GroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
+
export var GroupConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
+
export var CreateGroupOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
|
+
export var DeleteGroupInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
+
export var DeleteGroupOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
+
export var GetGroupInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
+
export var GetGroupOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
|
+
export var GetGroupConfigurationInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
+
export var GetGroupConfigurationOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
+
export var GetGroupQueryInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
+
export var GroupQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
+
export var GetGroupQueryOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
+
export var GetTagsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
+
export var GetTagsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
|
+
export var GroupResourcesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
+
export var FailedResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
+
export var PendingResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
+
export var GroupResourcesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
|
+
export var ResourceFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
+
export var ListGroupResourcesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
+
export var QueryErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
+
export var ResourceIdentifierFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
+
export var ResourceStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
+
export var ListGroupResourcesItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
+
export var ListGroupResourcesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
+
export var GroupFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
153
|
+
export var ListGroupsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
+
export var GroupIdentifierFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
+
export var ListGroupsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
+
export var PutGroupConfigurationInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
+
export var PutGroupConfigurationOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
+
export var SearchResourcesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
+
export var SearchResourcesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
|
+
export var TagInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
|
+
export var TagOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
|
+
export var UngroupResourcesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
+
export var UngroupResourcesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
|
+
export var UntagInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
|
+
export var UntagOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
+
export var UpdateGroupInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
+
export var UpdateGroupOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
|
+
export var UpdateGroupQueryInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
+
export var UpdateGroupQueryOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -2189,6 +2189,9 @@ var loadRestJsonErrorCode = function (output, data) {
|
|
|
2189
2189
|
var findKey = function (object, key) { return Object.keys(object).find(function (k) { return k.toLowerCase() === key.toLowerCase(); }); };
|
|
2190
2190
|
var sanitizeErrorCode = function (rawValue) {
|
|
2191
2191
|
var cleanValue = rawValue;
|
|
2192
|
+
if (typeof cleanValue === "number") {
|
|
2193
|
+
cleanValue = cleanValue.toString();
|
|
2194
|
+
}
|
|
2192
2195
|
if (cleanValue.indexOf(":") >= 0) {
|
|
2193
2196
|
cleanValue = cleanValue.split(":")[0];
|
|
2194
2197
|
}
|