aws-sdk 2.1036.0 → 2.1037.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 +7 -1
- package/README.md +1 -1
- package/apis/mgn-2020-02-26.min.json +156 -43
- package/apis/mgn-2020-02-26.paginators.json +6 -0
- package/apis/outposts-2019-12-03.min.json +503 -47
- package/apis/outposts-2019-12-03.paginators.json +10 -0
- package/apis/pinpoint-2016-12-01.min.json +138 -24
- package/clients/autoscaling.d.ts +27 -27
- package/clients/ec2.d.ts +12 -3
- package/clients/iotdeviceadvisor.d.ts +24 -12
- package/clients/mgn.d.ts +140 -3
- package/clients/outposts.d.ts +511 -12
- package/clients/pinpoint.d.ts +102 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1037.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1037.0
|
|
6
|
+
* feature: EC2: Documentation updates for EC2.
|
|
7
|
+
* feature: Mgn: Application Migration Service now supports an additional replication method that does not require agent installation on each source server. This option is available for source servers running on VMware vCenter versions 6.7 and 7.0.
|
|
8
|
+
* feature: Outposts: This release adds new APIs for working with Outpost sites and orders.
|
|
9
|
+
* feature: Pinpoint: Added a One-Time Password (OTP) management feature. You can use the Amazon Pinpoint API to generate OTP codes and send them to your users as SMS messages. Your apps can then call the API to verify the OTP codes that your users input
|
|
10
|
+
|
|
5
11
|
## 2.1036.0
|
|
6
12
|
* feature: AutoScaling: Customers can now configure predictive scaling policies to proactively scale EC2 Auto Scaling groups based on any CloudWatch metrics that more accurately represent the load on the group than the four predefined metrics. They can also use math expressions to further customize the metrics.
|
|
7
13
|
* feature: CustomerProfiles: This release introduces a new auto-merging feature for profile matching. The auto-merging configurations can be set via CreateDomain API or UpdateDomain API. You can use GetIdentityResolutionJob API and ListIdentityResolutionJobs API to fetch job status.
|
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.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1037.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
|
|
@@ -77,14 +77,14 @@
|
|
|
77
77
|
"ebsEncryptionKeyArn": {},
|
|
78
78
|
"replicationServerInstanceType": {},
|
|
79
79
|
"replicationServersSecurityGroupsIDs": {
|
|
80
|
-
"shape": "
|
|
80
|
+
"shape": "S1l"
|
|
81
81
|
},
|
|
82
82
|
"stagingAreaSubnetId": {},
|
|
83
83
|
"stagingAreaTags": {
|
|
84
|
-
"shape": "
|
|
84
|
+
"shape": "S1d"
|
|
85
85
|
},
|
|
86
86
|
"tags": {
|
|
87
|
-
"shape": "
|
|
87
|
+
"shape": "S1d"
|
|
88
88
|
},
|
|
89
89
|
"useDedicatedReplicationServer": {
|
|
90
90
|
"type": "boolean"
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
94
|
"output": {
|
|
95
|
-
"shape": "
|
|
95
|
+
"shape": "S1o"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"DeleteJob": {
|
|
@@ -155,6 +155,22 @@
|
|
|
155
155
|
},
|
|
156
156
|
"idempotent": true
|
|
157
157
|
},
|
|
158
|
+
"DeleteVcenterClient": {
|
|
159
|
+
"http": {
|
|
160
|
+
"requestUri": "/DeleteVcenterClient",
|
|
161
|
+
"responseCode": 204
|
|
162
|
+
},
|
|
163
|
+
"input": {
|
|
164
|
+
"type": "structure",
|
|
165
|
+
"required": [
|
|
166
|
+
"vcenterClientID"
|
|
167
|
+
],
|
|
168
|
+
"members": {
|
|
169
|
+
"vcenterClientID": {}
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"idempotent": true
|
|
173
|
+
},
|
|
158
174
|
"DescribeJobLogItems": {
|
|
159
175
|
"http": {
|
|
160
176
|
"requestUri": "/DescribeJobLogItems",
|
|
@@ -233,7 +249,7 @@
|
|
|
233
249
|
"items": {
|
|
234
250
|
"type": "list",
|
|
235
251
|
"member": {
|
|
236
|
-
"shape": "
|
|
252
|
+
"shape": "S2a"
|
|
237
253
|
}
|
|
238
254
|
},
|
|
239
255
|
"nextToken": {}
|
|
@@ -267,7 +283,7 @@
|
|
|
267
283
|
"items": {
|
|
268
284
|
"type": "list",
|
|
269
285
|
"member": {
|
|
270
|
-
"shape": "
|
|
286
|
+
"shape": "S1o"
|
|
271
287
|
}
|
|
272
288
|
},
|
|
273
289
|
"nextToken": {}
|
|
@@ -291,6 +307,14 @@
|
|
|
291
307
|
"isArchived": {
|
|
292
308
|
"type": "boolean"
|
|
293
309
|
},
|
|
310
|
+
"lifeCycleStates": {
|
|
311
|
+
"type": "list",
|
|
312
|
+
"member": {}
|
|
313
|
+
},
|
|
314
|
+
"replicationTypes": {
|
|
315
|
+
"type": "list",
|
|
316
|
+
"member": {}
|
|
317
|
+
},
|
|
294
318
|
"sourceServerIDs": {
|
|
295
319
|
"type": "list",
|
|
296
320
|
"member": {}
|
|
@@ -316,6 +340,53 @@
|
|
|
316
340
|
}
|
|
317
341
|
}
|
|
318
342
|
},
|
|
343
|
+
"DescribeVcenterClients": {
|
|
344
|
+
"http": {
|
|
345
|
+
"method": "GET",
|
|
346
|
+
"requestUri": "/DescribeVcenterClients",
|
|
347
|
+
"responseCode": 200
|
|
348
|
+
},
|
|
349
|
+
"input": {
|
|
350
|
+
"type": "structure",
|
|
351
|
+
"members": {
|
|
352
|
+
"maxResults": {
|
|
353
|
+
"location": "querystring",
|
|
354
|
+
"locationName": "maxResults",
|
|
355
|
+
"type": "integer"
|
|
356
|
+
},
|
|
357
|
+
"nextToken": {
|
|
358
|
+
"location": "querystring",
|
|
359
|
+
"locationName": "nextToken"
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
"output": {
|
|
364
|
+
"type": "structure",
|
|
365
|
+
"members": {
|
|
366
|
+
"items": {
|
|
367
|
+
"type": "list",
|
|
368
|
+
"member": {
|
|
369
|
+
"type": "structure",
|
|
370
|
+
"members": {
|
|
371
|
+
"arn": {},
|
|
372
|
+
"datacenterName": {},
|
|
373
|
+
"hostname": {},
|
|
374
|
+
"lastSeenDatetime": {},
|
|
375
|
+
"sourceServerTags": {
|
|
376
|
+
"shape": "S1d"
|
|
377
|
+
},
|
|
378
|
+
"tags": {
|
|
379
|
+
"shape": "S1d"
|
|
380
|
+
},
|
|
381
|
+
"vcenterClientID": {},
|
|
382
|
+
"vcenterUUID": {}
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"nextToken": {}
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
},
|
|
319
390
|
"DisconnectFromService": {
|
|
320
391
|
"http": {
|
|
321
392
|
"requestUri": "/DisconnectFromService",
|
|
@@ -367,7 +438,7 @@
|
|
|
367
438
|
}
|
|
368
439
|
},
|
|
369
440
|
"output": {
|
|
370
|
-
"shape": "
|
|
441
|
+
"shape": "S2z"
|
|
371
442
|
}
|
|
372
443
|
},
|
|
373
444
|
"GetReplicationConfiguration": {
|
|
@@ -385,7 +456,7 @@
|
|
|
385
456
|
}
|
|
386
457
|
},
|
|
387
458
|
"output": {
|
|
388
|
-
"shape": "
|
|
459
|
+
"shape": "S35"
|
|
389
460
|
}
|
|
390
461
|
},
|
|
391
462
|
"InitializeService": {
|
|
@@ -424,7 +495,7 @@
|
|
|
424
495
|
"type": "structure",
|
|
425
496
|
"members": {
|
|
426
497
|
"tags": {
|
|
427
|
-
"shape": "
|
|
498
|
+
"shape": "S1d"
|
|
428
499
|
}
|
|
429
500
|
}
|
|
430
501
|
}
|
|
@@ -481,7 +552,7 @@
|
|
|
481
552
|
"member": {}
|
|
482
553
|
},
|
|
483
554
|
"tags": {
|
|
484
|
-
"shape": "
|
|
555
|
+
"shape": "S1d"
|
|
485
556
|
}
|
|
486
557
|
}
|
|
487
558
|
},
|
|
@@ -489,11 +560,29 @@
|
|
|
489
560
|
"type": "structure",
|
|
490
561
|
"members": {
|
|
491
562
|
"job": {
|
|
492
|
-
"shape": "
|
|
563
|
+
"shape": "S2a"
|
|
493
564
|
}
|
|
494
565
|
}
|
|
495
566
|
}
|
|
496
567
|
},
|
|
568
|
+
"StartReplication": {
|
|
569
|
+
"http": {
|
|
570
|
+
"requestUri": "/StartReplication",
|
|
571
|
+
"responseCode": 200
|
|
572
|
+
},
|
|
573
|
+
"input": {
|
|
574
|
+
"type": "structure",
|
|
575
|
+
"required": [
|
|
576
|
+
"sourceServerID"
|
|
577
|
+
],
|
|
578
|
+
"members": {
|
|
579
|
+
"sourceServerID": {}
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
"output": {
|
|
583
|
+
"shape": "S5"
|
|
584
|
+
}
|
|
585
|
+
},
|
|
497
586
|
"StartTest": {
|
|
498
587
|
"http": {
|
|
499
588
|
"requestUri": "/StartTest",
|
|
@@ -510,7 +599,7 @@
|
|
|
510
599
|
"member": {}
|
|
511
600
|
},
|
|
512
601
|
"tags": {
|
|
513
|
-
"shape": "
|
|
602
|
+
"shape": "S1d"
|
|
514
603
|
}
|
|
515
604
|
}
|
|
516
605
|
},
|
|
@@ -518,7 +607,7 @@
|
|
|
518
607
|
"type": "structure",
|
|
519
608
|
"members": {
|
|
520
609
|
"job": {
|
|
521
|
-
"shape": "
|
|
610
|
+
"shape": "S2a"
|
|
522
611
|
}
|
|
523
612
|
}
|
|
524
613
|
}
|
|
@@ -540,7 +629,7 @@
|
|
|
540
629
|
"locationName": "resourceArn"
|
|
541
630
|
},
|
|
542
631
|
"tags": {
|
|
543
|
-
"shape": "
|
|
632
|
+
"shape": "S1d"
|
|
544
633
|
}
|
|
545
634
|
}
|
|
546
635
|
},
|
|
@@ -562,7 +651,7 @@
|
|
|
562
651
|
"member": {}
|
|
563
652
|
},
|
|
564
653
|
"tags": {
|
|
565
|
-
"shape": "
|
|
654
|
+
"shape": "S1d"
|
|
566
655
|
}
|
|
567
656
|
}
|
|
568
657
|
},
|
|
@@ -570,7 +659,7 @@
|
|
|
570
659
|
"type": "structure",
|
|
571
660
|
"members": {
|
|
572
661
|
"job": {
|
|
573
|
-
"shape": "
|
|
662
|
+
"shape": "S2a"
|
|
574
663
|
}
|
|
575
664
|
}
|
|
576
665
|
}
|
|
@@ -622,7 +711,7 @@
|
|
|
622
711
|
},
|
|
623
712
|
"launchDisposition": {},
|
|
624
713
|
"licensing": {
|
|
625
|
-
"shape": "
|
|
714
|
+
"shape": "S31"
|
|
626
715
|
},
|
|
627
716
|
"name": {},
|
|
628
717
|
"sourceServerID": {},
|
|
@@ -630,7 +719,7 @@
|
|
|
630
719
|
}
|
|
631
720
|
},
|
|
632
721
|
"output": {
|
|
633
|
-
"shape": "
|
|
722
|
+
"shape": "S2z"
|
|
634
723
|
},
|
|
635
724
|
"idempotent": true
|
|
636
725
|
},
|
|
@@ -660,16 +749,16 @@
|
|
|
660
749
|
"ebsEncryptionKeyArn": {},
|
|
661
750
|
"name": {},
|
|
662
751
|
"replicatedDisks": {
|
|
663
|
-
"shape": "
|
|
752
|
+
"shape": "S36"
|
|
664
753
|
},
|
|
665
754
|
"replicationServerInstanceType": {},
|
|
666
755
|
"replicationServersSecurityGroupsIDs": {
|
|
667
|
-
"shape": "
|
|
756
|
+
"shape": "S1l"
|
|
668
757
|
},
|
|
669
758
|
"sourceServerID": {},
|
|
670
759
|
"stagingAreaSubnetId": {},
|
|
671
760
|
"stagingAreaTags": {
|
|
672
|
-
"shape": "
|
|
761
|
+
"shape": "S1d"
|
|
673
762
|
},
|
|
674
763
|
"useDedicatedReplicationServer": {
|
|
675
764
|
"type": "boolean"
|
|
@@ -677,7 +766,7 @@
|
|
|
677
766
|
}
|
|
678
767
|
},
|
|
679
768
|
"output": {
|
|
680
|
-
"shape": "
|
|
769
|
+
"shape": "S35"
|
|
681
770
|
},
|
|
682
771
|
"idempotent": true
|
|
683
772
|
},
|
|
@@ -709,11 +798,11 @@
|
|
|
709
798
|
"replicationConfigurationTemplateID": {},
|
|
710
799
|
"replicationServerInstanceType": {},
|
|
711
800
|
"replicationServersSecurityGroupsIDs": {
|
|
712
|
-
"shape": "
|
|
801
|
+
"shape": "S1l"
|
|
713
802
|
},
|
|
714
803
|
"stagingAreaSubnetId": {},
|
|
715
804
|
"stagingAreaTags": {
|
|
716
|
-
"shape": "
|
|
805
|
+
"shape": "S1d"
|
|
717
806
|
},
|
|
718
807
|
"useDedicatedReplicationServer": {
|
|
719
808
|
"type": "boolean"
|
|
@@ -721,7 +810,27 @@
|
|
|
721
810
|
}
|
|
722
811
|
},
|
|
723
812
|
"output": {
|
|
724
|
-
"shape": "
|
|
813
|
+
"shape": "S1o"
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
"UpdateSourceServerReplicationType": {
|
|
817
|
+
"http": {
|
|
818
|
+
"requestUri": "/UpdateSourceServerReplicationType",
|
|
819
|
+
"responseCode": 200
|
|
820
|
+
},
|
|
821
|
+
"input": {
|
|
822
|
+
"type": "structure",
|
|
823
|
+
"required": [
|
|
824
|
+
"replicationType",
|
|
825
|
+
"sourceServerID"
|
|
826
|
+
],
|
|
827
|
+
"members": {
|
|
828
|
+
"replicationType": {},
|
|
829
|
+
"sourceServerID": {}
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
"output": {
|
|
833
|
+
"shape": "S5"
|
|
725
834
|
}
|
|
726
835
|
}
|
|
727
836
|
},
|
|
@@ -760,6 +869,7 @@
|
|
|
760
869
|
"dataReplicationState": {},
|
|
761
870
|
"etaDateTime": {},
|
|
762
871
|
"lagDuration": {},
|
|
872
|
+
"lastSnapshotDateTime": {},
|
|
763
873
|
"replicatedDisks": {
|
|
764
874
|
"type": "list",
|
|
765
875
|
"member": {
|
|
@@ -852,6 +962,7 @@
|
|
|
852
962
|
"state": {}
|
|
853
963
|
}
|
|
854
964
|
},
|
|
965
|
+
"replicationType": {},
|
|
855
966
|
"sourceProperties": {
|
|
856
967
|
"type": "structure",
|
|
857
968
|
"members": {
|
|
@@ -885,6 +996,7 @@
|
|
|
885
996
|
"awsInstanceID": {},
|
|
886
997
|
"fqdn": {},
|
|
887
998
|
"hostname": {},
|
|
999
|
+
"vmPath": {},
|
|
888
1000
|
"vmWareUuid": {}
|
|
889
1001
|
}
|
|
890
1002
|
},
|
|
@@ -919,21 +1031,22 @@
|
|
|
919
1031
|
},
|
|
920
1032
|
"sourceServerID": {},
|
|
921
1033
|
"tags": {
|
|
922
|
-
"shape": "
|
|
923
|
-
}
|
|
1034
|
+
"shape": "S1d"
|
|
1035
|
+
},
|
|
1036
|
+
"vcenterClientID": {}
|
|
924
1037
|
}
|
|
925
1038
|
},
|
|
926
|
-
"
|
|
1039
|
+
"S1d": {
|
|
927
1040
|
"type": "map",
|
|
928
1041
|
"key": {},
|
|
929
1042
|
"value": {},
|
|
930
1043
|
"sensitive": true
|
|
931
1044
|
},
|
|
932
|
-
"
|
|
1045
|
+
"S1l": {
|
|
933
1046
|
"type": "list",
|
|
934
1047
|
"member": {}
|
|
935
1048
|
},
|
|
936
|
-
"
|
|
1049
|
+
"S1o": {
|
|
937
1050
|
"type": "structure",
|
|
938
1051
|
"required": [
|
|
939
1052
|
"replicationConfigurationTemplateID"
|
|
@@ -956,21 +1069,21 @@
|
|
|
956
1069
|
"replicationConfigurationTemplateID": {},
|
|
957
1070
|
"replicationServerInstanceType": {},
|
|
958
1071
|
"replicationServersSecurityGroupsIDs": {
|
|
959
|
-
"shape": "
|
|
1072
|
+
"shape": "S1l"
|
|
960
1073
|
},
|
|
961
1074
|
"stagingAreaSubnetId": {},
|
|
962
1075
|
"stagingAreaTags": {
|
|
963
|
-
"shape": "
|
|
1076
|
+
"shape": "S1d"
|
|
964
1077
|
},
|
|
965
1078
|
"tags": {
|
|
966
|
-
"shape": "
|
|
1079
|
+
"shape": "S1d"
|
|
967
1080
|
},
|
|
968
1081
|
"useDedicatedReplicationServer": {
|
|
969
1082
|
"type": "boolean"
|
|
970
1083
|
}
|
|
971
1084
|
}
|
|
972
1085
|
},
|
|
973
|
-
"
|
|
1086
|
+
"S2a": {
|
|
974
1087
|
"type": "structure",
|
|
975
1088
|
"required": [
|
|
976
1089
|
"jobID"
|
|
@@ -993,12 +1106,12 @@
|
|
|
993
1106
|
},
|
|
994
1107
|
"status": {},
|
|
995
1108
|
"tags": {
|
|
996
|
-
"shape": "
|
|
1109
|
+
"shape": "S1d"
|
|
997
1110
|
},
|
|
998
1111
|
"type": {}
|
|
999
1112
|
}
|
|
1000
1113
|
},
|
|
1001
|
-
"
|
|
1114
|
+
"S2z": {
|
|
1002
1115
|
"type": "structure",
|
|
1003
1116
|
"members": {
|
|
1004
1117
|
"copyPrivateIp": {
|
|
@@ -1010,14 +1123,14 @@
|
|
|
1010
1123
|
"ec2LaunchTemplateID": {},
|
|
1011
1124
|
"launchDisposition": {},
|
|
1012
1125
|
"licensing": {
|
|
1013
|
-
"shape": "
|
|
1126
|
+
"shape": "S31"
|
|
1014
1127
|
},
|
|
1015
1128
|
"name": {},
|
|
1016
1129
|
"sourceServerID": {},
|
|
1017
1130
|
"targetInstanceTypeRightSizingMethod": {}
|
|
1018
1131
|
}
|
|
1019
1132
|
},
|
|
1020
|
-
"
|
|
1133
|
+
"S31": {
|
|
1021
1134
|
"type": "structure",
|
|
1022
1135
|
"members": {
|
|
1023
1136
|
"osByol": {
|
|
@@ -1025,7 +1138,7 @@
|
|
|
1025
1138
|
}
|
|
1026
1139
|
}
|
|
1027
1140
|
},
|
|
1028
|
-
"
|
|
1141
|
+
"S35": {
|
|
1029
1142
|
"type": "structure",
|
|
1030
1143
|
"members": {
|
|
1031
1144
|
"associateDefaultSecurityGroup": {
|
|
@@ -1043,23 +1156,23 @@
|
|
|
1043
1156
|
"ebsEncryptionKeyArn": {},
|
|
1044
1157
|
"name": {},
|
|
1045
1158
|
"replicatedDisks": {
|
|
1046
|
-
"shape": "
|
|
1159
|
+
"shape": "S36"
|
|
1047
1160
|
},
|
|
1048
1161
|
"replicationServerInstanceType": {},
|
|
1049
1162
|
"replicationServersSecurityGroupsIDs": {
|
|
1050
|
-
"shape": "
|
|
1163
|
+
"shape": "S1l"
|
|
1051
1164
|
},
|
|
1052
1165
|
"sourceServerID": {},
|
|
1053
1166
|
"stagingAreaSubnetId": {},
|
|
1054
1167
|
"stagingAreaTags": {
|
|
1055
|
-
"shape": "
|
|
1168
|
+
"shape": "S1d"
|
|
1056
1169
|
},
|
|
1057
1170
|
"useDedicatedReplicationServer": {
|
|
1058
1171
|
"type": "boolean"
|
|
1059
1172
|
}
|
|
1060
1173
|
}
|
|
1061
1174
|
},
|
|
1062
|
-
"
|
|
1175
|
+
"S36": {
|
|
1063
1176
|
"type": "list",
|
|
1064
1177
|
"member": {
|
|
1065
1178
|
"type": "structure",
|
|
@@ -23,6 +23,12 @@
|
|
|
23
23
|
"output_token": "nextToken",
|
|
24
24
|
"limit_key": "maxResults",
|
|
25
25
|
"result_key": "items"
|
|
26
|
+
},
|
|
27
|
+
"DescribeVcenterClients": {
|
|
28
|
+
"input_token": "nextToken",
|
|
29
|
+
"output_token": "nextToken",
|
|
30
|
+
"limit_key": "maxResults",
|
|
31
|
+
"result_key": "items"
|
|
26
32
|
}
|
|
27
33
|
}
|
|
28
34
|
}
|