aws-sdk 2.1435.0 → 2.1437.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 +13 -1
- package/README.md +1 -1
- package/apis/glue-2017-03-31.min.json +218 -215
- package/apis/mediapackage-2017-10-12.min.json +93 -87
- package/apis/omics-2022-11-28.min.json +742 -197
- package/apis/omics-2022-11-28.paginators.json +12 -0
- package/apis/omics-2022-11-28.waiters2.json +48 -0
- package/apis/pi-2018-02-27.min.json +304 -11
- package/apis/pi-2018-02-27.paginators.json +5 -0
- package/apis/route53domains-2014-05-15.min.json +103 -44
- package/apis/sagemaker-2017-07-24.min.json +564 -560
- package/clients/ec2.d.ts +10 -10
- package/clients/glue.d.ts +13 -0
- package/clients/mediapackage.d.ts +3 -2
- package/clients/omics.d.ts +582 -15
- package/clients/pi.d.ts +382 -5
- package/clients/route53domains.d.ts +8 -2
- package/clients/sagemaker.d.ts +9 -3
- package/clients/transfer.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +106 -47
- package/dist/aws-sdk.min.js +25 -25
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1437.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -223622,7 +223622,9 @@ module.exports={
|
|
223622
223622
|
],
|
223623
223623
|
"members": {
|
223624
223624
|
"DomainName": {},
|
223625
|
-
"Password": {
|
223625
|
+
"Password": {
|
223626
|
+
"shape": "S3"
|
223627
|
+
}
|
223626
223628
|
}
|
223627
223629
|
},
|
223628
223630
|
"output": {
|
@@ -223718,7 +223720,8 @@ module.exports={
|
|
223718
223720
|
"members": {
|
223719
223721
|
"Transferable": {}
|
223720
223722
|
}
|
223721
|
-
}
|
223723
|
+
},
|
223724
|
+
"Message": {}
|
223722
223725
|
}
|
223723
223726
|
}
|
223724
223727
|
},
|
@@ -223872,19 +223875,19 @@ module.exports={
|
|
223872
223875
|
"members": {
|
223873
223876
|
"DomainName": {},
|
223874
223877
|
"Nameservers": {
|
223875
|
-
"shape": "
|
223878
|
+
"shape": "S19"
|
223876
223879
|
},
|
223877
223880
|
"AutoRenew": {
|
223878
223881
|
"type": "boolean"
|
223879
223882
|
},
|
223880
223883
|
"AdminContact": {
|
223881
|
-
"shape": "
|
223884
|
+
"shape": "S1f"
|
223882
223885
|
},
|
223883
223886
|
"RegistrantContact": {
|
223884
|
-
"shape": "
|
223887
|
+
"shape": "S1f"
|
223885
223888
|
},
|
223886
223889
|
"TechContact": {
|
223887
|
-
"shape": "
|
223890
|
+
"shape": "S1f"
|
223888
223891
|
},
|
223889
223892
|
"AdminPrivacy": {
|
223890
223893
|
"type": "boolean"
|
@@ -223898,8 +223901,12 @@ module.exports={
|
|
223898
223901
|
"RegistrarName": {},
|
223899
223902
|
"WhoIsServer": {},
|
223900
223903
|
"RegistrarUrl": {},
|
223901
|
-
"AbuseContactEmail": {
|
223902
|
-
|
223904
|
+
"AbuseContactEmail": {
|
223905
|
+
"shape": "S1o"
|
223906
|
+
},
|
223907
|
+
"AbuseContactPhone": {
|
223908
|
+
"shape": "S1n"
|
223909
|
+
},
|
223903
223910
|
"RegistryDomainId": {},
|
223904
223911
|
"CreationDate": {
|
223905
223912
|
"type": "timestamp"
|
@@ -224140,19 +224147,19 @@ module.exports={
|
|
224140
224147
|
"members": {
|
224141
224148
|
"Name": {},
|
224142
224149
|
"RegistrationPrice": {
|
224143
|
-
"shape": "
|
224150
|
+
"shape": "S37"
|
224144
224151
|
},
|
224145
224152
|
"TransferPrice": {
|
224146
|
-
"shape": "
|
224153
|
+
"shape": "S37"
|
224147
224154
|
},
|
224148
224155
|
"RenewalPrice": {
|
224149
|
-
"shape": "
|
224156
|
+
"shape": "S37"
|
224150
224157
|
},
|
224151
224158
|
"ChangeOwnershipPrice": {
|
224152
|
-
"shape": "
|
224159
|
+
"shape": "S37"
|
224153
224160
|
},
|
224154
224161
|
"RestorationPrice": {
|
224155
|
-
"shape": "
|
224162
|
+
"shape": "S37"
|
224156
224163
|
}
|
224157
224164
|
}
|
224158
224165
|
}
|
@@ -224175,7 +224182,7 @@ module.exports={
|
|
224175
224182
|
"type": "structure",
|
224176
224183
|
"members": {
|
224177
224184
|
"TagList": {
|
224178
|
-
"shape": "
|
224185
|
+
"shape": "S3c"
|
224179
224186
|
}
|
224180
224187
|
}
|
224181
224188
|
}
|
@@ -224213,13 +224220,13 @@ module.exports={
|
|
224213
224220
|
"type": "boolean"
|
224214
224221
|
},
|
224215
224222
|
"AdminContact": {
|
224216
|
-
"shape": "
|
224223
|
+
"shape": "S1f"
|
224217
224224
|
},
|
224218
224225
|
"RegistrantContact": {
|
224219
|
-
"shape": "
|
224226
|
+
"shape": "S1f"
|
224220
224227
|
},
|
224221
224228
|
"TechContact": {
|
224222
|
-
"shape": "
|
224229
|
+
"shape": "S1f"
|
224223
224230
|
},
|
224224
224231
|
"PrivacyProtectAdminContact": {
|
224225
224232
|
"type": "boolean"
|
@@ -224291,7 +224298,9 @@ module.exports={
|
|
224291
224298
|
"type": "structure",
|
224292
224299
|
"members": {
|
224293
224300
|
"domainName": {},
|
224294
|
-
"emailAddress": {
|
224301
|
+
"emailAddress": {
|
224302
|
+
"shape": "S1o"
|
224303
|
+
},
|
224295
224304
|
"isAlreadyVerified": {
|
224296
224305
|
"type": "boolean"
|
224297
224306
|
}
|
@@ -224345,7 +224354,7 @@ module.exports={
|
|
224345
224354
|
"type": "integer"
|
224346
224355
|
},
|
224347
224356
|
"Nameservers": {
|
224348
|
-
"shape": "
|
224357
|
+
"shape": "S19"
|
224349
224358
|
},
|
224350
224359
|
"AuthCode": {
|
224351
224360
|
"shape": "Si"
|
@@ -224354,13 +224363,13 @@ module.exports={
|
|
224354
224363
|
"type": "boolean"
|
224355
224364
|
},
|
224356
224365
|
"AdminContact": {
|
224357
|
-
"shape": "
|
224366
|
+
"shape": "S1f"
|
224358
224367
|
},
|
224359
224368
|
"RegistrantContact": {
|
224360
|
-
"shape": "
|
224369
|
+
"shape": "S1f"
|
224361
224370
|
},
|
224362
224371
|
"TechContact": {
|
224363
|
-
"shape": "
|
224372
|
+
"shape": "S1f"
|
224364
224373
|
},
|
224365
224374
|
"PrivacyProtectAdminContact": {
|
224366
224375
|
"type": "boolean"
|
@@ -224396,7 +224405,9 @@ module.exports={
|
|
224396
224405
|
"type": "structure",
|
224397
224406
|
"members": {
|
224398
224407
|
"OperationId": {},
|
224399
|
-
"Password": {
|
224408
|
+
"Password": {
|
224409
|
+
"shape": "S3"
|
224410
|
+
}
|
224400
224411
|
}
|
224401
224412
|
}
|
224402
224413
|
},
|
@@ -224409,13 +224420,13 @@ module.exports={
|
|
224409
224420
|
"members": {
|
224410
224421
|
"DomainName": {},
|
224411
224422
|
"AdminContact": {
|
224412
|
-
"shape": "
|
224423
|
+
"shape": "S1f"
|
224413
224424
|
},
|
224414
224425
|
"RegistrantContact": {
|
224415
|
-
"shape": "
|
224426
|
+
"shape": "S1f"
|
224416
224427
|
},
|
224417
224428
|
"TechContact": {
|
224418
|
-
"shape": "
|
224429
|
+
"shape": "S1f"
|
224419
224430
|
},
|
224420
224431
|
"Consent": {
|
224421
224432
|
"type": "structure",
|
@@ -224480,7 +224491,7 @@ module.exports={
|
|
224480
224491
|
"sensitive": true
|
224481
224492
|
},
|
224482
224493
|
"Nameservers": {
|
224483
|
-
"shape": "
|
224494
|
+
"shape": "S19"
|
224484
224495
|
}
|
224485
224496
|
}
|
224486
224497
|
},
|
@@ -224500,7 +224511,7 @@ module.exports={
|
|
224500
224511
|
"members": {
|
224501
224512
|
"DomainName": {},
|
224502
224513
|
"TagsToUpdate": {
|
224503
|
-
"shape": "
|
224514
|
+
"shape": "S3c"
|
224504
224515
|
}
|
224505
224516
|
}
|
224506
224517
|
},
|
@@ -224551,11 +224562,15 @@ module.exports={
|
|
224551
224562
|
}
|
224552
224563
|
},
|
224553
224564
|
"shapes": {
|
224565
|
+
"S3": {
|
224566
|
+
"type": "string",
|
224567
|
+
"sensitive": true
|
224568
|
+
},
|
224554
224569
|
"Si": {
|
224555
224570
|
"type": "string",
|
224556
224571
|
"sensitive": true
|
224557
224572
|
},
|
224558
|
-
"
|
224573
|
+
"S19": {
|
224559
224574
|
"type": "list",
|
224560
224575
|
"member": {
|
224561
224576
|
"type": "structure",
|
@@ -224571,22 +224586,50 @@ module.exports={
|
|
224571
224586
|
}
|
224572
224587
|
}
|
224573
224588
|
},
|
224574
|
-
"
|
224589
|
+
"S1f": {
|
224575
224590
|
"type": "structure",
|
224576
224591
|
"members": {
|
224577
|
-
"FirstName": {
|
224578
|
-
|
224592
|
+
"FirstName": {
|
224593
|
+
"shape": "S1g"
|
224594
|
+
},
|
224595
|
+
"LastName": {
|
224596
|
+
"shape": "S1g"
|
224597
|
+
},
|
224579
224598
|
"ContactType": {},
|
224580
|
-
"OrganizationName": {
|
224581
|
-
|
224582
|
-
|
224583
|
-
"
|
224584
|
-
|
224585
|
-
|
224586
|
-
"
|
224587
|
-
|
224588
|
-
|
224589
|
-
"
|
224599
|
+
"OrganizationName": {
|
224600
|
+
"shape": "S1g"
|
224601
|
+
},
|
224602
|
+
"AddressLine1": {
|
224603
|
+
"shape": "S1i"
|
224604
|
+
},
|
224605
|
+
"AddressLine2": {
|
224606
|
+
"shape": "S1i"
|
224607
|
+
},
|
224608
|
+
"City": {
|
224609
|
+
"type": "string",
|
224610
|
+
"sensitive": true
|
224611
|
+
},
|
224612
|
+
"State": {
|
224613
|
+
"type": "string",
|
224614
|
+
"sensitive": true
|
224615
|
+
},
|
224616
|
+
"CountryCode": {
|
224617
|
+
"type": "string",
|
224618
|
+
"sensitive": true
|
224619
|
+
},
|
224620
|
+
"ZipCode": {
|
224621
|
+
"type": "string",
|
224622
|
+
"sensitive": true
|
224623
|
+
},
|
224624
|
+
"PhoneNumber": {
|
224625
|
+
"shape": "S1n"
|
224626
|
+
},
|
224627
|
+
"Email": {
|
224628
|
+
"shape": "S1o"
|
224629
|
+
},
|
224630
|
+
"Fax": {
|
224631
|
+
"shape": "S1n"
|
224632
|
+
},
|
224590
224633
|
"ExtraParams": {
|
224591
224634
|
"type": "list",
|
224592
224635
|
"member": {
|
@@ -224607,7 +224650,23 @@ module.exports={
|
|
224607
224650
|
},
|
224608
224651
|
"sensitive": true
|
224609
224652
|
},
|
224610
|
-
"
|
224653
|
+
"S1g": {
|
224654
|
+
"type": "string",
|
224655
|
+
"sensitive": true
|
224656
|
+
},
|
224657
|
+
"S1i": {
|
224658
|
+
"type": "string",
|
224659
|
+
"sensitive": true
|
224660
|
+
},
|
224661
|
+
"S1n": {
|
224662
|
+
"type": "string",
|
224663
|
+
"sensitive": true
|
224664
|
+
},
|
224665
|
+
"S1o": {
|
224666
|
+
"type": "string",
|
224667
|
+
"sensitive": true
|
224668
|
+
},
|
224669
|
+
"S37": {
|
224611
224670
|
"type": "structure",
|
224612
224671
|
"required": [
|
224613
224672
|
"Price",
|
@@ -224620,7 +224679,7 @@ module.exports={
|
|
224620
224679
|
"Currency": {}
|
224621
224680
|
}
|
224622
224681
|
},
|
224623
|
-
"
|
224682
|
+
"S3c": {
|
224624
224683
|
"type": "list",
|
224625
224684
|
"member": {
|
224626
224685
|
"type": "structure",
|
@@ -261013,7 +261072,7 @@ AWS.util.update(AWS, {
|
|
261013
261072
|
/**
|
261014
261073
|
* @constant
|
261015
261074
|
*/
|
261016
|
-
VERSION: '2.
|
261075
|
+
VERSION: '2.1437.0',
|
261017
261076
|
|
261018
261077
|
/**
|
261019
261078
|
* @api private
|
@@ -283194,7 +283253,7 @@ var LRUCache = /** @class */ (function () {
|
|
283194
283253
|
}());
|
283195
283254
|
exports.LRUCache = LRUCache;
|
283196
283255
|
},{}],467:[function(require,module,exports){
|
283197
|
-
// AWS SDK for JavaScript v2.
|
283256
|
+
// AWS SDK for JavaScript v2.1437.0
|
283198
283257
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
283199
283258
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
283200
283259
|
require('./browser_loader');
|