@aws-sdk/client-accessanalyzer 3.1025.0 → 3.1026.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/README.md +0 -49
- package/dist-cjs/index.js +1 -249
- package/dist-cjs/schemas/schemas_0.js +5 -173
- package/dist-es/AccessAnalyzer.js +1 -23
- package/dist-es/commands/index.js +0 -7
- package/dist-es/index.js +0 -1
- package/dist-es/models/enums.js +0 -31
- package/dist-es/pagination/index.js +0 -1
- package/dist-es/schemas/schemas_0.js +0 -168
- package/dist-types/AccessAnalyzer.d.ts +1 -74
- package/dist-types/AccessAnalyzerClient.d.ts +2 -9
- package/dist-types/commands/index.d.ts +0 -7
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/enums.d.ts +0 -71
- package/dist-types/models/models_0.d.ts +1 -316
- package/dist-types/pagination/index.d.ts +0 -1
- package/dist-types/schemas/schemas_0.d.ts +0 -26
- package/dist-types/ts3.4/AccessAnalyzer.d.ts +0 -150
- package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +0 -42
- package/dist-types/ts3.4/commands/index.d.ts +0 -7
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/dist-types/ts3.4/models/enums.d.ts +0 -41
- package/dist-types/ts3.4/models/models_0.d.ts +0 -83
- package/dist-types/ts3.4/pagination/index.d.ts +0 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -26
- package/package.json +33 -34
- package/dist-es/commands/CancelPolicyPreviewJobCommand.js +0 -16
- package/dist-es/commands/CreatePolicyPreviewConfigurationCommand.js +0 -16
- package/dist-es/commands/DeletePolicyPreviewConfigurationCommand.js +0 -16
- package/dist-es/commands/GetPolicyPreviewConfigurationCommand.js +0 -16
- package/dist-es/commands/GetPolicyPreviewJobCommand.js +0 -16
- package/dist-es/commands/ListPolicyPreviewJobsCommand.js +0 -16
- package/dist-es/commands/StartPolicyPreviewJobCommand.js +0 -16
- package/dist-es/pagination/ListPolicyPreviewJobsPaginator.js +0 -4
- package/dist-es/waiters/index.js +0 -2
- package/dist-es/waiters/waitForPolicyPreviewConfigurationActive.js +0 -54
- package/dist-es/waiters/waitForPolicyPreviewJobCompleted.js +0 -49
- package/dist-types/commands/CancelPolicyPreviewJobCommand.d.ts +0 -100
- package/dist-types/commands/CreatePolicyPreviewConfigurationCommand.d.ts +0 -109
- package/dist-types/commands/DeletePolicyPreviewConfigurationCommand.d.ts +0 -100
- package/dist-types/commands/GetPolicyPreviewConfigurationCommand.d.ts +0 -114
- package/dist-types/commands/GetPolicyPreviewJobCommand.d.ts +0 -187
- package/dist-types/commands/ListPolicyPreviewJobsCommand.d.ts +0 -137
- package/dist-types/commands/StartPolicyPreviewJobCommand.d.ts +0 -154
- package/dist-types/pagination/ListPolicyPreviewJobsPaginator.d.ts +0 -7
- package/dist-types/ts3.4/commands/CancelPolicyPreviewJobCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreatePolicyPreviewConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DeletePolicyPreviewConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetPolicyPreviewConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetPolicyPreviewJobCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListPolicyPreviewJobsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/StartPolicyPreviewJobCommand.d.ts +0 -51
- package/dist-types/ts3.4/pagination/ListPolicyPreviewJobsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/waiters/index.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForPolicyPreviewConfigurationActive.d.ts +0 -11
- package/dist-types/ts3.4/waiters/waitForPolicyPreviewJobCompleted.d.ts +0 -11
- package/dist-types/waiters/index.d.ts +0 -2
- package/dist-types/waiters/waitForPolicyPreviewConfigurationActive.d.ts +0 -14
- package/dist-types/waiters/waitForPolicyPreviewJobCompleted.d.ts +0 -14
|
@@ -30,8 +30,6 @@ export declare var ApplyArchiveRuleRequest$: StaticStructureSchema;
|
|
|
30
30
|
export declare var ArchiveRuleSummary$: StaticStructureSchema;
|
|
31
31
|
export declare var CancelPolicyGenerationRequest$: StaticStructureSchema;
|
|
32
32
|
export declare var CancelPolicyGenerationResponse$: StaticStructureSchema;
|
|
33
|
-
export declare var CancelPolicyPreviewJobRequest$: StaticStructureSchema;
|
|
34
|
-
export declare var CancelPolicyPreviewJobResponse$: StaticStructureSchema;
|
|
35
33
|
export declare var CheckAccessNotGrantedRequest$: StaticStructureSchema;
|
|
36
34
|
export declare var CheckAccessNotGrantedResponse$: StaticStructureSchema;
|
|
37
35
|
export declare var CheckNoNewAccessRequest$: StaticStructureSchema;
|
|
@@ -45,13 +43,9 @@ export declare var CreateAccessPreviewResponse$: StaticStructureSchema;
|
|
|
45
43
|
export declare var CreateAnalyzerRequest$: StaticStructureSchema;
|
|
46
44
|
export declare var CreateAnalyzerResponse$: StaticStructureSchema;
|
|
47
45
|
export declare var CreateArchiveRuleRequest$: StaticStructureSchema;
|
|
48
|
-
export declare var CreatePolicyPreviewConfigurationRequest$: StaticStructureSchema;
|
|
49
|
-
export declare var CreatePolicyPreviewConfigurationResponse$: StaticStructureSchema;
|
|
50
46
|
export declare var Criterion$: StaticStructureSchema;
|
|
51
47
|
export declare var DeleteAnalyzerRequest$: StaticStructureSchema;
|
|
52
48
|
export declare var DeleteArchiveRuleRequest$: StaticStructureSchema;
|
|
53
|
-
export declare var DeletePolicyPreviewConfigurationRequest$: StaticStructureSchema;
|
|
54
|
-
export declare var DeletePolicyPreviewConfigurationResponse$: StaticStructureSchema;
|
|
55
49
|
export declare var DynamodbStreamConfiguration$: StaticStructureSchema;
|
|
56
50
|
export declare var DynamodbTableConfiguration$: StaticStructureSchema;
|
|
57
51
|
export declare var EbsSnapshotConfiguration$: StaticStructureSchema;
|
|
@@ -87,10 +81,6 @@ export declare var GetFindingV2Request$: StaticStructureSchema;
|
|
|
87
81
|
export declare var GetFindingV2Response$: StaticStructureSchema;
|
|
88
82
|
export declare var GetGeneratedPolicyRequest$: StaticStructureSchema;
|
|
89
83
|
export declare var GetGeneratedPolicyResponse$: StaticStructureSchema;
|
|
90
|
-
export declare var GetPolicyPreviewConfigurationRequest$: StaticStructureSchema;
|
|
91
|
-
export declare var GetPolicyPreviewConfigurationResponse$: StaticStructureSchema;
|
|
92
|
-
export declare var GetPolicyPreviewJobRequest$: StaticStructureSchema;
|
|
93
|
-
export declare var GetPolicyPreviewJobResponse$: StaticStructureSchema;
|
|
94
84
|
export declare var IamRoleConfiguration$: StaticStructureSchema;
|
|
95
85
|
export declare var InlineArchiveRule$: StaticStructureSchema;
|
|
96
86
|
export declare var InternalAccessAnalysisRule$: StaticStructureSchema;
|
|
@@ -121,18 +111,11 @@ export declare var ListFindingsV2Request$: StaticStructureSchema;
|
|
|
121
111
|
export declare var ListFindingsV2Response$: StaticStructureSchema;
|
|
122
112
|
export declare var ListPolicyGenerationsRequest$: StaticStructureSchema;
|
|
123
113
|
export declare var ListPolicyGenerationsResponse$: StaticStructureSchema;
|
|
124
|
-
export declare var ListPolicyPreviewJobsRequest$: StaticStructureSchema;
|
|
125
|
-
export declare var ListPolicyPreviewJobsResponse$: StaticStructureSchema;
|
|
126
114
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
127
115
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
128
116
|
export declare var Location$: StaticStructureSchema;
|
|
129
|
-
export declare var PolicyConfiguration$: StaticStructureSchema;
|
|
130
117
|
export declare var PolicyGeneration$: StaticStructureSchema;
|
|
131
118
|
export declare var PolicyGenerationDetails$: StaticStructureSchema;
|
|
132
|
-
export declare var PolicyPreviewAnalysisReport$: StaticStructureSchema;
|
|
133
|
-
export declare var PolicyPreviewConfiguration$: StaticStructureSchema;
|
|
134
|
-
export declare var PolicyPreviewJobDetails$: StaticStructureSchema;
|
|
135
|
-
export declare var PolicyPreviewJobParameters$: StaticStructureSchema;
|
|
136
119
|
export declare var Position$: StaticStructureSchema;
|
|
137
120
|
export declare var RdsDbClusterSnapshotConfiguration$: StaticStructureSchema;
|
|
138
121
|
export declare var RdsDbSnapshotConfiguration$: StaticStructureSchema;
|
|
@@ -152,8 +135,6 @@ export declare var Span$: StaticStructureSchema;
|
|
|
152
135
|
export declare var SqsQueueConfiguration$: StaticStructureSchema;
|
|
153
136
|
export declare var StartPolicyGenerationRequest$: StaticStructureSchema;
|
|
154
137
|
export declare var StartPolicyGenerationResponse$: StaticStructureSchema;
|
|
155
|
-
export declare var StartPolicyPreviewJobRequest$: StaticStructureSchema;
|
|
156
|
-
export declare var StartPolicyPreviewJobResponse$: StaticStructureSchema;
|
|
157
138
|
export declare var StartResourceScanRequest$: StaticStructureSchema;
|
|
158
139
|
export declare var StatusReason$: StaticStructureSchema;
|
|
159
140
|
export declare var Substring$: StaticStructureSchema;
|
|
@@ -193,17 +174,14 @@ export declare var RdsDbSnapshotAttributeValue$: StaticUnionSchema;
|
|
|
193
174
|
export declare var RecommendedStep$: StaticUnionSchema;
|
|
194
175
|
export declare var ApplyArchiveRule$: StaticOperationSchema;
|
|
195
176
|
export declare var CancelPolicyGeneration$: StaticOperationSchema;
|
|
196
|
-
export declare var CancelPolicyPreviewJob$: StaticOperationSchema;
|
|
197
177
|
export declare var CheckAccessNotGranted$: StaticOperationSchema;
|
|
198
178
|
export declare var CheckNoNewAccess$: StaticOperationSchema;
|
|
199
179
|
export declare var CheckNoPublicAccess$: StaticOperationSchema;
|
|
200
180
|
export declare var CreateAccessPreview$: StaticOperationSchema;
|
|
201
181
|
export declare var CreateAnalyzer$: StaticOperationSchema;
|
|
202
182
|
export declare var CreateArchiveRule$: StaticOperationSchema;
|
|
203
|
-
export declare var CreatePolicyPreviewConfiguration$: StaticOperationSchema;
|
|
204
183
|
export declare var DeleteAnalyzer$: StaticOperationSchema;
|
|
205
184
|
export declare var DeleteArchiveRule$: StaticOperationSchema;
|
|
206
|
-
export declare var DeletePolicyPreviewConfiguration$: StaticOperationSchema;
|
|
207
185
|
export declare var GenerateFindingRecommendation$: StaticOperationSchema;
|
|
208
186
|
export declare var GetAccessPreview$: StaticOperationSchema;
|
|
209
187
|
export declare var GetAnalyzedResource$: StaticOperationSchema;
|
|
@@ -214,8 +192,6 @@ export declare var GetFindingRecommendation$: StaticOperationSchema;
|
|
|
214
192
|
export declare var GetFindingsStatistics$: StaticOperationSchema;
|
|
215
193
|
export declare var GetFindingV2$: StaticOperationSchema;
|
|
216
194
|
export declare var GetGeneratedPolicy$: StaticOperationSchema;
|
|
217
|
-
export declare var GetPolicyPreviewConfiguration$: StaticOperationSchema;
|
|
218
|
-
export declare var GetPolicyPreviewJob$: StaticOperationSchema;
|
|
219
195
|
export declare var ListAccessPreviewFindings$: StaticOperationSchema;
|
|
220
196
|
export declare var ListAccessPreviews$: StaticOperationSchema;
|
|
221
197
|
export declare var ListAnalyzedResources$: StaticOperationSchema;
|
|
@@ -224,10 +200,8 @@ export declare var ListArchiveRules$: StaticOperationSchema;
|
|
|
224
200
|
export declare var ListFindings$: StaticOperationSchema;
|
|
225
201
|
export declare var ListFindingsV2$: StaticOperationSchema;
|
|
226
202
|
export declare var ListPolicyGenerations$: StaticOperationSchema;
|
|
227
|
-
export declare var ListPolicyPreviewJobs$: StaticOperationSchema;
|
|
228
203
|
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
229
204
|
export declare var StartPolicyGeneration$: StaticOperationSchema;
|
|
230
|
-
export declare var StartPolicyPreviewJob$: StaticOperationSchema;
|
|
231
205
|
export declare var StartResourceScan$: StaticOperationSchema;
|
|
232
206
|
export declare var TagResource$: StaticOperationSchema;
|
|
233
207
|
export declare var UntagResource$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-accessanalyzer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Accessanalyzer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1026.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-accessanalyzer",
|
|
@@ -21,43 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "^3.973.27",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.30",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.9",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.9",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.10",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.29",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.11",
|
|
31
|
+
"@aws-sdk/types": "^3.973.7",
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.6",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.9",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.15",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.14",
|
|
36
|
+
"@smithy/core": "^3.23.14",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.16",
|
|
38
|
+
"@smithy/hash-node": "^4.2.13",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.13",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.13",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.29",
|
|
42
|
+
"@smithy/middleware-retry": "^4.5.0",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.17",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.13",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.13",
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.2",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.13",
|
|
48
|
+
"@smithy/smithy-client": "^4.12.9",
|
|
49
|
+
"@smithy/types": "^4.14.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.13",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.3.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.45",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.49",
|
|
56
|
+
"@smithy/util-endpoints": "^3.3.4",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.13",
|
|
58
|
+
"@smithy/util-retry": "^4.3.0",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
|
-
"@smithy/util-waiter": "^4.2.14",
|
|
61
60
|
"tslib": "^2.6.2"
|
|
62
61
|
},
|
|
63
62
|
"devDependencies": {
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CancelPolicyPreviewJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export { $Command };
|
|
6
|
-
export class CancelPolicyPreviewJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "CancelPolicyPreviewJob", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "CancelPolicyPreviewJobCommand")
|
|
14
|
-
.sc(CancelPolicyPreviewJob$)
|
|
15
|
-
.build() {
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreatePolicyPreviewConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export { $Command };
|
|
6
|
-
export class CreatePolicyPreviewConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "CreatePolicyPreviewConfiguration", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "CreatePolicyPreviewConfigurationCommand")
|
|
14
|
-
.sc(CreatePolicyPreviewConfiguration$)
|
|
15
|
-
.build() {
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeletePolicyPreviewConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export { $Command };
|
|
6
|
-
export class DeletePolicyPreviewConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "DeletePolicyPreviewConfiguration", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "DeletePolicyPreviewConfigurationCommand")
|
|
14
|
-
.sc(DeletePolicyPreviewConfiguration$)
|
|
15
|
-
.build() {
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetPolicyPreviewConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export { $Command };
|
|
6
|
-
export class GetPolicyPreviewConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "GetPolicyPreviewConfiguration", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "GetPolicyPreviewConfigurationCommand")
|
|
14
|
-
.sc(GetPolicyPreviewConfiguration$)
|
|
15
|
-
.build() {
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetPolicyPreviewJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export { $Command };
|
|
6
|
-
export class GetPolicyPreviewJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "GetPolicyPreviewJob", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "GetPolicyPreviewJobCommand")
|
|
14
|
-
.sc(GetPolicyPreviewJob$)
|
|
15
|
-
.build() {
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListPolicyPreviewJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export { $Command };
|
|
6
|
-
export class ListPolicyPreviewJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "ListPolicyPreviewJobs", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "ListPolicyPreviewJobsCommand")
|
|
14
|
-
.sc(ListPolicyPreviewJobs$)
|
|
15
|
-
.build() {
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartPolicyPreviewJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export { $Command };
|
|
6
|
-
export class StartPolicyPreviewJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AccessAnalyzer", "StartPolicyPreviewJob", {})
|
|
13
|
-
.n("AccessAnalyzerClient", "StartPolicyPreviewJobCommand")
|
|
14
|
-
.sc(StartPolicyPreviewJob$)
|
|
15
|
-
.build() {
|
|
16
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { createPaginator } from "@smithy/core";
|
|
2
|
-
import { AccessAnalyzerClient } from "../AccessAnalyzerClient";
|
|
3
|
-
import { ListPolicyPreviewJobsCommand, } from "../commands/ListPolicyPreviewJobsCommand";
|
|
4
|
-
export const paginateListPolicyPreviewJobs = createPaginator(AccessAnalyzerClient, ListPolicyPreviewJobsCommand, "nextToken", "nextToken", "maxResults");
|
package/dist-es/waiters/index.js
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { GetPolicyPreviewConfigurationCommand, } from "../commands/GetPolicyPreviewConfigurationCommand";
|
|
3
|
-
const checkState = async (client, input) => {
|
|
4
|
-
let reason;
|
|
5
|
-
try {
|
|
6
|
-
let result = await client.send(new GetPolicyPreviewConfigurationCommand(input));
|
|
7
|
-
reason = result;
|
|
8
|
-
try {
|
|
9
|
-
const returnComparator = () => {
|
|
10
|
-
let flat_1 = [].concat(...result.policyPreviewConfigurations);
|
|
11
|
-
let projection_3 = flat_1.map((element_2) => {
|
|
12
|
-
return element_2.status;
|
|
13
|
-
});
|
|
14
|
-
return projection_3;
|
|
15
|
-
};
|
|
16
|
-
let allStringEq_5 = (returnComparator().length > 0);
|
|
17
|
-
for (let element_4 of returnComparator()) {
|
|
18
|
-
allStringEq_5 = allStringEq_5 && (element_4 == "ACTIVE");
|
|
19
|
-
}
|
|
20
|
-
if (allStringEq_5) {
|
|
21
|
-
return { state: WaiterState.SUCCESS, reason };
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
catch (e) { }
|
|
25
|
-
try {
|
|
26
|
-
const returnComparator = () => {
|
|
27
|
-
let flat_1 = [].concat(...result.policyPreviewConfigurations);
|
|
28
|
-
let projection_3 = flat_1.map((element_2) => {
|
|
29
|
-
return element_2.status;
|
|
30
|
-
});
|
|
31
|
-
return projection_3;
|
|
32
|
-
};
|
|
33
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
34
|
-
if (anyStringEq_4 == "FAILED") {
|
|
35
|
-
return { state: WaiterState.FAILURE, reason };
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
catch (e) { }
|
|
40
|
-
}
|
|
41
|
-
catch (exception) {
|
|
42
|
-
reason = exception;
|
|
43
|
-
}
|
|
44
|
-
return { state: WaiterState.RETRY, reason };
|
|
45
|
-
};
|
|
46
|
-
export const waitForPolicyPreviewConfigurationActive = async (params, input) => {
|
|
47
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
48
|
-
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
49
|
-
};
|
|
50
|
-
export const waitUntilPolicyPreviewConfigurationActive = async (params, input) => {
|
|
51
|
-
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
52
|
-
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
53
|
-
return checkExceptions(result);
|
|
54
|
-
};
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { GetPolicyPreviewJobCommand, } from "../commands/GetPolicyPreviewJobCommand";
|
|
3
|
-
const checkState = async (client, input) => {
|
|
4
|
-
let reason;
|
|
5
|
-
try {
|
|
6
|
-
let result = await client.send(new GetPolicyPreviewJobCommand(input));
|
|
7
|
-
reason = result;
|
|
8
|
-
try {
|
|
9
|
-
const returnComparator = () => {
|
|
10
|
-
return result.jobDetails.jobStatus;
|
|
11
|
-
};
|
|
12
|
-
if (returnComparator() === "COMPLETED") {
|
|
13
|
-
return { state: WaiterState.SUCCESS, reason };
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
catch (e) { }
|
|
17
|
-
try {
|
|
18
|
-
const returnComparator = () => {
|
|
19
|
-
return result.jobDetails.jobStatus;
|
|
20
|
-
};
|
|
21
|
-
if (returnComparator() === "FAILED") {
|
|
22
|
-
return { state: WaiterState.FAILURE, reason };
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
catch (e) { }
|
|
26
|
-
try {
|
|
27
|
-
const returnComparator = () => {
|
|
28
|
-
return result.jobDetails.jobStatus;
|
|
29
|
-
};
|
|
30
|
-
if (returnComparator() === "CANCELED") {
|
|
31
|
-
return { state: WaiterState.FAILURE, reason };
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
catch (e) { }
|
|
35
|
-
}
|
|
36
|
-
catch (exception) {
|
|
37
|
-
reason = exception;
|
|
38
|
-
}
|
|
39
|
-
return { state: WaiterState.RETRY, reason };
|
|
40
|
-
};
|
|
41
|
-
export const waitForPolicyPreviewJobCompleted = async (params, input) => {
|
|
42
|
-
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
43
|
-
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
44
|
-
};
|
|
45
|
-
export const waitUntilPolicyPreviewJobCompleted = async (params, input) => {
|
|
46
|
-
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
47
|
-
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
48
|
-
return checkExceptions(result);
|
|
49
|
-
};
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
|
-
import type { CancelPolicyPreviewJobRequest, CancelPolicyPreviewJobResponse } from "../models/models_0";
|
|
5
|
-
/**
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
|
-
/**
|
|
11
|
-
* @public
|
|
12
|
-
*
|
|
13
|
-
* The input for {@link CancelPolicyPreviewJobCommand}.
|
|
14
|
-
*/
|
|
15
|
-
export interface CancelPolicyPreviewJobCommandInput extends CancelPolicyPreviewJobRequest {
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*
|
|
20
|
-
* The output of {@link CancelPolicyPreviewJobCommand}.
|
|
21
|
-
*/
|
|
22
|
-
export interface CancelPolicyPreviewJobCommandOutput extends CancelPolicyPreviewJobResponse, __MetadataBearer {
|
|
23
|
-
}
|
|
24
|
-
declare const CancelPolicyPreviewJobCommand_base: {
|
|
25
|
-
new (input: CancelPolicyPreviewJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelPolicyPreviewJobCommandInput, CancelPolicyPreviewJobCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CancelPolicyPreviewJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelPolicyPreviewJobCommandInput, CancelPolicyPreviewJobCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* <p>Cancels an in-progress policy preview job. Jobs that are already completed, failed, or canceled cannot be canceled.</p>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { AccessAnalyzerClient, CancelPolicyPreviewJobCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
|
|
35
|
-
* // const { AccessAnalyzerClient, CancelPolicyPreviewJobCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
|
|
36
|
-
* // import type { AccessAnalyzerClientConfig } from "@aws-sdk/client-accessanalyzer";
|
|
37
|
-
* const config = {}; // type is AccessAnalyzerClientConfig
|
|
38
|
-
* const client = new AccessAnalyzerClient(config);
|
|
39
|
-
* const input = { // CancelPolicyPreviewJobRequest
|
|
40
|
-
* jobId: "STRING_VALUE", // required
|
|
41
|
-
* };
|
|
42
|
-
* const command = new CancelPolicyPreviewJobCommand(input);
|
|
43
|
-
* const response = await client.send(command);
|
|
44
|
-
* // {};
|
|
45
|
-
*
|
|
46
|
-
* ```
|
|
47
|
-
*
|
|
48
|
-
* @param CancelPolicyPreviewJobCommandInput - {@link CancelPolicyPreviewJobCommandInput}
|
|
49
|
-
* @returns {@link CancelPolicyPreviewJobCommandOutput}
|
|
50
|
-
* @see {@link CancelPolicyPreviewJobCommandInput} for command's `input` shape.
|
|
51
|
-
* @see {@link CancelPolicyPreviewJobCommandOutput} for command's `response` shape.
|
|
52
|
-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
53
|
-
*
|
|
54
|
-
* @throws {@link AccessDeniedException} (client fault)
|
|
55
|
-
* <p>You do not have sufficient access to perform this action.</p>
|
|
56
|
-
*
|
|
57
|
-
* @throws {@link InternalServerException} (server fault)
|
|
58
|
-
* <p>Internal server error.</p>
|
|
59
|
-
*
|
|
60
|
-
* @throws {@link ResourceNotFoundException} (client fault)
|
|
61
|
-
* <p>The specified resource could not be found.</p>
|
|
62
|
-
*
|
|
63
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
64
|
-
* <p>Throttling limit exceeded error.</p>
|
|
65
|
-
*
|
|
66
|
-
* @throws {@link ValidationException} (client fault)
|
|
67
|
-
* <p>Validation exception error.</p>
|
|
68
|
-
*
|
|
69
|
-
* @throws {@link AccessAnalyzerServiceException}
|
|
70
|
-
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
* @example Successfully canceled policy preview job
|
|
74
|
-
* ```javascript
|
|
75
|
-
* //
|
|
76
|
-
* const input = {
|
|
77
|
-
* jobId: "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
|
|
78
|
-
* };
|
|
79
|
-
* const command = new CancelPolicyPreviewJobCommand(input);
|
|
80
|
-
* const response = await client.send(command);
|
|
81
|
-
* /* response is
|
|
82
|
-
* { /* empty *\/ }
|
|
83
|
-
* *\/
|
|
84
|
-
* ```
|
|
85
|
-
*
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
export declare class CancelPolicyPreviewJobCommand extends CancelPolicyPreviewJobCommand_base {
|
|
89
|
-
/** @internal type navigation helper, not in runtime. */
|
|
90
|
-
protected static __types: {
|
|
91
|
-
api: {
|
|
92
|
-
input: CancelPolicyPreviewJobRequest;
|
|
93
|
-
output: {};
|
|
94
|
-
};
|
|
95
|
-
sdk: {
|
|
96
|
-
input: CancelPolicyPreviewJobCommandInput;
|
|
97
|
-
output: CancelPolicyPreviewJobCommandOutput;
|
|
98
|
-
};
|
|
99
|
-
};
|
|
100
|
-
}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
|
|
4
|
-
import type { CreatePolicyPreviewConfigurationRequest, CreatePolicyPreviewConfigurationResponse } from "../models/models_0";
|
|
5
|
-
/**
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
|
-
/**
|
|
11
|
-
* @public
|
|
12
|
-
*
|
|
13
|
-
* The input for {@link CreatePolicyPreviewConfigurationCommand}.
|
|
14
|
-
*/
|
|
15
|
-
export interface CreatePolicyPreviewConfigurationCommandInput extends CreatePolicyPreviewConfigurationRequest {
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*
|
|
20
|
-
* The output of {@link CreatePolicyPreviewConfigurationCommand}.
|
|
21
|
-
*/
|
|
22
|
-
export interface CreatePolicyPreviewConfigurationCommandOutput extends CreatePolicyPreviewConfigurationResponse, __MetadataBearer {
|
|
23
|
-
}
|
|
24
|
-
declare const CreatePolicyPreviewConfigurationCommand_base: {
|
|
25
|
-
new (input: CreatePolicyPreviewConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyPreviewConfigurationCommandInput, CreatePolicyPreviewConfigurationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [CreatePolicyPreviewConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<CreatePolicyPreviewConfigurationCommandInput, CreatePolicyPreviewConfigurationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* <p>Creates a policy preview configuration for your account. The configuration enables IAM Access Analyzer to collect and store CloudTrail authorization events needed for policy preview analysis.</p>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { AccessAnalyzerClient, CreatePolicyPreviewConfigurationCommand } from "@aws-sdk/client-accessanalyzer"; // ES Modules import
|
|
35
|
-
* // const { AccessAnalyzerClient, CreatePolicyPreviewConfigurationCommand } = require("@aws-sdk/client-accessanalyzer"); // CommonJS import
|
|
36
|
-
* // import type { AccessAnalyzerClientConfig } from "@aws-sdk/client-accessanalyzer";
|
|
37
|
-
* const config = {}; // type is AccessAnalyzerClientConfig
|
|
38
|
-
* const client = new AccessAnalyzerClient(config);
|
|
39
|
-
* const input = { // CreatePolicyPreviewConfigurationRequest
|
|
40
|
-
* clientToken: "STRING_VALUE",
|
|
41
|
-
* scope: "STRING_VALUE",
|
|
42
|
-
* };
|
|
43
|
-
* const command = new CreatePolicyPreviewConfigurationCommand(input);
|
|
44
|
-
* const response = await client.send(command);
|
|
45
|
-
* // { // CreatePolicyPreviewConfigurationResponse
|
|
46
|
-
* // status: "STRING_VALUE", // required
|
|
47
|
-
* // };
|
|
48
|
-
*
|
|
49
|
-
* ```
|
|
50
|
-
*
|
|
51
|
-
* @param CreatePolicyPreviewConfigurationCommandInput - {@link CreatePolicyPreviewConfigurationCommandInput}
|
|
52
|
-
* @returns {@link CreatePolicyPreviewConfigurationCommandOutput}
|
|
53
|
-
* @see {@link CreatePolicyPreviewConfigurationCommandInput} for command's `input` shape.
|
|
54
|
-
* @see {@link CreatePolicyPreviewConfigurationCommandOutput} for command's `response` shape.
|
|
55
|
-
* @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
|
|
56
|
-
*
|
|
57
|
-
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
-
* <p>You do not have sufficient access to perform this action.</p>
|
|
59
|
-
*
|
|
60
|
-
* @throws {@link ConflictException} (client fault)
|
|
61
|
-
* <p>A conflict exception error.</p>
|
|
62
|
-
*
|
|
63
|
-
* @throws {@link InternalServerException} (server fault)
|
|
64
|
-
* <p>Internal server error.</p>
|
|
65
|
-
*
|
|
66
|
-
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
67
|
-
* <p>Service quote met error.</p>
|
|
68
|
-
*
|
|
69
|
-
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
-
* <p>Throttling limit exceeded error.</p>
|
|
71
|
-
*
|
|
72
|
-
* @throws {@link ValidationException} (client fault)
|
|
73
|
-
* <p>Validation exception error.</p>
|
|
74
|
-
*
|
|
75
|
-
* @throws {@link AccessAnalyzerServiceException}
|
|
76
|
-
* <p>Base exception class for all service exceptions from AccessAnalyzer service.</p>
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
* @example Successfully created policy preview configuration
|
|
80
|
-
* ```javascript
|
|
81
|
-
* //
|
|
82
|
-
* const input = {
|
|
83
|
-
* clientToken: "unique-token-123",
|
|
84
|
-
* scope: "GLOBAL"
|
|
85
|
-
* };
|
|
86
|
-
* const command = new CreatePolicyPreviewConfigurationCommand(input);
|
|
87
|
-
* const response = await client.send(command);
|
|
88
|
-
* /* response is
|
|
89
|
-
* {
|
|
90
|
-
* status: "PENDING_CREATION"
|
|
91
|
-
* }
|
|
92
|
-
* *\/
|
|
93
|
-
* ```
|
|
94
|
-
*
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
export declare class CreatePolicyPreviewConfigurationCommand extends CreatePolicyPreviewConfigurationCommand_base {
|
|
98
|
-
/** @internal type navigation helper, not in runtime. */
|
|
99
|
-
protected static __types: {
|
|
100
|
-
api: {
|
|
101
|
-
input: CreatePolicyPreviewConfigurationRequest;
|
|
102
|
-
output: CreatePolicyPreviewConfigurationResponse;
|
|
103
|
-
};
|
|
104
|
-
sdk: {
|
|
105
|
-
input: CreatePolicyPreviewConfigurationCommandInput;
|
|
106
|
-
output: CreatePolicyPreviewConfigurationCommandOutput;
|
|
107
|
-
};
|
|
108
|
-
};
|
|
109
|
-
}
|