@aws-sdk/client-accessanalyzer 3.294.0 → 3.295.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/commands/ApplyArchiveRuleCommand.js +4 -4
- package/dist-cjs/commands/CancelPolicyGenerationCommand.js +4 -4
- package/dist-cjs/commands/CreateAccessPreviewCommand.js +4 -4
- package/dist-cjs/commands/CreateAnalyzerCommand.js +4 -4
- package/dist-cjs/commands/CreateArchiveRuleCommand.js +4 -4
- package/dist-cjs/commands/DeleteAnalyzerCommand.js +4 -4
- package/dist-cjs/commands/DeleteArchiveRuleCommand.js +4 -4
- package/dist-cjs/commands/GetAccessPreviewCommand.js +4 -4
- package/dist-cjs/commands/GetAnalyzedResourceCommand.js +4 -4
- package/dist-cjs/commands/GetAnalyzerCommand.js +4 -4
- package/dist-cjs/commands/GetArchiveRuleCommand.js +4 -4
- package/dist-cjs/commands/GetFindingCommand.js +4 -4
- package/dist-cjs/commands/GetGeneratedPolicyCommand.js +4 -4
- package/dist-cjs/commands/ListAccessPreviewFindingsCommand.js +4 -4
- package/dist-cjs/commands/ListAccessPreviewsCommand.js +4 -4
- package/dist-cjs/commands/ListAnalyzedResourcesCommand.js +4 -4
- package/dist-cjs/commands/ListAnalyzersCommand.js +4 -4
- package/dist-cjs/commands/ListArchiveRulesCommand.js +4 -4
- package/dist-cjs/commands/ListFindingsCommand.js +4 -4
- package/dist-cjs/commands/ListPolicyGenerationsCommand.js +4 -4
- package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
- package/dist-cjs/commands/StartPolicyGenerationCommand.js +4 -4
- package/dist-cjs/commands/StartResourceScanCommand.js +4 -4
- package/dist-cjs/commands/TagResourceCommand.js +4 -4
- package/dist-cjs/commands/UntagResourceCommand.js +4 -4
- package/dist-cjs/commands/UpdateArchiveRuleCommand.js +4 -4
- package/dist-cjs/commands/UpdateFindingsCommand.js +4 -4
- package/dist-cjs/commands/ValidatePolicyCommand.js +4 -4
- package/dist-es/commands/ApplyArchiveRuleCommand.js +4 -4
- package/dist-es/commands/CancelPolicyGenerationCommand.js +4 -4
- package/dist-es/commands/CreateAccessPreviewCommand.js +4 -4
- package/dist-es/commands/CreateAnalyzerCommand.js +4 -4
- package/dist-es/commands/CreateArchiveRuleCommand.js +4 -4
- package/dist-es/commands/DeleteAnalyzerCommand.js +4 -4
- package/dist-es/commands/DeleteArchiveRuleCommand.js +4 -4
- package/dist-es/commands/GetAccessPreviewCommand.js +4 -4
- package/dist-es/commands/GetAnalyzedResourceCommand.js +4 -4
- package/dist-es/commands/GetAnalyzerCommand.js +4 -4
- package/dist-es/commands/GetArchiveRuleCommand.js +4 -4
- package/dist-es/commands/GetFindingCommand.js +4 -4
- package/dist-es/commands/GetGeneratedPolicyCommand.js +4 -4
- package/dist-es/commands/ListAccessPreviewFindingsCommand.js +4 -4
- package/dist-es/commands/ListAccessPreviewsCommand.js +4 -4
- package/dist-es/commands/ListAnalyzedResourcesCommand.js +4 -4
- package/dist-es/commands/ListAnalyzersCommand.js +4 -4
- package/dist-es/commands/ListArchiveRulesCommand.js +4 -4
- package/dist-es/commands/ListFindingsCommand.js +4 -4
- package/dist-es/commands/ListPolicyGenerationsCommand.js +4 -4
- package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
- package/dist-es/commands/StartPolicyGenerationCommand.js +4 -4
- package/dist-es/commands/StartResourceScanCommand.js +4 -4
- package/dist-es/commands/TagResourceCommand.js +4 -4
- package/dist-es/commands/UntagResourceCommand.js +4 -4
- package/dist-es/commands/UpdateArchiveRuleCommand.js +4 -4
- package/dist-es/commands/UpdateFindingsCommand.js +4 -4
- package/dist-es/commands/ValidatePolicyCommand.js +4 -4
- package/dist-types/AccessAnalyzerClient.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +14 -14
- package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +4 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
- package/dist-types/ts3.4/models/models_0.d.ts +14 -18
- package/package.json +36 -36
|
@@ -36,8 +36,8 @@ import { UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput } from ".
|
|
|
36
36
|
import { UpdateFindingsCommandInput, UpdateFindingsCommandOutput } from "./commands/UpdateFindingsCommand";
|
|
37
37
|
import { ValidatePolicyCommandInput, ValidatePolicyCommandOutput } from "./commands/ValidatePolicyCommand";
|
|
38
38
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
39
|
-
export
|
|
40
|
-
export
|
|
39
|
+
export type ServiceInputTypes = ApplyArchiveRuleCommandInput | CancelPolicyGenerationCommandInput | CreateAccessPreviewCommandInput | CreateAnalyzerCommandInput | CreateArchiveRuleCommandInput | DeleteAnalyzerCommandInput | DeleteArchiveRuleCommandInput | GetAccessPreviewCommandInput | GetAnalyzedResourceCommandInput | GetAnalyzerCommandInput | GetArchiveRuleCommandInput | GetFindingCommandInput | GetGeneratedPolicyCommandInput | ListAccessPreviewFindingsCommandInput | ListAccessPreviewsCommandInput | ListAnalyzedResourcesCommandInput | ListAnalyzersCommandInput | ListArchiveRulesCommandInput | ListFindingsCommandInput | ListPolicyGenerationsCommandInput | ListTagsForResourceCommandInput | StartPolicyGenerationCommandInput | StartResourceScanCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateArchiveRuleCommandInput | UpdateFindingsCommandInput | ValidatePolicyCommandInput;
|
|
40
|
+
export type ServiceOutputTypes = ApplyArchiveRuleCommandOutput | CancelPolicyGenerationCommandOutput | CreateAccessPreviewCommandOutput | CreateAnalyzerCommandOutput | CreateArchiveRuleCommandOutput | DeleteAnalyzerCommandOutput | DeleteArchiveRuleCommandOutput | GetAccessPreviewCommandOutput | GetAnalyzedResourceCommandOutput | GetAnalyzerCommandOutput | GetArchiveRuleCommandOutput | GetFindingCommandOutput | GetGeneratedPolicyCommandOutput | ListAccessPreviewFindingsCommandOutput | ListAccessPreviewsCommandOutput | ListAnalyzedResourcesCommandOutput | ListAnalyzersCommandOutput | ListArchiveRulesCommandOutput | ListFindingsCommandOutput | ListPolicyGenerationsCommandOutput | ListTagsForResourceCommandOutput | StartPolicyGenerationCommandOutput | StartResourceScanCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateArchiveRuleCommandOutput | UpdateFindingsCommandOutput | ValidatePolicyCommandOutput;
|
|
41
41
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
42
42
|
/**
|
|
43
43
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -138,13 +138,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
138
138
|
*/
|
|
139
139
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
140
140
|
}
|
|
141
|
-
|
|
141
|
+
type AccessAnalyzerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
142
142
|
/**
|
|
143
143
|
* The configuration interface of AccessAnalyzerClient class constructor that set the region, credentials and other options.
|
|
144
144
|
*/
|
|
145
145
|
export interface AccessAnalyzerClientConfig extends AccessAnalyzerClientConfigType {
|
|
146
146
|
}
|
|
147
|
-
|
|
147
|
+
type AccessAnalyzerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
148
148
|
/**
|
|
149
149
|
* The resolved configuration interface of AccessAnalyzerClient class. This is resolved and normalized from the {@link AccessAnalyzerClientConfig | constructor configuration interface}.
|
|
150
150
|
*/
|
|
@@ -5,7 +5,7 @@ export interface ClientInputEndpointParameters {
|
|
|
5
5
|
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
6
|
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
7
7
|
}
|
|
8
|
-
export
|
|
8
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
9
|
defaultSigningName: string;
|
|
10
10
|
};
|
|
11
11
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
@@ -310,7 +310,7 @@ export interface InlineArchiveRule {
|
|
|
310
310
|
*/
|
|
311
311
|
filter: Record<string, Criterion> | undefined;
|
|
312
312
|
}
|
|
313
|
-
export
|
|
313
|
+
export type Type = "ACCOUNT" | "ORGANIZATION";
|
|
314
314
|
/**
|
|
315
315
|
* <p>Creates an analyzer.</p>
|
|
316
316
|
*/
|
|
@@ -370,8 +370,8 @@ export interface GetAnalyzerRequest {
|
|
|
370
370
|
*/
|
|
371
371
|
analyzerName: string | undefined;
|
|
372
372
|
}
|
|
373
|
-
export
|
|
374
|
-
export
|
|
373
|
+
export type AnalyzerStatus = "ACTIVE" | "CREATING" | "DISABLED" | "FAILED";
|
|
374
|
+
export type ReasonCode = "AWS_SERVICE_ACCESS_DISABLED" | "DELEGATED_ADMINISTRATOR_DEREGISTERED" | "ORGANIZATION_DELETED" | "SERVICE_LINKED_ROLE_CREATION_FAILED";
|
|
375
375
|
/**
|
|
376
376
|
* <p>Provides more details about the current status of the analyzer. For example, if the
|
|
377
377
|
* creation for the analyzer fails, a <code>Failed</code> status is returned. For an analyzer
|
|
@@ -739,7 +739,7 @@ export interface KmsKeyConfiguration {
|
|
|
739
739
|
/**
|
|
740
740
|
* <p>The values for a manual Amazon RDS DB cluster snapshot attribute.</p>
|
|
741
741
|
*/
|
|
742
|
-
export
|
|
742
|
+
export type RdsDbClusterSnapshotAttributeValue = RdsDbClusterSnapshotAttributeValue.AccountIdsMember | RdsDbClusterSnapshotAttributeValue.$UnknownMember;
|
|
743
743
|
export declare namespace RdsDbClusterSnapshotAttributeValue {
|
|
744
744
|
/**
|
|
745
745
|
* <p>The Amazon Web Services account IDs that have access to the manual Amazon RDS DB cluster snapshot. If the
|
|
@@ -816,7 +816,7 @@ export interface RdsDbClusterSnapshotConfiguration {
|
|
|
816
816
|
* attributes are used to authorize other Amazon Web Services accounts to restore a manual DB
|
|
817
817
|
* snapshot.</p>
|
|
818
818
|
*/
|
|
819
|
-
export
|
|
819
|
+
export type RdsDbSnapshotAttributeValue = RdsDbSnapshotAttributeValue.AccountIdsMember | RdsDbSnapshotAttributeValue.$UnknownMember;
|
|
820
820
|
export declare namespace RdsDbSnapshotAttributeValue {
|
|
821
821
|
/**
|
|
822
822
|
* <p>The Amazon Web Services account IDs that have access to the manual Amazon RDS DB snapshot. If the value
|
|
@@ -913,7 +913,7 @@ export interface VpcConfiguration {
|
|
|
913
913
|
* configuration. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/creating-access-points.html">Creating access
|
|
914
914
|
* points</a>.</p>
|
|
915
915
|
*/
|
|
916
|
-
export
|
|
916
|
+
export type NetworkOriginConfiguration = NetworkOriginConfiguration.InternetConfigurationMember | NetworkOriginConfiguration.VpcConfigurationMember | NetworkOriginConfiguration.$UnknownMember;
|
|
917
917
|
export declare namespace NetworkOriginConfiguration {
|
|
918
918
|
/**
|
|
919
919
|
* <p>The proposed virtual private cloud (VPC) configuration for the Amazon S3 access point. VPC
|
|
@@ -1000,7 +1000,7 @@ export interface S3AccessPointConfiguration {
|
|
|
1000
1000
|
* <p>You specify each grantee as a type-value pair using one of these types. You can specify
|
|
1001
1001
|
* only one type of grantee. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketAcl.html">PutBucketAcl</a>.</p>
|
|
1002
1002
|
*/
|
|
1003
|
-
export
|
|
1003
|
+
export type AclGrantee = AclGrantee.IdMember | AclGrantee.UriMember | AclGrantee.$UnknownMember;
|
|
1004
1004
|
export declare namespace AclGrantee {
|
|
1005
1005
|
/**
|
|
1006
1006
|
* <p>The value specified is the canonical user ID of an Amazon Web Services account.</p>
|
|
@@ -1149,7 +1149,7 @@ export interface SqsQueueConfiguration {
|
|
|
1149
1149
|
* <p>Access control configuration structures for your resource. You specify the configuration
|
|
1150
1150
|
* as a type-value pair. You can specify only one type of access control configuration.</p>
|
|
1151
1151
|
*/
|
|
1152
|
-
export
|
|
1152
|
+
export type Configuration = Configuration.EbsSnapshotMember | Configuration.EcrRepositoryMember | Configuration.EfsFileSystemMember | Configuration.IamRoleMember | Configuration.KmsKeyMember | Configuration.RdsDbClusterSnapshotMember | Configuration.RdsDbSnapshotMember | Configuration.S3BucketMember | Configuration.SecretsManagerSecretMember | Configuration.SnsTopicMember | Configuration.SqsQueueMember | Configuration.$UnknownMember;
|
|
1153
1153
|
export declare namespace Configuration {
|
|
1154
1154
|
/**
|
|
1155
1155
|
* <p>The access control configuration is for an Amazon EBS volume snapshot.</p>
|
|
@@ -1493,8 +1493,8 @@ export interface GetAnalyzedResourceRequest {
|
|
|
1493
1493
|
*/
|
|
1494
1494
|
resourceArn: string | undefined;
|
|
1495
1495
|
}
|
|
1496
|
-
export
|
|
1497
|
-
export
|
|
1496
|
+
export type ResourceType = "AWS::EC2::Snapshot" | "AWS::ECR::Repository" | "AWS::EFS::FileSystem" | "AWS::IAM::Role" | "AWS::KMS::Key" | "AWS::Lambda::Function" | "AWS::Lambda::LayerVersion" | "AWS::RDS::DBClusterSnapshot" | "AWS::RDS::DBSnapshot" | "AWS::S3::Bucket" | "AWS::SNS::Topic" | "AWS::SQS::Queue" | "AWS::SecretsManager::Secret";
|
|
1497
|
+
export type FindingStatus = "ACTIVE" | "ARCHIVED" | "RESOLVED";
|
|
1498
1498
|
/**
|
|
1499
1499
|
* <p>Contains details about the analyzed resource.</p>
|
|
1500
1500
|
*/
|
|
@@ -1586,7 +1586,7 @@ export interface FindingSourceDetail {
|
|
|
1586
1586
|
*/
|
|
1587
1587
|
accessPointAccount?: string;
|
|
1588
1588
|
}
|
|
1589
|
-
export
|
|
1589
|
+
export type FindingSourceType = "BUCKET_ACL" | "POLICY" | "S3_ACCESS_POINT" | "S3_ACCESS_POINT_ACCOUNT";
|
|
1590
1590
|
/**
|
|
1591
1591
|
* <p>The source of the finding. This indicates how the access that generated the finding is
|
|
1592
1592
|
* granted. It is populated for Amazon S3 bucket findings.</p>
|
|
@@ -2105,7 +2105,7 @@ export interface ListAnalyzedResourcesResponse {
|
|
|
2105
2105
|
*/
|
|
2106
2106
|
nextToken?: string;
|
|
2107
2107
|
}
|
|
2108
|
-
export
|
|
2108
|
+
export type OrderBy = "ASC" | "DESC";
|
|
2109
2109
|
/**
|
|
2110
2110
|
* <p>The criteria used to sort.</p>
|
|
2111
2111
|
*/
|
|
@@ -2439,7 +2439,7 @@ export interface UntagResourceRequest {
|
|
|
2439
2439
|
*/
|
|
2440
2440
|
export interface UntagResourceResponse {
|
|
2441
2441
|
}
|
|
2442
|
-
export
|
|
2442
|
+
export type FindingStatusUpdate = "ACTIVE" | "ARCHIVED";
|
|
2443
2443
|
/**
|
|
2444
2444
|
* <p>Updates findings with the new values provided in the request.</p>
|
|
2445
2445
|
*/
|
|
@@ -2554,7 +2554,7 @@ export interface Substring {
|
|
|
2554
2554
|
/**
|
|
2555
2555
|
* <p>A single element in a path through the JSON representation of a policy.</p>
|
|
2556
2556
|
*/
|
|
2557
|
-
export
|
|
2557
|
+
export type PathElement = PathElement.IndexMember | PathElement.KeyMember | PathElement.SubstringMember | PathElement.ValueMember | PathElement.$UnknownMember;
|
|
2558
2558
|
export declare namespace PathElement {
|
|
2559
2559
|
/**
|
|
2560
2560
|
* <p>Refers to an index in a JSON array.</p>
|
|
@@ -161,7 +161,7 @@ import {
|
|
|
161
161
|
ClientResolvedEndpointParameters,
|
|
162
162
|
EndpointParameters,
|
|
163
163
|
} from "./endpoint/EndpointParameters";
|
|
164
|
-
export
|
|
164
|
+
export type ServiceInputTypes =
|
|
165
165
|
| ApplyArchiveRuleCommandInput
|
|
166
166
|
| CancelPolicyGenerationCommandInput
|
|
167
167
|
| CreateAccessPreviewCommandInput
|
|
@@ -190,7 +190,7 @@ export declare type ServiceInputTypes =
|
|
|
190
190
|
| UpdateArchiveRuleCommandInput
|
|
191
191
|
| UpdateFindingsCommandInput
|
|
192
192
|
| ValidatePolicyCommandInput;
|
|
193
|
-
export
|
|
193
|
+
export type ServiceOutputTypes =
|
|
194
194
|
| ApplyArchiveRuleCommandOutput
|
|
195
195
|
| CancelPolicyGenerationCommandOutput
|
|
196
196
|
| CreateAccessPreviewCommandOutput
|
|
@@ -243,7 +243,7 @@ export interface ClientDefaults
|
|
|
243
243
|
logger?: __Logger;
|
|
244
244
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
245
245
|
}
|
|
246
|
-
|
|
246
|
+
type AccessAnalyzerClientConfigType = Partial<
|
|
247
247
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
248
248
|
> &
|
|
249
249
|
ClientDefaults &
|
|
@@ -256,7 +256,7 @@ declare type AccessAnalyzerClientConfigType = Partial<
|
|
|
256
256
|
ClientInputEndpointParameters;
|
|
257
257
|
export interface AccessAnalyzerClientConfig
|
|
258
258
|
extends AccessAnalyzerClientConfigType {}
|
|
259
|
-
|
|
259
|
+
type AccessAnalyzerClientResolvedConfigType =
|
|
260
260
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
261
261
|
Required<ClientDefaults> &
|
|
262
262
|
RegionResolvedConfig &
|
|
@@ -16,10 +16,9 @@ export interface ClientInputEndpointParameters {
|
|
|
16
16
|
| EndpointV2
|
|
17
17
|
| Provider<EndpointV2>;
|
|
18
18
|
}
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
};
|
|
19
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
20
|
+
defaultSigningName: string;
|
|
21
|
+
};
|
|
23
22
|
export declare const resolveClientEndpointParameters: <T>(
|
|
24
23
|
options: T & ClientInputEndpointParameters
|
|
25
24
|
) => T &
|
|
@@ -120,7 +120,7 @@ export interface InlineArchiveRule {
|
|
|
120
120
|
ruleName: string | undefined;
|
|
121
121
|
filter: Record<string, Criterion> | undefined;
|
|
122
122
|
}
|
|
123
|
-
export
|
|
123
|
+
export type Type = "ACCOUNT" | "ORGANIZATION";
|
|
124
124
|
export interface CreateAnalyzerRequest {
|
|
125
125
|
analyzerName: string | undefined;
|
|
126
126
|
type: Type | string | undefined;
|
|
@@ -138,12 +138,8 @@ export interface DeleteAnalyzerRequest {
|
|
|
138
138
|
export interface GetAnalyzerRequest {
|
|
139
139
|
analyzerName: string | undefined;
|
|
140
140
|
}
|
|
141
|
-
export
|
|
142
|
-
|
|
143
|
-
| "CREATING"
|
|
144
|
-
| "DISABLED"
|
|
145
|
-
| "FAILED";
|
|
146
|
-
export declare type ReasonCode =
|
|
141
|
+
export type AnalyzerStatus = "ACTIVE" | "CREATING" | "DISABLED" | "FAILED";
|
|
142
|
+
export type ReasonCode =
|
|
147
143
|
| "AWS_SERVICE_ACCESS_DISABLED"
|
|
148
144
|
| "DELEGATED_ADMINISTRATOR_DEREGISTERED"
|
|
149
145
|
| "ORGANIZATION_DELETED"
|
|
@@ -228,7 +224,7 @@ export interface KmsKeyConfiguration {
|
|
|
228
224
|
keyPolicies?: Record<string, string>;
|
|
229
225
|
grants?: KmsGrantConfiguration[];
|
|
230
226
|
}
|
|
231
|
-
export
|
|
227
|
+
export type RdsDbClusterSnapshotAttributeValue =
|
|
232
228
|
| RdsDbClusterSnapshotAttributeValue.AccountIdsMember
|
|
233
229
|
| RdsDbClusterSnapshotAttributeValue.$UnknownMember;
|
|
234
230
|
export declare namespace RdsDbClusterSnapshotAttributeValue {
|
|
@@ -253,7 +249,7 @@ export interface RdsDbClusterSnapshotConfiguration {
|
|
|
253
249
|
attributes?: Record<string, RdsDbClusterSnapshotAttributeValue>;
|
|
254
250
|
kmsKeyId?: string;
|
|
255
251
|
}
|
|
256
|
-
export
|
|
252
|
+
export type RdsDbSnapshotAttributeValue =
|
|
257
253
|
| RdsDbSnapshotAttributeValue.AccountIdsMember
|
|
258
254
|
| RdsDbSnapshotAttributeValue.$UnknownMember;
|
|
259
255
|
export declare namespace RdsDbSnapshotAttributeValue {
|
|
@@ -282,7 +278,7 @@ export interface InternetConfiguration {}
|
|
|
282
278
|
export interface VpcConfiguration {
|
|
283
279
|
vpcId: string | undefined;
|
|
284
280
|
}
|
|
285
|
-
export
|
|
281
|
+
export type NetworkOriginConfiguration =
|
|
286
282
|
| NetworkOriginConfiguration.InternetConfigurationMember
|
|
287
283
|
| NetworkOriginConfiguration.VpcConfigurationMember
|
|
288
284
|
| NetworkOriginConfiguration.$UnknownMember;
|
|
@@ -318,7 +314,7 @@ export interface S3AccessPointConfiguration {
|
|
|
318
314
|
publicAccessBlock?: S3PublicAccessBlockConfiguration;
|
|
319
315
|
networkOrigin?: NetworkOriginConfiguration;
|
|
320
316
|
}
|
|
321
|
-
export
|
|
317
|
+
export type AclGrantee =
|
|
322
318
|
| AclGrantee.IdMember
|
|
323
319
|
| AclGrantee.UriMember
|
|
324
320
|
| AclGrantee.$UnknownMember;
|
|
@@ -372,7 +368,7 @@ export interface SnsTopicConfiguration {
|
|
|
372
368
|
export interface SqsQueueConfiguration {
|
|
373
369
|
queuePolicy?: string;
|
|
374
370
|
}
|
|
375
|
-
export
|
|
371
|
+
export type Configuration =
|
|
376
372
|
| Configuration.EbsSnapshotMember
|
|
377
373
|
| Configuration.EcrRepositoryMember
|
|
378
374
|
| Configuration.EfsFileSystemMember
|
|
@@ -609,7 +605,7 @@ export interface GetAnalyzedResourceRequest {
|
|
|
609
605
|
analyzerArn: string | undefined;
|
|
610
606
|
resourceArn: string | undefined;
|
|
611
607
|
}
|
|
612
|
-
export
|
|
608
|
+
export type ResourceType =
|
|
613
609
|
| "AWS::EC2::Snapshot"
|
|
614
610
|
| "AWS::ECR::Repository"
|
|
615
611
|
| "AWS::EFS::FileSystem"
|
|
@@ -623,7 +619,7 @@ export declare type ResourceType =
|
|
|
623
619
|
| "AWS::SNS::Topic"
|
|
624
620
|
| "AWS::SQS::Queue"
|
|
625
621
|
| "AWS::SecretsManager::Secret";
|
|
626
|
-
export
|
|
622
|
+
export type FindingStatus = "ACTIVE" | "ARCHIVED" | "RESOLVED";
|
|
627
623
|
export interface AnalyzedResource {
|
|
628
624
|
resourceArn: string | undefined;
|
|
629
625
|
resourceType: ResourceType | string | undefined;
|
|
@@ -648,7 +644,7 @@ export interface FindingSourceDetail {
|
|
|
648
644
|
accessPointArn?: string;
|
|
649
645
|
accessPointAccount?: string;
|
|
650
646
|
}
|
|
651
|
-
export
|
|
647
|
+
export type FindingSourceType =
|
|
652
648
|
| "BUCKET_ACL"
|
|
653
649
|
| "POLICY"
|
|
654
650
|
| "S3_ACCESS_POINT"
|
|
@@ -794,7 +790,7 @@ export interface ListAnalyzedResourcesResponse {
|
|
|
794
790
|
analyzedResources: AnalyzedResourceSummary[] | undefined;
|
|
795
791
|
nextToken?: string;
|
|
796
792
|
}
|
|
797
|
-
export
|
|
793
|
+
export type OrderBy = "ASC" | "DESC";
|
|
798
794
|
export interface SortCriteria {
|
|
799
795
|
attributeName?: string;
|
|
800
796
|
orderBy?: OrderBy | string;
|
|
@@ -885,7 +881,7 @@ export interface UntagResourceRequest {
|
|
|
885
881
|
tagKeys: string[] | undefined;
|
|
886
882
|
}
|
|
887
883
|
export interface UntagResourceResponse {}
|
|
888
|
-
export
|
|
884
|
+
export type FindingStatusUpdate = "ACTIVE" | "ARCHIVED";
|
|
889
885
|
export interface UpdateFindingsRequest {
|
|
890
886
|
analyzerArn: string | undefined;
|
|
891
887
|
status: FindingStatusUpdate | string | undefined;
|
|
@@ -935,7 +931,7 @@ export interface Substring {
|
|
|
935
931
|
start: number | undefined;
|
|
936
932
|
length: number | undefined;
|
|
937
933
|
}
|
|
938
|
-
export
|
|
934
|
+
export type PathElement =
|
|
939
935
|
| PathElement.IndexMember
|
|
940
936
|
| PathElement.KeyMember
|
|
941
937
|
| PathElement.SubstringMember
|
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.295.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,43 +20,43 @@
|
|
|
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-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
55
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.295.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.295.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.295.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.295.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.295.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.295.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.295.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.295.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.295.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.295.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.295.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.295.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.295.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.295.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.295.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.295.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.295.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.295.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.295.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.295.0",
|
|
43
|
+
"@aws-sdk/types": "3.295.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.295.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.295.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.295.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.295.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.295.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.295.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.295.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.295.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
|
+
"tslib": "^2.5.0",
|
|
56
56
|
"uuid": "^8.3.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.295.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"@types/uuid": "^8.3.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"downlevel-dts": "0.10.1",
|
|
65
65
|
"rimraf": "3.0.2",
|
|
66
66
|
"typedoc": "0.23.23",
|
|
67
|
-
"typescript": "~4.
|
|
67
|
+
"typescript": "~4.9.5"
|
|
68
68
|
},
|
|
69
69
|
"engines": {
|
|
70
70
|
"node": ">=14.0.0"
|