@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
|
@@ -102,6 +102,39 @@
|
|
|
102
102
|
"shape": "S1a"
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
|
+
"CreateReplicationConfiguration": {
|
|
106
|
+
"http": {
|
|
107
|
+
"requestUri": "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration",
|
|
108
|
+
"responseCode": 200
|
|
109
|
+
},
|
|
110
|
+
"input": {
|
|
111
|
+
"type": "structure",
|
|
112
|
+
"required": [
|
|
113
|
+
"SourceFileSystemId",
|
|
114
|
+
"Destinations"
|
|
115
|
+
],
|
|
116
|
+
"members": {
|
|
117
|
+
"SourceFileSystemId": {
|
|
118
|
+
"location": "uri",
|
|
119
|
+
"locationName": "SourceFileSystemId"
|
|
120
|
+
},
|
|
121
|
+
"Destinations": {
|
|
122
|
+
"type": "list",
|
|
123
|
+
"member": {
|
|
124
|
+
"type": "structure",
|
|
125
|
+
"members": {
|
|
126
|
+
"Region": {},
|
|
127
|
+
"AvailabilityZoneName": {},
|
|
128
|
+
"KmsKeyId": {}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"output": {
|
|
135
|
+
"shape": "S1i"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
105
138
|
"CreateTags": {
|
|
106
139
|
"http": {
|
|
107
140
|
"requestUri": "/2015-02-01/create-tags/{FileSystemId}",
|
|
@@ -202,6 +235,25 @@
|
|
|
202
235
|
}
|
|
203
236
|
}
|
|
204
237
|
},
|
|
238
|
+
"DeleteReplicationConfiguration": {
|
|
239
|
+
"http": {
|
|
240
|
+
"method": "DELETE",
|
|
241
|
+
"requestUri": "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration",
|
|
242
|
+
"responseCode": 204
|
|
243
|
+
},
|
|
244
|
+
"input": {
|
|
245
|
+
"type": "structure",
|
|
246
|
+
"required": [
|
|
247
|
+
"SourceFileSystemId"
|
|
248
|
+
],
|
|
249
|
+
"members": {
|
|
250
|
+
"SourceFileSystemId": {
|
|
251
|
+
"location": "uri",
|
|
252
|
+
"locationName": "SourceFileSystemId"
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
},
|
|
205
257
|
"DeleteTags": {
|
|
206
258
|
"http": {
|
|
207
259
|
"requestUri": "/2015-02-01/delete-tags/{FileSystemId}",
|
|
@@ -219,7 +271,7 @@
|
|
|
219
271
|
"locationName": "FileSystemId"
|
|
220
272
|
},
|
|
221
273
|
"TagKeys": {
|
|
222
|
-
"shape": "
|
|
274
|
+
"shape": "S1t"
|
|
223
275
|
}
|
|
224
276
|
}
|
|
225
277
|
},
|
|
@@ -286,7 +338,7 @@
|
|
|
286
338
|
"type": "structure",
|
|
287
339
|
"members": {
|
|
288
340
|
"ResourceIdPreference": {
|
|
289
|
-
"shape": "
|
|
341
|
+
"shape": "S21"
|
|
290
342
|
},
|
|
291
343
|
"NextToken": {}
|
|
292
344
|
}
|
|
@@ -311,7 +363,7 @@
|
|
|
311
363
|
}
|
|
312
364
|
},
|
|
313
365
|
"output": {
|
|
314
|
-
"shape": "
|
|
366
|
+
"shape": "S26"
|
|
315
367
|
}
|
|
316
368
|
},
|
|
317
369
|
"DescribeFileSystemPolicy": {
|
|
@@ -333,7 +385,7 @@
|
|
|
333
385
|
}
|
|
334
386
|
},
|
|
335
387
|
"output": {
|
|
336
|
-
"shape": "
|
|
388
|
+
"shape": "S2a"
|
|
337
389
|
}
|
|
338
390
|
},
|
|
339
391
|
"DescribeFileSystems": {
|
|
@@ -397,7 +449,7 @@
|
|
|
397
449
|
}
|
|
398
450
|
},
|
|
399
451
|
"output": {
|
|
400
|
-
"shape": "
|
|
452
|
+
"shape": "S2i"
|
|
401
453
|
}
|
|
402
454
|
},
|
|
403
455
|
"DescribeMountTargetSecurityGroups": {
|
|
@@ -476,6 +528,43 @@
|
|
|
476
528
|
}
|
|
477
529
|
}
|
|
478
530
|
},
|
|
531
|
+
"DescribeReplicationConfigurations": {
|
|
532
|
+
"http": {
|
|
533
|
+
"method": "GET",
|
|
534
|
+
"requestUri": "/2015-02-01/file-systems/replication-configurations",
|
|
535
|
+
"responseCode": 200
|
|
536
|
+
},
|
|
537
|
+
"input": {
|
|
538
|
+
"type": "structure",
|
|
539
|
+
"members": {
|
|
540
|
+
"FileSystemId": {
|
|
541
|
+
"location": "querystring",
|
|
542
|
+
"locationName": "FileSystemId"
|
|
543
|
+
},
|
|
544
|
+
"NextToken": {
|
|
545
|
+
"location": "querystring",
|
|
546
|
+
"locationName": "NextToken"
|
|
547
|
+
},
|
|
548
|
+
"MaxResults": {
|
|
549
|
+
"location": "querystring",
|
|
550
|
+
"locationName": "MaxResults",
|
|
551
|
+
"type": "integer"
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
"output": {
|
|
556
|
+
"type": "structure",
|
|
557
|
+
"members": {
|
|
558
|
+
"Replications": {
|
|
559
|
+
"type": "list",
|
|
560
|
+
"member": {
|
|
561
|
+
"shape": "S1i"
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
"NextToken": {}
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
},
|
|
479
568
|
"DescribeTags": {
|
|
480
569
|
"http": {
|
|
481
570
|
"method": "GET",
|
|
@@ -597,7 +686,7 @@
|
|
|
597
686
|
"type": "structure",
|
|
598
687
|
"members": {
|
|
599
688
|
"ResourceIdPreference": {
|
|
600
|
-
"shape": "
|
|
689
|
+
"shape": "S21"
|
|
601
690
|
}
|
|
602
691
|
}
|
|
603
692
|
}
|
|
@@ -620,12 +709,12 @@
|
|
|
620
709
|
"locationName": "FileSystemId"
|
|
621
710
|
},
|
|
622
711
|
"BackupPolicy": {
|
|
623
|
-
"shape": "
|
|
712
|
+
"shape": "S27"
|
|
624
713
|
}
|
|
625
714
|
}
|
|
626
715
|
},
|
|
627
716
|
"output": {
|
|
628
|
-
"shape": "
|
|
717
|
+
"shape": "S26"
|
|
629
718
|
}
|
|
630
719
|
},
|
|
631
720
|
"PutFileSystemPolicy": {
|
|
@@ -652,7 +741,7 @@
|
|
|
652
741
|
}
|
|
653
742
|
},
|
|
654
743
|
"output": {
|
|
655
|
-
"shape": "
|
|
744
|
+
"shape": "S2a"
|
|
656
745
|
}
|
|
657
746
|
},
|
|
658
747
|
"PutLifecycleConfiguration": {
|
|
@@ -673,12 +762,12 @@
|
|
|
673
762
|
"locationName": "FileSystemId"
|
|
674
763
|
},
|
|
675
764
|
"LifecyclePolicies": {
|
|
676
|
-
"shape": "
|
|
765
|
+
"shape": "S2j"
|
|
677
766
|
}
|
|
678
767
|
}
|
|
679
768
|
},
|
|
680
769
|
"output": {
|
|
681
|
-
"shape": "
|
|
770
|
+
"shape": "S2i"
|
|
682
771
|
}
|
|
683
772
|
},
|
|
684
773
|
"TagResource": {
|
|
@@ -721,7 +810,7 @@
|
|
|
721
810
|
"locationName": "ResourceId"
|
|
722
811
|
},
|
|
723
812
|
"TagKeys": {
|
|
724
|
-
"shape": "
|
|
813
|
+
"shape": "S1t",
|
|
725
814
|
"location": "querystring",
|
|
726
815
|
"locationName": "tagKeys"
|
|
727
816
|
}
|
|
@@ -922,11 +1011,50 @@
|
|
|
922
1011
|
"VpcId": {}
|
|
923
1012
|
}
|
|
924
1013
|
},
|
|
925
|
-
"
|
|
1014
|
+
"S1i": {
|
|
1015
|
+
"type": "structure",
|
|
1016
|
+
"required": [
|
|
1017
|
+
"SourceFileSystemId",
|
|
1018
|
+
"SourceFileSystemRegion",
|
|
1019
|
+
"SourceFileSystemArn",
|
|
1020
|
+
"OriginalSourceFileSystemArn",
|
|
1021
|
+
"CreationTime",
|
|
1022
|
+
"Destinations"
|
|
1023
|
+
],
|
|
1024
|
+
"members": {
|
|
1025
|
+
"SourceFileSystemId": {},
|
|
1026
|
+
"SourceFileSystemRegion": {},
|
|
1027
|
+
"SourceFileSystemArn": {},
|
|
1028
|
+
"OriginalSourceFileSystemArn": {},
|
|
1029
|
+
"CreationTime": {
|
|
1030
|
+
"type": "timestamp"
|
|
1031
|
+
},
|
|
1032
|
+
"Destinations": {
|
|
1033
|
+
"type": "list",
|
|
1034
|
+
"member": {
|
|
1035
|
+
"type": "structure",
|
|
1036
|
+
"required": [
|
|
1037
|
+
"Status",
|
|
1038
|
+
"FileSystemId",
|
|
1039
|
+
"Region"
|
|
1040
|
+
],
|
|
1041
|
+
"members": {
|
|
1042
|
+
"Status": {},
|
|
1043
|
+
"FileSystemId": {},
|
|
1044
|
+
"Region": {},
|
|
1045
|
+
"LastReplicatedTimestamp": {
|
|
1046
|
+
"type": "timestamp"
|
|
1047
|
+
}
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
"S1t": {
|
|
926
1054
|
"type": "list",
|
|
927
1055
|
"member": {}
|
|
928
1056
|
},
|
|
929
|
-
"
|
|
1057
|
+
"S21": {
|
|
930
1058
|
"type": "structure",
|
|
931
1059
|
"members": {
|
|
932
1060
|
"ResourceIdType": {},
|
|
@@ -936,15 +1064,15 @@
|
|
|
936
1064
|
}
|
|
937
1065
|
}
|
|
938
1066
|
},
|
|
939
|
-
"
|
|
1067
|
+
"S26": {
|
|
940
1068
|
"type": "structure",
|
|
941
1069
|
"members": {
|
|
942
1070
|
"BackupPolicy": {
|
|
943
|
-
"shape": "
|
|
1071
|
+
"shape": "S27"
|
|
944
1072
|
}
|
|
945
1073
|
}
|
|
946
1074
|
},
|
|
947
|
-
"
|
|
1075
|
+
"S27": {
|
|
948
1076
|
"type": "structure",
|
|
949
1077
|
"required": [
|
|
950
1078
|
"Status"
|
|
@@ -953,22 +1081,22 @@
|
|
|
953
1081
|
"Status": {}
|
|
954
1082
|
}
|
|
955
1083
|
},
|
|
956
|
-
"
|
|
1084
|
+
"S2a": {
|
|
957
1085
|
"type": "structure",
|
|
958
1086
|
"members": {
|
|
959
1087
|
"FileSystemId": {},
|
|
960
1088
|
"Policy": {}
|
|
961
1089
|
}
|
|
962
1090
|
},
|
|
963
|
-
"
|
|
1091
|
+
"S2i": {
|
|
964
1092
|
"type": "structure",
|
|
965
1093
|
"members": {
|
|
966
1094
|
"LifecyclePolicies": {
|
|
967
|
-
"shape": "
|
|
1095
|
+
"shape": "S2j"
|
|
968
1096
|
}
|
|
969
1097
|
}
|
|
970
1098
|
},
|
|
971
|
-
"
|
|
1099
|
+
"S2j": {
|
|
972
1100
|
"type": "list",
|
|
973
1101
|
"member": {
|
|
974
1102
|
"type": "structure",
|