cdk-lambda-subminute 2.0.410 → 2.0.412
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-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +561 -33
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +4 -3
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +564 -25
- package/node_modules/aws-sdk/clients/firehose.d.ts +1 -1
- package/node_modules/aws-sdk/clients/kendra.d.ts +33 -33
- package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +5 -5
- package/node_modules/aws-sdk/clients/securityhub.d.ts +9 -5
- 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 +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
@@ -478,7 +478,7 @@ declare namespace Firehose {
|
|
478
478
|
*/
|
479
479
|
HttpEndpointDestinationConfiguration?: HttpEndpointDestinationConfiguration;
|
480
480
|
/**
|
481
|
-
* A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to Amazon Web Services resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide. You can specify up to 50 tags when creating a delivery stream.
|
481
|
+
* A set of tags to assign to the delivery stream. A tag is a key-value pair that you can define and assign to Amazon Web Services resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the delivery stream. For more information about tags, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide. You can specify up to 50 tags when creating a delivery stream. If you specify tags in the CreateDeliveryStream action, Amazon Data Firehose performs an additional authorization on the firehose:TagDeliveryStream action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose delivery streams with IAM resource tags will fail with an AccessDeniedException such as following. AccessDeniedException User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy. For an example IAM policy, see Tag example.
|
482
482
|
*/
|
483
483
|
Tags?: TagDeliveryStreamInputTagList;
|
484
484
|
/**
|
@@ -164,11 +164,11 @@ declare class Kendra extends Service {
|
|
164
164
|
*/
|
165
165
|
deleteFaq(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
166
166
|
/**
|
167
|
-
* Deletes an
|
167
|
+
* Deletes an Amazon Kendra index. An exception is not thrown if the index is already being deleted. While the index is being deleted, the Status field returned by a call to the DescribeIndex API is set to DELETING.
|
168
168
|
*/
|
169
169
|
deleteIndex(params: Kendra.Types.DeleteIndexRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
170
170
|
/**
|
171
|
-
* Deletes an
|
171
|
+
* Deletes an Amazon Kendra index. An exception is not thrown if the index is already being deleted. While the index is being deleted, the Status field returned by a call to the DescribeIndex API is set to DELETING.
|
172
172
|
*/
|
173
173
|
deleteIndex(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
174
174
|
/**
|
@@ -188,11 +188,11 @@ declare class Kendra extends Service {
|
|
188
188
|
*/
|
189
189
|
deleteQuerySuggestionsBlockList(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
190
190
|
/**
|
191
|
-
* Deletes an
|
191
|
+
* Deletes an Amazon Kendra thesaurus.
|
192
192
|
*/
|
193
193
|
deleteThesaurus(params: Kendra.Types.DeleteThesaurusRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
194
194
|
/**
|
195
|
-
* Deletes an
|
195
|
+
* Deletes an Amazon Kendra thesaurus.
|
196
196
|
*/
|
197
197
|
deleteThesaurus(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
198
198
|
/**
|
@@ -236,11 +236,11 @@ declare class Kendra extends Service {
|
|
236
236
|
*/
|
237
237
|
describeFeaturedResultsSet(callback?: (err: AWSError, data: Kendra.Types.DescribeFeaturedResultsSetResponse) => void): Request<Kendra.Types.DescribeFeaturedResultsSetResponse, AWSError>;
|
238
238
|
/**
|
239
|
-
* Gets information about an
|
239
|
+
* Gets information about an Amazon Kendra index.
|
240
240
|
*/
|
241
241
|
describeIndex(params: Kendra.Types.DescribeIndexRequest, callback?: (err: AWSError, data: Kendra.Types.DescribeIndexResponse) => void): Request<Kendra.Types.DescribeIndexResponse, AWSError>;
|
242
242
|
/**
|
243
|
-
* Gets information about an
|
243
|
+
* Gets information about an Amazon Kendra index.
|
244
244
|
*/
|
245
245
|
describeIndex(callback?: (err: AWSError, data: Kendra.Types.DescribeIndexResponse) => void): Request<Kendra.Types.DescribeIndexResponse, AWSError>;
|
246
246
|
/**
|
@@ -268,11 +268,11 @@ declare class Kendra extends Service {
|
|
268
268
|
*/
|
269
269
|
describeQuerySuggestionsConfig(callback?: (err: AWSError, data: Kendra.Types.DescribeQuerySuggestionsConfigResponse) => void): Request<Kendra.Types.DescribeQuerySuggestionsConfigResponse, AWSError>;
|
270
270
|
/**
|
271
|
-
* Gets information about an
|
271
|
+
* Gets information about an Amazon Kendra thesaurus.
|
272
272
|
*/
|
273
273
|
describeThesaurus(params: Kendra.Types.DescribeThesaurusRequest, callback?: (err: AWSError, data: Kendra.Types.DescribeThesaurusResponse) => void): Request<Kendra.Types.DescribeThesaurusResponse, AWSError>;
|
274
274
|
/**
|
275
|
-
* Gets information about an
|
275
|
+
* Gets information about an Amazon Kendra thesaurus.
|
276
276
|
*/
|
277
277
|
describeThesaurus(callback?: (err: AWSError, data: Kendra.Types.DescribeThesaurusResponse) => void): Request<Kendra.Types.DescribeThesaurusResponse, AWSError>;
|
278
278
|
/**
|
@@ -484,11 +484,11 @@ declare class Kendra extends Service {
|
|
484
484
|
*/
|
485
485
|
updateAccessControlConfiguration(callback?: (err: AWSError, data: Kendra.Types.UpdateAccessControlConfigurationResponse) => void): Request<Kendra.Types.UpdateAccessControlConfigurationResponse, AWSError>;
|
486
486
|
/**
|
487
|
-
* Updates an
|
487
|
+
* Updates an Amazon Kendra data source connector.
|
488
488
|
*/
|
489
489
|
updateDataSource(params: Kendra.Types.UpdateDataSourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
490
490
|
/**
|
491
|
-
* Updates an
|
491
|
+
* Updates an Amazon Kendra data source connector.
|
492
492
|
*/
|
493
493
|
updateDataSource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
494
494
|
/**
|
@@ -508,11 +508,11 @@ declare class Kendra extends Service {
|
|
508
508
|
*/
|
509
509
|
updateFeaturedResultsSet(callback?: (err: AWSError, data: Kendra.Types.UpdateFeaturedResultsSetResponse) => void): Request<Kendra.Types.UpdateFeaturedResultsSetResponse, AWSError>;
|
510
510
|
/**
|
511
|
-
* Updates an
|
511
|
+
* Updates an Amazon Kendra index.
|
512
512
|
*/
|
513
513
|
updateIndex(params: Kendra.Types.UpdateIndexRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
514
514
|
/**
|
515
|
-
* Updates an
|
515
|
+
* Updates an Amazon Kendra index.
|
516
516
|
*/
|
517
517
|
updateIndex(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
518
518
|
/**
|
@@ -1526,7 +1526,7 @@ declare namespace Kendra {
|
|
1526
1526
|
*/
|
1527
1527
|
UserContextPolicy?: UserContextPolicy;
|
1528
1528
|
/**
|
1529
|
-
* Gets users and groups from IAM Identity Center identity source. To configure this, see UserGroupResolutionConfiguration.
|
1529
|
+
* Gets users and groups from IAM Identity Center identity source. To configure this, see UserGroupResolutionConfiguration. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
|
1530
1530
|
*/
|
1531
1531
|
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
|
1532
1532
|
}
|
@@ -1628,7 +1628,7 @@ declare namespace Kendra {
|
|
1628
1628
|
}
|
1629
1629
|
export interface DataSourceConfiguration {
|
1630
1630
|
/**
|
1631
|
-
* Provides the configuration information to connect to an Amazon S3 bucket as your data source.
|
1631
|
+
* Provides the configuration information to connect to an Amazon S3 bucket as your data source. Amazon Kendra now supports an upgraded Amazon S3 connector. You must now use the TemplateConfiguration object instead of the S3DataSourceConfiguration object to configure your connector. Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector. We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
1632
1632
|
*/
|
1633
1633
|
S3Configuration?: S3DataSourceConfiguration;
|
1634
1634
|
/**
|
@@ -1665,11 +1665,11 @@ declare namespace Kendra {
|
|
1665
1665
|
*/
|
1666
1666
|
WorkDocsConfiguration?: WorkDocsConfiguration;
|
1667
1667
|
/**
|
1668
|
-
* Provides the configuration information to connect to Amazon FSx as your data source.
|
1668
|
+
* Provides the configuration information to connect to Amazon FSx as your data source. Amazon Kendra now supports an upgraded Amazon FSx Windows connector. You must now use the TemplateConfiguration object instead of the FsxConfiguration object to configure your connector. Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector. We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
1669
1669
|
*/
|
1670
1670
|
FsxConfiguration?: FsxConfiguration;
|
1671
1671
|
/**
|
1672
|
-
* Provides the configuration information to connect to Slack as your data source.
|
1672
|
+
* Provides the configuration information to connect to Slack as your data source. Amazon Kendra now supports an upgraded Slack connector. You must now use the TemplateConfiguration object instead of the SlackConfiguration object to configure your connector. Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector. We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
1673
1673
|
*/
|
1674
1674
|
SlackConfiguration?: SlackConfiguration;
|
1675
1675
|
/**
|
@@ -1685,11 +1685,11 @@ declare namespace Kendra {
|
|
1685
1685
|
*/
|
1686
1686
|
JiraConfiguration?: JiraConfiguration;
|
1687
1687
|
/**
|
1688
|
-
* Provides the configuration information to connect to GitHub as your data source.
|
1688
|
+
* Provides the configuration information to connect to GitHub as your data source. Amazon Kendra now supports an upgraded GitHub connector. You must now use the TemplateConfiguration object instead of the GitHubConfiguration object to configure your connector. Connectors configured using the older console and API architecture will continue to function as configured. However, you won’t be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector. We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
1689
1689
|
*/
|
1690
1690
|
GitHubConfiguration?: GitHubConfiguration;
|
1691
1691
|
/**
|
1692
|
-
* Provides the configuration information to connect to Alfresco as your data source.
|
1692
|
+
* Provides the configuration information to connect to Alfresco as your data source. Support for AlfrescoConfiguration ended May 2023. We recommend migrating to or using the Alfresco data source template schema / TemplateConfiguration API.
|
1693
1693
|
*/
|
1694
1694
|
AlfrescoConfiguration?: AlfrescoConfiguration;
|
1695
1695
|
/**
|
@@ -2242,11 +2242,11 @@ declare namespace Kendra {
|
|
2242
2242
|
*/
|
2243
2243
|
Edition?: IndexEdition;
|
2244
2244
|
/**
|
2245
|
-
* The Amazon Resource Name (ARN) of the IAM role that gives Amazon Kendra permission to write to your Amazon
|
2245
|
+
* The Amazon Resource Name (ARN) of the IAM role that gives Amazon Kendra permission to write to your Amazon CloudWatch logs.
|
2246
2246
|
*/
|
2247
2247
|
RoleArn?: RoleArn;
|
2248
2248
|
/**
|
2249
|
-
* The identifier of the
|
2249
|
+
* The identifier of the KMS customer master key (CMK) that is used to encrypt your data. Amazon Kendra doesn't support asymmetric CMKs.
|
2250
2250
|
*/
|
2251
2251
|
ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
|
2252
2252
|
/**
|
@@ -2262,7 +2262,7 @@ declare namespace Kendra {
|
|
2262
2262
|
*/
|
2263
2263
|
CreatedAt?: Timestamp;
|
2264
2264
|
/**
|
2265
|
-
* The Unix when the index was last updated.
|
2265
|
+
* The Unix timestamp when the index was last updated.
|
2266
2266
|
*/
|
2267
2267
|
UpdatedAt?: Timestamp;
|
2268
2268
|
/**
|
@@ -2290,7 +2290,7 @@ declare namespace Kendra {
|
|
2290
2290
|
*/
|
2291
2291
|
UserContextPolicy?: UserContextPolicy;
|
2292
2292
|
/**
|
2293
|
-
* Whether you have enabled
|
2293
|
+
* Whether you have enabled IAM Identity Center identity source for your users and groups. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
|
2294
2294
|
*/
|
2295
2295
|
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
|
2296
2296
|
}
|
@@ -3958,7 +3958,7 @@ declare namespace Kendra {
|
|
3958
3958
|
*/
|
3959
3959
|
HostUrl: Url;
|
3960
3960
|
/**
|
3961
|
-
* The name of the organization of the GitHub Enterprise Server (
|
3961
|
+
* The name of the organization of the GitHub Enterprise Server (on-premises) account you want to connect to. You can find your organization name by logging into GitHub desktop and selecting Your organizations under your profile picture dropdown.
|
3962
3962
|
*/
|
3963
3963
|
OrganizationName: OrganizationName;
|
3964
3964
|
/**
|
@@ -4107,7 +4107,7 @@ declare namespace Kendra {
|
|
4107
4107
|
*/
|
4108
4108
|
IndexId: IndexId;
|
4109
4109
|
/**
|
4110
|
-
* The input query text for the search. Amazon Kendra truncates queries at 30 token words, which excludes punctuation and stop words. Truncation still applies if you use Boolean or more advanced, complex queries.
|
4110
|
+
* The input query text for the search. Amazon Kendra truncates queries at 30 token words, which excludes punctuation and stop words. Truncation still applies if you use Boolean or more advanced, complex queries. For example, Timeoff AND October AND Category:HR is counted as 3 tokens: timeoff, october, hr. For more information, see Searching with advanced query syntax in the Amazon Kendra Developer Guide.
|
4111
4111
|
*/
|
4112
4112
|
QueryText?: QueryText;
|
4113
4113
|
/**
|
@@ -4196,7 +4196,7 @@ declare namespace Kendra {
|
|
4196
4196
|
export type QueryResultFormat = "TABLE"|"TEXT"|string;
|
4197
4197
|
export interface QueryResultItem {
|
4198
4198
|
/**
|
4199
|
-
* The identifier for the query result.
|
4199
|
+
* The unique identifier for the query result item id (Id) and the query result item document id (DocumentId) combined. The value of this field changes with every request, even when you have the same documents.
|
4200
4200
|
*/
|
4201
4201
|
Id?: ResultId;
|
4202
4202
|
/**
|
@@ -4337,7 +4337,7 @@ declare namespace Kendra {
|
|
4337
4337
|
export type ReadAccessType = "ALLOW"|"DENY"|string;
|
4338
4338
|
export interface Relevance {
|
4339
4339
|
/**
|
4340
|
-
* Indicates that this field determines how "fresh" a document is. For example, if document 1 was created on November 5, and document 2 was created on October 31, document 1 is "fresher" than document 2.
|
4340
|
+
* Indicates that this field determines how "fresh" a document is. For example, if document 1 was created on November 5, and document 2 was created on October 31, document 1 is "fresher" than document 2. Only applies to DATE fields.
|
4341
4341
|
*/
|
4342
4342
|
Freshness?: DocumentMetadataBoolean;
|
4343
4343
|
/**
|
@@ -4349,11 +4349,11 @@ declare namespace Kendra {
|
|
4349
4349
|
*/
|
4350
4350
|
Duration?: Duration;
|
4351
4351
|
/**
|
4352
|
-
* Determines how values should be interpreted. When the RankOrder field is ASCENDING, higher numbers are better. For example, a document with a rating score of 10 is higher ranking than a document with a rating score of 1. When the RankOrder field is DESCENDING, lower numbers are better. For example, in a task tracking application, a priority 1 task is more important than a priority 5 task. Only applies to LONG
|
4352
|
+
* Determines how values should be interpreted. When the RankOrder field is ASCENDING, higher numbers are better. For example, a document with a rating score of 10 is higher ranking than a document with a rating score of 1. When the RankOrder field is DESCENDING, lower numbers are better. For example, in a task tracking application, a priority 1 task is more important than a priority 5 task. Only applies to LONG fields.
|
4353
4353
|
*/
|
4354
4354
|
RankOrder?: Order;
|
4355
4355
|
/**
|
4356
|
-
* A list of values that should be given a different boost when they appear in the result list. For example, if you are boosting a field called "department,
|
4356
|
+
* A list of values that should be given a different boost when they appear in the result list. For example, if you are boosting a field called "department", query terms that match the department field are boosted in the result. However, you can add entries from the department field to boost documents with those values higher. For example, you can add entries to the map with names of departments. If you add "HR",5 and "Legal",3 those departments are given special attention when they appear in the metadata of a document. When those terms appear they are given the specified importance instead of the regular importance for the boost.
|
4357
4357
|
*/
|
4358
4358
|
ValueImportanceMap?: ValueImportanceMap;
|
4359
4359
|
}
|
@@ -4378,7 +4378,7 @@ declare namespace Kendra {
|
|
4378
4378
|
*/
|
4379
4379
|
IndexId: IndexId;
|
4380
4380
|
/**
|
4381
|
-
* The input query text to retrieve relevant passages for the search. Amazon Kendra truncates queries at 30 token words, which excludes punctuation and stop words. Truncation still applies if you use Boolean or more advanced, complex queries.
|
4381
|
+
* The input query text to retrieve relevant passages for the search. Amazon Kendra truncates queries at 30 token words, which excludes punctuation and stop words. Truncation still applies if you use Boolean or more advanced, complex queries. For example, Timeoff AND October AND Category:HR is counted as 3 tokens: timeoff, october, hr. For more information, see Searching with advanced query syntax in the Amazon Kendra Developer Guide.
|
4382
4382
|
*/
|
4383
4383
|
QueryText: QueryText;
|
4384
4384
|
/**
|
@@ -4459,11 +4459,11 @@ declare namespace Kendra {
|
|
4459
4459
|
*/
|
4460
4460
|
InclusionPrefixes?: DataSourceInclusionsExclusionsStrings;
|
4461
4461
|
/**
|
4462
|
-
* A list of glob patterns
|
4462
|
+
* A list of glob patterns (patterns that can expand a wildcard pattern into a list of path names that match the given pattern) for certain file names and file types to include in your index. If a document matches both an inclusion and exclusion prefix or pattern, the exclusion prefix takes precendence and the document is not indexed. Examples of glob patterns include: /myapp/config/*—All files inside config directory. ***.png—All .png files in all directories. ***.{png, ico, md}—All .png, .ico or .md files in all directories. /myapp/src/***.ts—All .ts files inside src directory (and all its subdirectories). **!(*.module).ts—All .ts files but not .module.ts *.png , *.jpg—All PNG and JPEG image files in a directory (files with the extensions .png and .jpg). *internal*—All files in a directory that contain 'internal' in the file name, such as 'internal', 'internal_only', 'company_internal'. ***internal*—All internal-related files in a directory and its subdirectories. For more examples, see Use of Exclude and Include Filters in the Amazon Web Services CLI Command Reference.
|
4463
4463
|
*/
|
4464
4464
|
InclusionPatterns?: DataSourceInclusionsExclusionsStrings;
|
4465
4465
|
/**
|
4466
|
-
* A list of glob patterns
|
4466
|
+
* A list of glob patterns (patterns that can expand a wildcard pattern into a list of path names that match the given pattern) for certain file names and file types to exclude from your index. If a document matches both an inclusion and exclusion prefix or pattern, the exclusion prefix takes precendence and the document is not indexed. Examples of glob patterns include: /myapp/config/*—All files inside config directory. ***.png—All .png files in all directories. ***.{png, ico, md}—All .png, .ico or .md files in all directories. /myapp/src/***.ts—All .ts files inside src directory (and all its subdirectories). **!(*.module).ts—All .ts files but not .module.ts *.png , *.jpg—All PNG and JPEG image files in a directory (files with the extensions .png and .jpg). *internal*—All files in a directory that contain 'internal' in the file name, such as 'internal', 'internal_only', 'company_internal'. ***internal*—All internal-related files in a directory and its subdirectories. For more examples, see Use of Exclude and Include Filters in the Amazon Web Services CLI Command Reference.
|
4467
4467
|
*/
|
4468
4468
|
ExclusionPatterns?: DataSourceInclusionsExclusionsStrings;
|
4469
4469
|
DocumentsMetadataConfiguration?: DocumentsMetadataConfiguration;
|
@@ -5357,7 +5357,7 @@ declare namespace Kendra {
|
|
5357
5357
|
*/
|
5358
5358
|
Id: IndexId;
|
5359
5359
|
/**
|
5360
|
-
*
|
5360
|
+
* A new name for the index.
|
5361
5361
|
*/
|
5362
5362
|
Name?: IndexName;
|
5363
5363
|
/**
|
@@ -5385,7 +5385,7 @@ declare namespace Kendra {
|
|
5385
5385
|
*/
|
5386
5386
|
UserContextPolicy?: UserContextPolicy;
|
5387
5387
|
/**
|
5388
|
-
*
|
5388
|
+
* Gets users and groups from IAM Identity Center identity source. To configure this, see UserGroupResolutionConfiguration. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
|
5389
5389
|
*/
|
5390
5390
|
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration;
|
5391
5391
|
}
|
@@ -132,11 +132,11 @@ declare class RolesAnywhere extends Service {
|
|
132
132
|
*/
|
133
133
|
getTrustAnchor(callback?: (err: AWSError, data: RolesAnywhere.Types.TrustAnchorDetailResponse) => void): Request<RolesAnywhere.Types.TrustAnchorDetailResponse, AWSError>;
|
134
134
|
/**
|
135
|
-
* Imports the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA). IAM Roles Anywhere validates against the CRL before issuing credentials. Required permissions: rolesanywhere:ImportCrl.
|
135
|
+
* Imports the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA).In order to be properly imported, a CRL must be in PEM format. IAM Roles Anywhere validates against the CRL before issuing credentials. Required permissions: rolesanywhere:ImportCrl.
|
136
136
|
*/
|
137
137
|
importCrl(params: RolesAnywhere.Types.ImportCrlRequest, callback?: (err: AWSError, data: RolesAnywhere.Types.CrlDetailResponse) => void): Request<RolesAnywhere.Types.CrlDetailResponse, AWSError>;
|
138
138
|
/**
|
139
|
-
* Imports the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA). IAM Roles Anywhere validates against the CRL before issuing credentials. Required permissions: rolesanywhere:ImportCrl.
|
139
|
+
* Imports the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA).In order to be properly imported, a CRL must be in PEM format. IAM Roles Anywhere validates against the CRL before issuing credentials. Required permissions: rolesanywhere:ImportCrl.
|
140
140
|
*/
|
141
141
|
importCrl(callback?: (err: AWSError, data: RolesAnywhere.Types.CrlDetailResponse) => void): Request<RolesAnywhere.Types.CrlDetailResponse, AWSError>;
|
142
142
|
/**
|
@@ -242,7 +242,7 @@ declare namespace RolesAnywhere {
|
|
242
242
|
export type Boolean = boolean;
|
243
243
|
export interface CreateProfileRequest {
|
244
244
|
/**
|
245
|
-
*
|
245
|
+
* Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the CreateSession API documentation page for more details.
|
246
246
|
*/
|
247
247
|
durationSeconds?: CreateProfileRequestDurationSecondsInteger;
|
248
248
|
/**
|
@@ -541,7 +541,7 @@ declare namespace RolesAnywhere {
|
|
541
541
|
*/
|
542
542
|
createdBy?: String;
|
543
543
|
/**
|
544
|
-
*
|
544
|
+
* Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the CreateSession API documentation page for more details.
|
545
545
|
*/
|
546
546
|
durationSeconds?: Integer;
|
547
547
|
/**
|
@@ -837,7 +837,7 @@ declare namespace RolesAnywhere {
|
|
837
837
|
export type UpdateCrlRequestCrlDataBlob = Buffer|Uint8Array|Blob|string;
|
838
838
|
export interface UpdateProfileRequest {
|
839
839
|
/**
|
840
|
-
*
|
840
|
+
* Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the CreateSession API documentation page for more details.
|
841
841
|
*/
|
842
842
|
durationSeconds?: UpdateProfileRequestDurationSecondsInteger;
|
843
843
|
/**
|
@@ -8054,7 +8054,7 @@ declare namespace SecurityHub {
|
|
8054
8054
|
*/
|
8055
8055
|
Version?: AwsLambdaLayerVersionNumber;
|
8056
8056
|
/**
|
8057
|
-
* The layer's compatible
|
8057
|
+
* The layer's compatible runtimes. Maximum number of five items. Valid values: nodejs10.x | nodejs12.x | java8 | java11 | python2.7 | python3.6 | python3.7 | python3.8 | dotnetcore1.0 | dotnetcore2.1 | go1.x | ruby2.5 | provided
|
8058
8058
|
*/
|
8059
8059
|
CompatibleRuntimes?: NonEmptyStringList;
|
8060
8060
|
/**
|
@@ -14163,10 +14163,6 @@ declare namespace SecurityHub {
|
|
14163
14163
|
* The less-than-equal condition to be applied to a single field when querying for findings.
|
14164
14164
|
*/
|
14165
14165
|
Lte?: Double;
|
14166
|
-
/**
|
14167
|
-
* The equal-to condition to be applied to a single field when querying for findings.
|
14168
|
-
*/
|
14169
|
-
Eq?: Double;
|
14170
14166
|
/**
|
14171
14167
|
* The greater-than condition to be applied to a single field when querying for findings.
|
14172
14168
|
*/
|
@@ -14175,6 +14171,10 @@ declare namespace SecurityHub {
|
|
14175
14171
|
* The less-than condition to be applied to a single field when querying for findings.
|
14176
14172
|
*/
|
14177
14173
|
Lt?: Double;
|
14174
|
+
/**
|
14175
|
+
* The equal-to condition to be applied to a single field when querying for findings.
|
14176
|
+
*/
|
14177
|
+
Eq?: Double;
|
14178
14178
|
}
|
14179
14179
|
export type NumberFilterList = NumberFilter[];
|
14180
14180
|
export interface Occurrences {
|
@@ -16348,6 +16348,10 @@ declare namespace SecurityHub {
|
|
16348
16348
|
* Whether an exploit is available for a finding.
|
16349
16349
|
*/
|
16350
16350
|
ExploitAvailable?: VulnerabilityExploitAvailable;
|
16351
|
+
/**
|
16352
|
+
* The date and time of the last exploit associated with a finding discovered in your environment.
|
16353
|
+
*/
|
16354
|
+
LastKnownExploitAt?: NonEmptyString;
|
16351
16355
|
/**
|
16352
16356
|
* The vulnerabilities found in your Lambda function code. This field pertains to findings that Security Hub receives from Amazon Inspector.
|
16353
16357
|
*/
|