@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
@@ -329,7 +329,7 @@
329
329
  "type": "structure",
330
330
  "members": {
331
331
  "MedicalTranscriptionJob": {
332
- "shape": "S2i"
332
+ "shape": "S2k"
333
333
  }
334
334
  }
335
335
  }
@@ -372,7 +372,7 @@
372
372
  "type": "structure",
373
373
  "members": {
374
374
  "TranscriptionJob": {
375
- "shape": "S2v"
375
+ "shape": "S2x"
376
376
  }
377
377
  }
378
378
  }
@@ -575,7 +575,7 @@
575
575
  "Status": {},
576
576
  "NextToken": {},
577
577
  "Vocabularies": {
578
- "shape": "S3q"
578
+ "shape": "S3s"
579
579
  }
580
580
  }
581
581
  }
@@ -640,7 +640,7 @@
640
640
  "shape": "S27"
641
641
  },
642
642
  "ModelSettings": {
643
- "shape": "S2x"
643
+ "shape": "S2z"
644
644
  },
645
645
  "IdentifyLanguage": {
646
646
  "type": "boolean"
@@ -672,7 +672,7 @@
672
672
  "Status": {},
673
673
  "NextToken": {},
674
674
  "Vocabularies": {
675
- "shape": "S3q"
675
+ "shape": "S3s"
676
676
  }
677
677
  }
678
678
  }
@@ -728,7 +728,7 @@
728
728
  "shape": "S25"
729
729
  },
730
730
  "ChannelDefinitions": {
731
- "shape": "S2d"
731
+ "shape": "S2f"
732
732
  }
733
733
  }
734
734
  },
@@ -766,10 +766,10 @@
766
766
  "OutputKey": {},
767
767
  "OutputEncryptionKMSKeyId": {},
768
768
  "KMSEncryptionContext": {
769
- "shape": "S4b"
769
+ "shape": "S4d"
770
770
  },
771
771
  "Settings": {
772
- "shape": "S2l"
772
+ "shape": "S2n"
773
773
  },
774
774
  "ContentIdentificationType": {},
775
775
  "Specialty": {},
@@ -783,7 +783,7 @@
783
783
  "type": "structure",
784
784
  "members": {
785
785
  "MedicalTranscriptionJob": {
786
- "shape": "S2i"
786
+ "shape": "S2k"
787
787
  }
788
788
  }
789
789
  }
@@ -809,16 +809,16 @@
809
809
  "OutputKey": {},
810
810
  "OutputEncryptionKMSKeyId": {},
811
811
  "KMSEncryptionContext": {
812
- "shape": "S4b"
812
+ "shape": "S4d"
813
813
  },
814
814
  "Settings": {
815
- "shape": "S2w"
815
+ "shape": "S2y"
816
816
  },
817
817
  "ModelSettings": {
818
- "shape": "S2x"
818
+ "shape": "S2z"
819
819
  },
820
820
  "JobExecutionSettings": {
821
- "shape": "S2y"
821
+ "shape": "S30"
822
822
  },
823
823
  "ContentRedaction": {
824
824
  "shape": "S27"
@@ -827,13 +827,13 @@
827
827
  "type": "boolean"
828
828
  },
829
829
  "LanguageOptions": {
830
- "shape": "S2a"
830
+ "shape": "S2c"
831
831
  },
832
832
  "Subtitles": {
833
833
  "type": "structure",
834
834
  "members": {
835
835
  "Formats": {
836
- "shape": "S30"
836
+ "shape": "S32"
837
837
  }
838
838
  }
839
839
  },
@@ -841,7 +841,7 @@
841
841
  "shape": "Su"
842
842
  },
843
843
  "LanguageIdSettings": {
844
- "shape": "S2b"
844
+ "shape": "S2d"
845
845
  }
846
846
  }
847
847
  },
@@ -849,7 +849,7 @@
849
849
  "type": "structure",
850
850
  "members": {
851
851
  "TranscriptionJob": {
852
- "shape": "S2v"
852
+ "shape": "S2x"
853
853
  }
854
854
  }
855
855
  }
@@ -1225,7 +1225,7 @@
1225
1225
  "shape": "S25"
1226
1226
  },
1227
1227
  "ChannelDefinitions": {
1228
- "shape": "S2d"
1228
+ "shape": "S2f"
1229
1229
  }
1230
1230
  }
1231
1231
  },
@@ -1254,10 +1254,10 @@
1254
1254
  "shape": "S27"
1255
1255
  },
1256
1256
  "LanguageOptions": {
1257
- "shape": "S2a"
1257
+ "shape": "S2c"
1258
1258
  },
1259
1259
  "LanguageIdSettings": {
1260
- "shape": "S2b"
1260
+ "shape": "S2d"
1261
1261
  }
1262
1262
  }
1263
1263
  },
@@ -1269,14 +1269,18 @@
1269
1269
  ],
1270
1270
  "members": {
1271
1271
  "RedactionType": {},
1272
- "RedactionOutput": {}
1272
+ "RedactionOutput": {},
1273
+ "PiiEntityTypes": {
1274
+ "type": "list",
1275
+ "member": {}
1276
+ }
1273
1277
  }
1274
1278
  },
1275
- "S2a": {
1279
+ "S2c": {
1276
1280
  "type": "list",
1277
1281
  "member": {}
1278
1282
  },
1279
- "S2b": {
1283
+ "S2d": {
1280
1284
  "type": "map",
1281
1285
  "key": {},
1282
1286
  "value": {
@@ -1288,7 +1292,7 @@
1288
1292
  }
1289
1293
  }
1290
1294
  },
1291
- "S2d": {
1295
+ "S2f": {
1292
1296
  "type": "list",
1293
1297
  "member": {
1294
1298
  "type": "structure",
@@ -1300,7 +1304,7 @@
1300
1304
  }
1301
1305
  }
1302
1306
  },
1303
- "S2i": {
1307
+ "S2k": {
1304
1308
  "type": "structure",
1305
1309
  "members": {
1306
1310
  "MedicalTranscriptionJobName": {},
@@ -1330,7 +1334,7 @@
1330
1334
  },
1331
1335
  "FailureReason": {},
1332
1336
  "Settings": {
1333
- "shape": "S2l"
1337
+ "shape": "S2n"
1334
1338
  },
1335
1339
  "ContentIdentificationType": {},
1336
1340
  "Specialty": {},
@@ -1340,7 +1344,7 @@
1340
1344
  }
1341
1345
  }
1342
1346
  },
1343
- "S2l": {
1347
+ "S2n": {
1344
1348
  "type": "structure",
1345
1349
  "members": {
1346
1350
  "ShowSpeakerLabels": {
@@ -1361,7 +1365,7 @@
1361
1365
  "VocabularyName": {}
1362
1366
  }
1363
1367
  },
1364
- "S2v": {
1368
+ "S2x": {
1365
1369
  "type": "structure",
1366
1370
  "members": {
1367
1371
  "TranscriptionJobName": {},
@@ -1388,13 +1392,13 @@
1388
1392
  },
1389
1393
  "FailureReason": {},
1390
1394
  "Settings": {
1391
- "shape": "S2w"
1395
+ "shape": "S2y"
1392
1396
  },
1393
1397
  "ModelSettings": {
1394
- "shape": "S2x"
1398
+ "shape": "S2z"
1395
1399
  },
1396
1400
  "JobExecutionSettings": {
1397
- "shape": "S2y"
1401
+ "shape": "S30"
1398
1402
  },
1399
1403
  "ContentRedaction": {
1400
1404
  "shape": "S27"
@@ -1403,7 +1407,7 @@
1403
1407
  "type": "boolean"
1404
1408
  },
1405
1409
  "LanguageOptions": {
1406
- "shape": "S2a"
1410
+ "shape": "S2c"
1407
1411
  },
1408
1412
  "IdentifiedLanguageScore": {
1409
1413
  "type": "float"
@@ -1415,7 +1419,7 @@
1415
1419
  "type": "structure",
1416
1420
  "members": {
1417
1421
  "Formats": {
1418
- "shape": "S30"
1422
+ "shape": "S32"
1419
1423
  },
1420
1424
  "SubtitleFileUris": {
1421
1425
  "type": "list",
@@ -1424,11 +1428,11 @@
1424
1428
  }
1425
1429
  },
1426
1430
  "LanguageIdSettings": {
1427
- "shape": "S2b"
1431
+ "shape": "S2d"
1428
1432
  }
1429
1433
  }
1430
1434
  },
1431
- "S2w": {
1435
+ "S2y": {
1432
1436
  "type": "structure",
1433
1437
  "members": {
1434
1438
  "VocabularyName": {},
@@ -1451,13 +1455,13 @@
1451
1455
  "VocabularyFilterMethod": {}
1452
1456
  }
1453
1457
  },
1454
- "S2x": {
1458
+ "S2z": {
1455
1459
  "type": "structure",
1456
1460
  "members": {
1457
1461
  "LanguageModelName": {}
1458
1462
  }
1459
1463
  },
1460
- "S2y": {
1464
+ "S30": {
1461
1465
  "type": "structure",
1462
1466
  "members": {
1463
1467
  "AllowDeferredExecution": {
@@ -1466,11 +1470,11 @@
1466
1470
  "DataAccessRoleArn": {}
1467
1471
  }
1468
1472
  },
1469
- "S30": {
1473
+ "S32": {
1470
1474
  "type": "list",
1471
1475
  "member": {}
1472
1476
  },
1473
- "S3q": {
1477
+ "S3s": {
1474
1478
  "type": "list",
1475
1479
  "member": {
1476
1480
  "type": "structure",
@@ -1484,7 +1488,7 @@
1484
1488
  }
1485
1489
  }
1486
1490
  },
1487
- "S4b": {
1491
+ "S4d": {
1488
1492
  "type": "map",
1489
1493
  "key": {},
1490
1494
  "value": {}
@@ -373,7 +373,7 @@ declare namespace Amplify {
373
373
  */
374
374
  enableBasicAuth: EnableBasicAuth;
375
375
  /**
376
- * The basic authorization credentials for branches for the Amplify app.
376
+ * The basic authorization credentials for branches for the Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password.
377
377
  */
378
378
  basicAuthCredentials?: BasicAuthCredentials;
379
379
  /**
@@ -443,7 +443,7 @@ declare namespace Amplify {
443
443
  */
444
444
  environmentVariables?: EnvironmentVariables;
445
445
  /**
446
- * The basic authorization credentials for the autocreated branch.
446
+ * The basic authorization credentials for the autocreated branch. You must base64-encode the authorization credentials and provide them in the format user:password.
447
447
  */
448
448
  basicAuthCredentials?: BasicAuthCredentials;
449
449
  /**
@@ -575,7 +575,7 @@ declare namespace Amplify {
575
575
  */
576
576
  thumbnailUrl?: ThumbnailUrl;
577
577
  /**
578
- * The basic authorization credentials for a branch of an Amplify app.
578
+ * The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password.
579
579
  */
580
580
  basicAuthCredentials?: BasicAuthCredentials;
581
581
  /**
@@ -667,7 +667,7 @@ declare namespace Amplify {
667
667
  */
668
668
  enableBasicAuth?: EnableBasicAuth;
669
669
  /**
670
- * The credentials for basic authorization for an Amplify app.
670
+ * The credentials for basic authorization for an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password.
671
671
  */
672
672
  basicAuthCredentials?: BasicAuthCredentials;
673
673
  /**
@@ -760,7 +760,7 @@ declare namespace Amplify {
760
760
  */
761
761
  environmentVariables?: EnvironmentVariables;
762
762
  /**
763
- * The basic authorization credentials for the branch.
763
+ * The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format user:password.
764
764
  */
765
765
  basicAuthCredentials?: BasicAuthCredentials;
766
766
  /**
@@ -1696,7 +1696,7 @@ declare namespace Amplify {
1696
1696
  */
1697
1697
  enableBasicAuth?: EnableBasicAuth;
1698
1698
  /**
1699
- * The basic authorization credentials for an Amplify app.
1699
+ * The basic authorization credentials for an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password.
1700
1700
  */
1701
1701
  basicAuthCredentials?: BasicAuthCredentials;
1702
1702
  /**
@@ -1776,7 +1776,7 @@ declare namespace Amplify {
1776
1776
  */
1777
1777
  environmentVariables?: EnvironmentVariables;
1778
1778
  /**
1779
- * The basic authorization credentials for the branch.
1779
+ * The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format user:password.
1780
1780
  */
1781
1781
  basicAuthCredentials?: BasicAuthCredentials;
1782
1782
  /**
@@ -20,11 +20,11 @@ declare class AppConfig extends Service {
20
20
  */
21
21
  createApplication(callback?: (err: AWSError, data: AppConfig.Types.Application) => void): Request<AppConfig.Types.Application, AWSError>;
22
22
  /**
23
- * Creates a configuration profile, which is information that enables AppConfig to access the configuration source. Valid configuration sources include the AppConfig hosted configuration store, Amazon Web Services Systems Manager (SSM) documents, SSM Parameter Store parameters, Amazon S3 objects, or any integration source action supported by CodePipeline. A configuration profile includes the following information: The URI location of the configuration data. The Identity and Access Management (IAM) role that provides access to the configuration data. A validator for the configuration data. Available validators include either a JSON Schema or an Lambda function. For more information, see Create a Configuration and a Configuration Profile in the AppConfig User Guide.
23
+ * Creates a configuration profile, which is information that enables AppConfig to access the configuration source. Valid configuration sources include the AppConfig hosted configuration store, Amazon Web Services Systems Manager (SSM) documents, SSM Parameter Store parameters, Amazon S3 objects, or any integration source action supported by CodePipeline. A configuration profile includes the following information: The URI location of the configuration data. The Identity and Access Management (IAM) role that provides access to the configuration data. A validator for the configuration data. Available validators include either a JSON Schema or an Amazon Web Services Lambda function. For more information, see Create a Configuration and a Configuration Profile in the AppConfig User Guide.
24
24
  */
25
25
  createConfigurationProfile(params: AppConfig.Types.CreateConfigurationProfileRequest, callback?: (err: AWSError, data: AppConfig.Types.ConfigurationProfile) => void): Request<AppConfig.Types.ConfigurationProfile, AWSError>;
26
26
  /**
27
- * Creates a configuration profile, which is information that enables AppConfig to access the configuration source. Valid configuration sources include the AppConfig hosted configuration store, Amazon Web Services Systems Manager (SSM) documents, SSM Parameter Store parameters, Amazon S3 objects, or any integration source action supported by CodePipeline. A configuration profile includes the following information: The URI location of the configuration data. The Identity and Access Management (IAM) role that provides access to the configuration data. A validator for the configuration data. Available validators include either a JSON Schema or an Lambda function. For more information, see Create a Configuration and a Configuration Profile in the AppConfig User Guide.
27
+ * Creates a configuration profile, which is information that enables AppConfig to access the configuration source. Valid configuration sources include the AppConfig hosted configuration store, Amazon Web Services Systems Manager (SSM) documents, SSM Parameter Store parameters, Amazon S3 objects, or any integration source action supported by CodePipeline. A configuration profile includes the following information: The URI location of the configuration data. The Identity and Access Management (IAM) role that provides access to the configuration data. A validator for the configuration data. Available validators include either a JSON Schema or an Amazon Web Services Lambda function. For more information, see Create a Configuration and a Configuration Profile in the AppConfig User Guide.
28
28
  */
29
29
  createConfigurationProfile(callback?: (err: AWSError, data: AppConfig.Types.ConfigurationProfile) => void): Request<AppConfig.Types.ConfigurationProfile, AWSError>;
30
30
  /**
@@ -100,11 +100,11 @@ declare class AppConfig extends Service {
100
100
  */
101
101
  getApplication(callback?: (err: AWSError, data: AppConfig.Types.Application) => void): Request<AppConfig.Types.Application, AWSError>;
102
102
  /**
103
- * Retrieves information about a configuration. AppConfig uses the value of the ClientConfigurationVersion parameter to identify the configuration version on your clients. If you don’t send ClientConfigurationVersion with each call to GetConfiguration, your clients receive the current configuration. You are charged each time your clients receive a configuration. To avoid excess charges, we recommend that you include the ClientConfigurationVersion value with every call to GetConfiguration. This value must be saved on your client. Subsequent calls to GetConfiguration must pass this value by using the ClientConfigurationVersion parameter.
103
+ * Retrieves the latest deployed configuration. Note the following important information. This API action has been deprecated. Calls to receive configuration data should use the StartConfigurationSession and GetLatestConfiguration APIs instead. GetConfiguration is a priced call. For more information, see Pricing. AppConfig uses the value of the ClientConfigurationVersion parameter to identify the configuration version on your clients. If you don’t send ClientConfigurationVersion with each call to GetConfiguration, your clients receive the current configuration. You are charged each time your clients receive a configuration. To avoid excess charges, we recommend you use the StartConfigurationSession and GetLatestConfiguration APIs, which track the client configuration version on your behalf. If you choose to continue using GetConfiguration, we recommend that you include the ClientConfigurationVersion value with every call to GetConfiguration. The value to use for ClientConfigurationVersion comes from the ConfigurationVersion attribute returned by GetConfiguration when there is new or updated data, and should be saved for subsequent calls to GetConfiguration.
104
104
  */
105
105
  getConfiguration(params: AppConfig.Types.GetConfigurationRequest, callback?: (err: AWSError, data: AppConfig.Types.Configuration) => void): Request<AppConfig.Types.Configuration, AWSError>;
106
106
  /**
107
- * Retrieves information about a configuration. AppConfig uses the value of the ClientConfigurationVersion parameter to identify the configuration version on your clients. If you don’t send ClientConfigurationVersion with each call to GetConfiguration, your clients receive the current configuration. You are charged each time your clients receive a configuration. To avoid excess charges, we recommend that you include the ClientConfigurationVersion value with every call to GetConfiguration. This value must be saved on your client. Subsequent calls to GetConfiguration must pass this value by using the ClientConfigurationVersion parameter.
107
+ * Retrieves the latest deployed configuration. Note the following important information. This API action has been deprecated. Calls to receive configuration data should use the StartConfigurationSession and GetLatestConfiguration APIs instead. GetConfiguration is a priced call. For more information, see Pricing. AppConfig uses the value of the ClientConfigurationVersion parameter to identify the configuration version on your clients. If you don’t send ClientConfigurationVersion with each call to GetConfiguration, your clients receive the current configuration. You are charged each time your clients receive a configuration. To avoid excess charges, we recommend you use the StartConfigurationSession and GetLatestConfiguration APIs, which track the client configuration version on your behalf. If you choose to continue using GetConfiguration, we recommend that you include the ClientConfigurationVersion value with every call to GetConfiguration. The value to use for ClientConfigurationVersion comes from the ConfigurationVersion attribute returned by GetConfiguration when there is new or updated data, and should be saved for subsequent calls to GetConfiguration.
108
108
  */
109
109
  getConfiguration(callback?: (err: AWSError, data: AppConfig.Types.Configuration) => void): Request<AppConfig.Types.Configuration, AWSError>;
110
110
  /**
@@ -172,11 +172,11 @@ declare class AppConfig extends Service {
172
172
  */
173
173
  listDeploymentStrategies(callback?: (err: AWSError, data: AppConfig.Types.DeploymentStrategies) => void): Request<AppConfig.Types.DeploymentStrategies, AWSError>;
174
174
  /**
175
- * Lists the deployments for an environment.
175
+ * Lists the deployments for an environment in descending deployment number order.
176
176
  */
177
177
  listDeployments(params: AppConfig.Types.ListDeploymentsRequest, callback?: (err: AWSError, data: AppConfig.Types.Deployments) => void): Request<AppConfig.Types.Deployments, AWSError>;
178
178
  /**
179
- * Lists the deployments for an environment.
179
+ * Lists the deployments for an environment in descending deployment number order.
180
180
  */
181
181
  listDeployments(callback?: (err: AWSError, data: AppConfig.Types.Deployments) => void): Request<AppConfig.Types.Deployments, AWSError>;
182
182
  /**
@@ -306,7 +306,7 @@ declare namespace AppConfig {
306
306
  export type _Blob = Buffer|Uint8Array|Blob|string;
307
307
  export interface Configuration {
308
308
  /**
309
- * The content of the configuration or the configuration data. Compare the configuration version numbers of the configuration cached locally on your machine and the configuration number in the the header. If the configuration numbers are the same, the content can be ignored. The Content section only appears if the system finds new or updated configuration data. If the system doesn't find new or updated configuration data, then the Content section is not returned.
309
+ * The content of the configuration or the configuration data. The Content attribute only contains data if the system finds new or updated configuration data. If there is no new or updated data and ClientConfigurationVersion matches the version of the current configuration, AppConfig returns a 204 No Content HTTP response code and the Content value will be empty.
310
310
  */
311
311
  Content?: _Blob;
312
312
  /**
@@ -348,7 +348,7 @@ declare namespace AppConfig {
348
348
  */
349
349
  Validators?: ValidatorList;
350
350
  /**
351
- * The type of configurations that the configuration profile contains. A configuration can be a feature flag used for enabling or disabling new features or a free-form configuration used for distributing configurations to your application.
351
+ * The type of configurations contained in the profile. AppConfig supports feature flags and freeform configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for Type: AWS.AppConfig.FeatureFlags AWS.Freeform
352
352
  */
353
353
  Type?: ConfigurationProfileType;
354
354
  }
@@ -374,7 +374,7 @@ declare namespace AppConfig {
374
374
  */
375
375
  ValidatorTypes?: ValidatorTypeList;
376
376
  /**
377
- * The type of configurations that the configuration profile contains. A configuration can be a feature flag used for enabling or disabling new features or a free-form configuration used to introduce changes to your application.
377
+ * The type of configurations contained in the profile. AppConfig supports feature flags and freeform configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for Type: AWS.AppConfig.FeatureFlags AWS.Freeform
378
378
  */
379
379
  Type?: ConfigurationProfileType;
380
380
  }
@@ -434,7 +434,7 @@ declare namespace AppConfig {
434
434
  */
435
435
  Tags?: TagMap;
436
436
  /**
437
- * The type of configurations that the configuration profile contains. A configuration can be a feature flag used for enabling or disabling new features or a free-form configuration used for distributing configurations to your application.
437
+ * The type of configurations contained in the profile. AppConfig supports feature flags and freeform configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for Type: AWS.AppConfig.FeatureFlags AWS.Freeform
438
438
  */
439
439
  Type?: ConfigurationProfileType;
440
440
  }
@@ -973,7 +973,7 @@ declare namespace AppConfig {
973
973
  */
974
974
  NextToken?: NextToken;
975
975
  /**
976
- * A filter based on the type of configurations that the configuration profile contains. A configuration can be a feature flag or a free-form configuration.
976
+ * A filter based on the type of configurations that the configuration profile contains. A configuration can be a feature flag or a freeform configuration.
977
977
  */
978
978
  Type?: ConfigurationProfileType;
979
979
  }
@@ -997,11 +997,11 @@ declare namespace AppConfig {
997
997
  */
998
998
  EnvironmentId: Id;
999
999
  /**
1000
- * The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
1000
+ * The maximum number of items that may be returned for this call. If there are items that have not yet been returned, the response will include a non-null NextToken that you can provide in a subsequent call to get the next set of results.
1001
1001
  */
1002
1002
  MaxResults?: MaxResults;
1003
1003
  /**
1004
- * A token to start the list. Use this token to get the next set of results.
1004
+ * The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.
1005
1005
  */
1006
1006
  NextToken?: NextToken;
1007
1007
  }
@@ -12,19 +12,19 @@ declare class AppConfigData extends Service {
12
12
  constructor(options?: AppConfigData.Types.ClientConfiguration)
13
13
  config: Config & AppConfigData.Types.ClientConfiguration;
14
14
  /**
15
- * Retrieves the latest deployed configuration. This API may return empty Configuration data if the client already has the latest version. See StartConfigurationSession to obtain an InitialConfigurationToken to call this API. Each call to GetLatestConfiguration returns a new ConfigurationToken (NextPollConfigurationToken in the response). This new token MUST be provided to the next call to GetLatestConfiguration when polling for configuration updates. To avoid excess charges, we recommend that you include the ClientConfigurationVersion value with every call to GetConfiguration. This value must be saved on your client. Subsequent calls to GetConfiguration must pass this value by using the ClientConfigurationVersion parameter.
15
+ * Retrieves the latest deployed configuration. This API may return empty configuration data if the client already has the latest version. For more information about this API action and to view example CLI commands that show how to use it with the StartConfigurationSession API action, see Receiving the configuration in the AppConfig User Guide. Note the following important information. Each configuration token is only valid for one call to GetLatestConfiguration. The GetLatestConfiguration response includes a NextPollConfigurationToken that should always replace the token used for the just-completed call in preparation for the next one. GetLatestConfiguration is a priced call. For more information, see Pricing.
16
16
  */
17
17
  getLatestConfiguration(params: AppConfigData.Types.GetLatestConfigurationRequest, callback?: (err: AWSError, data: AppConfigData.Types.GetLatestConfigurationResponse) => void): Request<AppConfigData.Types.GetLatestConfigurationResponse, AWSError>;
18
18
  /**
19
- * Retrieves the latest deployed configuration. This API may return empty Configuration data if the client already has the latest version. See StartConfigurationSession to obtain an InitialConfigurationToken to call this API. Each call to GetLatestConfiguration returns a new ConfigurationToken (NextPollConfigurationToken in the response). This new token MUST be provided to the next call to GetLatestConfiguration when polling for configuration updates. To avoid excess charges, we recommend that you include the ClientConfigurationVersion value with every call to GetConfiguration. This value must be saved on your client. Subsequent calls to GetConfiguration must pass this value by using the ClientConfigurationVersion parameter.
19
+ * Retrieves the latest deployed configuration. This API may return empty configuration data if the client already has the latest version. For more information about this API action and to view example CLI commands that show how to use it with the StartConfigurationSession API action, see Receiving the configuration in the AppConfig User Guide. Note the following important information. Each configuration token is only valid for one call to GetLatestConfiguration. The GetLatestConfiguration response includes a NextPollConfigurationToken that should always replace the token used for the just-completed call in preparation for the next one. GetLatestConfiguration is a priced call. For more information, see Pricing.
20
20
  */
21
21
  getLatestConfiguration(callback?: (err: AWSError, data: AppConfigData.Types.GetLatestConfigurationResponse) => void): Request<AppConfigData.Types.GetLatestConfigurationResponse, AWSError>;
22
22
  /**
23
- * Starts a configuration session used to retrieve a deployed configuration. See the GetLatestConfiguration API for more details.
23
+ * Starts a configuration session used to retrieve a deployed configuration. For more information about this API action and to view example CLI commands that show how to use it with the GetLatestConfiguration API action, see Receiving the configuration in the AppConfig User Guide.
24
24
  */
25
25
  startConfigurationSession(params: AppConfigData.Types.StartConfigurationSessionRequest, callback?: (err: AWSError, data: AppConfigData.Types.StartConfigurationSessionResponse) => void): Request<AppConfigData.Types.StartConfigurationSessionResponse, AWSError>;
26
26
  /**
27
- * Starts a configuration session used to retrieve a deployed configuration. See the GetLatestConfiguration API for more details.
27
+ * Starts a configuration session used to retrieve a deployed configuration. For more information about this API action and to view example CLI commands that show how to use it with the GetLatestConfiguration API action, see Receiving the configuration in the AppConfig User Guide.
28
28
  */
29
29
  startConfigurationSession(callback?: (err: AWSError, data: AppConfigData.Types.StartConfigurationSessionResponse) => void): Request<AppConfigData.Types.StartConfigurationSessionResponse, AWSError>;
30
30
  }
@@ -37,21 +37,21 @@ declare namespace AppConfigData {
37
37
  }
38
38
  export interface GetLatestConfigurationResponse {
39
39
  /**
40
- * The data of the configuration. Note that this may be empty if the client already has the latest version of configuration.
40
+ * The latest token describing the current state of the configuration session. This MUST be provided to the next call to GetLatestConfiguration.
41
41
  */
42
- Configuration?: SyntheticGetLatestConfigurationResponseBlob;
42
+ NextPollConfigurationToken?: Token;
43
43
  /**
44
- * A standard MIME type describing the format of the configuration content.
44
+ * The amount of time the client should wait before polling for configuration updates again. Use RequiredMinimumPollIntervalInSeconds to set the desired poll interval.
45
45
  */
46
- ContentType?: String;
46
+ NextPollIntervalInSeconds?: Integer;
47
47
  /**
48
- * The latest token describing the current state of the configuration session. This MUST be provided to the next call to GetLatestConfiguration.
48
+ * A standard MIME type describing the format of the configuration content.
49
49
  */
50
- NextPollConfigurationToken?: Token;
50
+ ContentType?: String;
51
51
  /**
52
- * The amount of time the client should wait before polling for configuration updates again. See RequiredMinimumPollIntervalInSeconds to set the desired poll interval.
52
+ * The data of the configuration. This may be empty if the client already has the latest version of configuration.
53
53
  */
54
- NextPollIntervalInSeconds?: Integer;
54
+ Configuration?: SyntheticGetLatestConfigurationResponseBlob;
55
55
  }
56
56
  export type Identifier = string;
57
57
  export type Integer = number;
@@ -61,22 +61,22 @@ declare namespace AppConfigData {
61
61
  * The application ID or the application name.
62
62
  */
63
63
  ApplicationIdentifier: Identifier;
64
- /**
65
- * The configuration profile ID or the configuration profile name.
66
- */
67
- ConfigurationProfileIdentifier: Identifier;
68
64
  /**
69
65
  * The environment ID or the environment name.
70
66
  */
71
67
  EnvironmentIdentifier: Identifier;
72
68
  /**
73
- * The interval at which your client will poll for configuration. If provided, the service will throw a BadRequestException if the client polls before the specified poll interval. By default, client poll intervals are not enforced.
69
+ * The configuration profile ID or the configuration profile name.
70
+ */
71
+ ConfigurationProfileIdentifier: Identifier;
72
+ /**
73
+ * Sets a constraint on a session. If you specify a value of, for example, 60 seconds, then the client that established the session can't call GetLatestConfiguration more frequently then every 60 seconds.
74
74
  */
75
75
  RequiredMinimumPollIntervalInSeconds?: OptionalPollSeconds;
76
76
  }
77
77
  export interface StartConfigurationSessionResponse {
78
78
  /**
79
- * Token encapsulating state about the configuration session. Provide this token to the GetLatestConfiguration API to retrieve configuration data. This token should only be used once in your first call to GetLatestConfiguration. You MUST use the new token in the GetConfiguration response (NextPollConfigurationToken) in each subsequent call to GetLatestConfiguration.
79
+ * Token encapsulating state about the configuration session. Provide this token to the GetLatestConfiguration API to retrieve configuration data. This token should only be used once in your first call to GetLatestConfiguration. You MUST use the new token in the GetLatestConfiguration response (NextPollConfigurationToken) in each subsequent call to GetLatestConfiguration.
80
80
  */
81
81
  InitialConfigurationToken?: Token;
82
82
  }