cdk-comprehend-s3olap 2.0.87 → 2.0.90
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/.jsii +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +23 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.examples.json +5 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +337 -335
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +1 -1
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4 -0
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +34 -19
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +10 -2
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +2 -1
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +39 -11
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +249 -213
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +742 -687
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +42 -10
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +3 -0
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +13 -13
- package/node_modules/aws-sdk/clients/dataexchange.js +1 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +48 -40
- package/node_modules/aws-sdk/clients/eks.d.ts +7 -7
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -1
- package/node_modules/aws-sdk/clients/fsx.d.ts +2 -2
- package/node_modules/aws-sdk/clients/identitystore.d.ts +34 -34
- package/node_modules/aws-sdk/clients/inspector2.d.ts +16 -2
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +12 -8
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +35 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +38 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +2 -2
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +73 -4
- package/node_modules/aws-sdk/clients/sns.d.ts +42 -0
- package/node_modules/aws-sdk/clients/ssm.d.ts +10 -6
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +755 -748
- package/node_modules/aws-sdk/dist/aws-sdk.js +52 -13
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +2 -0
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +5 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/bin/esbuild +1 -1
- package/node_modules/esbuild/install.js +5 -5
- package/node_modules/esbuild/lib/main.js +14 -13
- package/node_modules/esbuild/package.json +22 -22
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +11 -10
@@ -245,7 +245,7 @@ declare namespace EMRcontainers {
|
|
245
245
|
*/
|
246
246
|
executionRoleArn: IAMRoleArn;
|
247
247
|
/**
|
248
|
-
* The certificate ARN provided by users for the managed endpoint. This
|
248
|
+
* The certificate ARN provided by users for the managed endpoint. This field is under deprecation and will be removed in future releases.
|
249
249
|
*/
|
250
250
|
certificateArn?: ACMCertArn;
|
251
251
|
/**
|
@@ -486,6 +486,10 @@ declare namespace EMRcontainers {
|
|
486
486
|
* The job driver parameters specified for spark submit.
|
487
487
|
*/
|
488
488
|
sparkSubmitJobDriver?: SparkSubmitJobDriver;
|
489
|
+
/**
|
490
|
+
* The job driver for job type.
|
491
|
+
*/
|
492
|
+
sparkSqlJobDriver?: SparkSqlJobDriver;
|
489
493
|
}
|
490
494
|
export interface JobRun {
|
491
495
|
/**
|
@@ -718,6 +722,17 @@ declare namespace EMRcontainers {
|
|
718
722
|
logUri: UriString;
|
719
723
|
}
|
720
724
|
export type SensitivePropertiesMap = {[key: string]: String1024};
|
725
|
+
export interface SparkSqlJobDriver {
|
726
|
+
/**
|
727
|
+
* The SQL file to be executed.
|
728
|
+
*/
|
729
|
+
entryPoint?: EntryPointPath;
|
730
|
+
/**
|
731
|
+
* The Spark parameters to be included in the Spark SQL command.
|
732
|
+
*/
|
733
|
+
sparkSqlParameters?: SparkSqlParameters;
|
734
|
+
}
|
735
|
+
export type SparkSqlParameters = string;
|
721
736
|
export interface SparkSubmitJobDriver {
|
722
737
|
/**
|
723
738
|
* The entry point of job application.
|
@@ -853,7 +853,7 @@ declare namespace FSx {
|
|
853
853
|
*/
|
854
854
|
JunctionPath: JunctionPath;
|
855
855
|
/**
|
856
|
-
*
|
856
|
+
* Specifies the security style for the volume. If a volume's security style is not specified, it is automatically set to the root volume's security style. The security style determines the type of permissions that FSx for ONTAP uses to control data access. For more information, see Volume security style in the Amazon FSx for NetApp ONTAP User Guide. Specify one of the following values: UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account. NTFS if the file system is managed by a Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Windows user as the service account. MIXED if the file system is managed by both UNIX and Windows administrators and users consist of both NFS and SMB clients.
|
857
857
|
*/
|
858
858
|
SecurityStyle?: SecurityStyle;
|
859
859
|
/**
|
@@ -1694,7 +1694,7 @@ declare namespace FSx {
|
|
1694
1694
|
}
|
1695
1695
|
export interface FileSystemFailureDetails {
|
1696
1696
|
/**
|
1697
|
-
* A message describing any failures that occurred
|
1697
|
+
* A message describing any failures that occurred.
|
1698
1698
|
*/
|
1699
1699
|
Message?: ErrorMessage;
|
1700
1700
|
}
|
@@ -68,11 +68,11 @@ declare class IdentityStore extends Service {
|
|
68
68
|
*/
|
69
69
|
describeGroup(callback?: (err: AWSError, data: IdentityStore.Types.DescribeGroupResponse) => void): Request<IdentityStore.Types.DescribeGroupResponse, AWSError>;
|
70
70
|
/**
|
71
|
-
* Retrieves membership metadata and attributes from MembershipId in
|
71
|
+
* Retrieves membership metadata and attributes from MembershipId in an identity store.
|
72
72
|
*/
|
73
73
|
describeGroupMembership(params: IdentityStore.Types.DescribeGroupMembershipRequest, callback?: (err: AWSError, data: IdentityStore.Types.DescribeGroupMembershipResponse) => void): Request<IdentityStore.Types.DescribeGroupMembershipResponse, AWSError>;
|
74
74
|
/**
|
75
|
-
* Retrieves membership metadata and attributes from MembershipId in
|
75
|
+
* Retrieves membership metadata and attributes from MembershipId in an identity store.
|
76
76
|
*/
|
77
77
|
describeGroupMembership(callback?: (err: AWSError, data: IdentityStore.Types.DescribeGroupMembershipResponse) => void): Request<IdentityStore.Types.DescribeGroupMembershipResponse, AWSError>;
|
78
78
|
/**
|
@@ -92,11 +92,11 @@ declare class IdentityStore extends Service {
|
|
92
92
|
*/
|
93
93
|
getGroupId(callback?: (err: AWSError, data: IdentityStore.Types.GetGroupIdResponse) => void): Request<IdentityStore.Types.GetGroupIdResponse, AWSError>;
|
94
94
|
/**
|
95
|
-
* Retrieves the MembershipId in
|
95
|
+
* Retrieves the MembershipId in an identity store.
|
96
96
|
*/
|
97
97
|
getGroupMembershipId(params: IdentityStore.Types.GetGroupMembershipIdRequest, callback?: (err: AWSError, data: IdentityStore.Types.GetGroupMembershipIdResponse) => void): Request<IdentityStore.Types.GetGroupMembershipIdResponse, AWSError>;
|
98
98
|
/**
|
99
|
-
* Retrieves the MembershipId in
|
99
|
+
* Retrieves the MembershipId in an identity store.
|
100
100
|
*/
|
101
101
|
getGroupMembershipId(callback?: (err: AWSError, data: IdentityStore.Types.GetGroupMembershipIdResponse) => void): Request<IdentityStore.Types.GetGroupMembershipIdResponse, AWSError>;
|
102
102
|
/**
|
@@ -108,11 +108,11 @@ declare class IdentityStore extends Service {
|
|
108
108
|
*/
|
109
109
|
getUserId(callback?: (err: AWSError, data: IdentityStore.Types.GetUserIdResponse) => void): Request<IdentityStore.Types.GetUserIdResponse, AWSError>;
|
110
110
|
/**
|
111
|
-
*
|
111
|
+
* Checks the user's membership in all requested groups and returns if the member exists in all queried groups.
|
112
112
|
*/
|
113
113
|
isMemberInGroups(params: IdentityStore.Types.IsMemberInGroupsRequest, callback?: (err: AWSError, data: IdentityStore.Types.IsMemberInGroupsResponse) => void): Request<IdentityStore.Types.IsMemberInGroupsResponse, AWSError>;
|
114
114
|
/**
|
115
|
-
*
|
115
|
+
* Checks the user's membership in all requested groups and returns if the member exists in all queried groups.
|
116
116
|
*/
|
117
117
|
isMemberInGroups(callback?: (err: AWSError, data: IdentityStore.Types.IsMemberInGroupsResponse) => void): Request<IdentityStore.Types.IsMemberInGroupsResponse, AWSError>;
|
118
118
|
/**
|
@@ -132,19 +132,19 @@ declare class IdentityStore extends Service {
|
|
132
132
|
*/
|
133
133
|
listGroupMembershipsForMember(callback?: (err: AWSError, data: IdentityStore.Types.ListGroupMembershipsForMemberResponse) => void): Request<IdentityStore.Types.ListGroupMembershipsForMemberResponse, AWSError>;
|
134
134
|
/**
|
135
|
-
*
|
135
|
+
* Lists the attribute name and value of the group that you specified in the search. We only support DisplayName as a valid filter attribute path currently, and filter is required. This API returns minimum attributes, including GroupId and group DisplayName in the response.
|
136
136
|
*/
|
137
137
|
listGroups(params: IdentityStore.Types.ListGroupsRequest, callback?: (err: AWSError, data: IdentityStore.Types.ListGroupsResponse) => void): Request<IdentityStore.Types.ListGroupsResponse, AWSError>;
|
138
138
|
/**
|
139
|
-
*
|
139
|
+
* Lists the attribute name and value of the group that you specified in the search. We only support DisplayName as a valid filter attribute path currently, and filter is required. This API returns minimum attributes, including GroupId and group DisplayName in the response.
|
140
140
|
*/
|
141
141
|
listGroups(callback?: (err: AWSError, data: IdentityStore.Types.ListGroupsResponse) => void): Request<IdentityStore.Types.ListGroupsResponse, AWSError>;
|
142
142
|
/**
|
143
|
-
*
|
143
|
+
* Lists the attribute name and value of the user that you specified in the search. We only support UserName as a valid filter attribute path currently, and filter is required. This API returns minimum attributes, including UserId and UserName in the response.
|
144
144
|
*/
|
145
145
|
listUsers(params: IdentityStore.Types.ListUsersRequest, callback?: (err: AWSError, data: IdentityStore.Types.ListUsersResponse) => void): Request<IdentityStore.Types.ListUsersResponse, AWSError>;
|
146
146
|
/**
|
147
|
-
*
|
147
|
+
* Lists the attribute name and value of the user that you specified in the search. We only support UserName as a valid filter attribute path currently, and filter is required. This API returns minimum attributes, including UserId and UserName in the response.
|
148
148
|
*/
|
149
149
|
listUsers(callback?: (err: AWSError, data: IdentityStore.Types.ListUsersResponse) => void): Request<IdentityStore.Types.ListUsersResponse, AWSError>;
|
150
150
|
/**
|
@@ -195,7 +195,7 @@ declare namespace IdentityStore {
|
|
195
195
|
*/
|
196
196
|
Type?: SensitiveStringType;
|
197
197
|
/**
|
198
|
-
* A
|
198
|
+
* A Boolean value representing whether this is the primary address for the associated resource.
|
199
199
|
*/
|
200
200
|
Primary?: SensitiveBooleanType;
|
201
201
|
}
|
@@ -216,7 +216,7 @@ declare namespace IdentityStore {
|
|
216
216
|
*/
|
217
217
|
AttributePath: AttributePath;
|
218
218
|
/**
|
219
|
-
* The value of the attribute.
|
219
|
+
* The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the AWS CLI.
|
220
220
|
*/
|
221
221
|
AttributeValue?: AttributeValue;
|
222
222
|
}
|
@@ -240,7 +240,7 @@ declare namespace IdentityStore {
|
|
240
240
|
}
|
241
241
|
export interface CreateGroupMembershipResponse {
|
242
242
|
/**
|
243
|
-
* The identifier for a GroupMembership in
|
243
|
+
* The identifier for a newly created GroupMembership in an identity store.
|
244
244
|
*/
|
245
245
|
MembershipId: ResourceId;
|
246
246
|
/**
|
@@ -278,7 +278,7 @@ declare namespace IdentityStore {
|
|
278
278
|
*/
|
279
279
|
IdentityStoreId: IdentityStoreId;
|
280
280
|
/**
|
281
|
-
* A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation.
|
281
|
+
* A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
|
282
282
|
*/
|
283
283
|
UserName?: UserName;
|
284
284
|
/**
|
@@ -346,7 +346,7 @@ declare namespace IdentityStore {
|
|
346
346
|
*/
|
347
347
|
IdentityStoreId: IdentityStoreId;
|
348
348
|
/**
|
349
|
-
* The identifier for a GroupMembership in
|
349
|
+
* The identifier for a GroupMembership in an identity store.
|
350
350
|
*/
|
351
351
|
MembershipId: ResourceId;
|
352
352
|
}
|
@@ -382,7 +382,7 @@ declare namespace IdentityStore {
|
|
382
382
|
*/
|
383
383
|
IdentityStoreId: IdentityStoreId;
|
384
384
|
/**
|
385
|
-
* The identifier for a GroupMembership in
|
385
|
+
* The identifier for a GroupMembership in an identity store.
|
386
386
|
*/
|
387
387
|
MembershipId: ResourceId;
|
388
388
|
}
|
@@ -392,7 +392,7 @@ declare namespace IdentityStore {
|
|
392
392
|
*/
|
393
393
|
IdentityStoreId: IdentityStoreId;
|
394
394
|
/**
|
395
|
-
* The identifier for a GroupMembership in
|
395
|
+
* The identifier for a GroupMembership in an identity store.
|
396
396
|
*/
|
397
397
|
MembershipId: ResourceId;
|
398
398
|
/**
|
@@ -445,7 +445,7 @@ declare namespace IdentityStore {
|
|
445
445
|
}
|
446
446
|
export interface DescribeUserResponse {
|
447
447
|
/**
|
448
|
-
*
|
448
|
+
* A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
|
449
449
|
*/
|
450
450
|
UserName?: UserName;
|
451
451
|
/**
|
@@ -519,7 +519,7 @@ declare namespace IdentityStore {
|
|
519
519
|
*/
|
520
520
|
Type?: SensitiveStringType;
|
521
521
|
/**
|
522
|
-
* A
|
522
|
+
* A Boolean value representing whether this is the primary email address for the associated resource.
|
523
523
|
*/
|
524
524
|
Primary?: SensitiveBooleanType;
|
525
525
|
}
|
@@ -554,7 +554,7 @@ declare namespace IdentityStore {
|
|
554
554
|
*/
|
555
555
|
IdentityStoreId: IdentityStoreId;
|
556
556
|
/**
|
557
|
-
* A unique identifier for
|
557
|
+
* A unique identifier for an identity resource that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the group or a unique attribute. For example, a unique GroupDisplayName.
|
558
558
|
*/
|
559
559
|
AlternateIdentifier: AlternateIdentifier;
|
560
560
|
}
|
@@ -584,7 +584,7 @@ declare namespace IdentityStore {
|
|
584
584
|
}
|
585
585
|
export interface GetGroupMembershipIdResponse {
|
586
586
|
/**
|
587
|
-
* The identifier for a GroupMembership in
|
587
|
+
* The identifier for a GroupMembership in an identity store.
|
588
588
|
*/
|
589
589
|
MembershipId: ResourceId;
|
590
590
|
/**
|
@@ -598,7 +598,7 @@ declare namespace IdentityStore {
|
|
598
598
|
*/
|
599
599
|
IdentityStoreId: IdentityStoreId;
|
600
600
|
/**
|
601
|
-
*
|
601
|
+
* A unique identifier for an identity resource that is not the primary identifier.
|
602
602
|
*/
|
603
603
|
AlternateIdentifier: AlternateIdentifier;
|
604
604
|
}
|
@@ -642,7 +642,7 @@ declare namespace IdentityStore {
|
|
642
642
|
*/
|
643
643
|
IdentityStoreId: IdentityStoreId;
|
644
644
|
/**
|
645
|
-
* The identifier for a GroupMembership object in
|
645
|
+
* The identifier for a GroupMembership object in an identity store.
|
646
646
|
*/
|
647
647
|
MembershipId?: ResourceId;
|
648
648
|
/**
|
@@ -688,7 +688,7 @@ declare namespace IdentityStore {
|
|
688
688
|
}
|
689
689
|
export interface IsMemberInGroupsResponse {
|
690
690
|
/**
|
691
|
-
*
|
691
|
+
* A list containing the results of membership existence checks.
|
692
692
|
*/
|
693
693
|
Results: GroupMembershipExistenceResults;
|
694
694
|
}
|
@@ -706,7 +706,7 @@ declare namespace IdentityStore {
|
|
706
706
|
*/
|
707
707
|
MaxResults?: MaxResults;
|
708
708
|
/**
|
709
|
-
* The pagination token used for the ListUsers, ListGroups and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
|
709
|
+
* The pagination token used for the ListUsers, ListGroups, and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
|
710
710
|
*/
|
711
711
|
NextToken?: NextToken;
|
712
712
|
}
|
@@ -716,7 +716,7 @@ declare namespace IdentityStore {
|
|
716
716
|
*/
|
717
717
|
GroupMemberships: GroupMemberships;
|
718
718
|
/**
|
719
|
-
* The pagination token used for the ListUsers, ListGroups and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
|
719
|
+
* The pagination token used for the ListUsers, ListGroups, and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
|
720
720
|
*/
|
721
721
|
NextToken?: NextToken;
|
722
722
|
}
|
@@ -730,7 +730,7 @@ declare namespace IdentityStore {
|
|
730
730
|
*/
|
731
731
|
GroupId: ResourceId;
|
732
732
|
/**
|
733
|
-
* The maximum number of results to be returned per request. This parameter is used in
|
733
|
+
* The maximum number of results to be returned per request. This parameter is used in all List requests to specify how many results to return in one page.
|
734
734
|
*/
|
735
735
|
MaxResults?: MaxResults;
|
736
736
|
/**
|
@@ -744,7 +744,7 @@ declare namespace IdentityStore {
|
|
744
744
|
*/
|
745
745
|
GroupMemberships: GroupMemberships;
|
746
746
|
/**
|
747
|
-
* The pagination token used for the ListUsers, ListGroups and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
|
747
|
+
* The pagination token used for the ListUsers, ListGroups, and ListGroupMemberships API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.
|
748
748
|
*/
|
749
749
|
NextToken?: NextToken;
|
750
750
|
}
|
@@ -762,7 +762,7 @@ declare namespace IdentityStore {
|
|
762
762
|
*/
|
763
763
|
NextToken?: NextToken;
|
764
764
|
/**
|
765
|
-
* A list of Filter objects
|
765
|
+
* A list of Filter objects, which is used in the ListUsers and ListGroups requests.
|
766
766
|
*/
|
767
767
|
Filters?: Filters;
|
768
768
|
}
|
@@ -790,7 +790,7 @@ declare namespace IdentityStore {
|
|
790
790
|
*/
|
791
791
|
NextToken?: NextToken;
|
792
792
|
/**
|
793
|
-
* A list of Filter objects
|
793
|
+
* A list of Filter objects, which is used in the ListUsers and ListGroups requests.
|
794
794
|
*/
|
795
795
|
Filters?: Filters;
|
796
796
|
}
|
@@ -848,7 +848,7 @@ declare namespace IdentityStore {
|
|
848
848
|
*/
|
849
849
|
Type?: SensitiveStringType;
|
850
850
|
/**
|
851
|
-
* A
|
851
|
+
* A Boolean value representing whether this is the primary phone number for the associated resource.
|
852
852
|
*/
|
853
853
|
Primary?: SensitiveBooleanType;
|
854
854
|
}
|
@@ -862,7 +862,7 @@ declare namespace IdentityStore {
|
|
862
862
|
*/
|
863
863
|
AttributePath: AttributePath;
|
864
864
|
/**
|
865
|
-
* The value of the attribute.
|
865
|
+
* The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the AWS CLI.
|
866
866
|
*/
|
867
867
|
AttributeValue: AttributeValue;
|
868
868
|
}
|
@@ -900,7 +900,7 @@ declare namespace IdentityStore {
|
|
900
900
|
}
|
901
901
|
export interface User {
|
902
902
|
/**
|
903
|
-
*
|
903
|
+
* A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
|
904
904
|
*/
|
905
905
|
UserName?: UserName;
|
906
906
|
/**
|
@@ -944,7 +944,7 @@ declare namespace IdentityStore {
|
|
944
944
|
*/
|
945
945
|
UserType?: SensitiveStringType;
|
946
946
|
/**
|
947
|
-
* A string containing the user's title. Possible values depend on each customer's specific needs, so they are left unspecified
|
947
|
+
* A string containing the user's title. Possible values depend on each customer's specific needs, so they are left unspecified.
|
948
948
|
*/
|
949
949
|
Title?: SensitiveStringType;
|
950
950
|
/**
|
@@ -1282,6 +1282,10 @@ declare namespace Inspector2 {
|
|
1282
1282
|
* Details on the date and time a finding was first seen used to filter findings.
|
1283
1283
|
*/
|
1284
1284
|
firstObservedAt?: DateFilterList;
|
1285
|
+
/**
|
1286
|
+
* Details on whether a fix is available through a version update. This value can be YES, NO, or PARTIAL. A PARTIAL fix means that some, but not all, of the packages identified in the finding have fixes available through updated versions.
|
1287
|
+
*/
|
1288
|
+
fixAvailable?: StringFilterList;
|
1285
1289
|
/**
|
1286
1290
|
* The Amazon Inspector score to filter on.
|
1287
1291
|
*/
|
@@ -1364,6 +1368,10 @@ declare namespace Inspector2 {
|
|
1364
1368
|
* The date and time that the finding was first observed.
|
1365
1369
|
*/
|
1366
1370
|
firstObservedAt: DateTimeTimestamp;
|
1371
|
+
/**
|
1372
|
+
* Details on whether a fix is available through a version update. This value can be YES, NO, or PARTIAL. A PARTIAL fix means that some, but not all, of the packages identified in the finding have fixes available through updated versions.
|
1373
|
+
*/
|
1374
|
+
fixAvailable?: FixAvailable;
|
1367
1375
|
/**
|
1368
1376
|
* The Amazon Inspector score given to the finding.
|
1369
1377
|
*/
|
@@ -1448,6 +1456,7 @@ declare namespace Inspector2 {
|
|
1448
1456
|
severityCounts?: SeverityCounts;
|
1449
1457
|
}
|
1450
1458
|
export type FindingTypeSortBy = "CRITICAL"|"HIGH"|"ALL"|string;
|
1459
|
+
export type FixAvailable = "YES"|"NO"|"PARTIAL"|string;
|
1451
1460
|
export interface FreeTrialAccountInfo {
|
1452
1461
|
/**
|
1453
1462
|
* The account associated with the Amazon Inspector free trial information.
|
@@ -2050,7 +2059,7 @@ declare namespace Inspector2 {
|
|
2050
2059
|
/**
|
2051
2060
|
* The packages impacted by this vulnerability.
|
2052
2061
|
*/
|
2053
|
-
vulnerablePackages
|
2062
|
+
vulnerablePackages?: VulnerablePackageList;
|
2054
2063
|
}
|
2055
2064
|
export interface Permission {
|
2056
2065
|
/**
|
@@ -2224,7 +2233,7 @@ declare namespace Inspector2 {
|
|
2224
2233
|
statusCode: ScanStatusCode;
|
2225
2234
|
}
|
2226
2235
|
export type ScanStatusCode = "ACTIVE"|"INACTIVE"|string;
|
2227
|
-
export type ScanStatusReason = "PENDING_INITIAL_SCAN"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"UNMANAGED_EC2_INSTANCE"|"UNSUPPORTED_OS"|"SCAN_ELIGIBILITY_EXPIRED"|"RESOURCE_TERMINATED"|"SUCCESSFUL"|"NO_RESOURCES_FOUND"|"IMAGE_SIZE_EXCEEDED"|"SCAN_FREQUENCY_MANUAL"|"SCAN_FREQUENCY_SCAN_ON_PUSH"|"EC2_INSTANCE_STOPPED"|"PENDING_DISABLE"|string;
|
2236
|
+
export type ScanStatusReason = "PENDING_INITIAL_SCAN"|"ACCESS_DENIED"|"INTERNAL_ERROR"|"UNMANAGED_EC2_INSTANCE"|"UNSUPPORTED_OS"|"SCAN_ELIGIBILITY_EXPIRED"|"RESOURCE_TERMINATED"|"SUCCESSFUL"|"NO_RESOURCES_FOUND"|"IMAGE_SIZE_EXCEEDED"|"SCAN_FREQUENCY_MANUAL"|"SCAN_FREQUENCY_SCAN_ON_PUSH"|"EC2_INSTANCE_STOPPED"|"PENDING_DISABLE"|"NO_INVENTORY"|"STALE_INVENTORY"|string;
|
2228
2237
|
export type ScanType = "NETWORK"|"PACKAGE"|string;
|
2229
2238
|
export type Service = "EC2"|"ECR"|string;
|
2230
2239
|
export type Severity = "INFORMATIONAL"|"LOW"|"MEDIUM"|"HIGH"|"CRITICAL"|"UNTRIAGED"|string;
|
@@ -2487,6 +2496,10 @@ declare namespace Inspector2 {
|
|
2487
2496
|
* The release of the vulnerable package.
|
2488
2497
|
*/
|
2489
2498
|
release?: PackageRelease;
|
2499
|
+
/**
|
2500
|
+
* The code to run in your environment to update packages with a fix available.
|
2501
|
+
*/
|
2502
|
+
remediation?: VulnerablePackageRemediation;
|
2490
2503
|
/**
|
2491
2504
|
* The source layer hash of the vulnerable package.
|
2492
2505
|
*/
|
@@ -2497,6 +2510,7 @@ declare namespace Inspector2 {
|
|
2497
2510
|
version: PackageVersion;
|
2498
2511
|
}
|
2499
2512
|
export type VulnerablePackageList = VulnerablePackage[];
|
2513
|
+
export type VulnerablePackageRemediation = string;
|
2500
2514
|
/**
|
2501
2515
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
2502
2516
|
*/
|
@@ -101,11 +101,11 @@ declare class IoTSiteWise extends Service {
|
|
101
101
|
*/
|
102
102
|
createAssetModel(callback?: (err: AWSError, data: IoTSiteWise.Types.CreateAssetModelResponse) => void): Request<IoTSiteWise.Types.CreateAssetModelResponse, AWSError>;
|
103
103
|
/**
|
104
|
-
*
|
104
|
+
* Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information, see Create a bulk import job (CLI) in the Amazon Simple Storage Service User Guide. You must enable IoT SiteWise to export data to Amazon S3 before you create a bulk import job. For more information about how to configure storage settings, see PutStorageConfiguration.
|
105
105
|
*/
|
106
106
|
createBulkImportJob(params: IoTSiteWise.Types.CreateBulkImportJobRequest, callback?: (err: AWSError, data: IoTSiteWise.Types.CreateBulkImportJobResponse) => void): Request<IoTSiteWise.Types.CreateBulkImportJobResponse, AWSError>;
|
107
107
|
/**
|
108
|
-
*
|
108
|
+
* Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information, see Create a bulk import job (CLI) in the Amazon Simple Storage Service User Guide. You must enable IoT SiteWise to export data to Amazon S3 before you create a bulk import job. For more information about how to configure storage settings, see PutStorageConfiguration.
|
109
109
|
*/
|
110
110
|
createBulkImportJob(callback?: (err: AWSError, data: IoTSiteWise.Types.CreateBulkImportJobResponse) => void): Request<IoTSiteWise.Types.CreateBulkImportJobResponse, AWSError>;
|
111
111
|
/**
|
@@ -237,11 +237,11 @@ declare class IoTSiteWise extends Service {
|
|
237
237
|
*/
|
238
238
|
describeAssetProperty(callback?: (err: AWSError, data: IoTSiteWise.Types.DescribeAssetPropertyResponse) => void): Request<IoTSiteWise.Types.DescribeAssetPropertyResponse, AWSError>;
|
239
239
|
/**
|
240
|
-
*
|
240
|
+
* Retrieves information about a bulk import job request. For more information, see Describe a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.
|
241
241
|
*/
|
242
242
|
describeBulkImportJob(params: IoTSiteWise.Types.DescribeBulkImportJobRequest, callback?: (err: AWSError, data: IoTSiteWise.Types.DescribeBulkImportJobResponse) => void): Request<IoTSiteWise.Types.DescribeBulkImportJobResponse, AWSError>;
|
243
243
|
/**
|
244
|
-
*
|
244
|
+
* Retrieves information about a bulk import job request. For more information, see Describe a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.
|
245
245
|
*/
|
246
246
|
describeBulkImportJob(callback?: (err: AWSError, data: IoTSiteWise.Types.DescribeBulkImportJobResponse) => void): Request<IoTSiteWise.Types.DescribeBulkImportJobResponse, AWSError>;
|
247
247
|
/**
|
@@ -405,11 +405,11 @@ declare class IoTSiteWise extends Service {
|
|
405
405
|
*/
|
406
406
|
listAssociatedAssets(callback?: (err: AWSError, data: IoTSiteWise.Types.ListAssociatedAssetsResponse) => void): Request<IoTSiteWise.Types.ListAssociatedAssetsResponse, AWSError>;
|
407
407
|
/**
|
408
|
-
*
|
408
|
+
* Retrieves a paginated list of bulk import job requests. For more information, see List bulk import jobs (CLI) in the IoT SiteWise User Guide.
|
409
409
|
*/
|
410
410
|
listBulkImportJobs(params: IoTSiteWise.Types.ListBulkImportJobsRequest, callback?: (err: AWSError, data: IoTSiteWise.Types.ListBulkImportJobsResponse) => void): Request<IoTSiteWise.Types.ListBulkImportJobsResponse, AWSError>;
|
411
411
|
/**
|
412
|
-
*
|
412
|
+
* Retrieves a paginated list of bulk import job requests. For more information, see List bulk import jobs (CLI) in the IoT SiteWise User Guide.
|
413
413
|
*/
|
414
414
|
listBulkImportJobs(callback?: (err: AWSError, data: IoTSiteWise.Types.ListBulkImportJobsResponse) => void): Request<IoTSiteWise.Types.ListBulkImportJobsResponse, AWSError>;
|
415
415
|
/**
|
@@ -1663,7 +1663,7 @@ declare namespace IoTSiteWise {
|
|
1663
1663
|
}
|
1664
1664
|
export interface CreateAssetRequest {
|
1665
1665
|
/**
|
1666
|
-
* A
|
1666
|
+
* A friendly name for the asset.
|
1667
1667
|
*/
|
1668
1668
|
assetName: Name;
|
1669
1669
|
/**
|
@@ -3880,6 +3880,10 @@ declare namespace IoTSiteWise {
|
|
3880
3880
|
* A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
|
3881
3881
|
*/
|
3882
3882
|
clientToken?: ClientToken;
|
3883
|
+
/**
|
3884
|
+
* The unit of measure (such as Newtons or RPM) of the asset property. If you don't specify a value for this parameter, the service uses the value of the assetModelProperty in the asset model.
|
3885
|
+
*/
|
3886
|
+
propertyUnit?: PropertyUnit;
|
3883
3887
|
}
|
3884
3888
|
export interface UpdateAssetRequest {
|
3885
3889
|
/**
|
@@ -3887,7 +3891,7 @@ declare namespace IoTSiteWise {
|
|
3887
3891
|
*/
|
3888
3892
|
assetId: ID;
|
3889
3893
|
/**
|
3890
|
-
* A
|
3894
|
+
* A friendly name for the asset.
|
3891
3895
|
*/
|
3892
3896
|
assetName: Name;
|
3893
3897
|
/**
|
@@ -752,6 +752,10 @@ declare namespace LookoutMetrics {
|
|
752
752
|
* A list of tags to apply to the dataset.
|
753
753
|
*/
|
754
754
|
Tags?: TagMap;
|
755
|
+
/**
|
756
|
+
* A list of filters that specify which data is kept for anomaly detection.
|
757
|
+
*/
|
758
|
+
DimensionFilterList?: MetricSetDimensionFilterList;
|
755
759
|
}
|
756
760
|
export interface CreateMetricSetResponse {
|
757
761
|
/**
|
@@ -982,6 +986,10 @@ declare namespace LookoutMetrics {
|
|
982
986
|
* Contains information about the dataset's source data.
|
983
987
|
*/
|
984
988
|
MetricSource?: MetricSource;
|
989
|
+
/**
|
990
|
+
* The dimensions and their values that were used to filter the dataset.
|
991
|
+
*/
|
992
|
+
DimensionFilterList?: MetricSetDimensionFilterList;
|
985
993
|
}
|
986
994
|
export interface DetectMetricSetConfigRequest {
|
987
995
|
/**
|
@@ -1159,6 +1167,18 @@ declare namespace LookoutMetrics {
|
|
1159
1167
|
*/
|
1160
1168
|
JsonFormatDescriptor?: JsonFormatDescriptor;
|
1161
1169
|
}
|
1170
|
+
export interface Filter {
|
1171
|
+
/**
|
1172
|
+
* The value that you want to include in the filter.
|
1173
|
+
*/
|
1174
|
+
DimensionValue?: DimensionValue;
|
1175
|
+
/**
|
1176
|
+
* The condition to apply.
|
1177
|
+
*/
|
1178
|
+
FilterOperation?: FilterOperation;
|
1179
|
+
}
|
1180
|
+
export type FilterList = Filter[];
|
1181
|
+
export type FilterOperation = "EQUALS"|string;
|
1162
1182
|
export type FlowName = string;
|
1163
1183
|
export type Frequency = "P1D"|"PT1H"|"PT10M"|"PT5M"|string;
|
1164
1184
|
export interface GetAnomalyGroupRequest {
|
@@ -1530,6 +1550,17 @@ declare namespace LookoutMetrics {
|
|
1530
1550
|
}
|
1531
1551
|
export type MetricSetDataQualityMetricList = MetricSetDataQualityMetric[];
|
1532
1552
|
export type MetricSetDescription = string;
|
1553
|
+
export interface MetricSetDimensionFilter {
|
1554
|
+
/**
|
1555
|
+
* The dimension that you want to filter on.
|
1556
|
+
*/
|
1557
|
+
Name?: ColumnName;
|
1558
|
+
/**
|
1559
|
+
* The list of filters that you are applying.
|
1560
|
+
*/
|
1561
|
+
FilterList?: FilterList;
|
1562
|
+
}
|
1563
|
+
export type MetricSetDimensionFilterList = MetricSetDimensionFilter[];
|
1533
1564
|
export type MetricSetName = string;
|
1534
1565
|
export interface MetricSetSummary {
|
1535
1566
|
/**
|
@@ -1893,6 +1924,10 @@ declare namespace LookoutMetrics {
|
|
1893
1924
|
*/
|
1894
1925
|
MetricSetFrequency?: Frequency;
|
1895
1926
|
MetricSource?: MetricSource;
|
1927
|
+
/**
|
1928
|
+
* Describes a list of filters for choosing specific dimensions and specific values. Each filter consists of the dimension and one of its values that you want to include. When multiple dimensions or values are specified, the dimensions are joined with an AND operation and the values are joined with an OR operation.
|
1929
|
+
*/
|
1930
|
+
DimensionFilterList?: MetricSetDimensionFilterList;
|
1896
1931
|
}
|
1897
1932
|
export interface UpdateMetricSetResponse {
|
1898
1933
|
/**
|
@@ -731,6 +731,7 @@ Leave set to "normal" when input does not contain pre-mixed audio + AD.
|
|
731
731
|
export interface AudioCodecSettings {
|
732
732
|
AacSettings?: AacSettings;
|
733
733
|
Ac3Settings?: Ac3Settings;
|
734
|
+
Eac3AtmosSettings?: Eac3AtmosSettings;
|
734
735
|
Eac3Settings?: Eac3Settings;
|
735
736
|
Mp2Settings?: Mp2Settings;
|
736
737
|
PassThroughSettings?: PassThroughSettings;
|
@@ -2447,6 +2448,8 @@ during input switch actions. Presently, this functionality only works with MP4_F
|
|
2447
2448
|
}
|
2448
2449
|
export type DeviceSettingsSyncState = "SYNCED"|"SYNCING"|string;
|
2449
2450
|
export type DeviceUpdateStatus = "UP_TO_DATE"|"NOT_UP_TO_DATE"|"UPDATING"|string;
|
2451
|
+
export interface DolbyVision81Settings {
|
2452
|
+
}
|
2450
2453
|
export interface DvbNitSettings {
|
2451
2454
|
/**
|
2452
2455
|
* The numeric value placed in the Network Information Table (NIT).
|
@@ -2574,6 +2577,40 @@ provide the language to consider when translating the image-based source to text
|
|
2574
2577
|
*/
|
2575
2578
|
RepInterval?: __integerMin1000Max30000;
|
2576
2579
|
}
|
2580
|
+
export type Eac3AtmosCodingMode = "CODING_MODE_5_1_4"|"CODING_MODE_7_1_4"|"CODING_MODE_9_1_6"|string;
|
2581
|
+
export type Eac3AtmosDrcLine = "FILM_LIGHT"|"FILM_STANDARD"|"MUSIC_LIGHT"|"MUSIC_STANDARD"|"NONE"|"SPEECH"|string;
|
2582
|
+
export type Eac3AtmosDrcRf = "FILM_LIGHT"|"FILM_STANDARD"|"MUSIC_LIGHT"|"MUSIC_STANDARD"|"NONE"|"SPEECH"|string;
|
2583
|
+
export interface Eac3AtmosSettings {
|
2584
|
+
/**
|
2585
|
+
* Average bitrate in bits/second. Valid bitrates depend on the coding mode.
|
2586
|
+
// * @affectsRightSizing true
|
2587
|
+
*/
|
2588
|
+
Bitrate?: __double;
|
2589
|
+
/**
|
2590
|
+
* Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.
|
2591
|
+
*/
|
2592
|
+
CodingMode?: Eac3AtmosCodingMode;
|
2593
|
+
/**
|
2594
|
+
* Sets the dialnorm for the output. Default 23.
|
2595
|
+
*/
|
2596
|
+
Dialnorm?: __integerMin1Max31;
|
2597
|
+
/**
|
2598
|
+
* Sets the Dolby dynamic range compression profile.
|
2599
|
+
*/
|
2600
|
+
DrcLine?: Eac3AtmosDrcLine;
|
2601
|
+
/**
|
2602
|
+
* Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.
|
2603
|
+
*/
|
2604
|
+
DrcRf?: Eac3AtmosDrcRf;
|
2605
|
+
/**
|
2606
|
+
* Height dimensional trim. Sets the maximum amount to attenuate the height channels when the downstream player isn??t configured to handle Dolby Digital Plus with Dolby Atmos and must remix the channels.
|
2607
|
+
*/
|
2608
|
+
HeightTrim?: __double;
|
2609
|
+
/**
|
2610
|
+
* Surround dimensional trim. Sets the maximum amount to attenuate the surround channels when the downstream player isn't configured to handle Dolby Digital Plus with Dolby Atmos and must remix the channels.
|
2611
|
+
*/
|
2612
|
+
SurroundTrim?: __double;
|
2613
|
+
}
|
2577
2614
|
export type Eac3AttenuationControl = "ATTENUATE_3_DB"|"NONE"|string;
|
2578
2615
|
export type Eac3BitstreamMode = "COMMENTARY"|"COMPLETE_MAIN"|"EMERGENCY"|"HEARING_IMPAIRED"|"VISUALLY_IMPAIRED"|string;
|
2579
2616
|
export type Eac3CodingMode = "CODING_MODE_1_0"|"CODING_MODE_2_0"|"CODING_MODE_3_2"|string;
|
@@ -3145,6 +3182,7 @@ This field is optional; when no value is specified the encoder will choose the n
|
|
3145
3182
|
export type H265ColorMetadata = "IGNORE"|"INSERT"|string;
|
3146
3183
|
export interface H265ColorSpaceSettings {
|
3147
3184
|
ColorSpacePassthroughSettings?: ColorSpacePassthroughSettings;
|
3185
|
+
DolbyVision81Settings?: DolbyVision81Settings;
|
3148
3186
|
Hdr10Settings?: Hdr10Settings;
|
3149
3187
|
Rec601Settings?: Rec601Settings;
|
3150
3188
|
Rec709Settings?: Rec709Settings;
|
@@ -850,7 +850,7 @@ declare namespace Route53 {
|
|
850
850
|
Dimensions?: DimensionList;
|
851
851
|
}
|
852
852
|
export type CloudWatchLogsLogGroupArn = string;
|
853
|
-
export type CloudWatchRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"ap-south-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|string;
|
853
|
+
export type CloudWatchRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|string;
|
854
854
|
export type CollectionName = string;
|
855
855
|
export type CollectionSummaries = CollectionSummary[];
|
856
856
|
export interface CollectionSummary {
|
@@ -2991,7 +2991,7 @@ declare namespace Route53 {
|
|
2991
2991
|
VPCId?: VPCId;
|
2992
2992
|
}
|
2993
2993
|
export type VPCId = string;
|
2994
|
-
export type VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|string;
|
2994
|
+
export type VPCRegion = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"eu-central-1"|"ap-east-1"|"me-south-1"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"me-central-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-south-1"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"ca-central-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|string;
|
2995
2995
|
export type VPCs = VPC[];
|
2996
2996
|
/**
|
2997
2997
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|