@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
|
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
83
83
|
/**
|
|
84
84
|
* @constant
|
|
85
85
|
*/
|
|
86
|
-
VERSION: '2.
|
|
86
|
+
VERSION: '2.1072.0',
|
|
87
87
|
|
|
88
88
|
/**
|
|
89
89
|
* @api private
|
|
@@ -9228,6 +9228,18 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
9228
9228
|
var TYPE_NULL = 7;
|
|
9229
9229
|
var TYPE_ARRAY_NUMBER = 8;
|
|
9230
9230
|
var TYPE_ARRAY_STRING = 9;
|
|
9231
|
+
var TYPE_NAME_TABLE = {
|
|
9232
|
+
0: 'number',
|
|
9233
|
+
1: 'any',
|
|
9234
|
+
2: 'string',
|
|
9235
|
+
3: 'array',
|
|
9236
|
+
4: 'object',
|
|
9237
|
+
5: 'boolean',
|
|
9238
|
+
6: 'expression',
|
|
9239
|
+
7: 'null',
|
|
9240
|
+
8: 'Array<number>',
|
|
9241
|
+
9: 'Array<string>'
|
|
9242
|
+
};
|
|
9231
9243
|
|
|
9232
9244
|
var TOK_EOF = "EOF";
|
|
9233
9245
|
var TOK_UNQUOTEDIDENTIFIER = "UnquotedIdentifier";
|
|
@@ -9639,10 +9651,8 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
9639
9651
|
var node = {type: "Field", name: token.value};
|
|
9640
9652
|
if (this._lookahead(0) === TOK_LPAREN) {
|
|
9641
9653
|
throw new Error("Quoted identifier not allowed for function names.");
|
|
9642
|
-
} else {
|
|
9643
|
-
return node;
|
|
9644
9654
|
}
|
|
9645
|
-
|
|
9655
|
+
return node;
|
|
9646
9656
|
case TOK_NOT:
|
|
9647
9657
|
right = this.expression(bindingPower.Not);
|
|
9648
9658
|
return {type: "NotExpression", children: [right]};
|
|
@@ -9676,10 +9686,8 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
9676
9686
|
right = this._parseProjectionRHS(bindingPower.Star);
|
|
9677
9687
|
return {type: "Projection",
|
|
9678
9688
|
children: [{type: "Identity"}, right]};
|
|
9679
|
-
} else {
|
|
9680
|
-
return this._parseMultiselectList();
|
|
9681
9689
|
}
|
|
9682
|
-
|
|
9690
|
+
return this._parseMultiselectList();
|
|
9683
9691
|
case TOK_CURRENT:
|
|
9684
9692
|
return {type: TOK_CURRENT};
|
|
9685
9693
|
case TOK_EXPREF:
|
|
@@ -9711,13 +9719,11 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
9711
9719
|
if (this._lookahead(0) !== TOK_STAR) {
|
|
9712
9720
|
right = this._parseDotRHS(rbp);
|
|
9713
9721
|
return {type: "Subexpression", children: [left, right]};
|
|
9714
|
-
} else {
|
|
9715
|
-
// Creating a projection.
|
|
9716
|
-
this._advance();
|
|
9717
|
-
right = this._parseProjectionRHS(rbp);
|
|
9718
|
-
return {type: "ValueProjection", children: [left, right]};
|
|
9719
9722
|
}
|
|
9720
|
-
|
|
9723
|
+
// Creating a projection.
|
|
9724
|
+
this._advance();
|
|
9725
|
+
right = this._parseProjectionRHS(rbp);
|
|
9726
|
+
return {type: "ValueProjection", children: [left, right]};
|
|
9721
9727
|
case TOK_PIPE:
|
|
9722
9728
|
right = this.expression(bindingPower.Pipe);
|
|
9723
9729
|
return {type: TOK_PIPE, children: [left, right]};
|
|
@@ -9771,13 +9777,11 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
9771
9777
|
if (token.type === TOK_NUMBER || token.type === TOK_COLON) {
|
|
9772
9778
|
right = this._parseIndexExpression();
|
|
9773
9779
|
return this._projectIfSlice(left, right);
|
|
9774
|
-
} else {
|
|
9775
|
-
this._match(TOK_STAR);
|
|
9776
|
-
this._match(TOK_RBRACKET);
|
|
9777
|
-
right = this._parseProjectionRHS(bindingPower.Star);
|
|
9778
|
-
return {type: "Projection", children: [left, right]};
|
|
9779
9780
|
}
|
|
9780
|
-
|
|
9781
|
+
this._match(TOK_STAR);
|
|
9782
|
+
this._match(TOK_RBRACKET);
|
|
9783
|
+
right = this._parseProjectionRHS(bindingPower.Star);
|
|
9784
|
+
return {type: "Projection", children: [left, right]};
|
|
9781
9785
|
default:
|
|
9782
9786
|
this._errorToken(this._lookaheadToken(0));
|
|
9783
9787
|
}
|
|
@@ -9954,19 +9958,15 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
9954
9958
|
var matched, current, result, first, second, field, left, right, collected, i;
|
|
9955
9959
|
switch (node.type) {
|
|
9956
9960
|
case "Field":
|
|
9957
|
-
if (value
|
|
9958
|
-
return null;
|
|
9959
|
-
} else if (isObject(value)) {
|
|
9961
|
+
if (value !== null && isObject(value)) {
|
|
9960
9962
|
field = value[node.name];
|
|
9961
9963
|
if (field === undefined) {
|
|
9962
9964
|
return null;
|
|
9963
9965
|
} else {
|
|
9964
9966
|
return field;
|
|
9965
9967
|
}
|
|
9966
|
-
} else {
|
|
9967
|
-
return null;
|
|
9968
9968
|
}
|
|
9969
|
-
|
|
9969
|
+
return null;
|
|
9970
9970
|
case "Subexpression":
|
|
9971
9971
|
result = this.visit(node.children[0], value);
|
|
9972
9972
|
for (i = 1; i < node.children.length; i++) {
|
|
@@ -10337,11 +10337,16 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
10337
10337
|
}
|
|
10338
10338
|
}
|
|
10339
10339
|
if (!typeMatched) {
|
|
10340
|
+
var expected = currentSpec
|
|
10341
|
+
.map(function(typeIdentifier) {
|
|
10342
|
+
return TYPE_NAME_TABLE[typeIdentifier];
|
|
10343
|
+
})
|
|
10344
|
+
.join(',');
|
|
10340
10345
|
throw new Error("TypeError: " + name + "() " +
|
|
10341
10346
|
"expected argument " + (i + 1) +
|
|
10342
|
-
" to be type " +
|
|
10343
|
-
" but received type " +
|
|
10344
|
-
" instead.");
|
|
10347
|
+
" to be type " + expected +
|
|
10348
|
+
" but received type " +
|
|
10349
|
+
TYPE_NAME_TABLE[actualType] + " instead.");
|
|
10345
10350
|
}
|
|
10346
10351
|
}
|
|
10347
10352
|
},
|
|
@@ -12077,6 +12082,8 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
12077
12082
|
validateStructure: function validateStructure(shape, params, context) {
|
|
12078
12083
|
this.validateType(params, context, ['object'], 'structure');
|
|
12079
12084
|
|
|
12085
|
+
if (shape.isDocument) return true;
|
|
12086
|
+
|
|
12080
12087
|
var paramName;
|
|
12081
12088
|
for (var i = 0; shape.required && i < shape.required.length; i++) {
|
|
12082
12089
|
paramName = shape.required[i];
|