@pgarbe/cdk-ecr-sync 0.5.25 → 0.5.26
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 +147 -4
- package/.projenrc.ts +1 -1
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +4 -22
- package/lib/ecr-sync.js +3 -10
- package/lib/image.d.ts +5 -8
- package/lib/image.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +69 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
- package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
- package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
- package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
- package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
- package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
- package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
- package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
- package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
- package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
- package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
- package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
- package/node_modules/aws-sdk/clients/es.d.ts +97 -0
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
- package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
- package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
- package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
- package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
- package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
- package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
- package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
- package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
- package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
- package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
- package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
- package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
- package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
- package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
- package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/lib/param_validator.js +2 -0
- package/node_modules/aws-sdk/package.json +2 -2
- package/node_modules/jmespath/jmespath.js +32 -27
- package/node_modules/jmespath/package.json +2 -7
- package/package.json +3 -3
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/jmespath/.eslintrc +0 -10
- package/node_modules/jmespath/.npmignore +0 -1
- package/node_modules/jmespath/.travis.yml +0 -6
- package/node_modules/jmespath/BASELINE +0 -15
- package/node_modules/jmespath/Gruntfile.js +0 -36
- package/node_modules/jmespath/g.sh +0 -5
- package/node_modules/jmespath/index.html +0 -93
- package/node_modules/jmespath/james.html +0 -7
- package/node_modules/jmespath/l.js +0 -189
- package/node_modules/jmespath/perf.js +0 -33
- package/node_modules/jmespath/reservedWords.json +0 -4
- package/node_modules/jmespath/test/compliance/basic.json +0 -96
- package/node_modules/jmespath/test/compliance/boolean.json +0 -257
- package/node_modules/jmespath/test/compliance/current.json +0 -25
- package/node_modules/jmespath/test/compliance/escape.json +0 -46
- package/node_modules/jmespath/test/compliance/filters.json +0 -468
- package/node_modules/jmespath/test/compliance/functions.json +0 -825
- package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
- package/node_modules/jmespath/test/compliance/indices.json +0 -346
- package/node_modules/jmespath/test/compliance/literal.json +0 -190
- package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
- package/node_modules/jmespath/test/compliance/pipe.json +0 -131
- package/node_modules/jmespath/test/compliance/slice.json +0 -187
- package/node_modules/jmespath/test/compliance/syntax.json +0 -616
- package/node_modules/jmespath/test/compliance/unicode.json +0 -38
- package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
- package/node_modules/jmespath/test/compliance.js +0 -56
- package/node_modules/jmespath/test/jmespath.js +0 -217
|
@@ -325,11 +325,11 @@ declare class S3Control extends Service {
|
|
|
325
325
|
*/
|
|
326
326
|
listAccessPoints(callback?: (err: AWSError, data: S3Control.Types.ListAccessPointsResult) => void): Request<S3Control.Types.ListAccessPointsResult, AWSError>;
|
|
327
327
|
/**
|
|
328
|
-
* Returns
|
|
328
|
+
* Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call. If there are more access points than what can be returned in one call, the response will include a continuation token that you can use to list the additional access points. The following actions are related to ListAccessPointsForObjectLambda: CreateAccessPointForObjectLambda DeleteAccessPointForObjectLambda GetAccessPointForObjectLambda
|
|
329
329
|
*/
|
|
330
330
|
listAccessPointsForObjectLambda(params: S3Control.Types.ListAccessPointsForObjectLambdaRequest, callback?: (err: AWSError, data: S3Control.Types.ListAccessPointsForObjectLambdaResult) => void): Request<S3Control.Types.ListAccessPointsForObjectLambdaResult, AWSError>;
|
|
331
331
|
/**
|
|
332
|
-
* Returns
|
|
332
|
+
* Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call. If there are more access points than what can be returned in one call, the response will include a continuation token that you can use to list the additional access points. The following actions are related to ListAccessPointsForObjectLambda: CreateAccessPointForObjectLambda DeleteAccessPointForObjectLambda GetAccessPointForObjectLambda
|
|
333
333
|
*/
|
|
334
334
|
listAccessPointsForObjectLambda(callback?: (err: AWSError, data: S3Control.Types.ListAccessPointsForObjectLambdaResult) => void): Request<S3Control.Types.ListAccessPointsForObjectLambdaResult, AWSError>;
|
|
335
335
|
/**
|
|
@@ -429,11 +429,11 @@ declare class S3Control extends Service {
|
|
|
429
429
|
*/
|
|
430
430
|
putMultiRegionAccessPointPolicy(callback?: (err: AWSError, data: S3Control.Types.PutMultiRegionAccessPointPolicyResult) => void): Request<S3Control.Types.PutMultiRegionAccessPointPolicyResult, AWSError>;
|
|
431
431
|
/**
|
|
432
|
-
* Creates or modifies the PublicAccessBlock configuration for an Amazon Web Services account. For more information, see Using Amazon S3 block public access. Related actions include: GetPublicAccessBlock DeletePublicAccessBlock
|
|
432
|
+
* Creates or modifies the PublicAccessBlock configuration for an Amazon Web Services account. For this operation, users must have the s3:PutBucketPublicAccessBlock permission. For more information, see Using Amazon S3 block public access. Related actions include: GetPublicAccessBlock DeletePublicAccessBlock
|
|
433
433
|
*/
|
|
434
434
|
putPublicAccessBlock(params: S3Control.Types.PutPublicAccessBlockRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
435
435
|
/**
|
|
436
|
-
* Creates or modifies the PublicAccessBlock configuration for an Amazon Web Services account. For more information, see Using Amazon S3 block public access. Related actions include: GetPublicAccessBlock DeletePublicAccessBlock
|
|
436
|
+
* Creates or modifies the PublicAccessBlock configuration for an Amazon Web Services account. For this operation, users must have the s3:PutBucketPublicAccessBlock permission. For more information, see Using Amazon S3 block public access. Related actions include: GetPublicAccessBlock DeletePublicAccessBlock
|
|
437
437
|
*/
|
|
438
438
|
putPublicAccessBlock(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
439
439
|
/**
|
|
@@ -765,7 +765,7 @@ declare namespace S3Control {
|
|
|
765
765
|
/**
|
|
766
766
|
* Configuration parameters for the manifest.
|
|
767
767
|
*/
|
|
768
|
-
Manifest
|
|
768
|
+
Manifest?: JobManifest;
|
|
769
769
|
/**
|
|
770
770
|
* A description for this job. You can use any string within the permitted length. Descriptions don't need to be unique and can be used for multiple jobs.
|
|
771
771
|
*/
|
|
@@ -782,6 +782,10 @@ declare namespace S3Control {
|
|
|
782
782
|
* A set of tags to associate with the S3 Batch Operations job. This is an optional parameter.
|
|
783
783
|
*/
|
|
784
784
|
Tags?: S3TagSet;
|
|
785
|
+
/**
|
|
786
|
+
* The attribute container for the ManifestGenerator details. Jobs must be created with either a manifest file or a ManifestGenerator, but not both.
|
|
787
|
+
*/
|
|
788
|
+
ManifestGenerator?: JobManifestGenerator;
|
|
785
789
|
}
|
|
786
790
|
export interface CreateJobResult {
|
|
787
791
|
/**
|
|
@@ -1024,6 +1028,17 @@ declare namespace S3Control {
|
|
|
1024
1028
|
export type ExpiredObjectDeleteMarker = boolean;
|
|
1025
1029
|
export type Format = "CSV"|"Parquet"|string;
|
|
1026
1030
|
export type FunctionArnString = string;
|
|
1031
|
+
export interface GeneratedManifestEncryption {
|
|
1032
|
+
/**
|
|
1033
|
+
* Specifies the use of SSE-S3 to encrypt generated manifest objects.
|
|
1034
|
+
*/
|
|
1035
|
+
SSES3?: SSES3Encryption;
|
|
1036
|
+
/**
|
|
1037
|
+
* Configuration details on how SSE-KMS is used to encrypt generated manifest objects.
|
|
1038
|
+
*/
|
|
1039
|
+
SSEKMS?: SSEKMSEncryption;
|
|
1040
|
+
}
|
|
1041
|
+
export type GeneratedManifestFormat = "S3InventoryReport_CSV_20211130"|string;
|
|
1027
1042
|
export interface GetAccessPointConfigurationForObjectLambdaRequest {
|
|
1028
1043
|
/**
|
|
1029
1044
|
* The account ID for the account that owns the specified Object Lambda Access Point.
|
|
@@ -1437,6 +1452,14 @@ declare namespace S3Control {
|
|
|
1437
1452
|
* The reason why the specified job was suspended. A job is only suspended if you create it through the Amazon S3 console. When you create the job, it enters the Suspended state to await confirmation before running. After you confirm the job, it automatically exits the Suspended state.
|
|
1438
1453
|
*/
|
|
1439
1454
|
SuspendedCause?: SuspendedCause;
|
|
1455
|
+
/**
|
|
1456
|
+
* The manifest generator that was used to generate a job manifest for this job.
|
|
1457
|
+
*/
|
|
1458
|
+
ManifestGenerator?: JobManifestGenerator;
|
|
1459
|
+
/**
|
|
1460
|
+
* The attribute of the JobDescriptor containing details about the job's generated manifest.
|
|
1461
|
+
*/
|
|
1462
|
+
GeneratedManifestDescriptor?: S3GeneratedManifestDescriptor;
|
|
1440
1463
|
}
|
|
1441
1464
|
export interface JobFailure {
|
|
1442
1465
|
/**
|
|
@@ -1500,6 +1523,30 @@ declare namespace S3Control {
|
|
|
1500
1523
|
export type JobManifestFieldList = JobManifestFieldName[];
|
|
1501
1524
|
export type JobManifestFieldName = "Ignore"|"Bucket"|"Key"|"VersionId"|string;
|
|
1502
1525
|
export type JobManifestFormat = "S3BatchOperations_CSV_20180820"|"S3InventoryReport_CSV_20161130"|string;
|
|
1526
|
+
export interface JobManifestGenerator {
|
|
1527
|
+
/**
|
|
1528
|
+
* The S3 job ManifestGenerator's configuration details.
|
|
1529
|
+
*/
|
|
1530
|
+
S3JobManifestGenerator?: S3JobManifestGenerator;
|
|
1531
|
+
}
|
|
1532
|
+
export interface JobManifestGeneratorFilter {
|
|
1533
|
+
/**
|
|
1534
|
+
* Include objects in the generated manifest only if they are eligible for replication according to the Replication configuration on the source bucket.
|
|
1535
|
+
*/
|
|
1536
|
+
EligibleForReplication?: Boolean;
|
|
1537
|
+
/**
|
|
1538
|
+
* If provided, the generated manifest should include only source bucket objects that were created after this time.
|
|
1539
|
+
*/
|
|
1540
|
+
CreatedAfter?: ObjectCreationTime;
|
|
1541
|
+
/**
|
|
1542
|
+
* If provided, the generated manifest should include only source bucket objects that were created before this time.
|
|
1543
|
+
*/
|
|
1544
|
+
CreatedBefore?: ObjectCreationTime;
|
|
1545
|
+
/**
|
|
1546
|
+
* If provided, the generated manifest should include only source bucket objects that have one of the specified Replication statuses.
|
|
1547
|
+
*/
|
|
1548
|
+
ObjectReplicationStatuses?: ReplicationStatusFilterList;
|
|
1549
|
+
}
|
|
1503
1550
|
export interface JobManifestLocation {
|
|
1504
1551
|
/**
|
|
1505
1552
|
* The Amazon Resource Name (ARN) for a manifest object. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
|
|
@@ -1553,6 +1600,10 @@ declare namespace S3Control {
|
|
|
1553
1600
|
S3InitiateRestoreObject?: S3InitiateRestoreObjectOperation;
|
|
1554
1601
|
S3PutObjectLegalHold?: S3SetObjectLegalHoldOperation;
|
|
1555
1602
|
S3PutObjectRetention?: S3SetObjectRetentionOperation;
|
|
1603
|
+
/**
|
|
1604
|
+
* Directs the specified job to invoke ReplicateObject on every object in the job's manifest.
|
|
1605
|
+
*/
|
|
1606
|
+
S3ReplicateObject?: S3ReplicateObjectOperation;
|
|
1556
1607
|
}
|
|
1557
1608
|
export type JobPriority = number;
|
|
1558
1609
|
export interface JobProgressSummary {
|
|
@@ -1568,6 +1619,10 @@ declare namespace S3Control {
|
|
|
1568
1619
|
*
|
|
1569
1620
|
*/
|
|
1570
1621
|
NumberOfTasksFailed?: JobNumberOfTasksFailed;
|
|
1622
|
+
/**
|
|
1623
|
+
* The JobTimers attribute of a job's progress summary.
|
|
1624
|
+
*/
|
|
1625
|
+
Timers?: JobTimers;
|
|
1571
1626
|
}
|
|
1572
1627
|
export interface JobReport {
|
|
1573
1628
|
/**
|
|
@@ -1597,6 +1652,13 @@ declare namespace S3Control {
|
|
|
1597
1652
|
export type JobStatusList = JobStatus[];
|
|
1598
1653
|
export type JobStatusUpdateReason = string;
|
|
1599
1654
|
export type JobTerminationDate = Date;
|
|
1655
|
+
export type JobTimeInStateSeconds = number;
|
|
1656
|
+
export interface JobTimers {
|
|
1657
|
+
/**
|
|
1658
|
+
* Indicates the elapsed time in seconds the job has been in the Active job state.
|
|
1659
|
+
*/
|
|
1660
|
+
ElapsedTimeInActiveSeconds?: JobTimeInStateSeconds;
|
|
1661
|
+
}
|
|
1600
1662
|
export type JobTotalNumberOfTasks = number;
|
|
1601
1663
|
export type KmsKeyArnString = string;
|
|
1602
1664
|
export interface LambdaInvokeOperation {
|
|
@@ -1691,7 +1753,7 @@ declare namespace S3Control {
|
|
|
1691
1753
|
*/
|
|
1692
1754
|
NextToken?: NonEmptyMaxLength1024String;
|
|
1693
1755
|
/**
|
|
1694
|
-
* The maximum number of access points that you want to include in the list. If there are more than this number of access points, then the response will include a continuation token in the NextToken field that you can use to retrieve the next page of access points.
|
|
1756
|
+
* The maximum number of access points that you want to include in the list. The response may contain fewer access points but will never contain more. If there are more than this number of access points, then the response will include a continuation token in the NextToken field that you can use to retrieve the next page of access points.
|
|
1695
1757
|
*/
|
|
1696
1758
|
MaxResults?: MaxResults;
|
|
1697
1759
|
}
|
|
@@ -1852,6 +1914,7 @@ declare namespace S3Control {
|
|
|
1852
1914
|
StorageLensConfigurationList?: StorageLensConfigurationList;
|
|
1853
1915
|
}
|
|
1854
1916
|
export type Location = string;
|
|
1917
|
+
export type ManifestPrefixString = string;
|
|
1855
1918
|
export type MaxLength1024String = string;
|
|
1856
1919
|
export type MaxResults = number;
|
|
1857
1920
|
export type MinStorageBytesPercentage = number;
|
|
@@ -1932,6 +1995,7 @@ declare namespace S3Control {
|
|
|
1932
1995
|
StorageClass?: TransitionStorageClass;
|
|
1933
1996
|
}
|
|
1934
1997
|
export type NoncurrentVersionTransitionList = NoncurrentVersionTransition[];
|
|
1998
|
+
export type ObjectCreationTime = Date;
|
|
1935
1999
|
export interface ObjectLambdaAccessPoint {
|
|
1936
2000
|
/**
|
|
1937
2001
|
* The name of the Object Lambda Access Point.
|
|
@@ -1987,7 +2051,7 @@ declare namespace S3Control {
|
|
|
1987
2051
|
export type ObjectLambdaTransformationConfigurationActionsList = ObjectLambdaTransformationConfigurationAction[];
|
|
1988
2052
|
export type ObjectLambdaTransformationConfigurationsList = ObjectLambdaTransformationConfiguration[];
|
|
1989
2053
|
export type ObjectLockEnabledForBucket = boolean;
|
|
1990
|
-
export type OperationName = "LambdaInvoke"|"S3PutObjectCopy"|"S3PutObjectAcl"|"S3PutObjectTagging"|"S3DeleteObjectTagging"|"S3InitiateRestoreObject"|"S3PutObjectLegalHold"|"S3PutObjectRetention"|string;
|
|
2054
|
+
export type OperationName = "LambdaInvoke"|"S3PutObjectCopy"|"S3PutObjectAcl"|"S3PutObjectTagging"|"S3DeleteObjectTagging"|"S3InitiateRestoreObject"|"S3PutObjectLegalHold"|"S3PutObjectRetention"|"S3ReplicateObject"|string;
|
|
1991
2055
|
export type OutputSchemaVersion = "V_1"|string;
|
|
1992
2056
|
export type Policy = string;
|
|
1993
2057
|
export interface PolicyStatus {
|
|
@@ -2256,6 +2320,8 @@ declare namespace S3Control {
|
|
|
2256
2320
|
}
|
|
2257
2321
|
export type RegionalBucketList = RegionalBucket[];
|
|
2258
2322
|
export type Regions = S3AWSRegion[];
|
|
2323
|
+
export type ReplicationStatus = "COMPLETED"|"FAILED"|"REPLICA"|"NONE"|string;
|
|
2324
|
+
export type ReplicationStatusFilterList = ReplicationStatus[];
|
|
2259
2325
|
export type ReportPrefixString = string;
|
|
2260
2326
|
export type RequestedJobStatus = "Cancelled"|"Ready"|string;
|
|
2261
2327
|
export type S3AWSRegion = string;
|
|
@@ -2331,7 +2397,7 @@ declare namespace S3Control {
|
|
|
2331
2397
|
*/
|
|
2332
2398
|
ModifiedSinceConstraint?: TimeStamp;
|
|
2333
2399
|
/**
|
|
2334
|
-
*
|
|
2400
|
+
* If you don't provide this parameter, Amazon S3 copies all the metadata from the original objects. If you specify an empty set, the new objects will have no tags. Otherwise, Amazon S3 assigns the supplied tags to the new objects.
|
|
2335
2401
|
*/
|
|
2336
2402
|
NewObjectMetadata?: S3ObjectMetadata;
|
|
2337
2403
|
/**
|
|
@@ -2382,6 +2448,13 @@ declare namespace S3Control {
|
|
|
2382
2448
|
export interface S3DeleteObjectTaggingOperation {
|
|
2383
2449
|
}
|
|
2384
2450
|
export type S3ExpirationInDays = number;
|
|
2451
|
+
export interface S3GeneratedManifestDescriptor {
|
|
2452
|
+
/**
|
|
2453
|
+
* The format of the generated manifest.
|
|
2454
|
+
*/
|
|
2455
|
+
Format?: GeneratedManifestFormat;
|
|
2456
|
+
Location?: JobManifestLocation;
|
|
2457
|
+
}
|
|
2385
2458
|
export type S3GlacierJobTier = "BULK"|"STANDARD"|string;
|
|
2386
2459
|
export interface S3Grant {
|
|
2387
2460
|
/**
|
|
@@ -2411,7 +2484,7 @@ declare namespace S3Control {
|
|
|
2411
2484
|
export type S3GranteeTypeIdentifier = "id"|"emailAddress"|"uri"|string;
|
|
2412
2485
|
export interface S3InitiateRestoreObjectOperation {
|
|
2413
2486
|
/**
|
|
2414
|
-
* This argument specifies how long the S3 Glacier
|
|
2487
|
+
* This argument specifies how long the S3 Glacier or S3 Glacier Deep Archive object remains available in Amazon S3. S3 Initiate Restore Object jobs that target S3 Glacier and S3 Glacier Deep Archive objects require ExpirationInDays set to 1 or greater. Conversely, do not set ExpirationInDays when creating S3 Initiate Restore Object jobs that target S3 Intelligent-Tiering Archive Access and Deep Archive Access tier objects. Objects in S3 Intelligent-Tiering archive access tiers are not subject to restore expiry, so specifying ExpirationInDays results in restore request failure. S3 Batch Operations jobs can operate either on S3 Glacier and S3 Glacier Deep Archive storage class objects or on S3 Intelligent-Tiering Archive Access and Deep Archive Access storage tier objects, but not both types in the same job. If you need to restore objects of both types you must create separate Batch Operations jobs.
|
|
2415
2488
|
*/
|
|
2416
2489
|
ExpirationInDays?: S3ExpirationInDays;
|
|
2417
2490
|
/**
|
|
@@ -2419,7 +2492,51 @@ declare namespace S3Control {
|
|
|
2419
2492
|
*/
|
|
2420
2493
|
GlacierJobTier?: S3GlacierJobTier;
|
|
2421
2494
|
}
|
|
2495
|
+
export interface S3JobManifestGenerator {
|
|
2496
|
+
/**
|
|
2497
|
+
* The Amazon Web Services account ID that owns the bucket the generated manifest is written to. If provided the generated manifest bucket's owner Amazon Web Services account ID must match this value, else the job fails.
|
|
2498
|
+
*/
|
|
2499
|
+
ExpectedBucketOwner?: AccountId;
|
|
2500
|
+
/**
|
|
2501
|
+
* The source bucket used by the ManifestGenerator.
|
|
2502
|
+
*/
|
|
2503
|
+
SourceBucket: S3BucketArnString;
|
|
2504
|
+
/**
|
|
2505
|
+
* Specifies the location the generated manifest will be written to.
|
|
2506
|
+
*/
|
|
2507
|
+
ManifestOutputLocation?: S3ManifestOutputLocation;
|
|
2508
|
+
/**
|
|
2509
|
+
* Specifies rules the S3JobManifestGenerator should use to use to decide whether an object in the source bucket should or should not be included in the generated job manifest.
|
|
2510
|
+
*/
|
|
2511
|
+
Filter?: JobManifestGeneratorFilter;
|
|
2512
|
+
/**
|
|
2513
|
+
* Determines whether or not to write the job's generated manifest to a bucket.
|
|
2514
|
+
*/
|
|
2515
|
+
EnableManifestOutput: Boolean;
|
|
2516
|
+
}
|
|
2422
2517
|
export type S3KeyArnString = string;
|
|
2518
|
+
export interface S3ManifestOutputLocation {
|
|
2519
|
+
/**
|
|
2520
|
+
* The Account ID that owns the bucket the generated manifest is written to.
|
|
2521
|
+
*/
|
|
2522
|
+
ExpectedManifestBucketOwner?: AccountId;
|
|
2523
|
+
/**
|
|
2524
|
+
* The bucket ARN the generated manifest should be written to.
|
|
2525
|
+
*/
|
|
2526
|
+
Bucket: S3BucketArnString;
|
|
2527
|
+
/**
|
|
2528
|
+
* Prefix identifying one or more objects to which the manifest applies.
|
|
2529
|
+
*/
|
|
2530
|
+
ManifestPrefix?: ManifestPrefixString;
|
|
2531
|
+
/**
|
|
2532
|
+
* Specifies what encryption should be used when the generated manifest objects are written.
|
|
2533
|
+
*/
|
|
2534
|
+
ManifestEncryption?: GeneratedManifestEncryption;
|
|
2535
|
+
/**
|
|
2536
|
+
* The format of the generated manifest.
|
|
2537
|
+
*/
|
|
2538
|
+
ManifestFormat: GeneratedManifestFormat;
|
|
2539
|
+
}
|
|
2423
2540
|
export type S3MetadataDirective = "COPY"|"REPLACE"|string;
|
|
2424
2541
|
export interface S3ObjectLockLegalHold {
|
|
2425
2542
|
/**
|
|
@@ -2489,6 +2606,8 @@ declare namespace S3Control {
|
|
|
2489
2606
|
export type S3ObjectVersionId = string;
|
|
2490
2607
|
export type S3Permission = "FULL_CONTROL"|"READ"|"WRITE"|"READ_ACP"|"WRITE_ACP"|string;
|
|
2491
2608
|
export type S3RegionalBucketArn = string;
|
|
2609
|
+
export interface S3ReplicateObjectOperation {
|
|
2610
|
+
}
|
|
2492
2611
|
export interface S3Retention {
|
|
2493
2612
|
/**
|
|
2494
2613
|
* The date when the applied Object Lock retention will expire on all objects set by the Batch Operations job.
|
|
@@ -2528,7 +2647,7 @@ declare namespace S3Control {
|
|
|
2528
2647
|
*/
|
|
2529
2648
|
TagSet?: S3TagSet;
|
|
2530
2649
|
}
|
|
2531
|
-
export type S3StorageClass = "STANDARD"|"STANDARD_IA"|"ONEZONE_IA"|"GLACIER"|"INTELLIGENT_TIERING"|"DEEP_ARCHIVE"|string;
|
|
2650
|
+
export type S3StorageClass = "STANDARD"|"STANDARD_IA"|"ONEZONE_IA"|"GLACIER"|"INTELLIGENT_TIERING"|"DEEP_ARCHIVE"|"GLACIER_IR"|string;
|
|
2532
2651
|
export interface S3Tag {
|
|
2533
2652
|
/**
|
|
2534
2653
|
*
|
|
@@ -2547,9 +2666,17 @@ declare namespace S3Control {
|
|
|
2547
2666
|
*/
|
|
2548
2667
|
KeyId: SSEKMSKeyId;
|
|
2549
2668
|
}
|
|
2669
|
+
export interface SSEKMSEncryption {
|
|
2670
|
+
/**
|
|
2671
|
+
* Specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric customer managed key to use for encrypting generated manifest objects.
|
|
2672
|
+
*/
|
|
2673
|
+
KeyId: KmsKeyArnString;
|
|
2674
|
+
}
|
|
2550
2675
|
export type SSEKMSKeyId = string;
|
|
2551
2676
|
export interface SSES3 {
|
|
2552
2677
|
}
|
|
2678
|
+
export interface SSES3Encryption {
|
|
2679
|
+
}
|
|
2553
2680
|
export interface SelectionCriteria {
|
|
2554
2681
|
/**
|
|
2555
2682
|
* A container for the delimiter of the selection criteria being used.
|
|
@@ -1789,11 +1789,11 @@ declare class SageMaker extends Service {
|
|
|
1789
1789
|
*/
|
|
1790
1790
|
stopNotebookInstance(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
1791
1791
|
/**
|
|
1792
|
-
* Stops a pipeline execution. Callback Step A pipeline execution won't stop while a callback step is running. When you call StopPipelineExecution on a pipeline execution with a running callback step,
|
|
1792
|
+
* Stops a pipeline execution. Callback Step A pipeline execution won't stop while a callback step is running. When you call StopPipelineExecution on a pipeline execution with a running callback step, SageMaker Pipelines sends an additional Amazon SQS message to the specified SQS queue. The body of the SQS message contains a "Status" field which is set to "Stopping". You should add logic to your Amazon SQS message consumer to take any needed action (for example, resource cleanup) upon receipt of the message followed by a call to SendPipelineExecutionStepSuccess or SendPipelineExecutionStepFailure. Only when SageMaker Pipelines receives one of these calls will it stop the pipeline execution. Lambda Step A pipeline execution can't be stopped while a lambda step is running because the Lambda function invoked by the lambda step can't be stopped. If you attempt to stop the execution while the Lambda function is running, the pipeline waits for the Lambda function to finish or until the timeout is hit, whichever occurs first, and then stops. If the Lambda function finishes, the pipeline execution status is Stopped. If the timeout is hit the pipeline execution status is Failed.
|
|
1793
1793
|
*/
|
|
1794
1794
|
stopPipelineExecution(params: SageMaker.Types.StopPipelineExecutionRequest, callback?: (err: AWSError, data: SageMaker.Types.StopPipelineExecutionResponse) => void): Request<SageMaker.Types.StopPipelineExecutionResponse, AWSError>;
|
|
1795
1795
|
/**
|
|
1796
|
-
* Stops a pipeline execution. Callback Step A pipeline execution won't stop while a callback step is running. When you call StopPipelineExecution on a pipeline execution with a running callback step,
|
|
1796
|
+
* Stops a pipeline execution. Callback Step A pipeline execution won't stop while a callback step is running. When you call StopPipelineExecution on a pipeline execution with a running callback step, SageMaker Pipelines sends an additional Amazon SQS message to the specified SQS queue. The body of the SQS message contains a "Status" field which is set to "Stopping". You should add logic to your Amazon SQS message consumer to take any needed action (for example, resource cleanup) upon receipt of the message followed by a call to SendPipelineExecutionStepSuccess or SendPipelineExecutionStepFailure. Only when SageMaker Pipelines receives one of these calls will it stop the pipeline execution. Lambda Step A pipeline execution can't be stopped while a lambda step is running because the Lambda function invoked by the lambda step can't be stopped. If you attempt to stop the execution while the Lambda function is running, the pipeline waits for the Lambda function to finish or until the timeout is hit, whichever occurs first, and then stops. If the Lambda function finishes, the pipeline execution status is Stopped. If the timeout is hit the pipeline execution status is Failed.
|
|
1797
1797
|
*/
|
|
1798
1798
|
stopPipelineExecution(callback?: (err: AWSError, data: SageMaker.Types.StopPipelineExecutionResponse) => void): Request<SageMaker.Types.StopPipelineExecutionResponse, AWSError>;
|
|
1799
1799
|
/**
|
|
@@ -2764,7 +2764,7 @@ declare namespace SageMaker {
|
|
|
2764
2764
|
MetricName: AutoMLMetricEnum;
|
|
2765
2765
|
}
|
|
2766
2766
|
export type AutoMLJobObjectiveType = "Maximize"|"Minimize"|string;
|
|
2767
|
-
export type AutoMLJobSecondaryStatus = "Starting"|"AnalyzingData"|"FeatureEngineering"|"ModelTuning"|"MaxCandidatesReached"|"Failed"|"Stopped"|"MaxAutoMLJobRuntimeReached"|"Stopping"|"CandidateDefinitionsGenerated"|"GeneratingExplainabilityReport"|"Completed"|"ExplainabilityError"|"DeployingModel"|"ModelDeploymentError"|string;
|
|
2767
|
+
export type AutoMLJobSecondaryStatus = "Starting"|"AnalyzingData"|"FeatureEngineering"|"ModelTuning"|"MaxCandidatesReached"|"Failed"|"Stopped"|"MaxAutoMLJobRuntimeReached"|"Stopping"|"CandidateDefinitionsGenerated"|"GeneratingExplainabilityReport"|"Completed"|"ExplainabilityError"|"DeployingModel"|"ModelDeploymentError"|"GeneratingModelInsightsReport"|"ModelInsightsError"|string;
|
|
2768
2768
|
export type AutoMLJobStatus = "Completed"|"InProgress"|"Failed"|"Stopped"|"Stopping"|string;
|
|
2769
2769
|
export type AutoMLJobSummaries = AutoMLJobSummary[];
|
|
2770
2770
|
export interface AutoMLJobSummary {
|
|
@@ -2972,6 +2972,10 @@ declare namespace SageMaker {
|
|
|
2972
2972
|
* The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.
|
|
2973
2973
|
*/
|
|
2974
2974
|
Explainability: ExplainabilityLocation;
|
|
2975
|
+
/**
|
|
2976
|
+
* The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.
|
|
2977
|
+
*/
|
|
2978
|
+
ModelInsights?: ModelInsightsLocation;
|
|
2975
2979
|
}
|
|
2976
2980
|
export type CandidateDefinitionNotebookLocation = string;
|
|
2977
2981
|
export type CandidateName = string;
|
|
@@ -3880,7 +3884,7 @@ declare namespace SageMaker {
|
|
|
3880
3884
|
*/
|
|
3881
3885
|
KmsKeyId?: KmsKeyId;
|
|
3882
3886
|
/**
|
|
3883
|
-
* Specifies configuration for how an endpoint performs asynchronous inference. This is a required field in order for your Endpoint to be invoked using
|
|
3887
|
+
* Specifies configuration for how an endpoint performs asynchronous inference. This is a required field in order for your Endpoint to be invoked using InvokeEndpointAsync.
|
|
3884
3888
|
*/
|
|
3885
3889
|
AsyncInferenceConfig?: AsyncInferenceConfig;
|
|
3886
3890
|
}
|
|
@@ -8943,6 +8947,12 @@ declare namespace SageMaker {
|
|
|
8943
8947
|
Report?: MetricsSource;
|
|
8944
8948
|
}
|
|
8945
8949
|
export type ExplainabilityLocation = string;
|
|
8950
|
+
export interface FailStepMetadata {
|
|
8951
|
+
/**
|
|
8952
|
+
* A message that you define and then is processed and rendered by the Fail step when the error occurs.
|
|
8953
|
+
*/
|
|
8954
|
+
ErrorMessage?: String3072;
|
|
8955
|
+
}
|
|
8946
8956
|
export type FailureReason = string;
|
|
8947
8957
|
export interface FeatureDefinition {
|
|
8948
8958
|
/**
|
|
@@ -11684,7 +11694,7 @@ declare namespace SageMaker {
|
|
|
11684
11694
|
*/
|
|
11685
11695
|
ModelPackageGroupName?: ArnOrName;
|
|
11686
11696
|
/**
|
|
11687
|
-
* A filter that returns
|
|
11697
|
+
* A filter that returns only the model packages of the specified type. This can be one of the following values. UNVERSIONED - List only unversioined models. This is the default value if no ModelPackageType is specified. VERSIONED - List only versioned models. BOTH - List both versioned and unversioned models.
|
|
11688
11698
|
*/
|
|
11689
11699
|
ModelPackageType?: ModelPackageType;
|
|
11690
11700
|
/**
|
|
@@ -12930,6 +12940,7 @@ declare namespace SageMaker {
|
|
|
12930
12940
|
*/
|
|
12931
12941
|
DataInputConfig: DataInputConfig;
|
|
12932
12942
|
}
|
|
12943
|
+
export type ModelInsightsLocation = string;
|
|
12933
12944
|
export interface ModelLatencyThreshold {
|
|
12934
12945
|
/**
|
|
12935
12946
|
* The model latency percentile threshold.
|
|
@@ -14294,7 +14305,7 @@ declare namespace SageMaker {
|
|
|
14294
14305
|
*/
|
|
14295
14306
|
CacheHitResult?: CacheHitResult;
|
|
14296
14307
|
/**
|
|
14297
|
-
* The current attempt of the execution step. For more information, see Retry Policy for
|
|
14308
|
+
* The current attempt of the execution step. For more information, see Retry Policy for SageMaker Pipelines steps.
|
|
14298
14309
|
*/
|
|
14299
14310
|
AttemptCount?: IntegerValue;
|
|
14300
14311
|
/**
|
|
@@ -14356,6 +14367,10 @@ declare namespace SageMaker {
|
|
|
14356
14367
|
* The configurations and outcomes of an EMR step execution.
|
|
14357
14368
|
*/
|
|
14358
14369
|
EMR?: EMRStepMetadata;
|
|
14370
|
+
/**
|
|
14371
|
+
* The configurations and outcomes of a Fail step execution.
|
|
14372
|
+
*/
|
|
14373
|
+
Fail?: FailStepMetadata;
|
|
14359
14374
|
}
|
|
14360
14375
|
export interface PipelineExecutionSummary {
|
|
14361
14376
|
/**
|
|
@@ -14378,6 +14393,10 @@ declare namespace SageMaker {
|
|
|
14378
14393
|
* The display name of the pipeline execution.
|
|
14379
14394
|
*/
|
|
14380
14395
|
PipelineExecutionDisplayName?: PipelineExecutionName;
|
|
14396
|
+
/**
|
|
14397
|
+
* A message generated by SageMaker Pipelines describing why the pipeline execution failed.
|
|
14398
|
+
*/
|
|
14399
|
+
PipelineExecutionFailureReason?: String3072;
|
|
14381
14400
|
}
|
|
14382
14401
|
export type PipelineExecutionSummaryList = PipelineExecutionSummary[];
|
|
14383
14402
|
export interface PipelineExperimentConfig {
|
|
@@ -15880,6 +15899,7 @@ declare namespace SageMaker {
|
|
|
15880
15899
|
export type String200 = string;
|
|
15881
15900
|
export type String2048 = string;
|
|
15882
15901
|
export type String256 = string;
|
|
15902
|
+
export type String3072 = string;
|
|
15883
15903
|
export type String40 = string;
|
|
15884
15904
|
export type String64 = string;
|
|
15885
15905
|
export type String8192 = string;
|
|
@@ -15976,7 +15996,7 @@ declare namespace SageMaker {
|
|
|
15976
15996
|
*/
|
|
15977
15997
|
Accelerator?: TargetPlatformAccelerator;
|
|
15978
15998
|
}
|
|
15979
|
-
export type TargetPlatformAccelerator = "INTEL_GRAPHICS"|"MALI"|"NVIDIA"|string;
|
|
15999
|
+
export type TargetPlatformAccelerator = "INTEL_GRAPHICS"|"MALI"|"NVIDIA"|"NNA"|string;
|
|
15980
16000
|
export type TargetPlatformArch = "X86_64"|"X86"|"ARM64"|"ARM_EABI"|"ARM_EABIHF"|string;
|
|
15981
16001
|
export type TargetPlatformOs = "ANDROID"|"LINUX"|string;
|
|
15982
16002
|
export type TaskAvailabilityLifetimeInSeconds = number;
|