cdk-lambda-subminute 2.0.298 → 2.0.299

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 (34) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +222 -9
  6. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +15 -0
  7. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +133 -74
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +20 -10
  9. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +538 -304
  10. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +5 -0
  11. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +193 -161
  12. package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +136 -53
  13. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +69 -5
  14. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +6 -0
  15. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1 -3
  16. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +100 -22
  17. package/node_modules/aws-sdk/clients/backup.d.ts +279 -0
  18. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +58 -10
  19. package/node_modules/aws-sdk/clients/connect.d.ts +13 -0
  20. package/node_modules/aws-sdk/clients/glue.d.ts +352 -2
  21. package/node_modules/aws-sdk/clients/iot.d.ts +46 -5
  22. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  23. package/node_modules/aws-sdk/clients/pipes.d.ts +143 -18
  24. package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +90 -9
  25. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  26. package/node_modules/aws-sdk/clients/signer.d.ts +35 -35
  27. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +123 -18
  28. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  29. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +216 -174
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -79
  32. package/node_modules/aws-sdk/lib/core.js +1 -1
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. package/package.json +2 -2
@@ -256,7 +256,17 @@
256
256
  "shape": "S1e"
257
257
  },
258
258
  "stateMachineVersionArn": {},
259
- "stateMachineAliasArn": {}
259
+ "stateMachineAliasArn": {},
260
+ "redriveCount": {
261
+ "type": "integer"
262
+ },
263
+ "redriveDate": {
264
+ "type": "timestamp"
265
+ },
266
+ "redriveStatus": {},
267
+ "redriveStatusReason": {
268
+ "shape": "S19"
269
+ }
260
270
  }
261
271
  }
262
272
  },
@@ -338,6 +348,12 @@
338
348
  },
339
349
  "resultsWritten": {
340
350
  "type": "long"
351
+ },
352
+ "failuresNotRedrivable": {
353
+ "type": "long"
354
+ },
355
+ "pendingRedrive": {
356
+ "type": "long"
341
357
  }
342
358
  }
343
359
  },
@@ -377,8 +393,20 @@
377
393
  },
378
394
  "resultsWritten": {
379
395
  "type": "long"
396
+ },
397
+ "failuresNotRedrivable": {
398
+ "type": "long"
399
+ },
400
+ "pendingRedrive": {
401
+ "type": "long"
380
402
  }
381
403
  }
404
+ },
405
+ "redriveCount": {
406
+ "type": "integer"
407
+ },
408
+ "redriveDate": {
409
+ "type": "timestamp"
382
410
  }
383
411
  }
384
412
  }
@@ -601,7 +629,7 @@
601
629
  "shape": "S19"
602
630
  },
603
631
  "inputDetails": {
604
- "shape": "S2e"
632
+ "shape": "S2h"
605
633
  },
606
634
  "timeoutInSeconds": {
607
635
  "type": "long"
@@ -624,7 +652,7 @@
624
652
  "shape": "S19"
625
653
  },
626
654
  "outputDetails": {
627
- "shape": "S2e"
655
+ "shape": "S2h"
628
656
  }
629
657
  }
630
658
  },
@@ -679,7 +707,7 @@
679
707
  "type": "long"
680
708
  },
681
709
  "taskCredentials": {
682
- "shape": "S2o"
710
+ "shape": "S2r"
683
711
  }
684
712
  }
685
713
  },
@@ -741,7 +769,7 @@
741
769
  "shape": "S19"
742
770
  },
743
771
  "outputDetails": {
744
- "shape": "S2e"
772
+ "shape": "S2h"
745
773
  }
746
774
  }
747
775
  },
@@ -758,7 +786,7 @@
758
786
  "shape": "S19"
759
787
  },
760
788
  "outputDetails": {
761
- "shape": "S2e"
789
+ "shape": "S2h"
762
790
  }
763
791
  }
764
792
  },
@@ -797,7 +825,7 @@
797
825
  "shape": "S19"
798
826
  },
799
827
  "inputDetails": {
800
- "shape": "S2e"
828
+ "shape": "S2h"
801
829
  },
802
830
  "roleArn": {},
803
831
  "stateMachineAliasArn": {},
@@ -811,7 +839,7 @@
811
839
  "shape": "S19"
812
840
  },
813
841
  "outputDetails": {
814
- "shape": "S2e"
842
+ "shape": "S2h"
815
843
  }
816
844
  }
817
845
  },
@@ -837,6 +865,14 @@
837
865
  }
838
866
  }
839
867
  },
868
+ "executionRedrivenEventDetails": {
869
+ "type": "structure",
870
+ "members": {
871
+ "redriveCount": {
872
+ "type": "integer"
873
+ }
874
+ }
875
+ },
840
876
  "mapStateStartedEventDetails": {
841
877
  "type": "structure",
842
878
  "members": {
@@ -846,16 +882,16 @@
846
882
  }
847
883
  },
848
884
  "mapIterationStartedEventDetails": {
849
- "shape": "S32"
885
+ "shape": "S36"
850
886
  },
851
887
  "mapIterationSucceededEventDetails": {
852
- "shape": "S32"
888
+ "shape": "S36"
853
889
  },
854
890
  "mapIterationFailedEventDetails": {
855
- "shape": "S32"
891
+ "shape": "S36"
856
892
  },
857
893
  "mapIterationAbortedEventDetails": {
858
- "shape": "S32"
894
+ "shape": "S36"
859
895
  },
860
896
  "lambdaFunctionFailedEventDetails": {
861
897
  "type": "structure",
@@ -890,13 +926,13 @@
890
926
  "shape": "S19"
891
927
  },
892
928
  "inputDetails": {
893
- "shape": "S2e"
929
+ "shape": "S2h"
894
930
  },
895
931
  "timeoutInSeconds": {
896
932
  "type": "long"
897
933
  },
898
934
  "taskCredentials": {
899
- "shape": "S2o"
935
+ "shape": "S2r"
900
936
  }
901
937
  }
902
938
  },
@@ -918,7 +954,7 @@
918
954
  "shape": "S19"
919
955
  },
920
956
  "outputDetails": {
921
- "shape": "S2e"
957
+ "shape": "S2h"
922
958
  }
923
959
  }
924
960
  },
@@ -944,7 +980,7 @@
944
980
  "shape": "S19"
945
981
  },
946
982
  "inputDetails": {
947
- "shape": "S2e"
983
+ "shape": "S2h"
948
984
  }
949
985
  }
950
986
  },
@@ -959,7 +995,7 @@
959
995
  "shape": "S19"
960
996
  },
961
997
  "outputDetails": {
962
- "shape": "S2e"
998
+ "shape": "S2h"
963
999
  }
964
1000
  }
965
1001
  },
@@ -979,6 +1015,15 @@
979
1015
  "shape": "S1e"
980
1016
  }
981
1017
  }
1018
+ },
1019
+ "mapRunRedrivenEventDetails": {
1020
+ "type": "structure",
1021
+ "members": {
1022
+ "mapRunArn": {},
1023
+ "redriveCount": {
1024
+ "type": "integer"
1025
+ }
1026
+ }
982
1027
  }
983
1028
  }
984
1029
  }
@@ -1035,7 +1080,8 @@
1035
1080
  "type": "integer"
1036
1081
  },
1037
1082
  "nextToken": {},
1038
- "mapRunArn": {}
1083
+ "mapRunArn": {},
1084
+ "redriveFilter": {}
1039
1085
  }
1040
1086
  },
1041
1087
  "output": {
@@ -1071,7 +1117,13 @@
1071
1117
  "type": "integer"
1072
1118
  },
1073
1119
  "stateMachineVersionArn": {},
1074
- "stateMachineAliasArn": {}
1120
+ "stateMachineAliasArn": {},
1121
+ "redriveCount": {
1122
+ "type": "integer"
1123
+ },
1124
+ "redriveDate": {
1125
+ "type": "timestamp"
1126
+ }
1075
1127
  }
1076
1128
  }
1077
1129
  },
@@ -1294,6 +1346,32 @@
1294
1346
  },
1295
1347
  "idempotent": true
1296
1348
  },
1349
+ "RedriveExecution": {
1350
+ "input": {
1351
+ "type": "structure",
1352
+ "required": [
1353
+ "executionArn"
1354
+ ],
1355
+ "members": {
1356
+ "executionArn": {},
1357
+ "clientToken": {
1358
+ "idempotencyToken": true
1359
+ }
1360
+ }
1361
+ },
1362
+ "output": {
1363
+ "type": "structure",
1364
+ "required": [
1365
+ "redriveDate"
1366
+ ],
1367
+ "members": {
1368
+ "redriveDate": {
1369
+ "type": "timestamp"
1370
+ }
1371
+ }
1372
+ },
1373
+ "idempotent": true
1374
+ },
1297
1375
  "SendTaskFailure": {
1298
1376
  "input": {
1299
1377
  "type": "structure",
@@ -1700,7 +1778,7 @@
1700
1778
  "type": "string",
1701
1779
  "sensitive": true
1702
1780
  },
1703
- "S2e": {
1781
+ "S2h": {
1704
1782
  "type": "structure",
1705
1783
  "members": {
1706
1784
  "truncated": {
@@ -1708,13 +1786,13 @@
1708
1786
  }
1709
1787
  }
1710
1788
  },
1711
- "S2o": {
1789
+ "S2r": {
1712
1790
  "type": "structure",
1713
1791
  "members": {
1714
1792
  "roleArn": {}
1715
1793
  }
1716
1794
  },
1717
- "S32": {
1795
+ "S36": {
1718
1796
  "type": "structure",
1719
1797
  "members": {
1720
1798
  "name": {},
@@ -327,6 +327,14 @@ declare class Backup extends Service {
327
327
  * Returns the Amazon Web Services resource types supported by Backup.
328
328
  */
329
329
  getSupportedResourceTypes(callback?: (err: AWSError, data: Backup.Types.GetSupportedResourceTypesOutput) => void): Request<Backup.Types.GetSupportedResourceTypesOutput, AWSError>;
330
+ /**
331
+ * This is a request for a summary of backup jobs created or running within the most recent 30 days. You can include parameters AccountID, State, ResourceType, MessageCategory, AggregationPeriod, MaxResults, or NextToken to filter results. This request returns a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.
332
+ */
333
+ listBackupJobSummaries(params: Backup.Types.ListBackupJobSummariesInput, callback?: (err: AWSError, data: Backup.Types.ListBackupJobSummariesOutput) => void): Request<Backup.Types.ListBackupJobSummariesOutput, AWSError>;
334
+ /**
335
+ * This is a request for a summary of backup jobs created or running within the most recent 30 days. You can include parameters AccountID, State, ResourceType, MessageCategory, AggregationPeriod, MaxResults, or NextToken to filter results. This request returns a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.
336
+ */
337
+ listBackupJobSummaries(callback?: (err: AWSError, data: Backup.Types.ListBackupJobSummariesOutput) => void): Request<Backup.Types.ListBackupJobSummariesOutput, AWSError>;
330
338
  /**
331
339
  * Returns a list of existing backup jobs for an authenticated account for the last 30 days. For a longer period of time, consider using these monitoring tools.
332
340
  */
@@ -375,6 +383,14 @@ declare class Backup extends Service {
375
383
  * Returns a list of recovery point storage containers along with information about them.
376
384
  */
377
385
  listBackupVaults(callback?: (err: AWSError, data: Backup.Types.ListBackupVaultsOutput) => void): Request<Backup.Types.ListBackupVaultsOutput, AWSError>;
386
+ /**
387
+ * This request obtains a list of copy jobs created or running within the the most recent 30 days. You can include parameters AccountID, State, ResourceType, MessageCategory, AggregationPeriod, MaxResults, or NextToken to filter results. This request returns a summary that contains Region, Account, State, RestourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.
388
+ */
389
+ listCopyJobSummaries(params: Backup.Types.ListCopyJobSummariesInput, callback?: (err: AWSError, data: Backup.Types.ListCopyJobSummariesOutput) => void): Request<Backup.Types.ListCopyJobSummariesOutput, AWSError>;
390
+ /**
391
+ * This request obtains a list of copy jobs created or running within the the most recent 30 days. You can include parameters AccountID, State, ResourceType, MessageCategory, AggregationPeriod, MaxResults, or NextToken to filter results. This request returns a summary that contains Region, Account, State, RestourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.
392
+ */
393
+ listCopyJobSummaries(callback?: (err: AWSError, data: Backup.Types.ListCopyJobSummariesOutput) => void): Request<Backup.Types.ListCopyJobSummariesOutput, AWSError>;
378
394
  /**
379
395
  * Returns metadata about your copy jobs.
380
396
  */
@@ -455,6 +471,14 @@ declare class Backup extends Service {
455
471
  * Returns a list of your report plans. For detailed information about a single report plan, use DescribeReportPlan.
456
472
  */
457
473
  listReportPlans(callback?: (err: AWSError, data: Backup.Types.ListReportPlansOutput) => void): Request<Backup.Types.ListReportPlansOutput, AWSError>;
474
+ /**
475
+ * This request obtains a summary of restore jobs created or running within the the most recent 30 days. You can include parameters AccountID, State, ResourceType, AggregationPeriod, MaxResults, or NextToken to filter results. This request returns a summary that contains Region, Account, State, RestourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.
476
+ */
477
+ listRestoreJobSummaries(params: Backup.Types.ListRestoreJobSummariesInput, callback?: (err: AWSError, data: Backup.Types.ListRestoreJobSummariesOutput) => void): Request<Backup.Types.ListRestoreJobSummariesOutput, AWSError>;
478
+ /**
479
+ * This request obtains a summary of restore jobs created or running within the the most recent 30 days. You can include parameters AccountID, State, ResourceType, AggregationPeriod, MaxResults, or NextToken to filter results. This request returns a summary that contains Region, Account, State, RestourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.
480
+ */
481
+ listRestoreJobSummaries(callback?: (err: AWSError, data: Backup.Types.ListRestoreJobSummariesOutput) => void): Request<Backup.Types.ListRestoreJobSummariesOutput, AWSError>;
458
482
  /**
459
483
  * Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process.
460
484
  */
@@ -614,6 +638,7 @@ declare namespace Backup {
614
638
  BackupOptions?: BackupOptions;
615
639
  }
616
640
  export type AdvancedBackupSettings = AdvancedBackupSetting[];
641
+ export type AggregationPeriod = "ONE_DAY"|"SEVEN_DAYS"|"FOURTEEN_DAYS"|string;
617
642
  export interface BackupJob {
618
643
  /**
619
644
  * The account ID that owns the backup job.
@@ -707,9 +732,49 @@ declare namespace Backup {
707
732
  * This is the non-unique name of the resource that belongs to the specified backup.
708
733
  */
709
734
  ResourceName?: string;
735
+ /**
736
+ * This parameter is the job count for the specified message category. Example strings include AccessDenied, Success, and InvalidParameters. See Monitoring for a list of MessageCategory strings. The the value ANY returns count of all message categories. AGGREGATE_ALL aggregates job counts for all message categories and returns the sum.
737
+ */
738
+ MessageCategory?: string;
710
739
  }
711
740
  export type BackupJobChildJobsInState = {[key: string]: Long};
712
741
  export type BackupJobState = "CREATED"|"PENDING"|"RUNNING"|"ABORTING"|"ABORTED"|"COMPLETED"|"FAILED"|"EXPIRED"|"PARTIAL"|string;
742
+ export type BackupJobStatus = "CREATED"|"PENDING"|"RUNNING"|"ABORTING"|"ABORTED"|"COMPLETED"|"FAILED"|"EXPIRED"|"PARTIAL"|"AGGREGATE_ALL"|"ANY"|string;
743
+ export interface BackupJobSummary {
744
+ /**
745
+ * The Amazon Web Services Regions within the job summary.
746
+ */
747
+ Region?: Region;
748
+ /**
749
+ * The account ID that owns the jobs within the summary.
750
+ */
751
+ AccountId?: AccountId;
752
+ /**
753
+ * This value is job count for jobs with the specified state.
754
+ */
755
+ State?: BackupJobStatus;
756
+ /**
757
+ * This value is the job count for the specified resource type. The request GetSupportedResourceTypes returns strings for supported resource types.
758
+ */
759
+ ResourceType?: ResourceType;
760
+ /**
761
+ * This parameter is the job count for the specified message category. Example strings include AccessDenied, Success, and InvalidParameters. See Monitoring for a list of MessageCategory strings. The the value ANY returns count of all message categories. AGGREGATE_ALL aggregates job counts for all message categories and returns the sum.
762
+ */
763
+ MessageCategory?: MessageCategory;
764
+ /**
765
+ * The value as a number of jobs in a job summary.
766
+ */
767
+ Count?: integer;
768
+ /**
769
+ * The value of time in number format of a job start time. This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
770
+ */
771
+ StartTime?: timestamp;
772
+ /**
773
+ * The value of time in number format of a job end time. This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
774
+ */
775
+ EndTime?: timestamp;
776
+ }
777
+ export type BackupJobSummaryList = BackupJobSummary[];
713
778
  export type BackupJobsList = BackupJob[];
714
779
  export type BackupOptionKey = string;
715
780
  export type BackupOptionValue = string;
@@ -1175,9 +1240,49 @@ declare namespace Backup {
1175
1240
  * This is the non-unique name of the resource that belongs to the specified backup.
1176
1241
  */
1177
1242
  ResourceName?: string;
1243
+ /**
1244
+ * This parameter is the job count for the specified message category. Example strings include AccessDenied, Success, and InvalidParameters. See Monitoring for a list of MessageCategory strings. The the value ANY returns count of all message categories. AGGREGATE_ALL aggregates job counts for all message categories and returns the sum
1245
+ */
1246
+ MessageCategory?: string;
1178
1247
  }
1179
1248
  export type CopyJobChildJobsInState = {[key: string]: Long};
1180
1249
  export type CopyJobState = "CREATED"|"RUNNING"|"COMPLETED"|"FAILED"|"PARTIAL"|string;
1250
+ export type CopyJobStatus = "CREATED"|"RUNNING"|"ABORTING"|"ABORTED"|"COMPLETING"|"COMPLETED"|"FAILING"|"FAILED"|"PARTIAL"|"AGGREGATE_ALL"|"ANY"|string;
1251
+ export interface CopyJobSummary {
1252
+ /**
1253
+ * This is the Amazon Web Services Regions within the job summary.
1254
+ */
1255
+ Region?: Region;
1256
+ /**
1257
+ * The account ID that owns the jobs within the summary.
1258
+ */
1259
+ AccountId?: AccountId;
1260
+ /**
1261
+ * This value is job count for jobs with the specified state.
1262
+ */
1263
+ State?: CopyJobStatus;
1264
+ /**
1265
+ * This value is the job count for the specified resource type. The request GetSupportedResourceTypes returns strings for supported resource types
1266
+ */
1267
+ ResourceType?: ResourceType;
1268
+ /**
1269
+ * This parameter is the job count for the specified message category. Example strings include AccessDenied, Success, and InvalidParameters. See Monitoring for a list of MessageCategory strings. The the value ANY returns count of all message categories. AGGREGATE_ALL aggregates job counts for all message categories and returns the sum.
1270
+ */
1271
+ MessageCategory?: MessageCategory;
1272
+ /**
1273
+ * The value as a number of jobs in a job summary.
1274
+ */
1275
+ Count?: integer;
1276
+ /**
1277
+ * The value of time in number format of a job start time. This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
1278
+ */
1279
+ StartTime?: timestamp;
1280
+ /**
1281
+ * The value of time in number format of a job end time. This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
1282
+ */
1283
+ EndTime?: timestamp;
1284
+ }
1285
+ export type CopyJobSummaryList = CopyJobSummary[];
1181
1286
  export type CopyJobsList = CopyJob[];
1182
1287
  export interface CreateBackupPlanInput {
1183
1288
  /**
@@ -1637,6 +1742,10 @@ declare namespace Backup {
1637
1742
  * This is the non-unique name of the resource that belongs to the specified backup.
1638
1743
  */
1639
1744
  ResourceName?: string;
1745
+ /**
1746
+ * This is the job count for the specified message category. Example strings may include AccessDenied, Success, and InvalidParameters. See Monitoring for a list of MessageCategory strings.
1747
+ */
1748
+ MessageCategory?: string;
1640
1749
  }
1641
1750
  export interface DescribeBackupVaultInput {
1642
1751
  /**
@@ -2341,6 +2450,50 @@ declare namespace Backup {
2341
2450
  */
2342
2451
  DeleteAfterDays?: Long;
2343
2452
  }
2453
+ export interface ListBackupJobSummariesInput {
2454
+ /**
2455
+ * Returns the job count for the specified account. If the request is sent from a member account or an account not part of Amazon Web Services Organizations, jobs within requestor's account will be returned. Root, admin, and delegated administrator accounts can use the value ANY to return job counts from every account in the organization. AGGREGATE_ALL aggregates job counts from all accounts within the authenticated organization, then returns the sum.
2456
+ */
2457
+ AccountId?: AccountId;
2458
+ /**
2459
+ * This parameter returns the job count for jobs with the specified state. The the value ANY returns count of all states. AGGREGATE_ALL aggregates job counts for all states and returns the sum.
2460
+ */
2461
+ State?: BackupJobStatus;
2462
+ /**
2463
+ * Returns the job count for the specified resource type. Use request GetSupportedResourceTypes to obtain strings for supported resource types. The the value ANY returns count of all resource types. AGGREGATE_ALL aggregates job counts for all resource types and returns the sum. The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
2464
+ */
2465
+ ResourceType?: ResourceType;
2466
+ /**
2467
+ * This parameter returns the job count for the specified message category. Example accepted strings include AccessDenied, Success, and InvalidParameters. See Monitoring for a list of accepted MessageCategory strings. The the value ANY returns count of all message categories. AGGREGATE_ALL aggregates job counts for all message categories and returns the sum.
2468
+ */
2469
+ MessageCategory?: MessageCategory;
2470
+ /**
2471
+ * This is the period that sets the boundaries for returned results. Acceptable values include ONE_DAY for daily job count for the prior 14 days. SEVEN_DAYS for the aggregated job count for the prior 7 days. FOURTEEN_DAYS for aggregated job count for prior 14 days.
2472
+ */
2473
+ AggregationPeriod?: AggregationPeriod;
2474
+ /**
2475
+ * This parameter sets the maximum number of items to be returned. The value is an integer. Range of accepted values is from 1 to 500.
2476
+ */
2477
+ MaxResults?: MaxResults;
2478
+ /**
2479
+ * The next item following a partial list of returned resources. For example, if a request is made to return maxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
2480
+ */
2481
+ NextToken?: string;
2482
+ }
2483
+ export interface ListBackupJobSummariesOutput {
2484
+ /**
2485
+ * This request returns a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.
2486
+ */
2487
+ BackupJobSummaries?: BackupJobSummaryList;
2488
+ /**
2489
+ * This is the period that sets the boundaries for returned results. ONE_DAY for daily job count for the prior 14 days. SEVEN_DAYS for the aggregated job count for the prior 7 days. FOURTEEN_DAYS for aggregated job count for prior 14 days.
2490
+ */
2491
+ AggregationPeriod?: string;
2492
+ /**
2493
+ * The next item following a partial list of returned resources. For example, if a request is made to return maxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
2494
+ */
2495
+ NextToken?: string;
2496
+ }
2344
2497
  export interface ListBackupJobsInput {
2345
2498
  /**
2346
2499
  * The next item following a partial list of returned items. For example, if a request is made to return maxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
@@ -2390,6 +2543,10 @@ declare namespace Backup {
2390
2543
  * This is a filter to list child (nested) jobs based on parent job ID.
2391
2544
  */
2392
2545
  ByParentJobId?: string;
2546
+ /**
2547
+ * This returns a list of backup jobs for the specified message category. Example strings may include AccessDenied, Success, and InvalidParameters. See Monitoring for a list of MessageCategory strings.
2548
+ */
2549
+ ByMessageCategory?: string;
2393
2550
  }
2394
2551
  export interface ListBackupJobsOutput {
2395
2552
  /**
@@ -2521,6 +2678,50 @@ declare namespace Backup {
2521
2678
  */
2522
2679
  NextToken?: string;
2523
2680
  }
2681
+ export interface ListCopyJobSummariesInput {
2682
+ /**
2683
+ * Returns the job count for the specified account. If the request is sent from a member account or an account not part of Amazon Web Services Organizations, jobs within requestor's account will be returned. Root, admin, and delegated administrator accounts can use the value ANY to return job counts from every account in the organization. AGGREGATE_ALL aggregates job counts from all accounts within the authenticated organization, then returns the sum.
2684
+ */
2685
+ AccountId?: AccountId;
2686
+ /**
2687
+ * This parameter returns the job count for jobs with the specified state. The the value ANY returns count of all states. AGGREGATE_ALL aggregates job counts for all states and returns the sum.
2688
+ */
2689
+ State?: CopyJobStatus;
2690
+ /**
2691
+ * Returns the job count for the specified resource type. Use request GetSupportedResourceTypes to obtain strings for supported resource types. The the value ANY returns count of all resource types. AGGREGATE_ALL aggregates job counts for all resource types and returns the sum. The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
2692
+ */
2693
+ ResourceType?: ResourceType;
2694
+ /**
2695
+ * This parameter returns the job count for the specified message category. Example accepted strings include AccessDenied, Success, and InvalidParameters. See Monitoring for a list of accepted MessageCategory strings. The the value ANY returns count of all message categories. AGGREGATE_ALL aggregates job counts for all message categories and returns the sum.
2696
+ */
2697
+ MessageCategory?: MessageCategory;
2698
+ /**
2699
+ * This is the period that sets the boundaries for returned results. ONE_DAY for daily job count for the prior 14 days. SEVEN_DAYS for the aggregated job count for the prior 7 days. FOURTEEN_DAYS for aggregated job count for prior 14 days.
2700
+ */
2701
+ AggregationPeriod?: AggregationPeriod;
2702
+ /**
2703
+ * This parameter sets the maximum number of items to be returned. The value is an integer. Range of accepted values is from 1 to 500.
2704
+ */
2705
+ MaxResults?: MaxResults;
2706
+ /**
2707
+ * The next item following a partial list of returned resources. For example, if a request is made to return maxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
2708
+ */
2709
+ NextToken?: string;
2710
+ }
2711
+ export interface ListCopyJobSummariesOutput {
2712
+ /**
2713
+ * This return shows a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.
2714
+ */
2715
+ CopyJobSummaries?: CopyJobSummaryList;
2716
+ /**
2717
+ * This is the period that sets the boundaries for returned results. ONE_DAY for daily job count for the prior 14 days. SEVEN_DAYS for the aggregated job count for the prior 7 days. FOURTEEN_DAYS for aggregated job count for prior 14 days.
2718
+ */
2719
+ AggregationPeriod?: string;
2720
+ /**
2721
+ * The next item following a partial list of returned resources. For example, if a request is made to return maxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
2722
+ */
2723
+ NextToken?: string;
2724
+ }
2524
2725
  export interface ListCopyJobsInput {
2525
2726
  /**
2526
2727
  * The next item following a partial list of returned items. For example, if a request is made to return maxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
@@ -2570,6 +2771,10 @@ declare namespace Backup {
2570
2771
  * This is a filter to list child (nested) jobs based on parent job ID.
2571
2772
  */
2572
2773
  ByParentJobId?: string;
2774
+ /**
2775
+ * This parameter returns the job count for the specified message category. Example accepted strings include AccessDenied, Success, and InvalidParameters. See Monitoring for a list of accepted MessageCategory strings. The the value ANY returns count of all message categories. AGGREGATE_ALL aggregates job counts for all message categories and returns the sum.
2776
+ */
2777
+ ByMessageCategory?: string;
2573
2778
  }
2574
2779
  export interface ListCopyJobsOutput {
2575
2780
  /**
@@ -2826,6 +3031,46 @@ declare namespace Backup {
2826
3031
  */
2827
3032
  NextToken?: string;
2828
3033
  }
3034
+ export interface ListRestoreJobSummariesInput {
3035
+ /**
3036
+ * Returns the job count for the specified account. If the request is sent from a member account or an account not part of Amazon Web Services Organizations, jobs within requestor's account will be returned. Root, admin, and delegated administrator accounts can use the value ANY to return job counts from every account in the organization. AGGREGATE_ALL aggregates job counts from all accounts within the authenticated organization, then returns the sum.
3037
+ */
3038
+ AccountId?: AccountId;
3039
+ /**
3040
+ * This parameter returns the job count for jobs with the specified state. The the value ANY returns count of all states. AGGREGATE_ALL aggregates job counts for all states and returns the sum.
3041
+ */
3042
+ State?: RestoreJobState;
3043
+ /**
3044
+ * Returns the job count for the specified resource type. Use request GetSupportedResourceTypes to obtain strings for supported resource types. The the value ANY returns count of all resource types. AGGREGATE_ALL aggregates job counts for all resource types and returns the sum. The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
3045
+ */
3046
+ ResourceType?: ResourceType;
3047
+ /**
3048
+ * This is the period that sets the boundaries for returned results. Acceptable values include ONE_DAY for daily job count for the prior 14 days. SEVEN_DAYS for the aggregated job count for the prior 7 days. FOURTEEN_DAYS for aggregated job count for prior 14 days.
3049
+ */
3050
+ AggregationPeriod?: AggregationPeriod;
3051
+ /**
3052
+ * This parameter sets the maximum number of items to be returned. The value is an integer. Range of accepted values is from 1 to 500.
3053
+ */
3054
+ MaxResults?: MaxResults;
3055
+ /**
3056
+ * The next item following a partial list of returned resources. For example, if a request is made to return maxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
3057
+ */
3058
+ NextToken?: string;
3059
+ }
3060
+ export interface ListRestoreJobSummariesOutput {
3061
+ /**
3062
+ * This return contains a summary that contains Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.
3063
+ */
3064
+ RestoreJobSummaries?: RestoreJobSummaryList;
3065
+ /**
3066
+ * This is the period that sets the boundaries for returned results. ONE_DAY for daily job count for the prior 14 days. SEVEN_DAYS for the aggregated job count for the prior 7 days. FOURTEEN_DAYS for aggregated job count for prior 14 days.
3067
+ */
3068
+ AggregationPeriod?: string;
3069
+ /**
3070
+ * The next item following a partial list of returned resources. For example, if a request is made to return maxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
3071
+ */
3072
+ NextToken?: string;
3073
+ }
2829
3074
  export interface ListRestoreJobsInput {
2830
3075
  /**
2831
3076
  * The next item following a partial list of returned items. For example, if a request is made to return maxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
@@ -2897,6 +3142,7 @@ declare namespace Backup {
2897
3142
  export type Long = number;
2898
3143
  export type MaxFrameworkInputs = number;
2899
3144
  export type MaxResults = number;
3145
+ export type MessageCategory = string;
2900
3146
  export type Metadata = {[key: string]: MetadataValue};
2901
3147
  export type MetadataKey = string;
2902
3148
  export type MetadataValue = string;
@@ -3146,6 +3392,7 @@ declare namespace Backup {
3146
3392
  }
3147
3393
  export type RecoveryPointStatus = "COMPLETED"|"PARTIAL"|"DELETING"|"EXPIRED"|string;
3148
3394
  export type RecoveryPointsList = RecoveryPointMember[];
3395
+ export type Region = string;
3149
3396
  export interface ReportDeliveryChannel {
3150
3397
  /**
3151
3398
  * The unique name of the S3 bucket that receives your reports.
@@ -3281,7 +3528,39 @@ declare namespace Backup {
3281
3528
  export type ResourceTypeOptInPreference = {[key: string]: IsEnabled};
3282
3529
  export type ResourceTypes = ResourceType[];
3283
3530
  export type RestoreJobId = string;
3531
+ export type RestoreJobState = "CREATED"|"PENDING"|"RUNNING"|"ABORTED"|"COMPLETED"|"FAILED"|"AGGREGATE_ALL"|"ANY"|string;
3284
3532
  export type RestoreJobStatus = "PENDING"|"RUNNING"|"COMPLETED"|"ABORTED"|"FAILED"|string;
3533
+ export interface RestoreJobSummary {
3534
+ /**
3535
+ * The Amazon Web Services Regions within the job summary.
3536
+ */
3537
+ Region?: Region;
3538
+ /**
3539
+ * The account ID that owns the jobs within the summary.
3540
+ */
3541
+ AccountId?: AccountId;
3542
+ /**
3543
+ * This value is job count for jobs with the specified state.
3544
+ */
3545
+ State?: RestoreJobState;
3546
+ /**
3547
+ * This value is the job count for the specified resource type. The request GetSupportedResourceTypes returns strings for supported resource types.
3548
+ */
3549
+ ResourceType?: ResourceType;
3550
+ /**
3551
+ * The value as a number of jobs in a job summary.
3552
+ */
3553
+ Count?: integer;
3554
+ /**
3555
+ * The value of time in number format of a job start time. This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
3556
+ */
3557
+ StartTime?: timestamp;
3558
+ /**
3559
+ * The value of time in number format of a job end time. This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
3560
+ */
3561
+ EndTime?: timestamp;
3562
+ }
3563
+ export type RestoreJobSummaryList = RestoreJobSummary[];
3285
3564
  export type RestoreJobsList = RestoreJobsListMember[];
3286
3565
  export interface RestoreJobsListMember {
3287
3566
  /**