aws-sdk 2.829.0 → 2.833.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.
- package/CHANGELOG.md +25 -1
- package/README.md +1 -1
- package/apis/customer-profiles-2020-08-15.min.json +4 -2
- package/apis/databrew-2017-07-25.min.json +79 -62
- package/apis/ec2-2016-11-15.min.json +197 -190
- package/apis/elasticache-2015-02-02.min.json +1 -0
- package/apis/es-2015-01-01.min.json +6 -0
- package/apis/kafka-2018-11-14.min.json +41 -0
- package/apis/managedblockchain-2018-09-24.min.json +159 -36
- package/apis/metadata.json +8 -0
- package/apis/models.lex.v2-2020-08-07.examples.json +5 -0
- package/apis/models.lex.v2-2020-08-07.min.json +2845 -0
- package/apis/models.lex.v2-2020-08-07.paginators.json +49 -0
- package/apis/monitoring-2010-08-01.min.json +15 -9
- package/apis/redshift-2012-12-01.min.json +1 -1
- package/apis/resourcegroupstaggingapi-2017-01-26.min.json +14 -10
- package/apis/robomaker-2018-06-29.min.json +198 -170
- package/apis/runtime.lex.v2-2020-08-07.examples.json +4 -0
- package/apis/runtime.lex.v2-2020-08-07.min.json +531 -0
- package/apis/runtime.lex.v2-2020-08-07.paginators.json +3 -0
- package/apis/securityhub-2018-10-26.min.json +406 -187
- package/apis/sesv2-2019-09-27.min.json +40 -15
- package/clients/accessanalyzer.d.ts +5 -5
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/backup.d.ts +27 -27
- package/clients/cloudwatch.d.ts +12 -1
- package/clients/customerprofiles.d.ts +2 -2
- package/clients/databrew.d.ts +170 -143
- package/clients/ec2.d.ts +119 -111
- package/clients/elasticache.d.ts +14 -10
- package/clients/es.d.ts +8 -0
- package/clients/greengrassv2.d.ts +6 -6
- package/clients/iot.d.ts +2 -2
- package/clients/kafka.d.ts +52 -0
- package/clients/lexmodelsv2.d.ts +3350 -0
- package/clients/lexmodelsv2.js +18 -0
- package/clients/lexruntimev2.d.ts +542 -0
- package/clients/lexruntimev2.js +18 -0
- package/clients/lightsail.d.ts +2 -2
- package/clients/managedblockchain.d.ts +140 -6
- package/clients/rds.d.ts +14 -14
- package/clients/redshift.d.ts +8 -8
- package/clients/resourcegroupstaggingapi.d.ts +50 -45
- package/clients/robomaker.d.ts +35 -3
- package/clients/securityhub.d.ts +410 -63
- package/clients/sesv2.d.ts +30 -2
- package/clients/ssm.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +91 -17
- package/dist/aws-sdk.js +225 -203
- package/dist/aws-sdk.min.js +60 -60
- package/lib/config.d.ts +1 -1
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -1030,6 +1030,44 @@
|
|
|
1030
1030
|
}
|
|
1031
1031
|
}
|
|
1032
1032
|
},
|
|
1033
|
+
"UpdateBrokerType": {
|
|
1034
|
+
"http": {
|
|
1035
|
+
"method": "PUT",
|
|
1036
|
+
"requestUri": "/v1/clusters/{clusterArn}/nodes/type",
|
|
1037
|
+
"responseCode": 200
|
|
1038
|
+
},
|
|
1039
|
+
"input": {
|
|
1040
|
+
"type": "structure",
|
|
1041
|
+
"members": {
|
|
1042
|
+
"ClusterArn": {
|
|
1043
|
+
"location": "uri",
|
|
1044
|
+
"locationName": "clusterArn"
|
|
1045
|
+
},
|
|
1046
|
+
"CurrentVersion": {
|
|
1047
|
+
"locationName": "currentVersion"
|
|
1048
|
+
},
|
|
1049
|
+
"TargetInstanceType": {
|
|
1050
|
+
"locationName": "targetInstanceType"
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
"required": [
|
|
1054
|
+
"ClusterArn",
|
|
1055
|
+
"CurrentVersion",
|
|
1056
|
+
"TargetInstanceType"
|
|
1057
|
+
]
|
|
1058
|
+
},
|
|
1059
|
+
"output": {
|
|
1060
|
+
"type": "structure",
|
|
1061
|
+
"members": {
|
|
1062
|
+
"ClusterArn": {
|
|
1063
|
+
"locationName": "clusterArn"
|
|
1064
|
+
},
|
|
1065
|
+
"ClusterOperationArn": {
|
|
1066
|
+
"locationName": "clusterOperationArn"
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1033
1071
|
"UpdateBrokerStorage": {
|
|
1034
1072
|
"http": {
|
|
1035
1073
|
"method": "PUT",
|
|
@@ -1736,6 +1774,9 @@
|
|
|
1736
1774
|
"LoggingInfo": {
|
|
1737
1775
|
"shape": "Sw",
|
|
1738
1776
|
"locationName": "loggingInfo"
|
|
1777
|
+
},
|
|
1778
|
+
"InstanceType": {
|
|
1779
|
+
"locationName": "instanceType"
|
|
1739
1780
|
}
|
|
1740
1781
|
}
|
|
1741
1782
|
},
|
|
@@ -83,10 +83,13 @@
|
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
"VotingPolicy": {
|
|
86
|
-
"shape": "
|
|
86
|
+
"shape": "Sr"
|
|
87
87
|
},
|
|
88
88
|
"MemberConfiguration": {
|
|
89
89
|
"shape": "S4"
|
|
90
|
+
},
|
|
91
|
+
"Tags": {
|
|
92
|
+
"shape": "Sg"
|
|
90
93
|
}
|
|
91
94
|
}
|
|
92
95
|
},
|
|
@@ -127,10 +130,13 @@
|
|
|
127
130
|
"InstanceType": {},
|
|
128
131
|
"AvailabilityZone": {},
|
|
129
132
|
"LogPublishingConfiguration": {
|
|
130
|
-
"shape": "
|
|
133
|
+
"shape": "S11"
|
|
131
134
|
},
|
|
132
135
|
"StateDB": {}
|
|
133
136
|
}
|
|
137
|
+
},
|
|
138
|
+
"Tags": {
|
|
139
|
+
"shape": "Sg"
|
|
134
140
|
}
|
|
135
141
|
}
|
|
136
142
|
},
|
|
@@ -163,9 +169,12 @@
|
|
|
163
169
|
},
|
|
164
170
|
"MemberId": {},
|
|
165
171
|
"Actions": {
|
|
166
|
-
"shape": "
|
|
172
|
+
"shape": "S16"
|
|
167
173
|
},
|
|
168
|
-
"Description": {}
|
|
174
|
+
"Description": {},
|
|
175
|
+
"Tags": {
|
|
176
|
+
"shape": "Sg"
|
|
177
|
+
}
|
|
169
178
|
}
|
|
170
179
|
},
|
|
171
180
|
"output": {
|
|
@@ -282,8 +291,12 @@
|
|
|
282
291
|
},
|
|
283
292
|
"Status": {},
|
|
284
293
|
"CreationDate": {
|
|
285
|
-
"shape": "
|
|
286
|
-
}
|
|
294
|
+
"shape": "S1o"
|
|
295
|
+
},
|
|
296
|
+
"Tags": {
|
|
297
|
+
"shape": "S1p"
|
|
298
|
+
},
|
|
299
|
+
"Arn": {}
|
|
287
300
|
}
|
|
288
301
|
}
|
|
289
302
|
}
|
|
@@ -337,12 +350,16 @@
|
|
|
337
350
|
},
|
|
338
351
|
"VpcEndpointServiceName": {},
|
|
339
352
|
"VotingPolicy": {
|
|
340
|
-
"shape": "
|
|
353
|
+
"shape": "Sr"
|
|
341
354
|
},
|
|
342
355
|
"Status": {},
|
|
343
356
|
"CreationDate": {
|
|
344
|
-
"shape": "
|
|
345
|
-
}
|
|
357
|
+
"shape": "S1o"
|
|
358
|
+
},
|
|
359
|
+
"Tags": {
|
|
360
|
+
"shape": "S1p"
|
|
361
|
+
},
|
|
362
|
+
"Arn": {}
|
|
346
363
|
}
|
|
347
364
|
}
|
|
348
365
|
}
|
|
@@ -405,13 +422,17 @@
|
|
|
405
422
|
}
|
|
406
423
|
},
|
|
407
424
|
"LogPublishingConfiguration": {
|
|
408
|
-
"shape": "
|
|
425
|
+
"shape": "S11"
|
|
409
426
|
},
|
|
410
427
|
"StateDB": {},
|
|
411
428
|
"Status": {},
|
|
412
429
|
"CreationDate": {
|
|
413
|
-
"shape": "
|
|
414
|
-
}
|
|
430
|
+
"shape": "S1o"
|
|
431
|
+
},
|
|
432
|
+
"Tags": {
|
|
433
|
+
"shape": "S1p"
|
|
434
|
+
},
|
|
435
|
+
"Arn": {}
|
|
415
436
|
}
|
|
416
437
|
}
|
|
417
438
|
}
|
|
@@ -449,16 +470,16 @@
|
|
|
449
470
|
"NetworkId": {},
|
|
450
471
|
"Description": {},
|
|
451
472
|
"Actions": {
|
|
452
|
-
"shape": "
|
|
473
|
+
"shape": "S16"
|
|
453
474
|
},
|
|
454
475
|
"ProposedByMemberId": {},
|
|
455
476
|
"ProposedByMemberName": {},
|
|
456
477
|
"Status": {},
|
|
457
478
|
"CreationDate": {
|
|
458
|
-
"shape": "
|
|
479
|
+
"shape": "S1o"
|
|
459
480
|
},
|
|
460
481
|
"ExpirationDate": {
|
|
461
|
-
"shape": "
|
|
482
|
+
"shape": "S1o"
|
|
462
483
|
},
|
|
463
484
|
"YesVoteCount": {
|
|
464
485
|
"type": "integer"
|
|
@@ -468,7 +489,11 @@
|
|
|
468
489
|
},
|
|
469
490
|
"OutstandingVoteCount": {
|
|
470
491
|
"type": "integer"
|
|
471
|
-
}
|
|
492
|
+
},
|
|
493
|
+
"Tags": {
|
|
494
|
+
"shape": "S1p"
|
|
495
|
+
},
|
|
496
|
+
"Arn": {}
|
|
472
497
|
}
|
|
473
498
|
}
|
|
474
499
|
}
|
|
@@ -503,15 +528,16 @@
|
|
|
503
528
|
"members": {
|
|
504
529
|
"InvitationId": {},
|
|
505
530
|
"CreationDate": {
|
|
506
|
-
"shape": "
|
|
531
|
+
"shape": "S1o"
|
|
507
532
|
},
|
|
508
533
|
"ExpirationDate": {
|
|
509
|
-
"shape": "
|
|
534
|
+
"shape": "S1o"
|
|
510
535
|
},
|
|
511
536
|
"Status": {},
|
|
512
537
|
"NetworkSummary": {
|
|
513
|
-
"shape": "
|
|
514
|
-
}
|
|
538
|
+
"shape": "S2h"
|
|
539
|
+
},
|
|
540
|
+
"Arn": {}
|
|
515
541
|
}
|
|
516
542
|
}
|
|
517
543
|
},
|
|
@@ -571,11 +597,12 @@
|
|
|
571
597
|
"Description": {},
|
|
572
598
|
"Status": {},
|
|
573
599
|
"CreationDate": {
|
|
574
|
-
"shape": "
|
|
600
|
+
"shape": "S1o"
|
|
575
601
|
},
|
|
576
602
|
"IsOwned": {
|
|
577
603
|
"type": "boolean"
|
|
578
|
-
}
|
|
604
|
+
},
|
|
605
|
+
"Arn": {}
|
|
579
606
|
}
|
|
580
607
|
}
|
|
581
608
|
},
|
|
@@ -620,7 +647,7 @@
|
|
|
620
647
|
"Networks": {
|
|
621
648
|
"type": "list",
|
|
622
649
|
"member": {
|
|
623
|
-
"shape": "
|
|
650
|
+
"shape": "S2h"
|
|
624
651
|
}
|
|
625
652
|
},
|
|
626
653
|
"NextToken": {}
|
|
@@ -672,10 +699,11 @@
|
|
|
672
699
|
"Id": {},
|
|
673
700
|
"Status": {},
|
|
674
701
|
"CreationDate": {
|
|
675
|
-
"shape": "
|
|
702
|
+
"shape": "S1o"
|
|
676
703
|
},
|
|
677
704
|
"AvailabilityZone": {},
|
|
678
|
-
"InstanceType": {}
|
|
705
|
+
"InstanceType": {},
|
|
706
|
+
"Arn": {}
|
|
679
707
|
}
|
|
680
708
|
}
|
|
681
709
|
},
|
|
@@ -772,11 +800,12 @@
|
|
|
772
800
|
"ProposedByMemberName": {},
|
|
773
801
|
"Status": {},
|
|
774
802
|
"CreationDate": {
|
|
775
|
-
"shape": "
|
|
803
|
+
"shape": "S1o"
|
|
776
804
|
},
|
|
777
805
|
"ExpirationDate": {
|
|
778
|
-
"shape": "
|
|
779
|
-
}
|
|
806
|
+
"shape": "S1o"
|
|
807
|
+
},
|
|
808
|
+
"Arn": {}
|
|
780
809
|
}
|
|
781
810
|
}
|
|
782
811
|
},
|
|
@@ -784,6 +813,32 @@
|
|
|
784
813
|
}
|
|
785
814
|
}
|
|
786
815
|
},
|
|
816
|
+
"ListTagsForResource": {
|
|
817
|
+
"http": {
|
|
818
|
+
"method": "GET",
|
|
819
|
+
"requestUri": "/tags/{resourceArn}"
|
|
820
|
+
},
|
|
821
|
+
"input": {
|
|
822
|
+
"type": "structure",
|
|
823
|
+
"required": [
|
|
824
|
+
"ResourceArn"
|
|
825
|
+
],
|
|
826
|
+
"members": {
|
|
827
|
+
"ResourceArn": {
|
|
828
|
+
"location": "uri",
|
|
829
|
+
"locationName": "resourceArn"
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
},
|
|
833
|
+
"output": {
|
|
834
|
+
"type": "structure",
|
|
835
|
+
"members": {
|
|
836
|
+
"Tags": {
|
|
837
|
+
"shape": "S1p"
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
},
|
|
787
842
|
"RejectInvitation": {
|
|
788
843
|
"http": {
|
|
789
844
|
"method": "DELETE",
|
|
@@ -806,6 +861,60 @@
|
|
|
806
861
|
"members": {}
|
|
807
862
|
}
|
|
808
863
|
},
|
|
864
|
+
"TagResource": {
|
|
865
|
+
"http": {
|
|
866
|
+
"requestUri": "/tags/{resourceArn}"
|
|
867
|
+
},
|
|
868
|
+
"input": {
|
|
869
|
+
"type": "structure",
|
|
870
|
+
"required": [
|
|
871
|
+
"ResourceArn",
|
|
872
|
+
"Tags"
|
|
873
|
+
],
|
|
874
|
+
"members": {
|
|
875
|
+
"ResourceArn": {
|
|
876
|
+
"location": "uri",
|
|
877
|
+
"locationName": "resourceArn"
|
|
878
|
+
},
|
|
879
|
+
"Tags": {
|
|
880
|
+
"shape": "Sg"
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
"output": {
|
|
885
|
+
"type": "structure",
|
|
886
|
+
"members": {}
|
|
887
|
+
}
|
|
888
|
+
},
|
|
889
|
+
"UntagResource": {
|
|
890
|
+
"http": {
|
|
891
|
+
"method": "DELETE",
|
|
892
|
+
"requestUri": "/tags/{resourceArn}"
|
|
893
|
+
},
|
|
894
|
+
"input": {
|
|
895
|
+
"type": "structure",
|
|
896
|
+
"required": [
|
|
897
|
+
"ResourceArn",
|
|
898
|
+
"TagKeys"
|
|
899
|
+
],
|
|
900
|
+
"members": {
|
|
901
|
+
"ResourceArn": {
|
|
902
|
+
"location": "uri",
|
|
903
|
+
"locationName": "resourceArn"
|
|
904
|
+
},
|
|
905
|
+
"TagKeys": {
|
|
906
|
+
"location": "querystring",
|
|
907
|
+
"locationName": "tagKeys",
|
|
908
|
+
"type": "list",
|
|
909
|
+
"member": {}
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
},
|
|
913
|
+
"output": {
|
|
914
|
+
"type": "structure",
|
|
915
|
+
"members": {}
|
|
916
|
+
}
|
|
917
|
+
},
|
|
809
918
|
"UpdateMember": {
|
|
810
919
|
"http": {
|
|
811
920
|
"method": "PATCH",
|
|
@@ -858,7 +967,7 @@
|
|
|
858
967
|
"locationName": "nodeId"
|
|
859
968
|
},
|
|
860
969
|
"LogPublishingConfiguration": {
|
|
861
|
-
"shape": "
|
|
970
|
+
"shape": "S11"
|
|
862
971
|
}
|
|
863
972
|
}
|
|
864
973
|
},
|
|
@@ -929,6 +1038,9 @@
|
|
|
929
1038
|
},
|
|
930
1039
|
"LogPublishingConfiguration": {
|
|
931
1040
|
"shape": "Sb"
|
|
1041
|
+
},
|
|
1042
|
+
"Tags": {
|
|
1043
|
+
"shape": "Sg"
|
|
932
1044
|
}
|
|
933
1045
|
}
|
|
934
1046
|
},
|
|
@@ -958,7 +1070,12 @@
|
|
|
958
1070
|
}
|
|
959
1071
|
}
|
|
960
1072
|
},
|
|
961
|
-
"
|
|
1073
|
+
"Sg": {
|
|
1074
|
+
"type": "map",
|
|
1075
|
+
"key": {},
|
|
1076
|
+
"value": {}
|
|
1077
|
+
},
|
|
1078
|
+
"Sr": {
|
|
962
1079
|
"type": "structure",
|
|
963
1080
|
"members": {
|
|
964
1081
|
"ApprovalThresholdPolicy": {
|
|
@@ -975,7 +1092,7 @@
|
|
|
975
1092
|
}
|
|
976
1093
|
}
|
|
977
1094
|
},
|
|
978
|
-
"
|
|
1095
|
+
"S11": {
|
|
979
1096
|
"type": "structure",
|
|
980
1097
|
"members": {
|
|
981
1098
|
"Fabric": {
|
|
@@ -991,7 +1108,7 @@
|
|
|
991
1108
|
}
|
|
992
1109
|
}
|
|
993
1110
|
},
|
|
994
|
-
"
|
|
1111
|
+
"S16": {
|
|
995
1112
|
"type": "structure",
|
|
996
1113
|
"members": {
|
|
997
1114
|
"Invitations": {
|
|
@@ -1020,11 +1137,16 @@
|
|
|
1020
1137
|
}
|
|
1021
1138
|
}
|
|
1022
1139
|
},
|
|
1023
|
-
"
|
|
1140
|
+
"S1o": {
|
|
1024
1141
|
"type": "timestamp",
|
|
1025
1142
|
"timestampFormat": "iso8601"
|
|
1026
1143
|
},
|
|
1027
|
-
"
|
|
1144
|
+
"S1p": {
|
|
1145
|
+
"type": "map",
|
|
1146
|
+
"key": {},
|
|
1147
|
+
"value": {}
|
|
1148
|
+
},
|
|
1149
|
+
"S2h": {
|
|
1028
1150
|
"type": "structure",
|
|
1029
1151
|
"members": {
|
|
1030
1152
|
"Id": {},
|
|
@@ -1034,8 +1156,9 @@
|
|
|
1034
1156
|
"FrameworkVersion": {},
|
|
1035
1157
|
"Status": {},
|
|
1036
1158
|
"CreationDate": {
|
|
1037
|
-
"shape": "
|
|
1038
|
-
}
|
|
1159
|
+
"shape": "S1o"
|
|
1160
|
+
},
|
|
1161
|
+
"Arn": {}
|
|
1039
1162
|
}
|
|
1040
1163
|
}
|
|
1041
1164
|
}
|
package/apis/metadata.json
CHANGED
|
@@ -990,5 +990,13 @@
|
|
|
990
990
|
},
|
|
991
991
|
"wellarchitected": {
|
|
992
992
|
"name": "WellArchitected"
|
|
993
|
+
},
|
|
994
|
+
"lexmodelsv2": {
|
|
995
|
+
"prefix": "models.lex.v2",
|
|
996
|
+
"name": "LexModelsV2"
|
|
997
|
+
},
|
|
998
|
+
"lexruntimev2": {
|
|
999
|
+
"prefix": "runtime.lex.v2",
|
|
1000
|
+
"name": "LexRuntimeV2"
|
|
993
1001
|
}
|
|
994
1002
|
}
|