aws-sdk 2.1024.0 → 2.1028.0

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 (61) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/README.md +1 -1
  3. package/apis/backup-2018-11-15.min.json +92 -59
  4. package/apis/batch-2016-08-10.examples.json +30 -6
  5. package/apis/batch-2016-08-10.min.json +267 -72
  6. package/apis/batch-2016-08-10.paginators.json +6 -0
  7. package/apis/connect-2017-08-08.min.json +258 -62
  8. package/apis/connect-2017-08-08.paginators.json +5 -0
  9. package/apis/devops-guru-2020-12-01.min.json +477 -144
  10. package/apis/devops-guru-2020-12-01.paginators.json +27 -7
  11. package/apis/ec2-2016-11-15.min.json +650 -645
  12. package/apis/ecs-2014-11-13.min.json +100 -78
  13. package/apis/greengrassv2-2020-11-30.min.json +2 -1
  14. package/apis/metadata.json +3 -0
  15. package/apis/resiliencehub-2020-04-30.examples.json +5 -0
  16. package/apis/resiliencehub-2020-04-30.min.json +1863 -0
  17. package/apis/resiliencehub-2020-04-30.paginators.json +74 -0
  18. package/apis/translate-2017-07-01.min.json +28 -13
  19. package/clients/all.d.ts +1 -0
  20. package/clients/all.js +2 -1
  21. package/clients/backup.d.ts +13 -0
  22. package/clients/batch.d.ts +239 -23
  23. package/clients/connect.d.ts +265 -28
  24. package/clients/devopsguru.d.ts +420 -63
  25. package/clients/dynamodb.d.ts +61 -61
  26. package/clients/ec2.d.ts +5 -1
  27. package/clients/ecs.d.ts +380 -345
  28. package/clients/greengrassv2.d.ts +8 -4
  29. package/clients/health.d.ts +49 -49
  30. package/clients/mediaconvert.d.ts +16 -16
  31. package/clients/resiliencehub.d.ts +2101 -0
  32. package/clients/resiliencehub.js +18 -0
  33. package/clients/ssm.d.ts +4 -4
  34. package/clients/translate.d.ts +34 -5
  35. package/dist/aws-sdk-core-react-native.js +116 -101
  36. package/dist/aws-sdk-react-native.js +181 -171
  37. package/dist/aws-sdk.js +1326 -1025
  38. package/dist/aws-sdk.min.js +71 -71
  39. package/lib/config-base.d.ts +8 -0
  40. package/lib/config.js +14 -2
  41. package/lib/config_service_placeholders.d.ts +2 -0
  42. package/lib/config_use_dualstack.d.ts +3 -0
  43. package/lib/core.js +1 -1
  44. package/lib/dynamodb/document_client.d.ts +39 -39
  45. package/lib/metadata_service/get_endpoint.js +8 -0
  46. package/lib/metadata_service/get_endpoint_config_options.js +12 -0
  47. package/lib/metadata_service/get_endpoint_mode.js +8 -0
  48. package/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
  49. package/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
  50. package/lib/node_loader.js +63 -21
  51. package/lib/region/utils.js +21 -0
  52. package/lib/region_config.js +12 -55
  53. package/lib/region_config_data.json +102 -59
  54. package/lib/service.js +20 -1
  55. package/lib/services/s3util.js +2 -1
  56. package/package.json +1 -1
  57. package/scripts/region-checker/allowlist.js +5 -5
  58. package/lib/metadata_service/endpoint.js +0 -6
  59. package/lib/metadata_service/endpoint_config_options.js +0 -14
  60. package/lib/metadata_service/endpoint_mode.js +0 -6
  61. package/lib/metadata_service/endpoint_mode_config_options.js +0 -16
package/CHANGELOG.md CHANGED
@@ -1,7 +1,30 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1024.0-->
2
+ <!--LATEST=2.1028.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1028.0
6
+ * feature: Connect: This release adds APIs for creating and managing scheduled tasks. Additionally, adds APIs to describe and update a contact and list associated references.
7
+ * feature: DevOpsGuru: Add support for cross account APIs.
8
+ * feature: EC2: C6i instances are powered by a third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz. G5 instances feature up to 8 NVIDIA A10G Tensor Core GPUs and second generation AMD EPYC processors.
9
+ * feature: MediaConvert: AWS Elemental MediaConvert SDK has added automatic modes for GOP configuration and added the ability to ingest screen recordings generated by Safari on MacOS 12 Monterey.
10
+ * feature: SSM: This Patch Manager release supports creating Patch Baselines for RaspberryPi OS (formerly Raspbian)
11
+ * feature: endpoint: Add useDualstackEndpoint configuration
12
+
13
+ ## 2.1027.0
14
+ * feature: EC2: This release provides an additional route target for the VPC route table.
15
+ * feature: Translate: This release enables customers to import Multi-Directional Custom Terminology and use Multi-Directional Custom Terminology in both real-time translation and asynchronous batch translation.
16
+ * feature: endpoint: Add useFipsEndpoint configuration
17
+
18
+ ## 2.1026.0
19
+ * feature: Backup: AWS Backup SDK provides new options when scheduling backups: select supported services and resources that are assigned to a particular tag, linked to a combination of tags, or can be identified by a partial tag value, and exclude resources from their assignments.
20
+ * feature: ECS: This release adds support for container instance health.
21
+ * feature: Resiliencehub: Initial release of AWS Resilience Hub, a managed service that enables you to define, validate, and track the resilience of your applications on AWS
22
+ * feature: endpoint: Move FIPS rules to a separate section in region_config
23
+
24
+ ## 2.1025.0
25
+ * feature: Batch: Adds support for scheduling policy APIs.
26
+ * feature: GreengrassV2: This release adds support for Greengrass core devices running Windows. You can now specify name of a Windows user to run a component.
27
+
5
28
  ## 2.1024.0
6
29
  * feature: ChimeSDKMeetings: Updated format validation for ids and regions.
7
30
  * feature: EC2: This release adds internal validation on the GatewayAssociationState field
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1024.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1028.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -129,13 +129,13 @@
129
129
  "FrameworkName": {},
130
130
  "FrameworkDescription": {},
131
131
  "FrameworkControls": {
132
- "shape": "S18"
132
+ "shape": "S1b"
133
133
  },
134
134
  "IdempotencyToken": {
135
135
  "idempotencyToken": true
136
136
  },
137
137
  "FrameworkTags": {
138
- "shape": "S1i"
138
+ "shape": "S1l"
139
139
  }
140
140
  }
141
141
  },
@@ -163,13 +163,13 @@
163
163
  "ReportPlanName": {},
164
164
  "ReportPlanDescription": {},
165
165
  "ReportDeliveryChannel": {
166
- "shape": "S1n"
166
+ "shape": "S1q"
167
167
  },
168
168
  "ReportSetting": {
169
- "shape": "S1p"
169
+ "shape": "S1s"
170
170
  },
171
171
  "ReportPlanTags": {
172
- "shape": "S1i"
172
+ "shape": "S1l"
173
173
  },
174
174
  "IdempotencyToken": {
175
175
  "idempotencyToken": true
@@ -416,7 +416,7 @@
416
416
  },
417
417
  "IamRoleArn": {},
418
418
  "CreatedBy": {
419
- "shape": "S27"
419
+ "shape": "S2a"
420
420
  },
421
421
  "ResourceType": {},
422
422
  "BytesTransferred": {
@@ -503,7 +503,7 @@
503
503
  "type": "structure",
504
504
  "members": {
505
505
  "CopyJob": {
506
- "shape": "S2d"
506
+ "shape": "S2g"
507
507
  }
508
508
  }
509
509
  },
@@ -533,7 +533,7 @@
533
533
  "FrameworkArn": {},
534
534
  "FrameworkDescription": {},
535
535
  "FrameworkControls": {
536
- "shape": "S18"
536
+ "shape": "S1b"
537
537
  },
538
538
  "CreationTime": {
539
539
  "type": "timestamp"
@@ -557,7 +557,7 @@
557
557
  "type": "structure",
558
558
  "members": {
559
559
  "GlobalSettings": {
560
- "shape": "S2j"
560
+ "shape": "S2m"
561
561
  },
562
562
  "LastUpdateTime": {
563
563
  "type": "timestamp"
@@ -626,7 +626,7 @@
626
626
  "ResourceArn": {},
627
627
  "ResourceType": {},
628
628
  "CreatedBy": {
629
- "shape": "S27"
629
+ "shape": "S2a"
630
630
  },
631
631
  "IamRoleArn": {},
632
632
  "Status": {},
@@ -641,7 +641,7 @@
641
641
  "type": "long"
642
642
  },
643
643
  "CalculatedLifecycle": {
644
- "shape": "S2r"
644
+ "shape": "S2u"
645
645
  },
646
646
  "Lifecycle": {
647
647
  "shape": "Sa"
@@ -671,7 +671,7 @@
671
671
  "type": "structure",
672
672
  "members": {
673
673
  "ResourceTypeOptInPreference": {
674
- "shape": "S2w"
674
+ "shape": "S2z"
675
675
  }
676
676
  }
677
677
  }
@@ -697,7 +697,7 @@
697
697
  "type": "structure",
698
698
  "members": {
699
699
  "ReportJob": {
700
- "shape": "S31"
700
+ "shape": "S34"
701
701
  }
702
702
  }
703
703
  }
@@ -723,7 +723,7 @@
723
723
  "type": "structure",
724
724
  "members": {
725
725
  "ReportPlan": {
726
- "shape": "S35"
726
+ "shape": "S38"
727
727
  }
728
728
  }
729
729
  }
@@ -844,7 +844,7 @@
844
844
  "type": "structure",
845
845
  "members": {
846
846
  "BackupPlan": {
847
- "shape": "S3f"
847
+ "shape": "S3i"
848
848
  },
849
849
  "BackupPlanId": {},
850
850
  "BackupPlanArn": {},
@@ -883,7 +883,7 @@
883
883
  "type": "structure",
884
884
  "members": {
885
885
  "BackupPlan": {
886
- "shape": "S3f"
886
+ "shape": "S3i"
887
887
  }
888
888
  }
889
889
  }
@@ -909,7 +909,7 @@
909
909
  "type": "structure",
910
910
  "members": {
911
911
  "BackupPlanDocument": {
912
- "shape": "S3f"
912
+ "shape": "S3i"
913
913
  }
914
914
  }
915
915
  }
@@ -1003,7 +1003,7 @@
1003
1003
  "BackupVaultArn": {},
1004
1004
  "SNSTopicArn": {},
1005
1005
  "BackupVaultEvents": {
1006
- "shape": "S3t"
1006
+ "shape": "S3w"
1007
1007
  }
1008
1008
  }
1009
1009
  },
@@ -1037,7 +1037,7 @@
1037
1037
  "BackupVaultArn": {},
1038
1038
  "RecoveryPointArn": {},
1039
1039
  "RestoreMetadata": {
1040
- "shape": "S3x"
1040
+ "shape": "S40"
1041
1041
  }
1042
1042
  }
1043
1043
  },
@@ -1135,7 +1135,7 @@
1135
1135
  },
1136
1136
  "IamRoleArn": {},
1137
1137
  "CreatedBy": {
1138
- "shape": "S27"
1138
+ "shape": "S2a"
1139
1139
  },
1140
1140
  "ExpectedCompletionDate": {
1141
1141
  "type": "timestamp"
@@ -1228,7 +1228,7 @@
1228
1228
  "BackupPlanVersionsList": {
1229
1229
  "type": "list",
1230
1230
  "member": {
1231
- "shape": "S4e"
1231
+ "shape": "S4h"
1232
1232
  }
1233
1233
  }
1234
1234
  }
@@ -1266,7 +1266,7 @@
1266
1266
  "BackupPlansList": {
1267
1267
  "type": "list",
1268
1268
  "member": {
1269
- "shape": "S4e"
1269
+ "shape": "S4h"
1270
1270
  }
1271
1271
  }
1272
1272
  }
@@ -1435,7 +1435,7 @@
1435
1435
  "CopyJobs": {
1436
1436
  "type": "list",
1437
1437
  "member": {
1438
- "shape": "S2d"
1438
+ "shape": "S2g"
1439
1439
  }
1440
1440
  },
1441
1441
  "NextToken": {}
@@ -1590,7 +1590,7 @@
1590
1590
  "ResourceArn": {},
1591
1591
  "ResourceType": {},
1592
1592
  "CreatedBy": {
1593
- "shape": "S27"
1593
+ "shape": "S2a"
1594
1594
  },
1595
1595
  "IamRoleArn": {},
1596
1596
  "Status": {},
@@ -1605,7 +1605,7 @@
1605
1605
  "type": "long"
1606
1606
  },
1607
1607
  "CalculatedLifecycle": {
1608
- "shape": "S2r"
1608
+ "shape": "S2u"
1609
1609
  },
1610
1610
  "Lifecycle": {
1611
1611
  "shape": "Sa"
@@ -1720,7 +1720,7 @@
1720
1720
  "ReportJobs": {
1721
1721
  "type": "list",
1722
1722
  "member": {
1723
- "shape": "S31"
1723
+ "shape": "S34"
1724
1724
  }
1725
1725
  },
1726
1726
  "NextToken": {}
@@ -1752,7 +1752,7 @@
1752
1752
  "ReportPlans": {
1753
1753
  "type": "list",
1754
1754
  "member": {
1755
- "shape": "S35"
1755
+ "shape": "S38"
1756
1756
  }
1757
1757
  },
1758
1758
  "NextToken": {}
@@ -1937,7 +1937,7 @@
1937
1937
  },
1938
1938
  "SNSTopicArn": {},
1939
1939
  "BackupVaultEvents": {
1940
- "shape": "S3t"
1940
+ "shape": "S3w"
1941
1941
  }
1942
1942
  }
1943
1943
  },
@@ -2066,7 +2066,7 @@
2066
2066
  "members": {
2067
2067
  "RecoveryPointArn": {},
2068
2068
  "Metadata": {
2069
- "shape": "S3x"
2069
+ "shape": "S40"
2070
2070
  },
2071
2071
  "IamRoleArn": {},
2072
2072
  "IdempotencyToken": {},
@@ -2197,7 +2197,7 @@
2197
2197
  },
2198
2198
  "FrameworkDescription": {},
2199
2199
  "FrameworkControls": {
2200
- "shape": "S18"
2200
+ "shape": "S1b"
2201
2201
  },
2202
2202
  "IdempotencyToken": {
2203
2203
  "idempotencyToken": true
@@ -2225,7 +2225,7 @@
2225
2225
  "type": "structure",
2226
2226
  "members": {
2227
2227
  "GlobalSettings": {
2228
- "shape": "S2j"
2228
+ "shape": "S2m"
2229
2229
  }
2230
2230
  }
2231
2231
  }
@@ -2263,7 +2263,7 @@
2263
2263
  "shape": "Sa"
2264
2264
  },
2265
2265
  "CalculatedLifecycle": {
2266
- "shape": "S2r"
2266
+ "shape": "S2u"
2267
2267
  }
2268
2268
  }
2269
2269
  },
@@ -2278,7 +2278,7 @@
2278
2278
  "type": "structure",
2279
2279
  "members": {
2280
2280
  "ResourceTypeOptInPreference": {
2281
- "shape": "S2w"
2281
+ "shape": "S2z"
2282
2282
  }
2283
2283
  }
2284
2284
  }
@@ -2300,10 +2300,10 @@
2300
2300
  },
2301
2301
  "ReportPlanDescription": {},
2302
2302
  "ReportDeliveryChannel": {
2303
- "shape": "S1n"
2303
+ "shape": "S1q"
2304
2304
  },
2305
2305
  "ReportSetting": {
2306
- "shape": "S1p"
2306
+ "shape": "S1s"
2307
2307
  },
2308
2308
  "IdempotencyToken": {
2309
2309
  "idempotencyToken": true
@@ -2429,8 +2429,7 @@
2429
2429
  "SelectionName": {},
2430
2430
  "IamRoleArn": {},
2431
2431
  "Resources": {
2432
- "type": "list",
2433
- "member": {}
2432
+ "shape": "Sw"
2434
2433
  },
2435
2434
  "ListOfTags": {
2436
2435
  "type": "list",
@@ -2447,10 +2446,44 @@
2447
2446
  "ConditionValue": {}
2448
2447
  }
2449
2448
  }
2449
+ },
2450
+ "NotResources": {
2451
+ "shape": "Sw"
2452
+ },
2453
+ "Conditions": {
2454
+ "type": "structure",
2455
+ "members": {
2456
+ "StringEquals": {
2457
+ "shape": "S13"
2458
+ },
2459
+ "StringNotEquals": {
2460
+ "shape": "S13"
2461
+ },
2462
+ "StringLike": {
2463
+ "shape": "S13"
2464
+ },
2465
+ "StringNotLike": {
2466
+ "shape": "S13"
2467
+ }
2468
+ }
2469
+ }
2470
+ }
2471
+ },
2472
+ "Sw": {
2473
+ "type": "list",
2474
+ "member": {}
2475
+ },
2476
+ "S13": {
2477
+ "type": "list",
2478
+ "member": {
2479
+ "type": "structure",
2480
+ "members": {
2481
+ "ConditionKey": {},
2482
+ "ConditionValue": {}
2450
2483
  }
2451
2484
  }
2452
2485
  },
2453
- "S18": {
2486
+ "S1b": {
2454
2487
  "type": "list",
2455
2488
  "member": {
2456
2489
  "type": "structure",
@@ -2481,19 +2514,19 @@
2481
2514
  "member": {}
2482
2515
  },
2483
2516
  "Tags": {
2484
- "shape": "S1i"
2517
+ "shape": "S1l"
2485
2518
  }
2486
2519
  }
2487
2520
  }
2488
2521
  }
2489
2522
  }
2490
2523
  },
2491
- "S1i": {
2524
+ "S1l": {
2492
2525
  "type": "map",
2493
2526
  "key": {},
2494
2527
  "value": {}
2495
2528
  },
2496
- "S1n": {
2529
+ "S1q": {
2497
2530
  "type": "structure",
2498
2531
  "required": [
2499
2532
  "S3BucketName"
@@ -2507,7 +2540,7 @@
2507
2540
  }
2508
2541
  }
2509
2542
  },
2510
- "S1p": {
2543
+ "S1s": {
2511
2544
  "type": "structure",
2512
2545
  "required": [
2513
2546
  "ReportTemplate"
@@ -2515,18 +2548,18 @@
2515
2548
  "members": {
2516
2549
  "ReportTemplate": {},
2517
2550
  "FrameworkArns": {
2518
- "shape": "S1q"
2551
+ "shape": "S1t"
2519
2552
  },
2520
2553
  "NumberOfFrameworks": {
2521
2554
  "type": "integer"
2522
2555
  }
2523
2556
  }
2524
2557
  },
2525
- "S1q": {
2558
+ "S1t": {
2526
2559
  "type": "list",
2527
2560
  "member": {}
2528
2561
  },
2529
- "S27": {
2562
+ "S2a": {
2530
2563
  "type": "structure",
2531
2564
  "members": {
2532
2565
  "BackupPlanId": {},
@@ -2535,7 +2568,7 @@
2535
2568
  "BackupRuleId": {}
2536
2569
  }
2537
2570
  },
2538
- "S2d": {
2571
+ "S2g": {
2539
2572
  "type": "structure",
2540
2573
  "members": {
2541
2574
  "AccountId": {},
@@ -2558,17 +2591,17 @@
2558
2591
  },
2559
2592
  "IamRoleArn": {},
2560
2593
  "CreatedBy": {
2561
- "shape": "S27"
2594
+ "shape": "S2a"
2562
2595
  },
2563
2596
  "ResourceType": {}
2564
2597
  }
2565
2598
  },
2566
- "S2j": {
2599
+ "S2m": {
2567
2600
  "type": "map",
2568
2601
  "key": {},
2569
2602
  "value": {}
2570
2603
  },
2571
- "S2r": {
2604
+ "S2u": {
2572
2605
  "type": "structure",
2573
2606
  "members": {
2574
2607
  "MoveToColdStorageAt": {
@@ -2579,14 +2612,14 @@
2579
2612
  }
2580
2613
  }
2581
2614
  },
2582
- "S2w": {
2615
+ "S2z": {
2583
2616
  "type": "map",
2584
2617
  "key": {},
2585
2618
  "value": {
2586
2619
  "type": "boolean"
2587
2620
  }
2588
2621
  },
2589
- "S31": {
2622
+ "S34": {
2590
2623
  "type": "structure",
2591
2624
  "members": {
2592
2625
  "ReportJobId": {},
@@ -2605,23 +2638,23 @@
2605
2638
  "members": {
2606
2639
  "S3BucketName": {},
2607
2640
  "S3Keys": {
2608
- "shape": "S1q"
2641
+ "shape": "S1t"
2609
2642
  }
2610
2643
  }
2611
2644
  }
2612
2645
  }
2613
2646
  },
2614
- "S35": {
2647
+ "S38": {
2615
2648
  "type": "structure",
2616
2649
  "members": {
2617
2650
  "ReportPlanArn": {},
2618
2651
  "ReportPlanName": {},
2619
2652
  "ReportPlanDescription": {},
2620
2653
  "ReportSetting": {
2621
- "shape": "S1p"
2654
+ "shape": "S1s"
2622
2655
  },
2623
2656
  "ReportDeliveryChannel": {
2624
- "shape": "S1n"
2657
+ "shape": "S1q"
2625
2658
  },
2626
2659
  "DeploymentStatus": {},
2627
2660
  "CreationTime": {
@@ -2635,7 +2668,7 @@
2635
2668
  }
2636
2669
  }
2637
2670
  },
2638
- "S3f": {
2671
+ "S3i": {
2639
2672
  "type": "structure",
2640
2673
  "required": [
2641
2674
  "BackupPlanName",
@@ -2682,17 +2715,17 @@
2682
2715
  }
2683
2716
  }
2684
2717
  },
2685
- "S3t": {
2718
+ "S3w": {
2686
2719
  "type": "list",
2687
2720
  "member": {}
2688
2721
  },
2689
- "S3x": {
2722
+ "S40": {
2690
2723
  "type": "map",
2691
2724
  "key": {},
2692
2725
  "value": {},
2693
2726
  "sensitive": true
2694
2727
  },
2695
- "S4e": {
2728
+ "S4h": {
2696
2729
  "type": "structure",
2697
2730
  "members": {
2698
2731
  "BackupPlanArn": {},
@@ -298,14 +298,22 @@
298
298
 
299
299
  ],
300
300
  "image": "busybox",
301
- "memory": 128,
302
301
  "mountPoints": [
303
302
 
303
+ ],
304
+ "resourceRequirements": [
305
+ {
306
+ "type": "MEMORY",
307
+ "value": "128"
308
+ },
309
+ {
310
+ "type": "VCPU",
311
+ "value": "1"
312
+ }
304
313
  ],
305
314
  "ulimits": [
306
315
 
307
316
  ],
308
- "vcpus": 1,
309
317
  "volumes": [
310
318
 
311
319
  ]
@@ -504,8 +512,16 @@
504
512
  "10"
505
513
  ],
506
514
  "image": "busybox",
507
- "memory": 128,
508
- "vcpus": 1
515
+ "resourceRequirements": [
516
+ {
517
+ "type": "MEMORY",
518
+ "value": "128"
519
+ },
520
+ {
521
+ "type": "VCPU",
522
+ "value": "1"
523
+ }
524
+ ]
509
525
  },
510
526
  "jobDefinitionName": "sleep10"
511
527
  },
@@ -533,8 +549,16 @@
533
549
  "30"
534
550
  ],
535
551
  "image": "busybox",
536
- "memory": 128,
537
- "vcpus": 1
552
+ "resourceRequirements": [
553
+ {
554
+ "type": "MEMORY",
555
+ "value": "128"
556
+ },
557
+ {
558
+ "type": "VCPU",
559
+ "value": "1"
560
+ }
561
+ ]
538
562
  },
539
563
  "jobDefinitionName": "sleep30",
540
564
  "tags": {