cdk-comprehend-s3olap 2.0.196 → 2.0.198
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/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +22 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appfabric-2023-05-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/appfabric-2023-05-19.min.json +1254 -0
- package/node_modules/aws-sdk/apis/appfabric-2023-05-19.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/appfabric-2023-05-19.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +3 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +2 -1
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +47 -21
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +99 -23
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +117 -25
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.min.json +127 -69
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +39 -1
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +110 -110
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +55 -19
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +669 -648
- package/node_modules/aws-sdk/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +30 -10
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/appfabric.d.ts +1127 -0
- package/node_modules/aws-sdk/clients/appfabric.js +19 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +4 -0
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +10 -6
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +31 -0
- package/node_modules/aws-sdk/clients/ivs.d.ts +80 -0
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +144 -10
- package/node_modules/aws-sdk/clients/lambda.d.ts +6 -6
- package/node_modules/aws-sdk/clients/macie2.d.ts +18 -18
- package/node_modules/aws-sdk/clients/omics.d.ts +1 -1
- package/node_modules/aws-sdk/clients/privatenetworks.d.ts +67 -5
- package/node_modules/aws-sdk/clients/rds.d.ts +97 -1
- package/node_modules/aws-sdk/clients/s3.d.ts +82 -48
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +31 -1
- package/node_modules/aws-sdk/clients/sagemakerfeaturestoreruntime.d.ts +36 -2
- package/node_modules/aws-sdk/clients/ssm.d.ts +16 -16
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +61 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +235 -48
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +43 -43
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/region_config_data.json +12 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1407.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){
|
@@ -168605,6 +168605,22 @@ module.exports={
|
|
168605
168605
|
}
|
168606
168606
|
}
|
168607
168607
|
},
|
168608
|
+
"DeleteEdgeConfiguration": {
|
168609
|
+
"http": {
|
168610
|
+
"requestUri": "/deleteEdgeConfiguration"
|
168611
|
+
},
|
168612
|
+
"input": {
|
168613
|
+
"type": "structure",
|
168614
|
+
"members": {
|
168615
|
+
"StreamName": {},
|
168616
|
+
"StreamARN": {}
|
168617
|
+
}
|
168618
|
+
},
|
168619
|
+
"output": {
|
168620
|
+
"type": "structure",
|
168621
|
+
"members": {}
|
168622
|
+
}
|
168623
|
+
},
|
168608
168624
|
"DeleteSignalingChannel": {
|
168609
168625
|
"http": {
|
168610
168626
|
"requestUri": "/deleteSignalingChannel"
|
@@ -168668,7 +168684,38 @@ module.exports={
|
|
168668
168684
|
"SyncStatus": {},
|
168669
168685
|
"FailedStatusDetails": {},
|
168670
168686
|
"EdgeConfig": {
|
168671
|
-
"shape": "
|
168687
|
+
"shape": "Sw"
|
168688
|
+
},
|
168689
|
+
"EdgeAgentStatus": {
|
168690
|
+
"type": "structure",
|
168691
|
+
"members": {
|
168692
|
+
"LastRecorderStatus": {
|
168693
|
+
"type": "structure",
|
168694
|
+
"members": {
|
168695
|
+
"JobStatusDetails": {},
|
168696
|
+
"LastCollectedTime": {
|
168697
|
+
"type": "timestamp"
|
168698
|
+
},
|
168699
|
+
"LastUpdatedTime": {
|
168700
|
+
"type": "timestamp"
|
168701
|
+
},
|
168702
|
+
"RecorderStatus": {}
|
168703
|
+
}
|
168704
|
+
},
|
168705
|
+
"LastUploaderStatus": {
|
168706
|
+
"type": "structure",
|
168707
|
+
"members": {
|
168708
|
+
"JobStatusDetails": {},
|
168709
|
+
"LastCollectedTime": {
|
168710
|
+
"type": "timestamp"
|
168711
|
+
},
|
168712
|
+
"LastUpdatedTime": {
|
168713
|
+
"type": "timestamp"
|
168714
|
+
},
|
168715
|
+
"UploaderStatus": {}
|
168716
|
+
}
|
168717
|
+
}
|
168718
|
+
}
|
168672
168719
|
}
|
168673
168720
|
}
|
168674
168721
|
}
|
@@ -168688,7 +168735,7 @@ module.exports={
|
|
168688
168735
|
"type": "structure",
|
168689
168736
|
"members": {
|
168690
168737
|
"ImageGenerationConfiguration": {
|
168691
|
-
"shape": "
|
168738
|
+
"shape": "S1k"
|
168692
168739
|
}
|
168693
168740
|
}
|
168694
168741
|
}
|
@@ -168740,7 +168787,7 @@ module.exports={
|
|
168740
168787
|
"type": "structure",
|
168741
168788
|
"members": {
|
168742
168789
|
"MediaStorageConfiguration": {
|
168743
|
-
"shape": "
|
168790
|
+
"shape": "S26"
|
168744
168791
|
}
|
168745
168792
|
}
|
168746
168793
|
}
|
@@ -168760,7 +168807,7 @@ module.exports={
|
|
168760
168807
|
"type": "structure",
|
168761
168808
|
"members": {
|
168762
168809
|
"NotificationConfiguration": {
|
168763
|
-
"shape": "
|
168810
|
+
"shape": "S2a"
|
168764
168811
|
}
|
168765
168812
|
}
|
168766
168813
|
}
|
@@ -168780,7 +168827,7 @@ module.exports={
|
|
168780
168827
|
"type": "structure",
|
168781
168828
|
"members": {
|
168782
168829
|
"ChannelInfo": {
|
168783
|
-
"shape": "
|
168830
|
+
"shape": "S2e"
|
168784
168831
|
}
|
168785
168832
|
}
|
168786
168833
|
}
|
@@ -168800,7 +168847,7 @@ module.exports={
|
|
168800
168847
|
"type": "structure",
|
168801
168848
|
"members": {
|
168802
168849
|
"StreamInfo": {
|
168803
|
-
"shape": "
|
168850
|
+
"shape": "S2i"
|
168804
168851
|
}
|
168805
168852
|
}
|
168806
168853
|
}
|
@@ -168866,6 +168913,51 @@ module.exports={
|
|
168866
168913
|
}
|
168867
168914
|
}
|
168868
168915
|
},
|
168916
|
+
"ListEdgeAgentConfigurations": {
|
168917
|
+
"http": {
|
168918
|
+
"requestUri": "/listEdgeAgentConfigurations"
|
168919
|
+
},
|
168920
|
+
"input": {
|
168921
|
+
"type": "structure",
|
168922
|
+
"required": [
|
168923
|
+
"HubDeviceArn"
|
168924
|
+
],
|
168925
|
+
"members": {
|
168926
|
+
"HubDeviceArn": {},
|
168927
|
+
"MaxResults": {
|
168928
|
+
"type": "integer"
|
168929
|
+
},
|
168930
|
+
"NextToken": {}
|
168931
|
+
}
|
168932
|
+
},
|
168933
|
+
"output": {
|
168934
|
+
"type": "structure",
|
168935
|
+
"members": {
|
168936
|
+
"EdgeConfigs": {
|
168937
|
+
"type": "list",
|
168938
|
+
"member": {
|
168939
|
+
"type": "structure",
|
168940
|
+
"members": {
|
168941
|
+
"StreamName": {},
|
168942
|
+
"StreamARN": {},
|
168943
|
+
"CreationTime": {
|
168944
|
+
"type": "timestamp"
|
168945
|
+
},
|
168946
|
+
"LastUpdatedTime": {
|
168947
|
+
"type": "timestamp"
|
168948
|
+
},
|
168949
|
+
"SyncStatus": {},
|
168950
|
+
"FailedStatusDetails": {},
|
168951
|
+
"EdgeConfig": {
|
168952
|
+
"shape": "Sw"
|
168953
|
+
}
|
168954
|
+
}
|
168955
|
+
}
|
168956
|
+
},
|
168957
|
+
"NextToken": {}
|
168958
|
+
}
|
168959
|
+
}
|
168960
|
+
},
|
168869
168961
|
"ListSignalingChannels": {
|
168870
168962
|
"http": {
|
168871
168963
|
"requestUri": "/listSignalingChannels"
|
@@ -168892,7 +168984,7 @@ module.exports={
|
|
168892
168984
|
"ChannelInfoList": {
|
168893
168985
|
"type": "list",
|
168894
168986
|
"member": {
|
168895
|
-
"shape": "
|
168987
|
+
"shape": "S2e"
|
168896
168988
|
}
|
168897
168989
|
},
|
168898
168990
|
"NextToken": {}
|
@@ -168925,7 +169017,7 @@ module.exports={
|
|
168925
169017
|
"StreamInfoList": {
|
168926
169018
|
"type": "list",
|
168927
169019
|
"member": {
|
168928
|
-
"shape": "
|
169020
|
+
"shape": "S2i"
|
168929
169021
|
}
|
168930
169022
|
},
|
168931
169023
|
"NextToken": {}
|
@@ -168991,7 +169083,7 @@ module.exports={
|
|
168991
169083
|
"StreamName": {},
|
168992
169084
|
"StreamARN": {},
|
168993
169085
|
"EdgeConfig": {
|
168994
|
-
"shape": "
|
169086
|
+
"shape": "Sw"
|
168995
169087
|
}
|
168996
169088
|
}
|
168997
169089
|
},
|
@@ -169009,7 +169101,7 @@ module.exports={
|
|
169009
169101
|
"SyncStatus": {},
|
169010
169102
|
"FailedStatusDetails": {},
|
169011
169103
|
"EdgeConfig": {
|
169012
|
-
"shape": "
|
169104
|
+
"shape": "Sw"
|
169013
169105
|
}
|
169014
169106
|
}
|
169015
169107
|
}
|
@@ -169074,7 +169166,7 @@ module.exports={
|
|
169074
169166
|
"members": {
|
169075
169167
|
"ResourceARN": {},
|
169076
169168
|
"TagKeyList": {
|
169077
|
-
"shape": "
|
169169
|
+
"shape": "S3n"
|
169078
169170
|
}
|
169079
169171
|
}
|
169080
169172
|
},
|
@@ -169096,7 +169188,7 @@ module.exports={
|
|
169096
169188
|
"StreamARN": {},
|
169097
169189
|
"StreamName": {},
|
169098
169190
|
"TagKeyList": {
|
169099
|
-
"shape": "
|
169191
|
+
"shape": "S3n"
|
169100
169192
|
}
|
169101
169193
|
}
|
169102
169194
|
},
|
@@ -169141,7 +169233,7 @@ module.exports={
|
|
169141
169233
|
"StreamName": {},
|
169142
169234
|
"StreamARN": {},
|
169143
169235
|
"ImageGenerationConfiguration": {
|
169144
|
-
"shape": "
|
169236
|
+
"shape": "S1k"
|
169145
169237
|
}
|
169146
169238
|
}
|
169147
169239
|
},
|
@@ -169163,7 +169255,7 @@ module.exports={
|
|
169163
169255
|
"members": {
|
169164
169256
|
"ChannelARN": {},
|
169165
169257
|
"MediaStorageConfiguration": {
|
169166
|
-
"shape": "
|
169258
|
+
"shape": "S26"
|
169167
169259
|
}
|
169168
169260
|
}
|
169169
169261
|
},
|
@@ -169182,7 +169274,7 @@ module.exports={
|
|
169182
169274
|
"StreamName": {},
|
169183
169275
|
"StreamARN": {},
|
169184
169276
|
"NotificationConfiguration": {
|
169185
|
-
"shape": "
|
169277
|
+
"shape": "S2a"
|
169186
169278
|
}
|
169187
169279
|
}
|
169188
169280
|
},
|
@@ -169262,7 +169354,7 @@ module.exports={
|
|
169262
169354
|
"key": {},
|
169263
169355
|
"value": {}
|
169264
169356
|
},
|
169265
|
-
"
|
169357
|
+
"Sw": {
|
169266
169358
|
"type": "structure",
|
169267
169359
|
"required": [
|
169268
169360
|
"HubDeviceArn",
|
@@ -169291,7 +169383,7 @@ module.exports={
|
|
169291
169383
|
}
|
169292
169384
|
},
|
169293
169385
|
"ScheduleConfig": {
|
169294
|
-
"shape": "
|
169386
|
+
"shape": "S12"
|
169295
169387
|
}
|
169296
169388
|
}
|
169297
169389
|
},
|
@@ -169302,7 +169394,7 @@ module.exports={
|
|
169302
169394
|
],
|
169303
169395
|
"members": {
|
169304
169396
|
"ScheduleConfig": {
|
169305
|
-
"shape": "
|
169397
|
+
"shape": "S12"
|
169306
169398
|
}
|
169307
169399
|
}
|
169308
169400
|
},
|
@@ -169328,7 +169420,7 @@ module.exports={
|
|
169328
169420
|
}
|
169329
169421
|
}
|
169330
169422
|
},
|
169331
|
-
"
|
169423
|
+
"S12": {
|
169332
169424
|
"type": "structure",
|
169333
169425
|
"required": [
|
169334
169426
|
"ScheduleExpression",
|
@@ -169341,7 +169433,7 @@ module.exports={
|
|
169341
169433
|
}
|
169342
169434
|
}
|
169343
169435
|
},
|
169344
|
-
"
|
169436
|
+
"S1k": {
|
169345
169437
|
"type": "structure",
|
169346
169438
|
"required": [
|
169347
169439
|
"Status",
|
@@ -169381,7 +169473,7 @@ module.exports={
|
|
169381
169473
|
}
|
169382
169474
|
}
|
169383
169475
|
},
|
169384
|
-
"
|
169476
|
+
"S26": {
|
169385
169477
|
"type": "structure",
|
169386
169478
|
"required": [
|
169387
169479
|
"Status"
|
@@ -169391,7 +169483,7 @@ module.exports={
|
|
169391
169483
|
"Status": {}
|
169392
169484
|
}
|
169393
169485
|
},
|
169394
|
-
"
|
169486
|
+
"S2a": {
|
169395
169487
|
"type": "structure",
|
169396
169488
|
"required": [
|
169397
169489
|
"Status",
|
@@ -169410,7 +169502,7 @@ module.exports={
|
|
169410
169502
|
}
|
169411
169503
|
}
|
169412
169504
|
},
|
169413
|
-
"
|
169505
|
+
"S2e": {
|
169414
169506
|
"type": "structure",
|
169415
169507
|
"members": {
|
169416
169508
|
"ChannelName": {},
|
@@ -169426,7 +169518,7 @@ module.exports={
|
|
169426
169518
|
"Version": {}
|
169427
169519
|
}
|
169428
169520
|
},
|
169429
|
-
"
|
169521
|
+
"S2i": {
|
169430
169522
|
"type": "structure",
|
169431
169523
|
"members": {
|
169432
169524
|
"DeviceName": {},
|
@@ -169444,7 +169536,7 @@ module.exports={
|
|
169444
169536
|
}
|
169445
169537
|
}
|
169446
169538
|
},
|
169447
|
-
"
|
169539
|
+
"S3n": {
|
169448
169540
|
"type": "list",
|
169449
169541
|
"member": {}
|
169450
169542
|
}
|
@@ -169459,6 +169551,12 @@ module.exports={
|
|
169459
169551
|
"output_token": "NextToken",
|
169460
169552
|
"result_key": "MappedResourceConfigurationList"
|
169461
169553
|
},
|
169554
|
+
"ListEdgeAgentConfigurations": {
|
169555
|
+
"input_token": "NextToken",
|
169556
|
+
"limit_key": "MaxResults",
|
169557
|
+
"output_token": "NextToken",
|
169558
|
+
"result_key": "EdgeConfigs"
|
169559
|
+
},
|
169462
169560
|
"ListSignalingChannels": {
|
169463
169561
|
"input_token": "NextToken",
|
169464
169562
|
"limit_key": "MaxResults",
|
@@ -185226,6 +185324,9 @@ module.exports={
|
|
185226
185324
|
},
|
185227
185325
|
"verifiedpermissions": {
|
185228
185326
|
"name": "VerifiedPermissions"
|
185327
|
+
},
|
185328
|
+
"appfabric": {
|
185329
|
+
"name": "AppFabric"
|
185229
185330
|
}
|
185230
185331
|
}
|
185231
185332
|
},{}],169:[function(require,module,exports){
|
@@ -203818,6 +203919,12 @@ module.exports={
|
|
203818
203919
|
},
|
203819
203920
|
"KmsKeyId": {},
|
203820
203921
|
"Domain": {},
|
203922
|
+
"DomainFqdn": {},
|
203923
|
+
"DomainOu": {},
|
203924
|
+
"DomainAuthSecretArn": {},
|
203925
|
+
"DomainDnsIps": {
|
203926
|
+
"shape": "Sv"
|
203927
|
+
},
|
203821
203928
|
"CopyTagsToSnapshot": {
|
203822
203929
|
"type": "boolean"
|
203823
203930
|
},
|
@@ -203947,6 +204054,12 @@ module.exports={
|
|
203947
204054
|
},
|
203948
204055
|
"Domain": {},
|
203949
204056
|
"DomainIAMRoleName": {},
|
204057
|
+
"DomainFqdn": {},
|
204058
|
+
"DomainOu": {},
|
204059
|
+
"DomainAuthSecretArn": {},
|
204060
|
+
"DomainDnsIps": {
|
204061
|
+
"shape": "Sv"
|
204062
|
+
},
|
203950
204063
|
"ReplicaMode": {},
|
203951
204064
|
"MaxAllocatedStorage": {
|
203952
204065
|
"type": "integer"
|
@@ -206466,6 +206579,12 @@ module.exports={
|
|
206466
206579
|
"TdeCredentialPassword": {},
|
206467
206580
|
"CACertificateIdentifier": {},
|
206468
206581
|
"Domain": {},
|
206582
|
+
"DomainFqdn": {},
|
206583
|
+
"DomainOu": {},
|
206584
|
+
"DomainAuthSecretArn": {},
|
206585
|
+
"DomainDnsIps": {
|
206586
|
+
"shape": "Sv"
|
206587
|
+
},
|
206469
206588
|
"CopyTagsToSnapshot": {
|
206470
206589
|
"type": "boolean"
|
206471
206590
|
},
|
@@ -206480,6 +206599,9 @@ module.exports={
|
|
206480
206599
|
},
|
206481
206600
|
"MonitoringRoleArn": {},
|
206482
206601
|
"DomainIAMRoleName": {},
|
206602
|
+
"DisableDomain": {
|
206603
|
+
"type": "boolean"
|
206604
|
+
},
|
206483
206605
|
"PromotionTier": {
|
206484
206606
|
"type": "integer"
|
206485
206607
|
},
|
@@ -207396,6 +207518,12 @@ module.exports={
|
|
207396
207518
|
"shape": "S2s"
|
207397
207519
|
},
|
207398
207520
|
"Domain": {},
|
207521
|
+
"DomainFqdn": {},
|
207522
|
+
"DomainOu": {},
|
207523
|
+
"DomainAuthSecretArn": {},
|
207524
|
+
"DomainDnsIps": {
|
207525
|
+
"shape": "Sv"
|
207526
|
+
},
|
207399
207527
|
"CopyTagsToSnapshot": {
|
207400
207528
|
"type": "boolean"
|
207401
207529
|
},
|
@@ -207611,6 +207739,12 @@ module.exports={
|
|
207611
207739
|
},
|
207612
207740
|
"Domain": {},
|
207613
207741
|
"DomainIAMRoleName": {},
|
207742
|
+
"DomainFqdn": {},
|
207743
|
+
"DomainOu": {},
|
207744
|
+
"DomainAuthSecretArn": {},
|
207745
|
+
"DomainDnsIps": {
|
207746
|
+
"shape": "Sv"
|
207747
|
+
},
|
207614
207748
|
"EnableIAMDatabaseAuthentication": {
|
207615
207749
|
"type": "boolean"
|
207616
207750
|
},
|
@@ -208806,7 +208940,12 @@ module.exports={
|
|
208806
208940
|
"Domain": {},
|
208807
208941
|
"Status": {},
|
208808
208942
|
"FQDN": {},
|
208809
|
-
"IAMRoleName": {}
|
208943
|
+
"IAMRoleName": {},
|
208944
|
+
"OU": {},
|
208945
|
+
"AuthSecretArn": {},
|
208946
|
+
"DnsIps": {
|
208947
|
+
"shape": "Sv"
|
208948
|
+
}
|
208810
208949
|
}
|
208811
208950
|
}
|
208812
208951
|
},
|
@@ -228282,6 +228421,11 @@ module.exports={
|
|
228282
228421
|
"RequestPayer": {
|
228283
228422
|
"location": "header",
|
228284
228423
|
"locationName": "x-amz-request-payer"
|
228424
|
+
},
|
228425
|
+
"OptionalObjectAttributes": {
|
228426
|
+
"shape": "Sbx",
|
228427
|
+
"location": "header",
|
228428
|
+
"locationName": "x-amz-optional-object-attributes"
|
228285
228429
|
}
|
228286
228430
|
}
|
228287
228431
|
},
|
@@ -228303,7 +228447,7 @@ module.exports={
|
|
228303
228447
|
"members": {
|
228304
228448
|
"ETag": {},
|
228305
228449
|
"ChecksumAlgorithm": {
|
228306
|
-
"shape": "
|
228450
|
+
"shape": "Sc3"
|
228307
228451
|
},
|
228308
228452
|
"Size": {
|
228309
228453
|
"type": "integer"
|
@@ -228319,6 +228463,9 @@ module.exports={
|
|
228319
228463
|
},
|
228320
228464
|
"Owner": {
|
228321
228465
|
"shape": "S3d"
|
228466
|
+
},
|
228467
|
+
"RestoreStatus": {
|
228468
|
+
"shape": "Sc6"
|
228322
228469
|
}
|
228323
228470
|
}
|
228324
228471
|
},
|
@@ -228409,6 +228556,11 @@ module.exports={
|
|
228409
228556
|
"ExpectedBucketOwner": {
|
228410
228557
|
"location": "header",
|
228411
228558
|
"locationName": "x-amz-expected-bucket-owner"
|
228559
|
+
},
|
228560
|
+
"OptionalObjectAttributes": {
|
228561
|
+
"shape": "Sbx",
|
228562
|
+
"location": "header",
|
228563
|
+
"locationName": "x-amz-optional-object-attributes"
|
228412
228564
|
}
|
228413
228565
|
}
|
228414
228566
|
},
|
@@ -228421,7 +228573,7 @@ module.exports={
|
|
228421
228573
|
"Marker": {},
|
228422
228574
|
"NextMarker": {},
|
228423
228575
|
"Contents": {
|
228424
|
-
"shape": "
|
228576
|
+
"shape": "Scf"
|
228425
228577
|
},
|
228426
228578
|
"Name": {},
|
228427
228579
|
"Prefix": {},
|
@@ -228496,6 +228648,11 @@ module.exports={
|
|
228496
228648
|
"ExpectedBucketOwner": {
|
228497
228649
|
"location": "header",
|
228498
228650
|
"locationName": "x-amz-expected-bucket-owner"
|
228651
|
+
},
|
228652
|
+
"OptionalObjectAttributes": {
|
228653
|
+
"shape": "Sbx",
|
228654
|
+
"location": "header",
|
228655
|
+
"locationName": "x-amz-optional-object-attributes"
|
228499
228656
|
}
|
228500
228657
|
}
|
228501
228658
|
},
|
@@ -228506,7 +228663,7 @@ module.exports={
|
|
228506
228663
|
"type": "boolean"
|
228507
228664
|
},
|
228508
228665
|
"Contents": {
|
228509
|
-
"shape": "
|
228666
|
+
"shape": "Scf"
|
228510
228667
|
},
|
228511
228668
|
"Name": {},
|
228512
228669
|
"Prefix": {},
|
@@ -228719,7 +228876,7 @@ module.exports={
|
|
228719
228876
|
"locationName": "x-amz-acl"
|
228720
228877
|
},
|
228721
228878
|
"AccessControlPolicy": {
|
228722
|
-
"shape": "
|
228879
|
+
"shape": "Scu",
|
228723
228880
|
"locationName": "AccessControlPolicy",
|
228724
228881
|
"xmlNamespace": {
|
228725
228882
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
@@ -229483,7 +229640,7 @@ module.exports={
|
|
229483
229640
|
"locationName": "x-amz-sdk-checksum-algorithm"
|
229484
229641
|
},
|
229485
229642
|
"Tagging": {
|
229486
|
-
"shape": "
|
229643
|
+
"shape": "Sdk",
|
229487
229644
|
"locationName": "Tagging",
|
229488
229645
|
"xmlNamespace": {
|
229489
229646
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
@@ -229877,7 +230034,7 @@ module.exports={
|
|
229877
230034
|
"locationName": "x-amz-acl"
|
229878
230035
|
},
|
229879
230036
|
"AccessControlPolicy": {
|
229880
|
-
"shape": "
|
230037
|
+
"shape": "Scu",
|
229881
230038
|
"locationName": "AccessControlPolicy",
|
229882
230039
|
"xmlNamespace": {
|
229883
230040
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
@@ -230189,7 +230346,7 @@ module.exports={
|
|
230189
230346
|
"locationName": "x-amz-sdk-checksum-algorithm"
|
230190
230347
|
},
|
230191
230348
|
"Tagging": {
|
230192
|
-
"shape": "
|
230349
|
+
"shape": "Sdk",
|
230193
230350
|
"locationName": "Tagging",
|
230194
230351
|
"xmlNamespace": {
|
230195
230352
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
@@ -230324,12 +230481,12 @@ module.exports={
|
|
230324
230481
|
],
|
230325
230482
|
"members": {
|
230326
230483
|
"InputSerialization": {
|
230327
|
-
"shape": "
|
230484
|
+
"shape": "Sea"
|
230328
230485
|
},
|
230329
230486
|
"ExpressionType": {},
|
230330
230487
|
"Expression": {},
|
230331
230488
|
"OutputSerialization": {
|
230332
|
-
"shape": "
|
230489
|
+
"shape": "Sep"
|
230333
230490
|
}
|
230334
230491
|
}
|
230335
230492
|
},
|
@@ -230363,7 +230520,7 @@ module.exports={
|
|
230363
230520
|
"shape": "S3g"
|
230364
230521
|
},
|
230365
230522
|
"Tagging": {
|
230366
|
-
"shape": "
|
230523
|
+
"shape": "Sdk"
|
230367
230524
|
},
|
230368
230525
|
"UserMetadata": {
|
230369
230526
|
"type": "list",
|
@@ -230471,10 +230628,10 @@ module.exports={
|
|
230471
230628
|
}
|
230472
230629
|
},
|
230473
230630
|
"InputSerialization": {
|
230474
|
-
"shape": "
|
230631
|
+
"shape": "Sea"
|
230475
230632
|
},
|
230476
230633
|
"OutputSerialization": {
|
230477
|
-
"shape": "
|
230634
|
+
"shape": "Sep"
|
230478
230635
|
},
|
230479
230636
|
"ScanRange": {
|
230480
230637
|
"type": "structure",
|
@@ -232126,12 +232283,27 @@ module.exports={
|
|
232126
232283
|
},
|
232127
232284
|
"flattened": true
|
232128
232285
|
},
|
232129
|
-
"
|
232286
|
+
"Sbx": {
|
232287
|
+
"type": "list",
|
232288
|
+
"member": {}
|
232289
|
+
},
|
232290
|
+
"Sc3": {
|
232130
232291
|
"type": "list",
|
232131
232292
|
"member": {},
|
232132
232293
|
"flattened": true
|
232133
232294
|
},
|
232134
|
-
"
|
232295
|
+
"Sc6": {
|
232296
|
+
"type": "structure",
|
232297
|
+
"members": {
|
232298
|
+
"IsRestoreInProgress": {
|
232299
|
+
"type": "boolean"
|
232300
|
+
},
|
232301
|
+
"RestoreExpiryDate": {
|
232302
|
+
"type": "timestamp"
|
232303
|
+
}
|
232304
|
+
}
|
232305
|
+
},
|
232306
|
+
"Scf": {
|
232135
232307
|
"type": "list",
|
232136
232308
|
"member": {
|
232137
232309
|
"type": "structure",
|
@@ -232142,7 +232314,7 @@ module.exports={
|
|
232142
232314
|
},
|
232143
232315
|
"ETag": {},
|
232144
232316
|
"ChecksumAlgorithm": {
|
232145
|
-
"shape": "
|
232317
|
+
"shape": "Sc3"
|
232146
232318
|
},
|
232147
232319
|
"Size": {
|
232148
232320
|
"type": "integer"
|
@@ -232150,12 +232322,15 @@ module.exports={
|
|
232150
232322
|
"StorageClass": {},
|
232151
232323
|
"Owner": {
|
232152
232324
|
"shape": "S3d"
|
232325
|
+
},
|
232326
|
+
"RestoreStatus": {
|
232327
|
+
"shape": "Sc6"
|
232153
232328
|
}
|
232154
232329
|
}
|
232155
232330
|
},
|
232156
232331
|
"flattened": true
|
232157
232332
|
},
|
232158
|
-
"
|
232333
|
+
"Scu": {
|
232159
232334
|
"type": "structure",
|
232160
232335
|
"members": {
|
232161
232336
|
"Grants": {
|
@@ -232167,7 +232342,7 @@ module.exports={
|
|
232167
232342
|
}
|
232168
232343
|
}
|
232169
232344
|
},
|
232170
|
-
"
|
232345
|
+
"Sdk": {
|
232171
232346
|
"type": "structure",
|
232172
232347
|
"required": [
|
232173
232348
|
"TagSet"
|
@@ -232178,7 +232353,7 @@ module.exports={
|
|
232178
232353
|
}
|
232179
232354
|
}
|
232180
232355
|
},
|
232181
|
-
"
|
232356
|
+
"Sea": {
|
232182
232357
|
"type": "structure",
|
232183
232358
|
"members": {
|
232184
232359
|
"CSV": {
|
@@ -232208,7 +232383,7 @@ module.exports={
|
|
232208
232383
|
}
|
232209
232384
|
}
|
232210
232385
|
},
|
232211
|
-
"
|
232386
|
+
"Sep": {
|
232212
232387
|
"type": "structure",
|
232213
232388
|
"members": {
|
232214
232389
|
"CSV": {
|
@@ -259936,7 +260111,7 @@ AWS.util.update(AWS, {
|
|
259936
260111
|
/**
|
259937
260112
|
* @constant
|
259938
260113
|
*/
|
259939
|
-
VERSION: '2.
|
260114
|
+
VERSION: '2.1407.0',
|
259940
260115
|
|
259941
260116
|
/**
|
259942
260117
|
* @api private
|
@@ -266903,6 +267078,18 @@ module.exports={
|
|
266903
267078
|
},
|
266904
267079
|
|
266905
267080
|
"us-gov-*/iam": "globalGovCloud",
|
267081
|
+
|
267082
|
+
"*/ce": {
|
267083
|
+
"endpoint": "{service}.us-east-1.amazonaws.com",
|
267084
|
+
"globalEndpoint": true,
|
267085
|
+
"signingRegion": "us-east-1"
|
267086
|
+
},
|
267087
|
+
"cn-*/ce": {
|
267088
|
+
"endpoint": "{service}.cn-northwest-1.amazonaws.com.cn",
|
267089
|
+
"globalEndpoint": true,
|
267090
|
+
"signingRegion": "cn-northwest-1"
|
267091
|
+
},
|
267092
|
+
|
266906
267093
|
"us-gov-*/sts": {
|
266907
267094
|
"endpoint": "{service}.{region}.amazonaws.com"
|
266908
267095
|
},
|
@@ -282105,7 +282292,7 @@ var LRUCache = /** @class */ (function () {
|
|
282105
282292
|
}());
|
282106
282293
|
exports.LRUCache = LRUCache;
|
282107
282294
|
},{}],467:[function(require,module,exports){
|
282108
|
-
// AWS SDK for JavaScript v2.
|
282295
|
+
// AWS SDK for JavaScript v2.1407.0
|
282109
282296
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
282110
282297
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
282111
282298
|
require('./browser_loader');
|