cdk-lambda-subminute 2.0.355 → 2.0.356
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-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/b2bi-2022-06-23.examples.json +709 -0
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +53 -0
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +258 -30
- package/node_modules/aws-sdk/clients/b2bi.d.ts +2 -2
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +101 -11
- package/node_modules/aws-sdk/clients/connect.d.ts +5 -5
- package/node_modules/aws-sdk/clients/firehose.d.ts +231 -0
- package/node_modules/aws-sdk/clients/sagemakerfeaturestoreruntime.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +319 -33
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -91
- package/node_modules/aws-sdk/lib/core.js +1 -1
- 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.1539.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){
|
@@ -42040,6 +42040,59 @@ module.exports={
|
|
42040
42040
|
},
|
42041
42041
|
"idempotent": true
|
42042
42042
|
},
|
42043
|
+
"ListInsightsMetricData": {
|
42044
|
+
"input": {
|
42045
|
+
"type": "structure",
|
42046
|
+
"required": [
|
42047
|
+
"EventSource",
|
42048
|
+
"EventName",
|
42049
|
+
"InsightType"
|
42050
|
+
],
|
42051
|
+
"members": {
|
42052
|
+
"EventSource": {},
|
42053
|
+
"EventName": {},
|
42054
|
+
"InsightType": {},
|
42055
|
+
"ErrorCode": {},
|
42056
|
+
"StartTime": {
|
42057
|
+
"type": "timestamp"
|
42058
|
+
},
|
42059
|
+
"EndTime": {
|
42060
|
+
"type": "timestamp"
|
42061
|
+
},
|
42062
|
+
"Period": {
|
42063
|
+
"type": "integer"
|
42064
|
+
},
|
42065
|
+
"DataType": {},
|
42066
|
+
"MaxResults": {
|
42067
|
+
"type": "integer"
|
42068
|
+
},
|
42069
|
+
"NextToken": {}
|
42070
|
+
}
|
42071
|
+
},
|
42072
|
+
"output": {
|
42073
|
+
"type": "structure",
|
42074
|
+
"members": {
|
42075
|
+
"EventSource": {},
|
42076
|
+
"EventName": {},
|
42077
|
+
"InsightType": {},
|
42078
|
+
"ErrorCode": {},
|
42079
|
+
"Timestamps": {
|
42080
|
+
"type": "list",
|
42081
|
+
"member": {
|
42082
|
+
"type": "timestamp"
|
42083
|
+
}
|
42084
|
+
},
|
42085
|
+
"Values": {
|
42086
|
+
"type": "list",
|
42087
|
+
"member": {
|
42088
|
+
"type": "double"
|
42089
|
+
}
|
42090
|
+
},
|
42091
|
+
"NextToken": {}
|
42092
|
+
}
|
42093
|
+
},
|
42094
|
+
"idempotent": true
|
42095
|
+
},
|
42043
42096
|
"ListPublicKeys": {
|
42044
42097
|
"input": {
|
42045
42098
|
"type": "structure",
|
@@ -42947,6 +43000,11 @@ module.exports={
|
|
42947
43000
|
"output_token": "NextToken",
|
42948
43001
|
"result_key": "Imports"
|
42949
43002
|
},
|
43003
|
+
"ListInsightsMetricData": {
|
43004
|
+
"input_token": "NextToken",
|
43005
|
+
"limit_key": "MaxResults",
|
43006
|
+
"output_token": "NextToken"
|
43007
|
+
},
|
42950
43008
|
"ListPublicKeys": {
|
42951
43009
|
"input_token": "NextToken",
|
42952
43010
|
"output_token": "NextToken",
|
@@ -146725,6 +146783,69 @@ module.exports={
|
|
146725
146783
|
"shape": "S43"
|
146726
146784
|
}
|
146727
146785
|
}
|
146786
|
+
},
|
146787
|
+
"SnowflakeDestinationConfiguration": {
|
146788
|
+
"type": "structure",
|
146789
|
+
"required": [
|
146790
|
+
"AccountUrl",
|
146791
|
+
"PrivateKey",
|
146792
|
+
"User",
|
146793
|
+
"Database",
|
146794
|
+
"Schema",
|
146795
|
+
"Table",
|
146796
|
+
"RoleARN",
|
146797
|
+
"S3Configuration"
|
146798
|
+
],
|
146799
|
+
"members": {
|
146800
|
+
"AccountUrl": {
|
146801
|
+
"shape": "S46"
|
146802
|
+
},
|
146803
|
+
"PrivateKey": {
|
146804
|
+
"shape": "S47"
|
146805
|
+
},
|
146806
|
+
"KeyPassphrase": {
|
146807
|
+
"shape": "S48"
|
146808
|
+
},
|
146809
|
+
"User": {
|
146810
|
+
"shape": "S49"
|
146811
|
+
},
|
146812
|
+
"Database": {
|
146813
|
+
"shape": "S4a"
|
146814
|
+
},
|
146815
|
+
"Schema": {
|
146816
|
+
"shape": "S4b"
|
146817
|
+
},
|
146818
|
+
"Table": {
|
146819
|
+
"shape": "S4c"
|
146820
|
+
},
|
146821
|
+
"SnowflakeRoleConfiguration": {
|
146822
|
+
"shape": "S4d"
|
146823
|
+
},
|
146824
|
+
"DataLoadingOption": {},
|
146825
|
+
"MetaDataColumnName": {
|
146826
|
+
"shape": "S4g"
|
146827
|
+
},
|
146828
|
+
"ContentColumnName": {
|
146829
|
+
"shape": "S4h"
|
146830
|
+
},
|
146831
|
+
"SnowflakeVpcConfiguration": {
|
146832
|
+
"shape": "S4i"
|
146833
|
+
},
|
146834
|
+
"CloudWatchLoggingOptions": {
|
146835
|
+
"shape": "Sl"
|
146836
|
+
},
|
146837
|
+
"ProcessingConfiguration": {
|
146838
|
+
"shape": "Sq"
|
146839
|
+
},
|
146840
|
+
"RoleARN": {},
|
146841
|
+
"RetryOptions": {
|
146842
|
+
"shape": "S4k"
|
146843
|
+
},
|
146844
|
+
"S3BackupMode": {},
|
146845
|
+
"S3Configuration": {
|
146846
|
+
"shape": "Sa"
|
146847
|
+
}
|
146848
|
+
}
|
146728
146849
|
}
|
146729
146850
|
}
|
146730
146851
|
},
|
@@ -146789,7 +146910,7 @@ module.exports={
|
|
146789
146910
|
"DeliveryStreamARN": {},
|
146790
146911
|
"DeliveryStreamStatus": {},
|
146791
146912
|
"FailureDescription": {
|
146792
|
-
"shape": "
|
146913
|
+
"shape": "S4x"
|
146793
146914
|
},
|
146794
146915
|
"DeliveryStreamEncryptionConfiguration": {
|
146795
146916
|
"type": "structure",
|
@@ -146798,7 +146919,7 @@ module.exports={
|
|
146798
146919
|
"KeyType": {},
|
146799
146920
|
"Status": {},
|
146800
146921
|
"FailureDescription": {
|
146801
|
-
"shape": "
|
146922
|
+
"shape": "S4x"
|
146802
146923
|
}
|
146803
146924
|
}
|
146804
146925
|
},
|
@@ -146848,7 +146969,7 @@ module.exports={
|
|
146848
146969
|
"members": {
|
146849
146970
|
"DestinationId": {},
|
146850
146971
|
"S3DestinationDescription": {
|
146851
|
-
"shape": "
|
146972
|
+
"shape": "S59"
|
146852
146973
|
},
|
146853
146974
|
"ExtendedS3DestinationDescription": {
|
146854
146975
|
"type": "structure",
|
@@ -146879,7 +147000,7 @@ module.exports={
|
|
146879
147000
|
},
|
146880
147001
|
"S3BackupMode": {},
|
146881
147002
|
"S3BackupDescription": {
|
146882
|
-
"shape": "
|
147003
|
+
"shape": "S59"
|
146883
147004
|
},
|
146884
147005
|
"DataFormatConversionConfiguration": {
|
146885
147006
|
"shape": "Sz"
|
@@ -146911,14 +147032,14 @@ module.exports={
|
|
146911
147032
|
"shape": "S1z"
|
146912
147033
|
},
|
146913
147034
|
"S3DestinationDescription": {
|
146914
|
-
"shape": "
|
147035
|
+
"shape": "S59"
|
146915
147036
|
},
|
146916
147037
|
"ProcessingConfiguration": {
|
146917
147038
|
"shape": "Sq"
|
146918
147039
|
},
|
146919
147040
|
"S3BackupMode": {},
|
146920
147041
|
"S3BackupDescription": {
|
146921
|
-
"shape": "
|
147042
|
+
"shape": "S59"
|
146922
147043
|
},
|
146923
147044
|
"CloudWatchLoggingOptions": {
|
146924
147045
|
"shape": "Sl"
|
@@ -146942,7 +147063,7 @@ module.exports={
|
|
146942
147063
|
},
|
146943
147064
|
"S3BackupMode": {},
|
146944
147065
|
"S3DestinationDescription": {
|
146945
|
-
"shape": "
|
147066
|
+
"shape": "S59"
|
146946
147067
|
},
|
146947
147068
|
"ProcessingConfiguration": {
|
146948
147069
|
"shape": "Sq"
|
@@ -146951,7 +147072,7 @@ module.exports={
|
|
146951
147072
|
"shape": "Sl"
|
146952
147073
|
},
|
146953
147074
|
"VpcConfigurationDescription": {
|
146954
|
-
"shape": "
|
147075
|
+
"shape": "S5d"
|
146955
147076
|
},
|
146956
147077
|
"DocumentIdOptions": {
|
146957
147078
|
"shape": "S2h"
|
@@ -146975,7 +147096,7 @@ module.exports={
|
|
146975
147096
|
},
|
146976
147097
|
"S3BackupMode": {},
|
146977
147098
|
"S3DestinationDescription": {
|
146978
|
-
"shape": "
|
147099
|
+
"shape": "S59"
|
146979
147100
|
},
|
146980
147101
|
"ProcessingConfiguration": {
|
146981
147102
|
"shape": "Sq"
|
@@ -146984,7 +147105,7 @@ module.exports={
|
|
146984
147105
|
"shape": "Sl"
|
146985
147106
|
},
|
146986
147107
|
"VpcConfigurationDescription": {
|
146987
|
-
"shape": "
|
147108
|
+
"shape": "S5d"
|
146988
147109
|
},
|
146989
147110
|
"DocumentIdOptions": {
|
146990
147111
|
"shape": "S2h"
|
@@ -147005,7 +147126,7 @@ module.exports={
|
|
147005
147126
|
},
|
147006
147127
|
"S3BackupMode": {},
|
147007
147128
|
"S3DestinationDescription": {
|
147008
|
-
"shape": "
|
147129
|
+
"shape": "S59"
|
147009
147130
|
},
|
147010
147131
|
"ProcessingConfiguration": {
|
147011
147132
|
"shape": "Sq"
|
@@ -147048,7 +147169,54 @@ module.exports={
|
|
147048
147169
|
},
|
147049
147170
|
"S3BackupMode": {},
|
147050
147171
|
"S3DestinationDescription": {
|
147051
|
-
"shape": "
|
147172
|
+
"shape": "S59"
|
147173
|
+
}
|
147174
|
+
}
|
147175
|
+
},
|
147176
|
+
"SnowflakeDestinationDescription": {
|
147177
|
+
"type": "structure",
|
147178
|
+
"members": {
|
147179
|
+
"AccountUrl": {
|
147180
|
+
"shape": "S46"
|
147181
|
+
},
|
147182
|
+
"User": {
|
147183
|
+
"shape": "S49"
|
147184
|
+
},
|
147185
|
+
"Database": {
|
147186
|
+
"shape": "S4a"
|
147187
|
+
},
|
147188
|
+
"Schema": {
|
147189
|
+
"shape": "S4b"
|
147190
|
+
},
|
147191
|
+
"Table": {
|
147192
|
+
"shape": "S4c"
|
147193
|
+
},
|
147194
|
+
"SnowflakeRoleConfiguration": {
|
147195
|
+
"shape": "S4d"
|
147196
|
+
},
|
147197
|
+
"DataLoadingOption": {},
|
147198
|
+
"MetaDataColumnName": {
|
147199
|
+
"shape": "S4g"
|
147200
|
+
},
|
147201
|
+
"ContentColumnName": {
|
147202
|
+
"shape": "S4h"
|
147203
|
+
},
|
147204
|
+
"SnowflakeVpcConfiguration": {
|
147205
|
+
"shape": "S4i"
|
147206
|
+
},
|
147207
|
+
"CloudWatchLoggingOptions": {
|
147208
|
+
"shape": "Sl"
|
147209
|
+
},
|
147210
|
+
"ProcessingConfiguration": {
|
147211
|
+
"shape": "Sq"
|
147212
|
+
},
|
147213
|
+
"RoleARN": {},
|
147214
|
+
"RetryOptions": {
|
147215
|
+
"shape": "S4k"
|
147216
|
+
},
|
147217
|
+
"S3BackupMode": {},
|
147218
|
+
"S3DestinationDescription": {
|
147219
|
+
"shape": "S59"
|
147052
147220
|
}
|
147053
147221
|
}
|
147054
147222
|
},
|
@@ -147066,7 +147234,7 @@ module.exports={
|
|
147066
147234
|
},
|
147067
147235
|
"S3BackupMode": {},
|
147068
147236
|
"S3DestinationDescription": {
|
147069
|
-
"shape": "
|
147237
|
+
"shape": "S59"
|
147070
147238
|
},
|
147071
147239
|
"ProcessingConfiguration": {
|
147072
147240
|
"shape": "Sq"
|
@@ -147075,7 +147243,7 @@ module.exports={
|
|
147075
147243
|
"shape": "Sl"
|
147076
147244
|
},
|
147077
147245
|
"VpcConfigurationDescription": {
|
147078
|
-
"shape": "
|
147246
|
+
"shape": "S5d"
|
147079
147247
|
}
|
147080
147248
|
}
|
147081
147249
|
}
|
@@ -147161,7 +147329,7 @@ module.exports={
|
|
147161
147329
|
"members": {
|
147162
147330
|
"DeliveryStreamName": {},
|
147163
147331
|
"Record": {
|
147164
|
-
"shape": "
|
147332
|
+
"shape": "S5t"
|
147165
147333
|
}
|
147166
147334
|
}
|
147167
147335
|
},
|
@@ -147190,7 +147358,7 @@ module.exports={
|
|
147190
147358
|
"Records": {
|
147191
147359
|
"type": "list",
|
147192
147360
|
"member": {
|
147193
|
-
"shape": "
|
147361
|
+
"shape": "S5t"
|
147194
147362
|
}
|
147195
147363
|
}
|
147196
147364
|
}
|
@@ -147307,7 +147475,7 @@ module.exports={
|
|
147307
147475
|
"CurrentDeliveryStreamVersionId": {},
|
147308
147476
|
"DestinationId": {},
|
147309
147477
|
"S3DestinationUpdate": {
|
147310
|
-
"shape": "
|
147478
|
+
"shape": "S6e",
|
147311
147479
|
"deprecated": true
|
147312
147480
|
},
|
147313
147481
|
"ExtendedS3DestinationUpdate": {
|
@@ -147332,7 +147500,7 @@ module.exports={
|
|
147332
147500
|
},
|
147333
147501
|
"S3BackupMode": {},
|
147334
147502
|
"S3BackupUpdate": {
|
147335
|
-
"shape": "
|
147503
|
+
"shape": "S6e"
|
147336
147504
|
},
|
147337
147505
|
"DataFormatConversionConfiguration": {
|
147338
147506
|
"shape": "Sz"
|
@@ -147360,14 +147528,14 @@ module.exports={
|
|
147360
147528
|
"shape": "S1z"
|
147361
147529
|
},
|
147362
147530
|
"S3Update": {
|
147363
|
-
"shape": "
|
147531
|
+
"shape": "S6e"
|
147364
147532
|
},
|
147365
147533
|
"ProcessingConfiguration": {
|
147366
147534
|
"shape": "Sq"
|
147367
147535
|
},
|
147368
147536
|
"S3BackupMode": {},
|
147369
147537
|
"S3BackupUpdate": {
|
147370
|
-
"shape": "
|
147538
|
+
"shape": "S6e"
|
147371
147539
|
},
|
147372
147540
|
"CloudWatchLoggingOptions": {
|
147373
147541
|
"shape": "Sl"
|
@@ -147390,7 +147558,7 @@ module.exports={
|
|
147390
147558
|
"shape": "S2b"
|
147391
147559
|
},
|
147392
147560
|
"S3Update": {
|
147393
|
-
"shape": "
|
147561
|
+
"shape": "S6e"
|
147394
147562
|
},
|
147395
147563
|
"ProcessingConfiguration": {
|
147396
147564
|
"shape": "Sq"
|
@@ -147419,7 +147587,7 @@ module.exports={
|
|
147419
147587
|
"shape": "S2s"
|
147420
147588
|
},
|
147421
147589
|
"S3Update": {
|
147422
|
-
"shape": "
|
147590
|
+
"shape": "S6e"
|
147423
147591
|
},
|
147424
147592
|
"ProcessingConfiguration": {
|
147425
147593
|
"shape": "Sq"
|
@@ -147446,7 +147614,7 @@ module.exports={
|
|
147446
147614
|
},
|
147447
147615
|
"S3BackupMode": {},
|
147448
147616
|
"S3Update": {
|
147449
|
-
"shape": "
|
147617
|
+
"shape": "S6e"
|
147450
147618
|
},
|
147451
147619
|
"ProcessingConfiguration": {
|
147452
147620
|
"shape": "Sq"
|
@@ -147483,7 +147651,7 @@ module.exports={
|
|
147483
147651
|
},
|
147484
147652
|
"S3BackupMode": {},
|
147485
147653
|
"S3Update": {
|
147486
|
-
"shape": "
|
147654
|
+
"shape": "S6e"
|
147487
147655
|
}
|
147488
147656
|
}
|
147489
147657
|
},
|
@@ -147500,7 +147668,7 @@ module.exports={
|
|
147500
147668
|
"shape": "S3x"
|
147501
147669
|
},
|
147502
147670
|
"S3Update": {
|
147503
|
-
"shape": "
|
147671
|
+
"shape": "S6e"
|
147504
147672
|
},
|
147505
147673
|
"ProcessingConfiguration": {
|
147506
147674
|
"shape": "Sq"
|
@@ -147509,6 +147677,56 @@ module.exports={
|
|
147509
147677
|
"shape": "Sl"
|
147510
147678
|
}
|
147511
147679
|
}
|
147680
|
+
},
|
147681
|
+
"SnowflakeDestinationUpdate": {
|
147682
|
+
"type": "structure",
|
147683
|
+
"members": {
|
147684
|
+
"AccountUrl": {
|
147685
|
+
"shape": "S46"
|
147686
|
+
},
|
147687
|
+
"PrivateKey": {
|
147688
|
+
"shape": "S47"
|
147689
|
+
},
|
147690
|
+
"KeyPassphrase": {
|
147691
|
+
"shape": "S48"
|
147692
|
+
},
|
147693
|
+
"User": {
|
147694
|
+
"shape": "S49"
|
147695
|
+
},
|
147696
|
+
"Database": {
|
147697
|
+
"shape": "S4a"
|
147698
|
+
},
|
147699
|
+
"Schema": {
|
147700
|
+
"shape": "S4b"
|
147701
|
+
},
|
147702
|
+
"Table": {
|
147703
|
+
"shape": "S4c"
|
147704
|
+
},
|
147705
|
+
"SnowflakeRoleConfiguration": {
|
147706
|
+
"shape": "S4d"
|
147707
|
+
},
|
147708
|
+
"DataLoadingOption": {},
|
147709
|
+
"MetaDataColumnName": {
|
147710
|
+
"shape": "S4g"
|
147711
|
+
},
|
147712
|
+
"ContentColumnName": {
|
147713
|
+
"shape": "S4h"
|
147714
|
+
},
|
147715
|
+
"CloudWatchLoggingOptions": {
|
147716
|
+
"shape": "Sl"
|
147717
|
+
},
|
147718
|
+
"ProcessingConfiguration": {
|
147719
|
+
"shape": "Sq"
|
147720
|
+
},
|
147721
|
+
"RoleARN": {},
|
147722
|
+
"RetryOptions": {
|
147723
|
+
"shape": "S4k"
|
147724
|
+
},
|
147725
|
+
"S3BackupMode": {},
|
147726
|
+
"S3Update": {
|
147727
|
+
"shape": "S6e"
|
147728
|
+
}
|
147729
|
+
}
|
147512
147730
|
}
|
147513
147731
|
}
|
147514
147732
|
},
|
@@ -147982,7 +148200,75 @@ module.exports={
|
|
147982
148200
|
"Connectivity": {}
|
147983
148201
|
}
|
147984
148202
|
},
|
147985
|
-
"
|
148203
|
+
"S46": {
|
148204
|
+
"type": "string",
|
148205
|
+
"sensitive": true
|
148206
|
+
},
|
148207
|
+
"S47": {
|
148208
|
+
"type": "string",
|
148209
|
+
"sensitive": true
|
148210
|
+
},
|
148211
|
+
"S48": {
|
148212
|
+
"type": "string",
|
148213
|
+
"sensitive": true
|
148214
|
+
},
|
148215
|
+
"S49": {
|
148216
|
+
"type": "string",
|
148217
|
+
"sensitive": true
|
148218
|
+
},
|
148219
|
+
"S4a": {
|
148220
|
+
"type": "string",
|
148221
|
+
"sensitive": true
|
148222
|
+
},
|
148223
|
+
"S4b": {
|
148224
|
+
"type": "string",
|
148225
|
+
"sensitive": true
|
148226
|
+
},
|
148227
|
+
"S4c": {
|
148228
|
+
"type": "string",
|
148229
|
+
"sensitive": true
|
148230
|
+
},
|
148231
|
+
"S4d": {
|
148232
|
+
"type": "structure",
|
148233
|
+
"members": {
|
148234
|
+
"Enabled": {
|
148235
|
+
"type": "boolean"
|
148236
|
+
},
|
148237
|
+
"SnowflakeRole": {
|
148238
|
+
"type": "string",
|
148239
|
+
"sensitive": true
|
148240
|
+
}
|
148241
|
+
}
|
148242
|
+
},
|
148243
|
+
"S4g": {
|
148244
|
+
"type": "string",
|
148245
|
+
"sensitive": true
|
148246
|
+
},
|
148247
|
+
"S4h": {
|
148248
|
+
"type": "string",
|
148249
|
+
"sensitive": true
|
148250
|
+
},
|
148251
|
+
"S4i": {
|
148252
|
+
"type": "structure",
|
148253
|
+
"required": [
|
148254
|
+
"PrivateLinkVpceId"
|
148255
|
+
],
|
148256
|
+
"members": {
|
148257
|
+
"PrivateLinkVpceId": {
|
148258
|
+
"type": "string",
|
148259
|
+
"sensitive": true
|
148260
|
+
}
|
148261
|
+
}
|
148262
|
+
},
|
148263
|
+
"S4k": {
|
148264
|
+
"type": "structure",
|
148265
|
+
"members": {
|
148266
|
+
"DurationInSeconds": {
|
148267
|
+
"type": "integer"
|
148268
|
+
}
|
148269
|
+
}
|
148270
|
+
},
|
148271
|
+
"S4x": {
|
147986
148272
|
"type": "structure",
|
147987
148273
|
"required": [
|
147988
148274
|
"Type",
|
@@ -147993,7 +148279,7 @@ module.exports={
|
|
147993
148279
|
"Details": {}
|
147994
148280
|
}
|
147995
148281
|
},
|
147996
|
-
"
|
148282
|
+
"S59": {
|
147997
148283
|
"type": "structure",
|
147998
148284
|
"required": [
|
147999
148285
|
"RoleARN",
|
@@ -148019,7 +148305,7 @@ module.exports={
|
|
148019
148305
|
}
|
148020
148306
|
}
|
148021
148307
|
},
|
148022
|
-
"
|
148308
|
+
"S5d": {
|
148023
148309
|
"type": "structure",
|
148024
148310
|
"required": [
|
148025
148311
|
"SubnetIds",
|
@@ -148038,7 +148324,7 @@ module.exports={
|
|
148038
148324
|
"VpcId": {}
|
148039
148325
|
}
|
148040
148326
|
},
|
148041
|
-
"
|
148327
|
+
"S5t": {
|
148042
148328
|
"type": "structure",
|
148043
148329
|
"required": [
|
148044
148330
|
"Data"
|
@@ -148049,7 +148335,7 @@ module.exports={
|
|
148049
148335
|
}
|
148050
148336
|
}
|
148051
148337
|
},
|
148052
|
-
"
|
148338
|
+
"S6e": {
|
148053
148339
|
"type": "structure",
|
148054
148340
|
"members": {
|
148055
148341
|
"RoleARN": {},
|
@@ -271408,7 +271694,7 @@ AWS.util.update(AWS, {
|
|
271408
271694
|
/**
|
271409
271695
|
* @constant
|
271410
271696
|
*/
|
271411
|
-
VERSION: '2.
|
271697
|
+
VERSION: '2.1539.0',
|
271412
271698
|
|
271413
271699
|
/**
|
271414
271700
|
* @api private
|
@@ -293632,7 +293918,7 @@ var LRUCache = /** @class */ (function () {
|
|
293632
293918
|
}());
|
293633
293919
|
exports.LRUCache = LRUCache;
|
293634
293920
|
},{}],467:[function(require,module,exports){
|
293635
|
-
// AWS SDK for JavaScript v2.
|
293921
|
+
// AWS SDK for JavaScript v2.1539.0
|
293636
293922
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
293637
293923
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
293638
293924
|
require('./browser_loader');
|