@pgarbe/cdk-ecr-sync 0.5.29 → 0.5.30

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 (123) hide show
  1. package/.jsii +3 -3
  2. package/API.md +106 -50
  3. package/CHANGELOG.md +1 -1
  4. package/lib/ecr-sync.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +34 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
  8. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
  9. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
  10. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +80 -74
  11. package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
  12. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
  13. package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +17 -0
  15. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
  16. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
  17. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
  18. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +82 -63
  19. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
  20. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
  21. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +155 -122
  22. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +43 -15
  23. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +176 -99
  24. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  25. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
  26. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +673 -649
  27. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
  28. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +6 -0
  29. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
  30. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  31. package/node_modules/aws-sdk/clients/all.js +2 -1
  32. package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
  33. package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
  34. package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
  35. package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
  36. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
  37. package/node_modules/aws-sdk/clients/datasync.d.ts +41 -15
  38. package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
  39. package/node_modules/aws-sdk/clients/ec2.d.ts +35 -15
  40. package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
  41. package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
  42. package/node_modules/aws-sdk/clients/forecastservice.d.ts +38 -2
  43. package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
  44. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
  45. package/node_modules/aws-sdk/clients/ivschat.d.ts +1 -1
  46. package/node_modules/aws-sdk/clients/lightsail.d.ts +40 -0
  47. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +54 -5
  48. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +83 -8
  49. package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
  50. package/node_modules/aws-sdk/clients/sagemaker.d.ts +53 -24
  51. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +1 -1
  52. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
  53. package/node_modules/aws-sdk/clients/voiceid.d.ts +9 -1
  54. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +702 -233
  55. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2499 -1776
  56. package/node_modules/aws-sdk/dist/aws-sdk.js +839 -320
  57. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
  58. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  59. package/node_modules/aws-sdk/lib/core.js +1 -1
  60. package/node_modules/aws-sdk/package.json +2 -2
  61. package/node_modules/uuid/CHANGELOG.md +132 -44
  62. package/node_modules/uuid/CONTRIBUTING.md +20 -0
  63. package/node_modules/uuid/LICENSE.md +1 -1
  64. package/node_modules/uuid/README.md +298 -152
  65. package/node_modules/uuid/dist/bin/uuid +2 -0
  66. package/node_modules/uuid/dist/bytesToUuid.js +26 -0
  67. package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
  68. package/node_modules/uuid/dist/esm-browser/index.js +4 -0
  69. package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
  70. package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
  71. package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
  72. package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
  73. package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  74. package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
  75. package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
  76. package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  77. package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
  78. package/node_modules/uuid/dist/esm-node/index.js +4 -0
  79. package/node_modules/uuid/dist/esm-node/md5.js +13 -0
  80. package/node_modules/uuid/dist/esm-node/rng.js +4 -0
  81. package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  82. package/node_modules/uuid/dist/esm-node/v1.js +95 -0
  83. package/node_modules/uuid/dist/esm-node/v3.js +4 -0
  84. package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
  85. package/node_modules/uuid/dist/esm-node/v4.js +27 -0
  86. package/node_modules/uuid/dist/esm-node/v5.js +4 -0
  87. package/node_modules/uuid/dist/index.js +39 -0
  88. package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
  89. package/node_modules/uuid/dist/md5.js +23 -0
  90. package/node_modules/uuid/dist/rng-browser.js +21 -0
  91. package/node_modules/uuid/dist/rng.js +14 -0
  92. package/node_modules/uuid/dist/sha1-browser.js +95 -0
  93. package/node_modules/uuid/dist/sha1.js +23 -0
  94. package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  95. package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  96. package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  97. package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  98. package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  99. package/node_modules/uuid/dist/uuid-bin.js +67 -0
  100. package/node_modules/uuid/dist/v1.js +107 -0
  101. package/node_modules/uuid/dist/v3.js +16 -0
  102. package/node_modules/uuid/dist/v35.js +69 -0
  103. package/node_modules/uuid/dist/v4.js +40 -0
  104. package/node_modules/uuid/dist/v5.js +16 -0
  105. package/node_modules/uuid/package.json +92 -19
  106. package/node_modules/uuid/wrapper.mjs +5 -0
  107. package/package.json +7 -7
  108. package/releasetag.txt +1 -1
  109. package/version.txt +1 -1
  110. package/node_modules/uuid/.eslintrc.json +0 -47
  111. package/node_modules/uuid/AUTHORS +0 -5
  112. package/node_modules/uuid/README_js.md +0 -280
  113. package/node_modules/uuid/bin/uuid +0 -65
  114. package/node_modules/uuid/index.js +0 -8
  115. package/node_modules/uuid/lib/bytesToUuid.js +0 -24
  116. package/node_modules/uuid/lib/md5.js +0 -25
  117. package/node_modules/uuid/lib/rng-browser.js +0 -34
  118. package/node_modules/uuid/lib/rng.js +0 -8
  119. package/node_modules/uuid/lib/sha1-browser.js +0 -89
  120. package/node_modules/uuid/lib/sha1.js +0 -25
  121. package/node_modules/uuid/v3.js +0 -4
  122. package/node_modules/uuid/v4.js +0 -29
  123. package/node_modules/uuid/v5.js +0 -3
@@ -72,7 +72,10 @@
72
72
  },
73
73
  "Tags": {
74
74
  "shape": "S7"
75
- }
75
+ },
76
+ "AccessPointArn": {},
77
+ "FileSystemAccessRoleArn": {},
78
+ "InTransitEncryption": {}
76
79
  }
77
80
  },
78
81
  "output": {
@@ -118,7 +121,7 @@
118
121
  "members": {
119
122
  "FsxFilesystemArn": {},
120
123
  "Protocol": {
121
- "shape": "St"
124
+ "shape": "Sw"
122
125
  },
123
126
  "SecurityGroupArns": {
124
127
  "shape": "Sl"
@@ -157,7 +160,7 @@
157
160
  "User": {},
158
161
  "Domain": {},
159
162
  "Password": {
160
- "shape": "S13"
163
+ "shape": "S16"
161
164
  }
162
165
  }
163
166
  },
@@ -179,7 +182,7 @@
179
182
  "members": {
180
183
  "Subdirectory": {},
181
184
  "NameNodes": {
182
- "shape": "S17"
185
+ "shape": "S1a"
183
186
  },
184
187
  "BlockSize": {
185
188
  "type": "integer"
@@ -189,7 +192,7 @@
189
192
  },
190
193
  "KmsKeyProviderUri": {},
191
194
  "QopConfiguration": {
192
- "shape": "S1e"
195
+ "shape": "S1h"
193
196
  },
194
197
  "AuthenticationType": {},
195
198
  "SimpleUser": {},
@@ -201,7 +204,7 @@
201
204
  "type": "blob"
202
205
  },
203
206
  "AgentArns": {
204
- "shape": "S1m"
207
+ "shape": "S1p"
205
208
  },
206
209
  "Tags": {
207
210
  "shape": "S7"
@@ -227,10 +230,10 @@
227
230
  "Subdirectory": {},
228
231
  "ServerHostname": {},
229
232
  "OnPremConfig": {
230
- "shape": "S1r"
233
+ "shape": "S1u"
231
234
  },
232
235
  "MountOptions": {
233
- "shape": "Sv"
236
+ "shape": "Sy"
234
237
  },
235
238
  "Tags": {
236
239
  "shape": "S7"
@@ -262,10 +265,10 @@
262
265
  "BucketName": {},
263
266
  "AccessKey": {},
264
267
  "SecretKey": {
265
- "shape": "S1z"
268
+ "shape": "S22"
266
269
  },
267
270
  "AgentArns": {
268
- "shape": "S1m"
271
+ "shape": "S1p"
269
272
  },
270
273
  "Tags": {
271
274
  "shape": "S7"
@@ -291,10 +294,10 @@
291
294
  "S3BucketArn": {},
292
295
  "S3StorageClass": {},
293
296
  "S3Config": {
294
- "shape": "S24"
297
+ "shape": "S27"
295
298
  },
296
299
  "AgentArns": {
297
- "shape": "S1m"
300
+ "shape": "S1p"
298
301
  },
299
302
  "Tags": {
300
303
  "shape": "S7"
@@ -324,13 +327,13 @@
324
327
  "User": {},
325
328
  "Domain": {},
326
329
  "Password": {
327
- "shape": "S13"
330
+ "shape": "S16"
328
331
  },
329
332
  "AgentArns": {
330
- "shape": "S1m"
333
+ "shape": "S1p"
331
334
  },
332
335
  "MountOptions": {
333
- "shape": "S29"
336
+ "shape": "S2b"
334
337
  },
335
338
  "Tags": {
336
339
  "shape": "S7"
@@ -357,19 +360,19 @@
357
360
  "CloudWatchLogGroupArn": {},
358
361
  "Name": {},
359
362
  "Options": {
360
- "shape": "S2e"
363
+ "shape": "S2g"
361
364
  },
362
365
  "Excludes": {
363
- "shape": "S2u"
366
+ "shape": "S2w"
364
367
  },
365
368
  "Schedule": {
366
- "shape": "S2y"
369
+ "shape": "S30"
367
370
  },
368
371
  "Tags": {
369
372
  "shape": "S7"
370
373
  },
371
374
  "Includes": {
372
- "shape": "S2u"
375
+ "shape": "S2w"
373
376
  }
374
377
  }
375
378
  },
@@ -484,7 +487,10 @@
484
487
  },
485
488
  "CreationTime": {
486
489
  "type": "timestamp"
487
- }
490
+ },
491
+ "AccessPointArn": {},
492
+ "FileSystemAccessRoleArn": {},
493
+ "InTransitEncryption": {}
488
494
  }
489
495
  }
490
496
  },
@@ -531,7 +537,7 @@
531
537
  "shape": "Sl"
532
538
  },
533
539
  "Protocol": {
534
- "shape": "St"
540
+ "shape": "Sw"
535
541
  },
536
542
  "CreationTime": {
537
543
  "type": "timestamp"
@@ -581,7 +587,7 @@
581
587
  "LocationArn": {},
582
588
  "LocationUri": {},
583
589
  "NameNodes": {
584
- "shape": "S17"
590
+ "shape": "S1a"
585
591
  },
586
592
  "BlockSize": {
587
593
  "type": "integer"
@@ -591,13 +597,13 @@
591
597
  },
592
598
  "KmsKeyProviderUri": {},
593
599
  "QopConfiguration": {
594
- "shape": "S1e"
600
+ "shape": "S1h"
595
601
  },
596
602
  "AuthenticationType": {},
597
603
  "SimpleUser": {},
598
604
  "KerberosPrincipal": {},
599
605
  "AgentArns": {
600
- "shape": "S1m"
606
+ "shape": "S1p"
601
607
  },
602
608
  "CreationTime": {
603
609
  "type": "timestamp"
@@ -621,10 +627,10 @@
621
627
  "LocationArn": {},
622
628
  "LocationUri": {},
623
629
  "OnPremConfig": {
624
- "shape": "S1r"
630
+ "shape": "S1u"
625
631
  },
626
632
  "MountOptions": {
627
- "shape": "Sv"
633
+ "shape": "Sy"
628
634
  },
629
635
  "CreationTime": {
630
636
  "type": "timestamp"
@@ -653,7 +659,7 @@
653
659
  },
654
660
  "ServerProtocol": {},
655
661
  "AgentArns": {
656
- "shape": "S1m"
662
+ "shape": "S1p"
657
663
  },
658
664
  "CreationTime": {
659
665
  "type": "timestamp"
@@ -678,10 +684,10 @@
678
684
  "LocationUri": {},
679
685
  "S3StorageClass": {},
680
686
  "S3Config": {
681
- "shape": "S24"
687
+ "shape": "S27"
682
688
  },
683
689
  "AgentArns": {
684
- "shape": "S1m"
690
+ "shape": "S1p"
685
691
  },
686
692
  "CreationTime": {
687
693
  "type": "timestamp"
@@ -705,12 +711,12 @@
705
711
  "LocationArn": {},
706
712
  "LocationUri": {},
707
713
  "AgentArns": {
708
- "shape": "S1m"
714
+ "shape": "S1p"
709
715
  },
710
716
  "User": {},
711
717
  "Domain": {},
712
718
  "MountOptions": {
713
- "shape": "S29"
719
+ "shape": "S2b"
714
720
  },
715
721
  "CreationTime": {
716
722
  "type": "timestamp"
@@ -747,13 +753,13 @@
747
753
  "member": {}
748
754
  },
749
755
  "Options": {
750
- "shape": "S2e"
756
+ "shape": "S2g"
751
757
  },
752
758
  "Excludes": {
753
- "shape": "S2u"
759
+ "shape": "S2w"
754
760
  },
755
761
  "Schedule": {
756
- "shape": "S2y"
762
+ "shape": "S30"
757
763
  },
758
764
  "ErrorCode": {},
759
765
  "ErrorDetail": {},
@@ -761,7 +767,7 @@
761
767
  "type": "timestamp"
762
768
  },
763
769
  "Includes": {
764
- "shape": "S2u"
770
+ "shape": "S2w"
765
771
  }
766
772
  }
767
773
  }
@@ -782,13 +788,13 @@
782
788
  "TaskExecutionArn": {},
783
789
  "Status": {},
784
790
  "Options": {
785
- "shape": "S2e"
791
+ "shape": "S2g"
786
792
  },
787
793
  "Excludes": {
788
- "shape": "S2u"
794
+ "shape": "S2w"
789
795
  },
790
796
  "Includes": {
791
- "shape": "S2u"
797
+ "shape": "S2w"
792
798
  },
793
799
  "StartTime": {
794
800
  "type": "timestamp"
@@ -881,7 +887,7 @@
881
887
  "members": {
882
888
  "Name": {},
883
889
  "Values": {
884
- "shape": "S4m"
890
+ "shape": "S4o"
885
891
  },
886
892
  "Operator": {}
887
893
  }
@@ -981,7 +987,7 @@
981
987
  "members": {
982
988
  "Name": {},
983
989
  "Values": {
984
- "shape": "S4m"
990
+ "shape": "S4o"
985
991
  },
986
992
  "Operator": {}
987
993
  }
@@ -1016,13 +1022,13 @@
1016
1022
  "members": {
1017
1023
  "TaskArn": {},
1018
1024
  "OverrideOptions": {
1019
- "shape": "S2e"
1025
+ "shape": "S2g"
1020
1026
  },
1021
1027
  "Includes": {
1022
- "shape": "S2u"
1028
+ "shape": "S2w"
1023
1029
  },
1024
1030
  "Excludes": {
1025
- "shape": "S2u"
1031
+ "shape": "S2w"
1026
1032
  }
1027
1033
  }
1028
1034
  },
@@ -1098,7 +1104,7 @@
1098
1104
  "LocationArn": {},
1099
1105
  "Subdirectory": {},
1100
1106
  "NameNodes": {
1101
- "shape": "S17"
1107
+ "shape": "S1a"
1102
1108
  },
1103
1109
  "BlockSize": {
1104
1110
  "type": "integer"
@@ -1108,7 +1114,7 @@
1108
1114
  },
1109
1115
  "KmsKeyProviderUri": {},
1110
1116
  "QopConfiguration": {
1111
- "shape": "S1e"
1117
+ "shape": "S1h"
1112
1118
  },
1113
1119
  "AuthenticationType": {},
1114
1120
  "SimpleUser": {},
@@ -1120,7 +1126,7 @@
1120
1126
  "type": "blob"
1121
1127
  },
1122
1128
  "AgentArns": {
1123
- "shape": "S1m"
1129
+ "shape": "S1p"
1124
1130
  }
1125
1131
  }
1126
1132
  },
@@ -1139,10 +1145,10 @@
1139
1145
  "LocationArn": {},
1140
1146
  "Subdirectory": {},
1141
1147
  "OnPremConfig": {
1142
- "shape": "S1r"
1148
+ "shape": "S1u"
1143
1149
  },
1144
1150
  "MountOptions": {
1145
- "shape": "Sv"
1151
+ "shape": "Sy"
1146
1152
  }
1147
1153
  }
1148
1154
  },
@@ -1166,10 +1172,10 @@
1166
1172
  "Subdirectory": {},
1167
1173
  "AccessKey": {},
1168
1174
  "SecretKey": {
1169
- "shape": "S1z"
1175
+ "shape": "S22"
1170
1176
  },
1171
1177
  "AgentArns": {
1172
- "shape": "S1m"
1178
+ "shape": "S1p"
1173
1179
  }
1174
1180
  }
1175
1181
  },
@@ -1190,13 +1196,13 @@
1190
1196
  "User": {},
1191
1197
  "Domain": {},
1192
1198
  "Password": {
1193
- "shape": "S13"
1199
+ "shape": "S16"
1194
1200
  },
1195
1201
  "AgentArns": {
1196
- "shape": "S1m"
1202
+ "shape": "S1p"
1197
1203
  },
1198
1204
  "MountOptions": {
1199
- "shape": "S29"
1205
+ "shape": "S2b"
1200
1206
  }
1201
1207
  }
1202
1208
  },
@@ -1214,18 +1220,18 @@
1214
1220
  "members": {
1215
1221
  "TaskArn": {},
1216
1222
  "Options": {
1217
- "shape": "S2e"
1223
+ "shape": "S2g"
1218
1224
  },
1219
1225
  "Excludes": {
1220
- "shape": "S2u"
1226
+ "shape": "S2w"
1221
1227
  },
1222
1228
  "Schedule": {
1223
- "shape": "S2y"
1229
+ "shape": "S30"
1224
1230
  },
1225
1231
  "Name": {},
1226
1232
  "CloudWatchLogGroupArn": {},
1227
1233
  "Includes": {
1228
- "shape": "S2u"
1234
+ "shape": "S2w"
1229
1235
  }
1230
1236
  }
1231
1237
  },
@@ -1244,7 +1250,7 @@
1244
1250
  "members": {
1245
1251
  "TaskExecutionArn": {},
1246
1252
  "Options": {
1247
- "shape": "S2e"
1253
+ "shape": "S2g"
1248
1254
  }
1249
1255
  }
1250
1256
  },
@@ -1296,30 +1302,30 @@
1296
1302
  "type": "list",
1297
1303
  "member": {}
1298
1304
  },
1299
- "St": {
1305
+ "Sw": {
1300
1306
  "type": "structure",
1301
1307
  "members": {
1302
1308
  "NFS": {
1303
1309
  "type": "structure",
1304
1310
  "members": {
1305
1311
  "MountOptions": {
1306
- "shape": "Sv"
1312
+ "shape": "Sy"
1307
1313
  }
1308
1314
  }
1309
1315
  }
1310
1316
  }
1311
1317
  },
1312
- "Sv": {
1318
+ "Sy": {
1313
1319
  "type": "structure",
1314
1320
  "members": {
1315
1321
  "Version": {}
1316
1322
  }
1317
1323
  },
1318
- "S13": {
1324
+ "S16": {
1319
1325
  "type": "string",
1320
1326
  "sensitive": true
1321
1327
  },
1322
- "S17": {
1328
+ "S1a": {
1323
1329
  "type": "list",
1324
1330
  "member": {
1325
1331
  "type": "structure",
@@ -1335,33 +1341,33 @@
1335
1341
  }
1336
1342
  }
1337
1343
  },
1338
- "S1e": {
1344
+ "S1h": {
1339
1345
  "type": "structure",
1340
1346
  "members": {
1341
1347
  "RpcProtection": {},
1342
1348
  "DataTransferProtection": {}
1343
1349
  }
1344
1350
  },
1345
- "S1m": {
1351
+ "S1p": {
1346
1352
  "type": "list",
1347
1353
  "member": {}
1348
1354
  },
1349
- "S1r": {
1355
+ "S1u": {
1350
1356
  "type": "structure",
1351
1357
  "required": [
1352
1358
  "AgentArns"
1353
1359
  ],
1354
1360
  "members": {
1355
1361
  "AgentArns": {
1356
- "shape": "S1m"
1362
+ "shape": "S1p"
1357
1363
  }
1358
1364
  }
1359
1365
  },
1360
- "S1z": {
1366
+ "S22": {
1361
1367
  "type": "string",
1362
1368
  "sensitive": true
1363
1369
  },
1364
- "S24": {
1370
+ "S27": {
1365
1371
  "type": "structure",
1366
1372
  "required": [
1367
1373
  "BucketAccessRoleArn"
@@ -1370,13 +1376,13 @@
1370
1376
  "BucketAccessRoleArn": {}
1371
1377
  }
1372
1378
  },
1373
- "S29": {
1379
+ "S2b": {
1374
1380
  "type": "structure",
1375
1381
  "members": {
1376
1382
  "Version": {}
1377
1383
  }
1378
1384
  },
1379
- "S2e": {
1385
+ "S2g": {
1380
1386
  "type": "structure",
1381
1387
  "members": {
1382
1388
  "VerifyMode": {},
@@ -1398,7 +1404,7 @@
1398
1404
  "ObjectTags": {}
1399
1405
  }
1400
1406
  },
1401
- "S2u": {
1407
+ "S2w": {
1402
1408
  "type": "list",
1403
1409
  "member": {
1404
1410
  "type": "structure",
@@ -1408,7 +1414,7 @@
1408
1414
  }
1409
1415
  }
1410
1416
  },
1411
- "S2y": {
1417
+ "S30": {
1412
1418
  "type": "structure",
1413
1419
  "required": [
1414
1420
  "ScheduleExpression"
@@ -1417,7 +1423,7 @@
1417
1423
  "ScheduleExpression": {}
1418
1424
  }
1419
1425
  },
1420
- "S4m": {
1426
+ "S4o": {
1421
1427
  "type": "list",
1422
1428
  "member": {}
1423
1429
  }
@@ -3,27 +3,32 @@
3
3
  "ListAgents": {
4
4
  "input_token": "NextToken",
5
5
  "output_token": "NextToken",
6
- "limit_key": "MaxResults"
6
+ "limit_key": "MaxResults",
7
+ "result_key": "Agents"
7
8
  },
8
9
  "ListLocations": {
9
10
  "input_token": "NextToken",
10
11
  "output_token": "NextToken",
11
- "limit_key": "MaxResults"
12
+ "limit_key": "MaxResults",
13
+ "result_key": "Locations"
12
14
  },
13
15
  "ListTagsForResource": {
14
16
  "input_token": "NextToken",
15
17
  "output_token": "NextToken",
16
- "limit_key": "MaxResults"
18
+ "limit_key": "MaxResults",
19
+ "result_key": "Tags"
17
20
  },
18
21
  "ListTaskExecutions": {
19
22
  "input_token": "NextToken",
20
23
  "output_token": "NextToken",
21
- "limit_key": "MaxResults"
24
+ "limit_key": "MaxResults",
25
+ "result_key": "TaskExecutions"
22
26
  },
23
27
  "ListTasks": {
24
28
  "input_token": "NextToken",
25
29
  "output_token": "NextToken",
26
- "limit_key": "MaxResults"
30
+ "limit_key": "MaxResults",
31
+ "result_key": "Tasks"
27
32
  }
28
33
  }
29
34
  }