aws-sdk 2.1503.0 → 2.1504.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 +12 -1
- package/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +141 -6
- package/apis/b2bi-2022-06-23.examples.json +714 -0
- package/apis/b2bi-2022-06-23.min.json +1095 -0
- package/apis/b2bi-2022-06-23.paginators.json +28 -0
- package/apis/backup-2018-11-15.min.json +855 -84
- package/apis/backup-2018-11-15.paginators.json +18 -0
- package/apis/controltower-2018-05-10.min.json +80 -12
- package/apis/elasticfilesystem-2015-02-01.min.json +66 -32
- package/apis/fis-2020-12-01.min.json +366 -15
- package/apis/fis-2020-12-01.paginators.json +10 -0
- package/apis/metadata.json +3 -0
- package/apis/securityhub-2018-10-26.examples.json +433 -8
- package/apis/securityhub-2018-10-26.min.json +790 -336
- package/apis/securityhub-2018-10-26.paginators.json +12 -0
- package/apis/transcribe-2017-10-26.min.json +257 -70
- package/apis/transcribe-2017-10-26.paginators.json +5 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/appsync.d.ts +169 -0
- package/clients/b2bi.d.ts +1388 -0
- package/clients/b2bi.js +18 -0
- package/clients/backup.d.ts +848 -45
- package/clients/controltower.d.ts +103 -47
- package/clients/efs.d.ts +42 -9
- package/clients/fis.d.ts +383 -3
- package/clients/glue.d.ts +3 -3
- package/clients/rds.d.ts +80 -80
- package/clients/securityhub.d.ts +603 -13
- package/clients/transcribeservice.d.ts +301 -45
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +52 -15
- package/dist/aws-sdk.js +72 -35
- package/dist/aws-sdk.min.js +58 -58
- package/lib/config_service_placeholders.d.ts +2 -0
- 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.1504.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){
|
@@ -132065,12 +132065,12 @@ module.exports={
|
|
132065
132065
|
"SubnetId": {},
|
132066
132066
|
"IpAddress": {},
|
132067
132067
|
"SecurityGroups": {
|
132068
|
-
"shape": "
|
132068
|
+
"shape": "S1a"
|
132069
132069
|
}
|
132070
132070
|
}
|
132071
132071
|
},
|
132072
132072
|
"output": {
|
132073
|
-
"shape": "
|
132073
|
+
"shape": "S1c"
|
132074
132074
|
}
|
132075
132075
|
},
|
132076
132076
|
"CreateReplicationConfiguration": {
|
@@ -132096,14 +132096,15 @@ module.exports={
|
|
132096
132096
|
"members": {
|
132097
132097
|
"Region": {},
|
132098
132098
|
"AvailabilityZoneName": {},
|
132099
|
-
"KmsKeyId": {}
|
132099
|
+
"KmsKeyId": {},
|
132100
|
+
"FileSystemId": {}
|
132100
132101
|
}
|
132101
132102
|
}
|
132102
132103
|
}
|
132103
132104
|
}
|
132104
132105
|
},
|
132105
132106
|
"output": {
|
132106
|
-
"shape": "
|
132107
|
+
"shape": "S1k"
|
132107
132108
|
}
|
132108
132109
|
},
|
132109
132110
|
"CreateTags": {
|
@@ -132242,7 +132243,7 @@ module.exports={
|
|
132242
132243
|
"locationName": "FileSystemId"
|
132243
132244
|
},
|
132244
132245
|
"TagKeys": {
|
132245
|
-
"shape": "
|
132246
|
+
"shape": "S1v"
|
132246
132247
|
}
|
132247
132248
|
}
|
132248
132249
|
},
|
@@ -132309,7 +132310,7 @@ module.exports={
|
|
132309
132310
|
"type": "structure",
|
132310
132311
|
"members": {
|
132311
132312
|
"ResourceIdPreference": {
|
132312
|
-
"shape": "
|
132313
|
+
"shape": "S23"
|
132313
132314
|
},
|
132314
132315
|
"NextToken": {}
|
132315
132316
|
}
|
@@ -132334,7 +132335,7 @@ module.exports={
|
|
132334
132335
|
}
|
132335
132336
|
},
|
132336
132337
|
"output": {
|
132337
|
-
"shape": "
|
132338
|
+
"shape": "S28"
|
132338
132339
|
}
|
132339
132340
|
},
|
132340
132341
|
"DescribeFileSystemPolicy": {
|
@@ -132356,7 +132357,7 @@ module.exports={
|
|
132356
132357
|
}
|
132357
132358
|
},
|
132358
132359
|
"output": {
|
132359
|
-
"shape": "
|
132360
|
+
"shape": "S2c"
|
132360
132361
|
}
|
132361
132362
|
},
|
132362
132363
|
"DescribeFileSystems": {
|
@@ -132420,7 +132421,7 @@ module.exports={
|
|
132420
132421
|
}
|
132421
132422
|
},
|
132422
132423
|
"output": {
|
132423
|
-
"shape": "
|
132424
|
+
"shape": "S2k"
|
132424
132425
|
}
|
132425
132426
|
},
|
132426
132427
|
"DescribeMountTargetSecurityGroups": {
|
@@ -132448,7 +132449,7 @@ module.exports={
|
|
132448
132449
|
],
|
132449
132450
|
"members": {
|
132450
132451
|
"SecurityGroups": {
|
132451
|
-
"shape": "
|
132452
|
+
"shape": "S1a"
|
132452
132453
|
}
|
132453
132454
|
}
|
132454
132455
|
}
|
@@ -132492,7 +132493,7 @@ module.exports={
|
|
132492
132493
|
"MountTargets": {
|
132493
132494
|
"type": "list",
|
132494
132495
|
"member": {
|
132495
|
-
"shape": "
|
132496
|
+
"shape": "S1c"
|
132496
132497
|
}
|
132497
132498
|
},
|
132498
132499
|
"NextMarker": {}
|
@@ -132529,7 +132530,7 @@ module.exports={
|
|
132529
132530
|
"Replications": {
|
132530
132531
|
"type": "list",
|
132531
132532
|
"member": {
|
132532
|
-
"shape": "
|
132533
|
+
"shape": "S1k"
|
132533
132534
|
}
|
132534
132535
|
},
|
132535
132536
|
"NextToken": {}
|
@@ -132633,7 +132634,7 @@ module.exports={
|
|
132633
132634
|
"locationName": "MountTargetId"
|
132634
132635
|
},
|
132635
132636
|
"SecurityGroups": {
|
132636
|
-
"shape": "
|
132637
|
+
"shape": "S1a"
|
132637
132638
|
}
|
132638
132639
|
}
|
132639
132640
|
}
|
@@ -132657,7 +132658,7 @@ module.exports={
|
|
132657
132658
|
"type": "structure",
|
132658
132659
|
"members": {
|
132659
132660
|
"ResourceIdPreference": {
|
132660
|
-
"shape": "
|
132661
|
+
"shape": "S23"
|
132661
132662
|
}
|
132662
132663
|
}
|
132663
132664
|
}
|
@@ -132680,12 +132681,12 @@ module.exports={
|
|
132680
132681
|
"locationName": "FileSystemId"
|
132681
132682
|
},
|
132682
132683
|
"BackupPolicy": {
|
132683
|
-
"shape": "
|
132684
|
+
"shape": "S29"
|
132684
132685
|
}
|
132685
132686
|
}
|
132686
132687
|
},
|
132687
132688
|
"output": {
|
132688
|
-
"shape": "
|
132689
|
+
"shape": "S28"
|
132689
132690
|
}
|
132690
132691
|
},
|
132691
132692
|
"PutFileSystemPolicy": {
|
@@ -132712,7 +132713,7 @@ module.exports={
|
|
132712
132713
|
}
|
132713
132714
|
},
|
132714
132715
|
"output": {
|
132715
|
-
"shape": "
|
132716
|
+
"shape": "S2c"
|
132716
132717
|
}
|
132717
132718
|
},
|
132718
132719
|
"PutLifecycleConfiguration": {
|
@@ -132733,12 +132734,12 @@ module.exports={
|
|
132733
132734
|
"locationName": "FileSystemId"
|
132734
132735
|
},
|
132735
132736
|
"LifecyclePolicies": {
|
132736
|
-
"shape": "
|
132737
|
+
"shape": "S2l"
|
132737
132738
|
}
|
132738
132739
|
}
|
132739
132740
|
},
|
132740
132741
|
"output": {
|
132741
|
-
"shape": "
|
132742
|
+
"shape": "S2k"
|
132742
132743
|
}
|
132743
132744
|
},
|
132744
132745
|
"TagResource": {
|
@@ -132781,7 +132782,7 @@ module.exports={
|
|
132781
132782
|
"locationName": "ResourceId"
|
132782
132783
|
},
|
132783
132784
|
"TagKeys": {
|
132784
|
-
"shape": "
|
132785
|
+
"shape": "S1v",
|
132785
132786
|
"location": "querystring",
|
132786
132787
|
"locationName": "tagKeys"
|
132787
132788
|
}
|
@@ -132813,6 +132814,30 @@ module.exports={
|
|
132813
132814
|
"output": {
|
132814
132815
|
"shape": "Sx"
|
132815
132816
|
}
|
132817
|
+
},
|
132818
|
+
"UpdateFileSystemProtection": {
|
132819
|
+
"http": {
|
132820
|
+
"method": "PUT",
|
132821
|
+
"requestUri": "/2015-02-01/file-systems/{FileSystemId}/protection",
|
132822
|
+
"responseCode": 200
|
132823
|
+
},
|
132824
|
+
"input": {
|
132825
|
+
"type": "structure",
|
132826
|
+
"required": [
|
132827
|
+
"FileSystemId"
|
132828
|
+
],
|
132829
|
+
"members": {
|
132830
|
+
"FileSystemId": {
|
132831
|
+
"location": "uri",
|
132832
|
+
"locationName": "FileSystemId"
|
132833
|
+
},
|
132834
|
+
"ReplicationOverwriteProtection": {}
|
132835
|
+
}
|
132836
|
+
},
|
132837
|
+
"output": {
|
132838
|
+
"shape": "S15"
|
132839
|
+
},
|
132840
|
+
"idempotent": true
|
132816
132841
|
}
|
132817
132842
|
},
|
132818
132843
|
"shapes": {
|
@@ -132957,14 +132982,23 @@ module.exports={
|
|
132957
132982
|
"AvailabilityZoneId": {},
|
132958
132983
|
"Tags": {
|
132959
132984
|
"shape": "S3"
|
132985
|
+
},
|
132986
|
+
"FileSystemProtection": {
|
132987
|
+
"shape": "S15"
|
132960
132988
|
}
|
132961
132989
|
}
|
132962
132990
|
},
|
132963
|
-
"
|
132991
|
+
"S15": {
|
132992
|
+
"type": "structure",
|
132993
|
+
"members": {
|
132994
|
+
"ReplicationOverwriteProtection": {}
|
132995
|
+
}
|
132996
|
+
},
|
132997
|
+
"S1a": {
|
132964
132998
|
"type": "list",
|
132965
132999
|
"member": {}
|
132966
133000
|
},
|
132967
|
-
"
|
133001
|
+
"S1c": {
|
132968
133002
|
"type": "structure",
|
132969
133003
|
"required": [
|
132970
133004
|
"MountTargetId",
|
@@ -132985,7 +133019,7 @@ module.exports={
|
|
132985
133019
|
"VpcId": {}
|
132986
133020
|
}
|
132987
133021
|
},
|
132988
|
-
"
|
133022
|
+
"S1k": {
|
132989
133023
|
"type": "structure",
|
132990
133024
|
"required": [
|
132991
133025
|
"SourceFileSystemId",
|
@@ -133024,11 +133058,11 @@ module.exports={
|
|
133024
133058
|
}
|
133025
133059
|
}
|
133026
133060
|
},
|
133027
|
-
"
|
133061
|
+
"S1v": {
|
133028
133062
|
"type": "list",
|
133029
133063
|
"member": {}
|
133030
133064
|
},
|
133031
|
-
"
|
133065
|
+
"S23": {
|
133032
133066
|
"type": "structure",
|
133033
133067
|
"members": {
|
133034
133068
|
"ResourceIdType": {},
|
@@ -133038,15 +133072,15 @@ module.exports={
|
|
133038
133072
|
}
|
133039
133073
|
}
|
133040
133074
|
},
|
133041
|
-
"
|
133075
|
+
"S28": {
|
133042
133076
|
"type": "structure",
|
133043
133077
|
"members": {
|
133044
133078
|
"BackupPolicy": {
|
133045
|
-
"shape": "
|
133079
|
+
"shape": "S29"
|
133046
133080
|
}
|
133047
133081
|
}
|
133048
133082
|
},
|
133049
|
-
"
|
133083
|
+
"S29": {
|
133050
133084
|
"type": "structure",
|
133051
133085
|
"required": [
|
133052
133086
|
"Status"
|
@@ -133055,22 +133089,22 @@ module.exports={
|
|
133055
133089
|
"Status": {}
|
133056
133090
|
}
|
133057
133091
|
},
|
133058
|
-
"
|
133092
|
+
"S2c": {
|
133059
133093
|
"type": "structure",
|
133060
133094
|
"members": {
|
133061
133095
|
"FileSystemId": {},
|
133062
133096
|
"Policy": {}
|
133063
133097
|
}
|
133064
133098
|
},
|
133065
|
-
"
|
133099
|
+
"S2k": {
|
133066
133100
|
"type": "structure",
|
133067
133101
|
"members": {
|
133068
133102
|
"LifecyclePolicies": {
|
133069
|
-
"shape": "
|
133103
|
+
"shape": "S2l"
|
133070
133104
|
}
|
133071
133105
|
}
|
133072
133106
|
},
|
133073
|
-
"
|
133107
|
+
"S2l": {
|
133074
133108
|
"type": "list",
|
133075
133109
|
"member": {
|
133076
133110
|
"type": "structure",
|
@@ -190810,6 +190844,9 @@ module.exports={
|
|
190810
190844
|
"workspacesthinclient": {
|
190811
190845
|
"prefix": "workspaces-thin-client",
|
190812
190846
|
"name": "WorkSpacesThinClient"
|
190847
|
+
},
|
190848
|
+
"b2bi": {
|
190849
|
+
"name": "B2bi"
|
190813
190850
|
}
|
190814
190851
|
}
|
190815
190852
|
},{}],169:[function(require,module,exports){
|
@@ -267246,7 +267283,7 @@ AWS.util.update(AWS, {
|
|
267246
267283
|
/**
|
267247
267284
|
* @constant
|
267248
267285
|
*/
|
267249
|
-
VERSION: '2.
|
267286
|
+
VERSION: '2.1504.0',
|
267250
267287
|
|
267251
267288
|
/**
|
267252
267289
|
* @api private
|
@@ -289427,7 +289464,7 @@ var LRUCache = /** @class */ (function () {
|
|
289427
289464
|
}());
|
289428
289465
|
exports.LRUCache = LRUCache;
|
289429
289466
|
},{}],467:[function(require,module,exports){
|
289430
|
-
// AWS SDK for JavaScript v2.
|
289467
|
+
// AWS SDK for JavaScript v2.1504.0
|
289431
289468
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
289432
289469
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
289433
289470
|
require('./browser_loader');
|