aws-sdk 2.978.0 → 2.982.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 (55) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/acm-pca-2017-08-22.min.json +26 -14
  4. package/apis/cloudformation-2010-05-15.min.json +27 -1
  5. package/apis/ec2-2016-11-15.min.json +731 -727
  6. package/apis/elasticfilesystem-2015-02-01.min.json +2 -1
  7. package/apis/firehose-2015-08-04.min.json +104 -79
  8. package/apis/fsx-2018-03-01.min.json +639 -66
  9. package/apis/fsx-2018-03-01.paginators.json +15 -0
  10. package/apis/iot-2015-05-28.min.json +481 -232
  11. package/apis/iot-2015-05-28.paginators.json +12 -0
  12. package/apis/kms-2014-11-01.examples.json +100 -94
  13. package/apis/kms-2014-11-01.min.json +54 -34
  14. package/apis/mediatailor-2018-04-23.min.json +144 -116
  15. package/apis/quicksight-2018-04-01.min.json +162 -127
  16. package/apis/s3control-2018-08-20.min.json +470 -24
  17. package/apis/s3control-2018-08-20.paginators.json +5 -0
  18. package/apis/schemas-2019-12-02.min.json +49 -31
  19. package/apis/securityhub-2018-10-26.min.json +492 -205
  20. package/apis/securityhub-2018-10-26.paginators.json +22 -11
  21. package/apis/servicecatalog-appregistry-2020-06-24.min.json +68 -0
  22. package/apis/transfer-2018-11-05.min.json +403 -9
  23. package/apis/transfer-2018-11-05.paginators.json +10 -0
  24. package/clients/accessanalyzer.d.ts +46 -43
  25. package/clients/acmpca.d.ts +21 -7
  26. package/clients/cloudformation.d.ts +116 -80
  27. package/clients/cloudtrail.d.ts +72 -72
  28. package/clients/codebuild.d.ts +3 -3
  29. package/clients/computeoptimizer.d.ts +1 -1
  30. package/clients/configservice.d.ts +323 -323
  31. package/clients/ebs.d.ts +1 -1
  32. package/clients/ec2.d.ts +22 -13
  33. package/clients/efs.d.ts +57 -31
  34. package/clients/firehose.d.ts +39 -10
  35. package/clients/fsx.d.ts +694 -52
  36. package/clients/iot.d.ts +829 -506
  37. package/clients/kms.d.ts +293 -280
  38. package/clients/lexmodelbuildingservice.d.ts +1 -1
  39. package/clients/mediatailor.d.ts +45 -8
  40. package/clients/memorydb.d.ts +2 -2
  41. package/clients/polly.d.ts +2 -2
  42. package/clients/quicksight.d.ts +343 -310
  43. package/clients/s3control.d.ts +439 -44
  44. package/clients/schemas.d.ts +25 -0
  45. package/clients/securityhub.d.ts +524 -21
  46. package/clients/servicecatalogappregistry.d.ts +81 -3
  47. package/clients/sqs.d.ts +4 -4
  48. package/clients/transfer.d.ts +556 -28
  49. package/dist/aws-sdk-core-react-native.js +1 -1
  50. package/dist/aws-sdk-react-native.js +25 -27
  51. package/dist/aws-sdk.js +1414 -1077
  52. package/dist/aws-sdk.min.js +85 -85
  53. package/dist/xml2js.js +2 -3
  54. package/lib/core.js +1 -1
  55. package/package.json +1 -1
@@ -21,8 +21,11 @@
21
21
  "members": {
22
22
  "Description": {},
23
23
  "SourceArn": {},
24
+ "CrossAccount": {
25
+ "type": "boolean"
26
+ },
24
27
  "Tags": {
25
- "shape": "S4",
28
+ "shape": "S5",
26
29
  "locationName": "tags"
27
30
  }
28
31
  },
@@ -38,8 +41,11 @@
38
41
  "DiscovererId": {},
39
42
  "SourceArn": {},
40
43
  "State": {},
44
+ "CrossAccount": {
45
+ "type": "boolean"
46
+ },
41
47
  "Tags": {
42
- "shape": "S4",
48
+ "shape": "S5",
43
49
  "locationName": "tags"
44
50
  }
45
51
  }
@@ -59,7 +65,7 @@
59
65
  "locationName": "registryName"
60
66
  },
61
67
  "Tags": {
62
- "shape": "S4",
68
+ "shape": "S5",
63
69
  "locationName": "tags"
64
70
  }
65
71
  },
@@ -74,7 +80,7 @@
74
80
  "RegistryArn": {},
75
81
  "RegistryName": {},
76
82
  "Tags": {
77
- "shape": "S4",
83
+ "shape": "S5",
78
84
  "locationName": "tags"
79
85
  }
80
86
  }
@@ -99,7 +105,7 @@
99
105
  "locationName": "schemaName"
100
106
  },
101
107
  "Tags": {
102
- "shape": "S4",
108
+ "shape": "S5",
103
109
  "locationName": "tags"
104
110
  },
105
111
  "Type": {}
@@ -116,18 +122,18 @@
116
122
  "members": {
117
123
  "Description": {},
118
124
  "LastModified": {
119
- "shape": "Se"
125
+ "shape": "Sf"
120
126
  },
121
127
  "SchemaArn": {},
122
128
  "SchemaName": {},
123
129
  "SchemaVersion": {},
124
130
  "Tags": {
125
- "shape": "S4",
131
+ "shape": "S5",
126
132
  "locationName": "tags"
127
133
  },
128
134
  "Type": {},
129
135
  "VersionCreatedDate": {
130
- "shape": "Se"
136
+ "shape": "Sf"
131
137
  }
132
138
  }
133
139
  }
@@ -275,10 +281,10 @@
275
281
  "type": "structure",
276
282
  "members": {
277
283
  "CreationDate": {
278
- "shape": "Se"
284
+ "shape": "Sf"
279
285
  },
280
286
  "LastModified": {
281
- "shape": "Se"
287
+ "shape": "Sf"
282
288
  },
283
289
  "SchemaVersion": {},
284
290
  "Status": {}
@@ -311,8 +317,11 @@
311
317
  "DiscovererId": {},
312
318
  "SourceArn": {},
313
319
  "State": {},
320
+ "CrossAccount": {
321
+ "type": "boolean"
322
+ },
314
323
  "Tags": {
315
- "shape": "S4",
324
+ "shape": "S5",
316
325
  "locationName": "tags"
317
326
  }
318
327
  }
@@ -343,7 +352,7 @@
343
352
  "RegistryArn": {},
344
353
  "RegistryName": {},
345
354
  "Tags": {
346
- "shape": "S4",
355
+ "shape": "S5",
347
356
  "locationName": "tags"
348
357
  }
349
358
  }
@@ -382,18 +391,18 @@
382
391
  "Content": {},
383
392
  "Description": {},
384
393
  "LastModified": {
385
- "shape": "Se"
394
+ "shape": "Sf"
386
395
  },
387
396
  "SchemaArn": {},
388
397
  "SchemaName": {},
389
398
  "SchemaVersion": {},
390
399
  "Tags": {
391
- "shape": "S4",
400
+ "shape": "S5",
392
401
  "locationName": "tags"
393
402
  },
394
403
  "Type": {},
395
404
  "VersionCreatedDate": {
396
- "shape": "Se"
405
+ "shape": "Sf"
397
406
  }
398
407
  }
399
408
  }
@@ -574,8 +583,11 @@
574
583
  "DiscovererId": {},
575
584
  "SourceArn": {},
576
585
  "State": {},
586
+ "CrossAccount": {
587
+ "type": "boolean"
588
+ },
577
589
  "Tags": {
578
- "shape": "S4",
590
+ "shape": "S5",
579
591
  "locationName": "tags"
580
592
  }
581
593
  }
@@ -625,7 +637,7 @@
625
637
  "RegistryArn": {},
626
638
  "RegistryName": {},
627
639
  "Tags": {
628
- "shape": "S4",
640
+ "shape": "S5",
629
641
  "locationName": "tags"
630
642
  }
631
643
  }
@@ -726,12 +738,12 @@
726
738
  "type": "structure",
727
739
  "members": {
728
740
  "LastModified": {
729
- "shape": "Se"
741
+ "shape": "Sf"
730
742
  },
731
743
  "SchemaArn": {},
732
744
  "SchemaName": {},
733
745
  "Tags": {
734
- "shape": "S4",
746
+ "shape": "S5",
735
747
  "locationName": "tags"
736
748
  },
737
749
  "VersionCount": {
@@ -765,7 +777,7 @@
765
777
  "type": "structure",
766
778
  "members": {
767
779
  "Tags": {
768
- "shape": "S4",
780
+ "shape": "S5",
769
781
  "locationName": "tags"
770
782
  }
771
783
  }
@@ -806,10 +818,10 @@
806
818
  "type": "structure",
807
819
  "members": {
808
820
  "CreationDate": {
809
- "shape": "Se"
821
+ "shape": "Sf"
810
822
  },
811
823
  "LastModified": {
812
- "shape": "Se"
824
+ "shape": "Sf"
813
825
  },
814
826
  "SchemaVersion": {},
815
827
  "Status": {}
@@ -898,7 +910,7 @@
898
910
  "type": "structure",
899
911
  "members": {
900
912
  "CreatedDate": {
901
- "shape": "Se"
913
+ "shape": "Sf"
902
914
  },
903
915
  "SchemaVersion": {},
904
916
  "Type": {}
@@ -974,7 +986,7 @@
974
986
  "locationName": "resource-arn"
975
987
  },
976
988
  "Tags": {
977
- "shape": "S4",
989
+ "shape": "S5",
978
990
  "locationName": "tags"
979
991
  }
980
992
  },
@@ -1023,6 +1035,9 @@
1023
1035
  "DiscovererId": {
1024
1036
  "location": "uri",
1025
1037
  "locationName": "discovererId"
1038
+ },
1039
+ "CrossAccount": {
1040
+ "type": "boolean"
1026
1041
  }
1027
1042
  },
1028
1043
  "required": [
@@ -1037,8 +1052,11 @@
1037
1052
  "DiscovererId": {},
1038
1053
  "SourceArn": {},
1039
1054
  "State": {},
1055
+ "CrossAccount": {
1056
+ "type": "boolean"
1057
+ },
1040
1058
  "Tags": {
1041
- "shape": "S4",
1059
+ "shape": "S5",
1042
1060
  "locationName": "tags"
1043
1061
  }
1044
1062
  }
@@ -1070,7 +1088,7 @@
1070
1088
  "RegistryArn": {},
1071
1089
  "RegistryName": {},
1072
1090
  "Tags": {
1073
- "shape": "S4",
1091
+ "shape": "S5",
1074
1092
  "locationName": "tags"
1075
1093
  }
1076
1094
  }
@@ -1110,30 +1128,30 @@
1110
1128
  "members": {
1111
1129
  "Description": {},
1112
1130
  "LastModified": {
1113
- "shape": "Se"
1131
+ "shape": "Sf"
1114
1132
  },
1115
1133
  "SchemaArn": {},
1116
1134
  "SchemaName": {},
1117
1135
  "SchemaVersion": {},
1118
1136
  "Tags": {
1119
- "shape": "S4",
1137
+ "shape": "S5",
1120
1138
  "locationName": "tags"
1121
1139
  },
1122
1140
  "Type": {},
1123
1141
  "VersionCreatedDate": {
1124
- "shape": "Se"
1142
+ "shape": "Sf"
1125
1143
  }
1126
1144
  }
1127
1145
  }
1128
1146
  }
1129
1147
  },
1130
1148
  "shapes": {
1131
- "S4": {
1149
+ "S5": {
1132
1150
  "type": "map",
1133
1151
  "key": {},
1134
1152
  "value": {}
1135
1153
  },
1136
- "Se": {
1154
+ "Sf": {
1137
1155
  "type": "timestamp",
1138
1156
  "timestampFormat": "iso8601"
1139
1157
  }