@aws-sdk/client-config-service 3.933.0 → 3.935.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 +797 -797
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +645 -0
- package/dist-es/models/errors.js +673 -0
- package/dist-es/models/models_0.js +1 -1131
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ListConfigurationRecordersCommand.d.ts +1 -1
- package/dist-types/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
- package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceEvaluationsCommand.d.ts +1 -1
- package/dist-types/commands/ListStoredQueriesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutAggregationAuthorizationCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigRuleCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationAggregatorCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/PutConformancePackCommand.d.ts +1 -1
- package/dist-types/commands/PutDeliveryChannelCommand.d.ts +1 -1
- package/dist-types/commands/PutEvaluationsCommand.d.ts +1 -1
- package/dist-types/commands/PutExternalEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/PutOrganizationConfigRuleCommand.d.ts +1 -1
- package/dist-types/commands/PutOrganizationConformancePackCommand.d.ts +1 -1
- package/dist-types/commands/PutRemediationConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/PutRemediationExceptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutResourceConfigCommand.d.ts +1 -1
- package/dist-types/commands/PutRetentionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/PutStoredQueryCommand.d.ts +1 -1
- package/dist-types/commands/SelectAggregateResourceConfigCommand.d.ts +1 -1
- package/dist-types/commands/SelectResourceConfigCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigRulesEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/StartConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/StartRemediationExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StartResourceEvaluationCommand.d.ts +1 -1
- package/dist-types/commands/StopConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +949 -0
- package/dist-types/models/errors.d.ts +849 -0
- package/dist-types/models/models_0.d.ts +1347 -1536
- package/dist-types/ts3.4/commands/ListConfigurationRecordersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConformancePackComplianceScoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStoredQueriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutAggregationAuthorizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationAggregatorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutConformancePackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDeliveryChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutEvaluationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutExternalEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutOrganizationConfigRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutOrganizationConformancePackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRemediationConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRemediationExceptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutResourceConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRetentionConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutStoredQueryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SelectAggregateResourceConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SelectResourceConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigRulesEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartRemediationExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartResourceEvaluationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopConfigurationRecorderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +715 -0
- package/dist-types/ts3.4/models/errors.d.ts +485 -0
- package/dist-types/ts3.4/models/models_0.d.ts +326 -1047
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -188
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -1611
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -475
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-config-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Config Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.935.0",
|
|
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-config-service",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.935.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.935.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.933.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.935.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
30
|
"@aws-sdk/types": "3.930.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.935.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
import { ConfigServiceServiceException as __BaseException } from "./ConfigServiceServiceException";
|
|
2
|
-
export const SortBy = {
|
|
3
|
-
SCORE: "SCORE",
|
|
4
|
-
};
|
|
5
|
-
export const SortOrder = {
|
|
6
|
-
ASCENDING: "ASCENDING",
|
|
7
|
-
DESCENDING: "DESCENDING",
|
|
8
|
-
};
|
|
9
|
-
export class MaxActiveResourcesExceededException extends __BaseException {
|
|
10
|
-
name = "MaxActiveResourcesExceededException";
|
|
11
|
-
$fault = "client";
|
|
12
|
-
constructor(opts) {
|
|
13
|
-
super({
|
|
14
|
-
name: "MaxActiveResourcesExceededException",
|
|
15
|
-
$fault: "client",
|
|
16
|
-
...opts,
|
|
17
|
-
});
|
|
18
|
-
Object.setPrototypeOf(this, MaxActiveResourcesExceededException.prototype);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
export class MaxNumberOfConfigRulesExceededException extends __BaseException {
|
|
22
|
-
name = "MaxNumberOfConfigRulesExceededException";
|
|
23
|
-
$fault = "client";
|
|
24
|
-
constructor(opts) {
|
|
25
|
-
super({
|
|
26
|
-
name: "MaxNumberOfConfigRulesExceededException",
|
|
27
|
-
$fault: "client",
|
|
28
|
-
...opts,
|
|
29
|
-
});
|
|
30
|
-
Object.setPrototypeOf(this, MaxNumberOfConfigRulesExceededException.prototype);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
export class MaxNumberOfConfigurationRecordersExceededException extends __BaseException {
|
|
34
|
-
name = "MaxNumberOfConfigurationRecordersExceededException";
|
|
35
|
-
$fault = "client";
|
|
36
|
-
constructor(opts) {
|
|
37
|
-
super({
|
|
38
|
-
name: "MaxNumberOfConfigurationRecordersExceededException",
|
|
39
|
-
$fault: "client",
|
|
40
|
-
...opts,
|
|
41
|
-
});
|
|
42
|
-
Object.setPrototypeOf(this, MaxNumberOfConfigurationRecordersExceededException.prototype);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
export class MaxNumberOfConformancePacksExceededException extends __BaseException {
|
|
46
|
-
name = "MaxNumberOfConformancePacksExceededException";
|
|
47
|
-
$fault = "client";
|
|
48
|
-
constructor(opts) {
|
|
49
|
-
super({
|
|
50
|
-
name: "MaxNumberOfConformancePacksExceededException",
|
|
51
|
-
$fault: "client",
|
|
52
|
-
...opts,
|
|
53
|
-
});
|
|
54
|
-
Object.setPrototypeOf(this, MaxNumberOfConformancePacksExceededException.prototype);
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
export class MaxNumberOfDeliveryChannelsExceededException extends __BaseException {
|
|
58
|
-
name = "MaxNumberOfDeliveryChannelsExceededException";
|
|
59
|
-
$fault = "client";
|
|
60
|
-
constructor(opts) {
|
|
61
|
-
super({
|
|
62
|
-
name: "MaxNumberOfDeliveryChannelsExceededException",
|
|
63
|
-
$fault: "client",
|
|
64
|
-
...opts,
|
|
65
|
-
});
|
|
66
|
-
Object.setPrototypeOf(this, MaxNumberOfDeliveryChannelsExceededException.prototype);
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
export class MaxNumberOfOrganizationConfigRulesExceededException extends __BaseException {
|
|
70
|
-
name = "MaxNumberOfOrganizationConfigRulesExceededException";
|
|
71
|
-
$fault = "client";
|
|
72
|
-
constructor(opts) {
|
|
73
|
-
super({
|
|
74
|
-
name: "MaxNumberOfOrganizationConfigRulesExceededException",
|
|
75
|
-
$fault: "client",
|
|
76
|
-
...opts,
|
|
77
|
-
});
|
|
78
|
-
Object.setPrototypeOf(this, MaxNumberOfOrganizationConfigRulesExceededException.prototype);
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
export class MaxNumberOfOrganizationConformancePacksExceededException extends __BaseException {
|
|
82
|
-
name = "MaxNumberOfOrganizationConformancePacksExceededException";
|
|
83
|
-
$fault = "client";
|
|
84
|
-
constructor(opts) {
|
|
85
|
-
super({
|
|
86
|
-
name: "MaxNumberOfOrganizationConformancePacksExceededException",
|
|
87
|
-
$fault: "client",
|
|
88
|
-
...opts,
|
|
89
|
-
});
|
|
90
|
-
Object.setPrototypeOf(this, MaxNumberOfOrganizationConformancePacksExceededException.prototype);
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
export class MaxNumberOfRetentionConfigurationsExceededException extends __BaseException {
|
|
94
|
-
name = "MaxNumberOfRetentionConfigurationsExceededException";
|
|
95
|
-
$fault = "client";
|
|
96
|
-
constructor(opts) {
|
|
97
|
-
super({
|
|
98
|
-
name: "MaxNumberOfRetentionConfigurationsExceededException",
|
|
99
|
-
$fault: "client",
|
|
100
|
-
...opts,
|
|
101
|
-
});
|
|
102
|
-
Object.setPrototypeOf(this, MaxNumberOfRetentionConfigurationsExceededException.prototype);
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
export class NoAvailableDeliveryChannelException extends __BaseException {
|
|
106
|
-
name = "NoAvailableDeliveryChannelException";
|
|
107
|
-
$fault = "client";
|
|
108
|
-
constructor(opts) {
|
|
109
|
-
super({
|
|
110
|
-
name: "NoAvailableDeliveryChannelException",
|
|
111
|
-
$fault: "client",
|
|
112
|
-
...opts,
|
|
113
|
-
});
|
|
114
|
-
Object.setPrototypeOf(this, NoAvailableDeliveryChannelException.prototype);
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
export class NoAvailableOrganizationException extends __BaseException {
|
|
118
|
-
name = "NoAvailableOrganizationException";
|
|
119
|
-
$fault = "client";
|
|
120
|
-
constructor(opts) {
|
|
121
|
-
super({
|
|
122
|
-
name: "NoAvailableOrganizationException",
|
|
123
|
-
$fault: "client",
|
|
124
|
-
...opts,
|
|
125
|
-
});
|
|
126
|
-
Object.setPrototypeOf(this, NoAvailableOrganizationException.prototype);
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
export class NoSuchBucketException extends __BaseException {
|
|
130
|
-
name = "NoSuchBucketException";
|
|
131
|
-
$fault = "client";
|
|
132
|
-
constructor(opts) {
|
|
133
|
-
super({
|
|
134
|
-
name: "NoSuchBucketException",
|
|
135
|
-
$fault: "client",
|
|
136
|
-
...opts,
|
|
137
|
-
});
|
|
138
|
-
Object.setPrototypeOf(this, NoSuchBucketException.prototype);
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
export class OrganizationAllFeaturesNotEnabledException extends __BaseException {
|
|
142
|
-
name = "OrganizationAllFeaturesNotEnabledException";
|
|
143
|
-
$fault = "client";
|
|
144
|
-
constructor(opts) {
|
|
145
|
-
super({
|
|
146
|
-
name: "OrganizationAllFeaturesNotEnabledException",
|
|
147
|
-
$fault: "client",
|
|
148
|
-
...opts,
|
|
149
|
-
});
|
|
150
|
-
Object.setPrototypeOf(this, OrganizationAllFeaturesNotEnabledException.prototype);
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
export class OrganizationConformancePackTemplateValidationException extends __BaseException {
|
|
154
|
-
name = "OrganizationConformancePackTemplateValidationException";
|
|
155
|
-
$fault = "client";
|
|
156
|
-
constructor(opts) {
|
|
157
|
-
super({
|
|
158
|
-
name: "OrganizationConformancePackTemplateValidationException",
|
|
159
|
-
$fault: "client",
|
|
160
|
-
...opts,
|
|
161
|
-
});
|
|
162
|
-
Object.setPrototypeOf(this, OrganizationConformancePackTemplateValidationException.prototype);
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
export class ResourceConcurrentModificationException extends __BaseException {
|
|
166
|
-
name = "ResourceConcurrentModificationException";
|
|
167
|
-
$fault = "client";
|
|
168
|
-
constructor(opts) {
|
|
169
|
-
super({
|
|
170
|
-
name: "ResourceConcurrentModificationException",
|
|
171
|
-
$fault: "client",
|
|
172
|
-
...opts,
|
|
173
|
-
});
|
|
174
|
-
Object.setPrototypeOf(this, ResourceConcurrentModificationException.prototype);
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
export class TooManyTagsException extends __BaseException {
|
|
178
|
-
name = "TooManyTagsException";
|
|
179
|
-
$fault = "client";
|
|
180
|
-
constructor(opts) {
|
|
181
|
-
super({
|
|
182
|
-
name: "TooManyTagsException",
|
|
183
|
-
$fault: "client",
|
|
184
|
-
...opts,
|
|
185
|
-
});
|
|
186
|
-
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
187
|
-
}
|
|
188
|
-
}
|