@aws-sdk/client-accessanalyzer 3.588.0 → 3.592.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 +0 -32
- package/dist-types/AccessAnalyzerClient.d.ts +4 -4
- package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +2 -1
- package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +2 -1
- package/dist-types/commands/CheckAccessNotGrantedCommand.d.ts +2 -1
- package/dist-types/commands/CheckNoNewAccessCommand.d.ts +2 -1
- package/dist-types/commands/CreateAccessPreviewCommand.d.ts +2 -1
- package/dist-types/commands/CreateAnalyzerCommand.d.ts +2 -1
- package/dist-types/commands/CreateArchiveRuleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAnalyzerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +2 -1
- package/dist-types/commands/GetAccessPreviewCommand.d.ts +2 -1
- package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +2 -1
- package/dist-types/commands/GetAnalyzerCommand.d.ts +2 -1
- package/dist-types/commands/GetArchiveRuleCommand.d.ts +2 -1
- package/dist-types/commands/GetFindingCommand.d.ts +2 -1
- package/dist-types/commands/GetFindingV2Command.d.ts +2 -1
- package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +2 -1
- package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +2 -1
- package/dist-types/commands/ListAccessPreviewsCommand.d.ts +2 -1
- package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListAnalyzersCommand.d.ts +2 -1
- package/dist-types/commands/ListArchiveRulesCommand.d.ts +2 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +2 -1
- package/dist-types/commands/ListFindingsV2Command.d.ts +2 -1
- package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartPolicyGenerationCommand.d.ts +2 -1
- package/dist-types/commands/StartResourceScanCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFindingsCommand.d.ts +2 -1
- package/dist-types/commands/ValidatePolicyCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/AccessAnalyzerServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CheckAccessNotGrantedCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CheckNoNewAccessCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFindingV2Command.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListFindingsV2Command.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/AccessAnalyzerServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -255,7 +255,6 @@ var AccessAnalyzerClient = _AccessAnalyzerClient;
|
|
|
255
255
|
|
|
256
256
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
257
257
|
|
|
258
|
-
var import_types = require("@smithy/types");
|
|
259
258
|
|
|
260
259
|
// src/protocols/Aws_restJson1.ts
|
|
261
260
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -2077,7 +2076,6 @@ var ApplyArchiveRuleCommand = _ApplyArchiveRuleCommand;
|
|
|
2077
2076
|
|
|
2078
2077
|
|
|
2079
2078
|
|
|
2080
|
-
|
|
2081
2079
|
var _CancelPolicyGenerationCommand = class _CancelPolicyGenerationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2082
2080
|
...commonParams
|
|
2083
2081
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2094,7 +2092,6 @@ var CancelPolicyGenerationCommand = _CancelPolicyGenerationCommand;
|
|
|
2094
2092
|
|
|
2095
2093
|
|
|
2096
2094
|
|
|
2097
|
-
|
|
2098
2095
|
var _CheckAccessNotGrantedCommand = class _CheckAccessNotGrantedCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2099
2096
|
...commonParams
|
|
2100
2097
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2111,7 +2108,6 @@ var CheckAccessNotGrantedCommand = _CheckAccessNotGrantedCommand;
|
|
|
2111
2108
|
|
|
2112
2109
|
|
|
2113
2110
|
|
|
2114
|
-
|
|
2115
2111
|
var _CheckNoNewAccessCommand = class _CheckNoNewAccessCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2116
2112
|
...commonParams
|
|
2117
2113
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2128,7 +2124,6 @@ var CheckNoNewAccessCommand = _CheckNoNewAccessCommand;
|
|
|
2128
2124
|
|
|
2129
2125
|
|
|
2130
2126
|
|
|
2131
|
-
|
|
2132
2127
|
var _CreateAccessPreviewCommand = class _CreateAccessPreviewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2133
2128
|
...commonParams
|
|
2134
2129
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2145,7 +2140,6 @@ var CreateAccessPreviewCommand = _CreateAccessPreviewCommand;
|
|
|
2145
2140
|
|
|
2146
2141
|
|
|
2147
2142
|
|
|
2148
|
-
|
|
2149
2143
|
var _CreateAnalyzerCommand = class _CreateAnalyzerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2150
2144
|
...commonParams
|
|
2151
2145
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2162,7 +2156,6 @@ var CreateAnalyzerCommand = _CreateAnalyzerCommand;
|
|
|
2162
2156
|
|
|
2163
2157
|
|
|
2164
2158
|
|
|
2165
|
-
|
|
2166
2159
|
var _CreateArchiveRuleCommand = class _CreateArchiveRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2167
2160
|
...commonParams
|
|
2168
2161
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2179,7 +2172,6 @@ var CreateArchiveRuleCommand = _CreateArchiveRuleCommand;
|
|
|
2179
2172
|
|
|
2180
2173
|
|
|
2181
2174
|
|
|
2182
|
-
|
|
2183
2175
|
var _DeleteAnalyzerCommand = class _DeleteAnalyzerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2184
2176
|
...commonParams
|
|
2185
2177
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2196,7 +2188,6 @@ var DeleteAnalyzerCommand = _DeleteAnalyzerCommand;
|
|
|
2196
2188
|
|
|
2197
2189
|
|
|
2198
2190
|
|
|
2199
|
-
|
|
2200
2191
|
var _DeleteArchiveRuleCommand = class _DeleteArchiveRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2201
2192
|
...commonParams
|
|
2202
2193
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2213,7 +2204,6 @@ var DeleteArchiveRuleCommand = _DeleteArchiveRuleCommand;
|
|
|
2213
2204
|
|
|
2214
2205
|
|
|
2215
2206
|
|
|
2216
|
-
|
|
2217
2207
|
var _GetAccessPreviewCommand = class _GetAccessPreviewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2218
2208
|
...commonParams
|
|
2219
2209
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2230,7 +2220,6 @@ var GetAccessPreviewCommand = _GetAccessPreviewCommand;
|
|
|
2230
2220
|
|
|
2231
2221
|
|
|
2232
2222
|
|
|
2233
|
-
|
|
2234
2223
|
var _GetAnalyzedResourceCommand = class _GetAnalyzedResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2235
2224
|
...commonParams
|
|
2236
2225
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2247,7 +2236,6 @@ var GetAnalyzedResourceCommand = _GetAnalyzedResourceCommand;
|
|
|
2247
2236
|
|
|
2248
2237
|
|
|
2249
2238
|
|
|
2250
|
-
|
|
2251
2239
|
var _GetAnalyzerCommand = class _GetAnalyzerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2252
2240
|
...commonParams
|
|
2253
2241
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2264,7 +2252,6 @@ var GetAnalyzerCommand = _GetAnalyzerCommand;
|
|
|
2264
2252
|
|
|
2265
2253
|
|
|
2266
2254
|
|
|
2267
|
-
|
|
2268
2255
|
var _GetArchiveRuleCommand = class _GetArchiveRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2269
2256
|
...commonParams
|
|
2270
2257
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2281,7 +2268,6 @@ var GetArchiveRuleCommand = _GetArchiveRuleCommand;
|
|
|
2281
2268
|
|
|
2282
2269
|
|
|
2283
2270
|
|
|
2284
|
-
|
|
2285
2271
|
var _GetFindingCommand = class _GetFindingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2286
2272
|
...commonParams
|
|
2287
2273
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2298,7 +2284,6 @@ var GetFindingCommand = _GetFindingCommand;
|
|
|
2298
2284
|
|
|
2299
2285
|
|
|
2300
2286
|
|
|
2301
|
-
|
|
2302
2287
|
var _GetFindingV2Command = class _GetFindingV2Command extends import_smithy_client.Command.classBuilder().ep({
|
|
2303
2288
|
...commonParams
|
|
2304
2289
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2315,7 +2300,6 @@ var GetFindingV2Command = _GetFindingV2Command;
|
|
|
2315
2300
|
|
|
2316
2301
|
|
|
2317
2302
|
|
|
2318
|
-
|
|
2319
2303
|
var _GetGeneratedPolicyCommand = class _GetGeneratedPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2320
2304
|
...commonParams
|
|
2321
2305
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2332,7 +2316,6 @@ var GetGeneratedPolicyCommand = _GetGeneratedPolicyCommand;
|
|
|
2332
2316
|
|
|
2333
2317
|
|
|
2334
2318
|
|
|
2335
|
-
|
|
2336
2319
|
var _ListAccessPreviewFindingsCommand = class _ListAccessPreviewFindingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2337
2320
|
...commonParams
|
|
2338
2321
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2349,7 +2332,6 @@ var ListAccessPreviewFindingsCommand = _ListAccessPreviewFindingsCommand;
|
|
|
2349
2332
|
|
|
2350
2333
|
|
|
2351
2334
|
|
|
2352
|
-
|
|
2353
2335
|
var _ListAccessPreviewsCommand = class _ListAccessPreviewsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2354
2336
|
...commonParams
|
|
2355
2337
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2366,7 +2348,6 @@ var ListAccessPreviewsCommand = _ListAccessPreviewsCommand;
|
|
|
2366
2348
|
|
|
2367
2349
|
|
|
2368
2350
|
|
|
2369
|
-
|
|
2370
2351
|
var _ListAnalyzedResourcesCommand = class _ListAnalyzedResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2371
2352
|
...commonParams
|
|
2372
2353
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2383,7 +2364,6 @@ var ListAnalyzedResourcesCommand = _ListAnalyzedResourcesCommand;
|
|
|
2383
2364
|
|
|
2384
2365
|
|
|
2385
2366
|
|
|
2386
|
-
|
|
2387
2367
|
var _ListAnalyzersCommand = class _ListAnalyzersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2388
2368
|
...commonParams
|
|
2389
2369
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2400,7 +2380,6 @@ var ListAnalyzersCommand = _ListAnalyzersCommand;
|
|
|
2400
2380
|
|
|
2401
2381
|
|
|
2402
2382
|
|
|
2403
|
-
|
|
2404
2383
|
var _ListArchiveRulesCommand = class _ListArchiveRulesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2405
2384
|
...commonParams
|
|
2406
2385
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2417,7 +2396,6 @@ var ListArchiveRulesCommand = _ListArchiveRulesCommand;
|
|
|
2417
2396
|
|
|
2418
2397
|
|
|
2419
2398
|
|
|
2420
|
-
|
|
2421
2399
|
var _ListFindingsCommand = class _ListFindingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2422
2400
|
...commonParams
|
|
2423
2401
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2434,7 +2412,6 @@ var ListFindingsCommand = _ListFindingsCommand;
|
|
|
2434
2412
|
|
|
2435
2413
|
|
|
2436
2414
|
|
|
2437
|
-
|
|
2438
2415
|
var _ListFindingsV2Command = class _ListFindingsV2Command extends import_smithy_client.Command.classBuilder().ep({
|
|
2439
2416
|
...commonParams
|
|
2440
2417
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2451,7 +2428,6 @@ var ListFindingsV2Command = _ListFindingsV2Command;
|
|
|
2451
2428
|
|
|
2452
2429
|
|
|
2453
2430
|
|
|
2454
|
-
|
|
2455
2431
|
var _ListPolicyGenerationsCommand = class _ListPolicyGenerationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2456
2432
|
...commonParams
|
|
2457
2433
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2468,7 +2444,6 @@ var ListPolicyGenerationsCommand = _ListPolicyGenerationsCommand;
|
|
|
2468
2444
|
|
|
2469
2445
|
|
|
2470
2446
|
|
|
2471
|
-
|
|
2472
2447
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2473
2448
|
...commonParams
|
|
2474
2449
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2485,7 +2460,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2485
2460
|
|
|
2486
2461
|
|
|
2487
2462
|
|
|
2488
|
-
|
|
2489
2463
|
var _StartPolicyGenerationCommand = class _StartPolicyGenerationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2490
2464
|
...commonParams
|
|
2491
2465
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2502,7 +2476,6 @@ var StartPolicyGenerationCommand = _StartPolicyGenerationCommand;
|
|
|
2502
2476
|
|
|
2503
2477
|
|
|
2504
2478
|
|
|
2505
|
-
|
|
2506
2479
|
var _StartResourceScanCommand = class _StartResourceScanCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2507
2480
|
...commonParams
|
|
2508
2481
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2519,7 +2492,6 @@ var StartResourceScanCommand = _StartResourceScanCommand;
|
|
|
2519
2492
|
|
|
2520
2493
|
|
|
2521
2494
|
|
|
2522
|
-
|
|
2523
2495
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2524
2496
|
...commonParams
|
|
2525
2497
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2536,7 +2508,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2536
2508
|
|
|
2537
2509
|
|
|
2538
2510
|
|
|
2539
|
-
|
|
2540
2511
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2541
2512
|
...commonParams
|
|
2542
2513
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2553,7 +2524,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2553
2524
|
|
|
2554
2525
|
|
|
2555
2526
|
|
|
2556
|
-
|
|
2557
2527
|
var _UpdateArchiveRuleCommand = class _UpdateArchiveRuleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2558
2528
|
...commonParams
|
|
2559
2529
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2570,7 +2540,6 @@ var UpdateArchiveRuleCommand = _UpdateArchiveRuleCommand;
|
|
|
2570
2540
|
|
|
2571
2541
|
|
|
2572
2542
|
|
|
2573
|
-
|
|
2574
2543
|
var _UpdateFindingsCommand = class _UpdateFindingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2575
2544
|
...commonParams
|
|
2576
2545
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2587,7 +2556,6 @@ var UpdateFindingsCommand = _UpdateFindingsCommand;
|
|
|
2587
2556
|
|
|
2588
2557
|
|
|
2589
2558
|
|
|
2590
|
-
|
|
2591
2559
|
var _ValidatePolicyCommand = class _ValidatePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2592
2560
|
...commonParams
|
|
2593
2561
|
}).m(function(Command, cs, config, o) {
|
|
@@ -122,15 +122,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
122
122
|
* Enables FIPS compatible endpoints.
|
|
123
123
|
*/
|
|
124
124
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
125
|
+
/**
|
|
126
|
+
* The AWS region to which this client will send requests
|
|
127
|
+
*/
|
|
128
|
+
region?: string | __Provider<string>;
|
|
125
129
|
/**
|
|
126
130
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
127
131
|
* @internal
|
|
128
132
|
*/
|
|
129
133
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
130
|
-
/**
|
|
131
|
-
* The AWS region to which this client will send requests
|
|
132
|
-
*/
|
|
133
|
-
region?: string | __Provider<string>;
|
|
134
134
|
/**
|
|
135
135
|
* Default credentials provider; Not available in browser runtime.
|
|
136
136
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
export * from "./AccessAnalyzerClient";
|
|
30
30
|
export * from "./AccessAnalyzer";
|
|
31
31
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
32
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
33
|
-
export { AccessAnalyzerExtensionConfiguration } from "./extensionConfiguration";
|
|
32
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
33
|
+
export type { AccessAnalyzerExtensionConfiguration } from "./extensionConfiguration";
|
|
34
34
|
export * from "./commands";
|
|
35
35
|
export * from "./pagination";
|
|
36
36
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -262,8 +262,8 @@ export interface ClientDefaults
|
|
|
262
262
|
serviceId?: string;
|
|
263
263
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
264
264
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
265
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
266
265
|
region?: string | __Provider<string>;
|
|
266
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
267
267
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
268
268
|
maxAttempts?: number | __Provider<number>;
|
|
269
269
|
retryMode?: string | __Provider<string>;
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AccessAnalyzerClient";
|
|
8
8
|
import { ApplyArchiveRuleRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ApplyArchiveRuleCommandInput extends ApplyArchiveRuleRequest {}
|
|
11
12
|
export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const ApplyArchiveRuleCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CancelPolicyGenerationRequest,
|
|
10
10
|
CancelPolicyGenerationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CancelPolicyGenerationCommandInput
|
|
14
15
|
extends CancelPolicyGenerationRequest {}
|
|
15
16
|
export interface CancelPolicyGenerationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CheckAccessNotGrantedRequest,
|
|
10
10
|
CheckAccessNotGrantedResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CheckAccessNotGrantedCommandInput
|
|
14
15
|
extends CheckAccessNotGrantedRequest {}
|
|
15
16
|
export interface CheckAccessNotGrantedCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CheckNoNewAccessRequest,
|
|
10
10
|
CheckNoNewAccessResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CheckNoNewAccessCommandInput extends CheckNoNewAccessRequest {}
|
|
14
15
|
export interface CheckNoNewAccessCommandOutput
|
|
15
16
|
extends CheckNoNewAccessResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateAccessPreviewRequest,
|
|
10
10
|
CreateAccessPreviewResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateAccessPreviewCommandInput
|
|
14
15
|
extends CreateAccessPreviewRequest {}
|
|
15
16
|
export interface CreateAccessPreviewCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateAnalyzerRequest,
|
|
10
10
|
CreateAnalyzerResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateAnalyzerCommandInput extends CreateAnalyzerRequest {}
|
|
14
15
|
export interface CreateAnalyzerCommandOutput
|
|
15
16
|
extends CreateAnalyzerResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AccessAnalyzerClient";
|
|
8
8
|
import { CreateArchiveRuleRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateArchiveRuleCommandInput
|
|
11
12
|
extends CreateArchiveRuleRequest {}
|
|
12
13
|
export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AccessAnalyzerClient";
|
|
8
8
|
import { DeleteAnalyzerRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteAnalyzerCommandInput extends DeleteAnalyzerRequest {}
|
|
11
12
|
export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const DeleteAnalyzerCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AccessAnalyzerClient";
|
|
8
8
|
import { DeleteArchiveRuleRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteArchiveRuleCommandInput
|
|
11
12
|
extends DeleteArchiveRuleRequest {}
|
|
12
13
|
export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {}
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetAccessPreviewRequest,
|
|
10
10
|
GetAccessPreviewResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetAccessPreviewCommandInput extends GetAccessPreviewRequest {}
|
|
14
15
|
export interface GetAccessPreviewCommandOutput
|
|
15
16
|
extends GetAccessPreviewResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetAnalyzedResourceRequest,
|
|
10
10
|
GetAnalyzedResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetAnalyzedResourceCommandInput
|
|
14
15
|
extends GetAnalyzedResourceRequest {}
|
|
15
16
|
export interface GetAnalyzedResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AccessAnalyzerClient";
|
|
8
8
|
import { GetAnalyzerRequest, GetAnalyzerResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetAnalyzerCommandInput extends GetAnalyzerRequest {}
|
|
11
12
|
export interface GetAnalyzerCommandOutput
|
|
12
13
|
extends GetAnalyzerResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetArchiveRuleRequest,
|
|
10
10
|
GetArchiveRuleResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetArchiveRuleCommandInput extends GetArchiveRuleRequest {}
|
|
14
15
|
export interface GetArchiveRuleCommandOutput
|
|
15
16
|
extends GetArchiveRuleResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AccessAnalyzerClient";
|
|
8
8
|
import { GetFindingRequest, GetFindingResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetFindingCommandInput extends GetFindingRequest {}
|
|
11
12
|
export interface GetFindingCommandOutput
|
|
12
13
|
extends GetFindingResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AccessAnalyzerClient";
|
|
8
8
|
import { GetFindingV2Request, GetFindingV2Response } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetFindingV2CommandInput extends GetFindingV2Request {}
|
|
11
12
|
export interface GetFindingV2CommandOutput
|
|
12
13
|
extends GetFindingV2Response,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetGeneratedPolicyRequest,
|
|
10
10
|
GetGeneratedPolicyResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetGeneratedPolicyCommandInput
|
|
14
15
|
extends GetGeneratedPolicyRequest {}
|
|
15
16
|
export interface GetGeneratedPolicyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListAccessPreviewFindingsRequest,
|
|
10
10
|
ListAccessPreviewFindingsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListAccessPreviewFindingsCommandInput
|
|
14
15
|
extends ListAccessPreviewFindingsRequest {}
|
|
15
16
|
export interface ListAccessPreviewFindingsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListAccessPreviewsRequest,
|
|
10
10
|
ListAccessPreviewsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListAccessPreviewsCommandInput
|
|
14
15
|
extends ListAccessPreviewsRequest {}
|
|
15
16
|
export interface ListAccessPreviewsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListAnalyzedResourcesRequest,
|
|
10
10
|
ListAnalyzedResourcesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListAnalyzedResourcesCommandInput
|
|
14
15
|
extends ListAnalyzedResourcesRequest {}
|
|
15
16
|
export interface ListAnalyzedResourcesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListAnalyzersRequest,
|
|
10
10
|
ListAnalyzersResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListAnalyzersCommandInput extends ListAnalyzersRequest {}
|
|
14
15
|
export interface ListAnalyzersCommandOutput
|
|
15
16
|
extends ListAnalyzersResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListArchiveRulesRequest,
|
|
10
10
|
ListArchiveRulesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListArchiveRulesCommandInput extends ListArchiveRulesRequest {}
|
|
14
15
|
export interface ListArchiveRulesCommandOutput
|
|
15
16
|
extends ListArchiveRulesResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AccessAnalyzerClient";
|
|
8
8
|
import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListFindingsCommandInput extends ListFindingsRequest {}
|
|
11
12
|
export interface ListFindingsCommandOutput
|
|
12
13
|
extends ListFindingsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListFindingsV2Request,
|
|
10
10
|
ListFindingsV2Response,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListFindingsV2CommandInput extends ListFindingsV2Request {}
|
|
14
15
|
export interface ListFindingsV2CommandOutput
|
|
15
16
|
extends ListFindingsV2Response,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListPolicyGenerationsRequest,
|
|
10
10
|
ListPolicyGenerationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListPolicyGenerationsCommandInput
|
|
14
15
|
extends ListPolicyGenerationsRequest {}
|
|
15
16
|
export interface ListPolicyGenerationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartPolicyGenerationRequest,
|
|
10
10
|
StartPolicyGenerationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartPolicyGenerationCommandInput
|
|
14
15
|
extends StartPolicyGenerationRequest {}
|
|
15
16
|
export interface StartPolicyGenerationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AccessAnalyzerClient";
|
|
8
8
|
import { StartResourceScanRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StartResourceScanCommandInput
|
|
11
12
|
extends StartResourceScanRequest {}
|
|
12
13
|
export interface StartResourceScanCommandOutput extends __MetadataBearer {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AccessAnalyzerClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AccessAnalyzerClient";
|
|
8
8
|
import { UpdateArchiveRuleRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateArchiveRuleCommandInput
|
|
11
12
|
extends UpdateArchiveRuleRequest {}
|
|
12
13
|
export interface UpdateArchiveRuleCommandOutput extends __MetadataBearer {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AccessAnalyzerClient";
|
|
8
8
|
import { UpdateFindingsRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateFindingsCommandInput extends UpdateFindingsRequest {}
|
|
11
12
|
export interface UpdateFindingsCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const UpdateFindingsCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ValidatePolicyRequest,
|
|
10
10
|
ValidatePolicyResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ValidatePolicyCommandInput extends ValidatePolicyRequest {}
|
|
14
15
|
export interface ValidatePolicyCommandOutput
|
|
15
16
|
extends ValidatePolicyResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class AccessAnalyzerServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.592.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-accessanalyzer",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|