@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.
Files changed (134) hide show
  1. package/.jsii +147 -4
  2. package/.projenrc.ts +1 -1
  3. package/CHANGELOG.md +1 -1
  4. package/lib/ecr-sync.d.ts +4 -22
  5. package/lib/ecr-sync.js +3 -10
  6. package/lib/image.d.ts +5 -8
  7. package/lib/image.js +1 -1
  8. package/node_modules/aws-sdk/CHANGELOG.md +69 -1
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
  11. package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
  12. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
  13. package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
  14. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
  15. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
  16. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
  17. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
  18. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
  19. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
  20. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
  21. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
  22. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
  23. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
  24. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
  25. package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
  26. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
  27. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
  28. package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
  29. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
  30. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
  31. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
  32. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
  33. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
  34. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
  35. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
  36. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
  37. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
  38. package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
  39. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
  40. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
  41. package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
  42. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
  43. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
  44. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
  45. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
  46. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
  47. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
  48. package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
  49. package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
  50. package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
  51. package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
  52. package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
  53. package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
  54. package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
  55. package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
  56. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
  57. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
  58. package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
  59. package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
  60. package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
  61. package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
  62. package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
  63. package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
  64. package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
  65. package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
  66. package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
  67. package/node_modules/aws-sdk/clients/es.d.ts +97 -0
  68. package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
  69. package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
  70. package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
  71. package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
  72. package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
  73. package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
  74. package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
  75. package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
  76. package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
  77. package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
  78. package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
  79. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
  80. package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
  81. package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
  82. package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
  83. package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
  84. package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
  85. package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
  86. package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
  87. package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
  88. package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
  89. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
  90. package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
  91. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
  92. package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
  93. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
  94. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
  95. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
  96. package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
  97. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
  98. package/node_modules/aws-sdk/lib/core.js +1 -1
  99. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  100. package/node_modules/aws-sdk/lib/param_validator.js +2 -0
  101. package/node_modules/aws-sdk/package.json +2 -2
  102. package/node_modules/jmespath/jmespath.js +32 -27
  103. package/node_modules/jmespath/package.json +2 -7
  104. package/package.json +3 -3
  105. package/releasetag.txt +1 -1
  106. package/version.txt +1 -1
  107. package/node_modules/jmespath/.eslintrc +0 -10
  108. package/node_modules/jmespath/.npmignore +0 -1
  109. package/node_modules/jmespath/.travis.yml +0 -6
  110. package/node_modules/jmespath/BASELINE +0 -15
  111. package/node_modules/jmespath/Gruntfile.js +0 -36
  112. package/node_modules/jmespath/g.sh +0 -5
  113. package/node_modules/jmespath/index.html +0 -93
  114. package/node_modules/jmespath/james.html +0 -7
  115. package/node_modules/jmespath/l.js +0 -189
  116. package/node_modules/jmespath/perf.js +0 -33
  117. package/node_modules/jmespath/reservedWords.json +0 -4
  118. package/node_modules/jmespath/test/compliance/basic.json +0 -96
  119. package/node_modules/jmespath/test/compliance/boolean.json +0 -257
  120. package/node_modules/jmespath/test/compliance/current.json +0 -25
  121. package/node_modules/jmespath/test/compliance/escape.json +0 -46
  122. package/node_modules/jmespath/test/compliance/filters.json +0 -468
  123. package/node_modules/jmespath/test/compliance/functions.json +0 -825
  124. package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
  125. package/node_modules/jmespath/test/compliance/indices.json +0 -346
  126. package/node_modules/jmespath/test/compliance/literal.json +0 -190
  127. package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
  128. package/node_modules/jmespath/test/compliance/pipe.json +0 -131
  129. package/node_modules/jmespath/test/compliance/slice.json +0 -187
  130. package/node_modules/jmespath/test/compliance/syntax.json +0 -616
  131. package/node_modules/jmespath/test/compliance/unicode.json +0 -38
  132. package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
  133. package/node_modules/jmespath/test/compliance.js +0 -56
  134. package/node_modules/jmespath/test/jmespath.js +0 -217
@@ -159,7 +159,7 @@
159
159
  "shape": "Se"
160
160
  },
161
161
  "VersionIdsToStages": {
162
- "shape": "S17"
162
+ "shape": "S19"
163
163
  },
164
164
  "OwningService": {},
165
165
  "CreatedDate": {
@@ -254,7 +254,7 @@
254
254
  "shape": "Sd"
255
255
  },
256
256
  "VersionStages": {
257
- "shape": "S18"
257
+ "shape": "S1a"
258
258
  },
259
259
  "CreatedDate": {
260
260
  "type": "timestamp"
@@ -289,7 +289,7 @@
289
289
  "members": {
290
290
  "VersionId": {},
291
291
  "VersionStages": {
292
- "shape": "S18"
292
+ "shape": "S1a"
293
293
  },
294
294
  "LastAccessedDate": {
295
295
  "type": "timestamp"
@@ -369,7 +369,7 @@
369
369
  "shape": "Se"
370
370
  },
371
371
  "SecretVersionsToStages": {
372
- "shape": "S17"
372
+ "shape": "S19"
373
373
  },
374
374
  "OwningService": {},
375
375
  "CreatedDate": {
@@ -424,7 +424,7 @@
424
424
  "shape": "Sd"
425
425
  },
426
426
  "VersionStages": {
427
- "shape": "S18"
427
+ "shape": "S1a"
428
428
  }
429
429
  }
430
430
  },
@@ -435,7 +435,7 @@
435
435
  "Name": {},
436
436
  "VersionId": {},
437
437
  "VersionStages": {
438
- "shape": "S18"
438
+ "shape": "S1a"
439
439
  }
440
440
  }
441
441
  }
@@ -524,6 +524,9 @@
524
524
  "RotationLambdaARN": {},
525
525
  "RotationRules": {
526
526
  "shape": "S12"
527
+ },
528
+ "RotateImmediately": {
529
+ "type": "boolean"
527
530
  }
528
531
  }
529
532
  },
@@ -716,17 +719,19 @@
716
719
  "members": {
717
720
  "AutomaticallyAfterDays": {
718
721
  "type": "long"
719
- }
722
+ },
723
+ "Duration": {},
724
+ "ScheduleExpression": {}
720
725
  }
721
726
  },
722
- "S17": {
727
+ "S19": {
723
728
  "type": "map",
724
729
  "key": {},
725
730
  "value": {
726
- "shape": "S18"
731
+ "shape": "S1a"
727
732
  }
728
733
  },
729
- "S18": {
734
+ "S1a": {
730
735
  "type": "list",
731
736
  "member": {}
732
737
  }
@@ -361,7 +361,7 @@
361
361
  "type": "structure",
362
362
  "members": {
363
363
  "UnprocessedAccounts": {
364
- "shape": "Shh"
364
+ "shape": "Shj"
365
365
  }
366
366
  }
367
367
  }
@@ -377,7 +377,7 @@
377
377
  ],
378
378
  "members": {
379
379
  "AccountIds": {
380
- "shape": "Shk"
380
+ "shape": "Shm"
381
381
  }
382
382
  }
383
383
  },
@@ -385,7 +385,7 @@
385
385
  "type": "structure",
386
386
  "members": {
387
387
  "UnprocessedAccounts": {
388
- "shape": "Shh"
388
+ "shape": "Shj"
389
389
  }
390
390
  }
391
391
  }
@@ -477,7 +477,7 @@
477
477
  ],
478
478
  "members": {
479
479
  "AccountIds": {
480
- "shape": "Shk"
480
+ "shape": "Shm"
481
481
  }
482
482
  }
483
483
  },
@@ -485,7 +485,7 @@
485
485
  "type": "structure",
486
486
  "members": {
487
487
  "UnprocessedAccounts": {
488
- "shape": "Shh"
488
+ "shape": "Shj"
489
489
  }
490
490
  }
491
491
  }
@@ -501,7 +501,7 @@
501
501
  ],
502
502
  "members": {
503
503
  "AccountIds": {
504
- "shape": "Shk"
504
+ "shape": "Shm"
505
505
  }
506
506
  }
507
507
  },
@@ -509,7 +509,7 @@
509
509
  "type": "structure",
510
510
  "members": {
511
511
  "UnprocessedAccounts": {
512
- "shape": "Shh"
512
+ "shape": "Shj"
513
513
  }
514
514
  }
515
515
  }
@@ -522,7 +522,7 @@
522
522
  "type": "structure",
523
523
  "members": {
524
524
  "ActionTargetArns": {
525
- "shape": "Shx"
525
+ "shape": "Shz"
526
526
  },
527
527
  "NextToken": {},
528
528
  "MaxResults": {
@@ -739,7 +739,7 @@
739
739
  "ControlStatus": {},
740
740
  "DisabledReason": {},
741
741
  "ControlStatusUpdatedAt": {
742
- "shape": "Sin"
742
+ "shape": "Sip"
743
743
  },
744
744
  "ControlId": {},
745
745
  "Title": {},
@@ -849,7 +849,7 @@
849
849
  ],
850
850
  "members": {
851
851
  "AccountIds": {
852
- "shape": "Shk"
852
+ "shape": "Shm"
853
853
  }
854
854
  }
855
855
  },
@@ -904,7 +904,7 @@
904
904
  "type": "structure",
905
905
  "members": {
906
906
  "Tags": {
907
- "shape": "Sj6"
907
+ "shape": "Sj8"
908
908
  },
909
909
  "EnableDefaultStandards": {
910
910
  "type": "boolean"
@@ -929,7 +929,7 @@
929
929
  "type": "structure",
930
930
  "members": {
931
931
  "Administrator": {
932
- "shape": "Sjc"
932
+ "shape": "Sje"
933
933
  }
934
934
  }
935
935
  }
@@ -1093,7 +1093,7 @@
1093
1093
  "type": "structure",
1094
1094
  "members": {
1095
1095
  "InsightArns": {
1096
- "shape": "Shx"
1096
+ "shape": "Shz"
1097
1097
  },
1098
1098
  "NextToken": {},
1099
1099
  "MaxResults": {
@@ -1162,7 +1162,7 @@
1162
1162
  "type": "structure",
1163
1163
  "members": {
1164
1164
  "Master": {
1165
- "shape": "Sjc"
1165
+ "shape": "Sje"
1166
1166
  }
1167
1167
  }
1168
1168
  },
@@ -1180,7 +1180,7 @@
1180
1180
  ],
1181
1181
  "members": {
1182
1182
  "AccountIds": {
1183
- "shape": "Shk"
1183
+ "shape": "Shm"
1184
1184
  }
1185
1185
  }
1186
1186
  },
@@ -1188,10 +1188,10 @@
1188
1188
  "type": "structure",
1189
1189
  "members": {
1190
1190
  "Members": {
1191
- "shape": "Sk2"
1191
+ "shape": "Sk4"
1192
1192
  },
1193
1193
  "UnprocessedAccounts": {
1194
- "shape": "Shh"
1194
+ "shape": "Shj"
1195
1195
  }
1196
1196
  }
1197
1197
  }
@@ -1207,7 +1207,7 @@
1207
1207
  ],
1208
1208
  "members": {
1209
1209
  "AccountIds": {
1210
- "shape": "Shk"
1210
+ "shape": "Shm"
1211
1211
  }
1212
1212
  }
1213
1213
  },
@@ -1215,7 +1215,7 @@
1215
1215
  "type": "structure",
1216
1216
  "members": {
1217
1217
  "UnprocessedAccounts": {
1218
- "shape": "Shh"
1218
+ "shape": "Shj"
1219
1219
  }
1220
1220
  }
1221
1221
  }
@@ -1310,7 +1310,7 @@
1310
1310
  "Invitations": {
1311
1311
  "type": "list",
1312
1312
  "member": {
1313
- "shape": "Sjc"
1313
+ "shape": "Sje"
1314
1314
  }
1315
1315
  },
1316
1316
  "NextToken": {}
@@ -1345,7 +1345,7 @@
1345
1345
  "type": "structure",
1346
1346
  "members": {
1347
1347
  "Members": {
1348
- "shape": "Sk2"
1348
+ "shape": "Sk4"
1349
1349
  },
1350
1350
  "NextToken": {}
1351
1351
  }
@@ -1408,7 +1408,7 @@
1408
1408
  "type": "structure",
1409
1409
  "members": {
1410
1410
  "Tags": {
1411
- "shape": "Sj6"
1411
+ "shape": "Sj8"
1412
1412
  }
1413
1413
  }
1414
1414
  }
@@ -1429,7 +1429,7 @@
1429
1429
  "locationName": "ResourceArn"
1430
1430
  },
1431
1431
  "Tags": {
1432
- "shape": "Sj6"
1432
+ "shape": "Sj8"
1433
1433
  }
1434
1434
  }
1435
1435
  },
@@ -6197,6 +6197,9 @@
6197
6197
  "shape": "Sm"
6198
6198
  }
6199
6199
  }
6200
+ },
6201
+ "Sample": {
6202
+ "type": "boolean"
6200
6203
  }
6201
6204
  }
6202
6205
  },
@@ -7001,6 +7004,17 @@
7001
7004
  },
7002
7005
  "FindingProviderFieldsTypes": {
7003
7006
  "shape": "Sgv"
7007
+ },
7008
+ "Sample": {
7009
+ "type": "list",
7010
+ "member": {
7011
+ "type": "structure",
7012
+ "members": {
7013
+ "Value": {
7014
+ "type": "boolean"
7015
+ }
7016
+ }
7017
+ }
7004
7018
  }
7005
7019
  }
7006
7020
  },
@@ -7070,7 +7084,7 @@
7070
7084
  }
7071
7085
  }
7072
7086
  },
7073
- "Shh": {
7087
+ "Shj": {
7074
7088
  "type": "list",
7075
7089
  "member": {
7076
7090
  "type": "structure",
@@ -7080,35 +7094,35 @@
7080
7094
  }
7081
7095
  }
7082
7096
  },
7083
- "Shk": {
7097
+ "Shm": {
7084
7098
  "type": "list",
7085
7099
  "member": {}
7086
7100
  },
7087
- "Shx": {
7101
+ "Shz": {
7088
7102
  "type": "list",
7089
7103
  "member": {}
7090
7104
  },
7091
- "Sin": {
7105
+ "Sip": {
7092
7106
  "type": "timestamp",
7093
7107
  "timestampFormat": "iso8601"
7094
7108
  },
7095
- "Sj6": {
7109
+ "Sj8": {
7096
7110
  "type": "map",
7097
7111
  "key": {},
7098
7112
  "value": {}
7099
7113
  },
7100
- "Sjc": {
7114
+ "Sje": {
7101
7115
  "type": "structure",
7102
7116
  "members": {
7103
7117
  "AccountId": {},
7104
7118
  "InvitationId": {},
7105
7119
  "InvitedAt": {
7106
- "shape": "Sin"
7120
+ "shape": "Sip"
7107
7121
  },
7108
7122
  "MemberStatus": {}
7109
7123
  }
7110
7124
  },
7111
- "Sk2": {
7125
+ "Sk4": {
7112
7126
  "type": "list",
7113
7127
  "member": {
7114
7128
  "type": "structure",
@@ -7122,10 +7136,10 @@
7122
7136
  "AdministratorId": {},
7123
7137
  "MemberStatus": {},
7124
7138
  "InvitedAt": {
7125
- "shape": "Sin"
7139
+ "shape": "Sip"
7126
7140
  },
7127
7141
  "UpdatedAt": {
7128
- "shape": "Sin"
7142
+ "shape": "Sip"
7129
7143
  }
7130
7144
  }
7131
7145
  }
@@ -99,6 +99,10 @@
99
99
  "NextToken": {},
100
100
  "MaxResults": {
101
101
  "type": "integer"
102
+ },
103
+ "Names": {
104
+ "type": "list",
105
+ "member": {}
102
106
  }
103
107
  }
104
108
  },
@@ -125,6 +129,10 @@
125
129
  "NextToken": {},
126
130
  "MaxResults": {
127
131
  "type": "integer"
132
+ },
133
+ "Names": {
134
+ "type": "list",
135
+ "member": {}
128
136
  }
129
137
  }
130
138
  },
@@ -138,7 +146,7 @@
138
146
  "members": {
139
147
  "CanaryName": {},
140
148
  "LastRun": {
141
- "shape": "S1p"
149
+ "shape": "S1r"
142
150
  }
143
151
  }
144
152
  }
@@ -235,7 +243,7 @@
235
243
  "CanaryRuns": {
236
244
  "type": "list",
237
245
  "member": {
238
- "shape": "S1p"
246
+ "shape": "S1r"
239
247
  }
240
248
  },
241
249
  "NextToken": {}
@@ -629,7 +637,7 @@
629
637
  }
630
638
  }
631
639
  },
632
- "S1p": {
640
+ "S1r": {
633
641
  "type": "structure",
634
642
  "members": {
635
643
  "Id": {},