cdk-comprehend-s3olap 2.0.44 → 2.0.47
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 +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +101 -0
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +33 -12
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +50 -3
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +143 -119
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +2 -1
- package/node_modules/aws-sdk/clients/account.d.ts +104 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +49 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +37 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +52 -2
- package/node_modules/aws-sdk/clients/transcribeservice.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 +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +146 -122
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +27 -27
- 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.1181.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){
|
@@ -187793,7 +187793,7 @@ module.exports={
|
|
187793
187793
|
"DBProxyName": {},
|
187794
187794
|
"EngineFamily": {},
|
187795
187795
|
"Auth": {
|
187796
|
-
"shape": "
|
187796
|
+
"shape": "S3w"
|
187797
187797
|
},
|
187798
187798
|
"RoleArn": {},
|
187799
187799
|
"VpcSubnetIds": {
|
@@ -187821,7 +187821,7 @@ module.exports={
|
|
187821
187821
|
"type": "structure",
|
187822
187822
|
"members": {
|
187823
187823
|
"DBProxy": {
|
187824
|
-
"shape": "
|
187824
|
+
"shape": "S41"
|
187825
187825
|
}
|
187826
187826
|
}
|
187827
187827
|
}
|
@@ -187854,7 +187854,7 @@ module.exports={
|
|
187854
187854
|
"type": "structure",
|
187855
187855
|
"members": {
|
187856
187856
|
"DBProxyEndpoint": {
|
187857
|
-
"shape": "
|
187857
|
+
"shape": "S4a"
|
187858
187858
|
}
|
187859
187859
|
}
|
187860
187860
|
}
|
@@ -187921,7 +187921,7 @@ module.exports={
|
|
187921
187921
|
"DBSubnetGroupName": {},
|
187922
187922
|
"DBSubnetGroupDescription": {},
|
187923
187923
|
"SubnetIds": {
|
187924
|
-
"shape": "
|
187924
|
+
"shape": "S4h"
|
187925
187925
|
},
|
187926
187926
|
"Tags": {
|
187927
187927
|
"shape": "Sb"
|
@@ -187995,7 +187995,7 @@ module.exports={
|
|
187995
187995
|
"type": "structure",
|
187996
187996
|
"members": {
|
187997
187997
|
"GlobalCluster": {
|
187998
|
-
"shape": "
|
187998
|
+
"shape": "S4n"
|
187999
187999
|
}
|
188000
188000
|
}
|
188001
188001
|
}
|
@@ -188156,7 +188156,7 @@ module.exports={
|
|
188156
188156
|
"type": "structure",
|
188157
188157
|
"members": {
|
188158
188158
|
"DBInstanceAutomatedBackup": {
|
188159
|
-
"shape": "
|
188159
|
+
"shape": "S56"
|
188160
188160
|
}
|
188161
188161
|
}
|
188162
188162
|
}
|
@@ -188187,7 +188187,7 @@ module.exports={
|
|
188187
188187
|
"type": "structure",
|
188188
188188
|
"members": {
|
188189
188189
|
"DBProxy": {
|
188190
|
-
"shape": "
|
188190
|
+
"shape": "S41"
|
188191
188191
|
}
|
188192
188192
|
}
|
188193
188193
|
}
|
@@ -188207,7 +188207,7 @@ module.exports={
|
|
188207
188207
|
"type": "structure",
|
188208
188208
|
"members": {
|
188209
188209
|
"DBProxyEndpoint": {
|
188210
|
-
"shape": "
|
188210
|
+
"shape": "S4a"
|
188211
188211
|
}
|
188212
188212
|
}
|
188213
188213
|
}
|
@@ -188289,7 +188289,7 @@ module.exports={
|
|
188289
188289
|
"type": "structure",
|
188290
188290
|
"members": {
|
188291
188291
|
"GlobalCluster": {
|
188292
|
-
"shape": "
|
188292
|
+
"shape": "S4n"
|
188293
188293
|
}
|
188294
188294
|
}
|
188295
188295
|
}
|
@@ -188363,7 +188363,7 @@ module.exports={
|
|
188363
188363
|
"members": {
|
188364
188364
|
"CertificateIdentifier": {},
|
188365
188365
|
"Filters": {
|
188366
|
-
"shape": "
|
188366
|
+
"shape": "S5u"
|
188367
188367
|
},
|
188368
188368
|
"MaxRecords": {
|
188369
188369
|
"type": "integer"
|
@@ -188378,7 +188378,7 @@ module.exports={
|
|
188378
188378
|
"Certificates": {
|
188379
188379
|
"type": "list",
|
188380
188380
|
"member": {
|
188381
|
-
"shape": "
|
188381
|
+
"shape": "S5z",
|
188382
188382
|
"locationName": "Certificate"
|
188383
188383
|
}
|
188384
188384
|
},
|
@@ -188396,7 +188396,7 @@ module.exports={
|
|
188396
188396
|
"DBClusterIdentifier": {},
|
188397
188397
|
"BacktrackIdentifier": {},
|
188398
188398
|
"Filters": {
|
188399
|
-
"shape": "
|
188399
|
+
"shape": "S5u"
|
188400
188400
|
},
|
188401
188401
|
"MaxRecords": {
|
188402
188402
|
"type": "integer"
|
@@ -188426,7 +188426,7 @@ module.exports={
|
|
188426
188426
|
"DBClusterIdentifier": {},
|
188427
188427
|
"DBClusterEndpointIdentifier": {},
|
188428
188428
|
"Filters": {
|
188429
|
-
"shape": "
|
188429
|
+
"shape": "S5u"
|
188430
188430
|
},
|
188431
188431
|
"MaxRecords": {
|
188432
188432
|
"type": "integer"
|
@@ -188455,7 +188455,7 @@ module.exports={
|
|
188455
188455
|
"members": {
|
188456
188456
|
"DBClusterParameterGroupName": {},
|
188457
188457
|
"Filters": {
|
188458
|
-
"shape": "
|
188458
|
+
"shape": "S5u"
|
188459
188459
|
},
|
188460
188460
|
"MaxRecords": {
|
188461
188461
|
"type": "integer"
|
@@ -188488,7 +188488,7 @@ module.exports={
|
|
188488
188488
|
"DBClusterParameterGroupName": {},
|
188489
188489
|
"Source": {},
|
188490
188490
|
"Filters": {
|
188491
|
-
"shape": "
|
188491
|
+
"shape": "S5u"
|
188492
188492
|
},
|
188493
188493
|
"MaxRecords": {
|
188494
188494
|
"type": "integer"
|
@@ -188501,7 +188501,7 @@ module.exports={
|
|
188501
188501
|
"type": "structure",
|
188502
188502
|
"members": {
|
188503
188503
|
"Parameters": {
|
188504
|
-
"shape": "
|
188504
|
+
"shape": "S6b"
|
188505
188505
|
},
|
188506
188506
|
"Marker": {}
|
188507
188507
|
}
|
@@ -188522,7 +188522,7 @@ module.exports={
|
|
188522
188522
|
"type": "structure",
|
188523
188523
|
"members": {
|
188524
188524
|
"DBClusterSnapshotAttributesResult": {
|
188525
|
-
"shape": "
|
188525
|
+
"shape": "S6g"
|
188526
188526
|
}
|
188527
188527
|
}
|
188528
188528
|
}
|
@@ -188535,7 +188535,7 @@ module.exports={
|
|
188535
188535
|
"DBClusterSnapshotIdentifier": {},
|
188536
188536
|
"SnapshotType": {},
|
188537
188537
|
"Filters": {
|
188538
|
-
"shape": "
|
188538
|
+
"shape": "S5u"
|
188539
188539
|
},
|
188540
188540
|
"MaxRecords": {
|
188541
188541
|
"type": "integer"
|
@@ -188570,7 +188570,7 @@ module.exports={
|
|
188570
188570
|
"members": {
|
188571
188571
|
"DBClusterIdentifier": {},
|
188572
188572
|
"Filters": {
|
188573
|
-
"shape": "
|
188573
|
+
"shape": "S5u"
|
188574
188574
|
},
|
188575
188575
|
"MaxRecords": {
|
188576
188576
|
"type": "integer"
|
@@ -188604,7 +188604,7 @@ module.exports={
|
|
188604
188604
|
"EngineVersion": {},
|
188605
188605
|
"DBParameterGroupFamily": {},
|
188606
188606
|
"Filters": {
|
188607
|
-
"shape": "
|
188607
|
+
"shape": "S5u"
|
188608
188608
|
},
|
188609
188609
|
"MaxRecords": {
|
188610
188610
|
"type": "integer"
|
@@ -188646,7 +188646,7 @@ module.exports={
|
|
188646
188646
|
"DbiResourceId": {},
|
188647
188647
|
"DBInstanceIdentifier": {},
|
188648
188648
|
"Filters": {
|
188649
|
-
"shape": "
|
188649
|
+
"shape": "S5u"
|
188650
188650
|
},
|
188651
188651
|
"MaxRecords": {
|
188652
188652
|
"type": "integer"
|
@@ -188663,7 +188663,7 @@ module.exports={
|
|
188663
188663
|
"DBInstanceAutomatedBackups": {
|
188664
188664
|
"type": "list",
|
188665
188665
|
"member": {
|
188666
|
-
"shape": "
|
188666
|
+
"shape": "S56",
|
188667
188667
|
"locationName": "DBInstanceAutomatedBackup"
|
188668
188668
|
}
|
188669
188669
|
}
|
@@ -188676,7 +188676,7 @@ module.exports={
|
|
188676
188676
|
"members": {
|
188677
188677
|
"DBInstanceIdentifier": {},
|
188678
188678
|
"Filters": {
|
188679
|
-
"shape": "
|
188679
|
+
"shape": "S5u"
|
188680
188680
|
},
|
188681
188681
|
"MaxRecords": {
|
188682
188682
|
"type": "integer"
|
@@ -188715,7 +188715,7 @@ module.exports={
|
|
188715
188715
|
"type": "long"
|
188716
188716
|
},
|
188717
188717
|
"Filters": {
|
188718
|
-
"shape": "
|
188718
|
+
"shape": "S5u"
|
188719
188719
|
},
|
188720
188720
|
"MaxRecords": {
|
188721
188721
|
"type": "integer"
|
@@ -188753,7 +188753,7 @@ module.exports={
|
|
188753
188753
|
"members": {
|
188754
188754
|
"DBParameterGroupName": {},
|
188755
188755
|
"Filters": {
|
188756
|
-
"shape": "
|
188756
|
+
"shape": "S5u"
|
188757
188757
|
},
|
188758
188758
|
"MaxRecords": {
|
188759
188759
|
"type": "integer"
|
@@ -188786,7 +188786,7 @@ module.exports={
|
|
188786
188786
|
"DBParameterGroupName": {},
|
188787
188787
|
"Source": {},
|
188788
188788
|
"Filters": {
|
188789
|
-
"shape": "
|
188789
|
+
"shape": "S5u"
|
188790
188790
|
},
|
188791
188791
|
"MaxRecords": {
|
188792
188792
|
"type": "integer"
|
@@ -188799,7 +188799,7 @@ module.exports={
|
|
188799
188799
|
"type": "structure",
|
188800
188800
|
"members": {
|
188801
188801
|
"Parameters": {
|
188802
|
-
"shape": "
|
188802
|
+
"shape": "S6b"
|
188803
188803
|
},
|
188804
188804
|
"Marker": {}
|
188805
188805
|
}
|
@@ -188811,7 +188811,7 @@ module.exports={
|
|
188811
188811
|
"members": {
|
188812
188812
|
"DBProxyName": {},
|
188813
188813
|
"Filters": {
|
188814
|
-
"shape": "
|
188814
|
+
"shape": "S5u"
|
188815
188815
|
},
|
188816
188816
|
"Marker": {},
|
188817
188817
|
"MaxRecords": {
|
@@ -188826,7 +188826,7 @@ module.exports={
|
|
188826
188826
|
"DBProxies": {
|
188827
188827
|
"type": "list",
|
188828
188828
|
"member": {
|
188829
|
-
"shape": "
|
188829
|
+
"shape": "S41"
|
188830
188830
|
}
|
188831
188831
|
},
|
188832
188832
|
"Marker": {}
|
@@ -188840,7 +188840,7 @@ module.exports={
|
|
188840
188840
|
"DBProxyName": {},
|
188841
188841
|
"DBProxyEndpointName": {},
|
188842
188842
|
"Filters": {
|
188843
|
-
"shape": "
|
188843
|
+
"shape": "S5u"
|
188844
188844
|
},
|
188845
188845
|
"Marker": {},
|
188846
188846
|
"MaxRecords": {
|
@@ -188855,7 +188855,7 @@ module.exports={
|
|
188855
188855
|
"DBProxyEndpoints": {
|
188856
188856
|
"type": "list",
|
188857
188857
|
"member": {
|
188858
|
-
"shape": "
|
188858
|
+
"shape": "S4a"
|
188859
188859
|
}
|
188860
188860
|
},
|
188861
188861
|
"Marker": {}
|
@@ -188872,7 +188872,7 @@ module.exports={
|
|
188872
188872
|
"DBProxyName": {},
|
188873
188873
|
"TargetGroupName": {},
|
188874
188874
|
"Filters": {
|
188875
|
-
"shape": "
|
188875
|
+
"shape": "S5u"
|
188876
188876
|
},
|
188877
188877
|
"Marker": {},
|
188878
188878
|
"MaxRecords": {
|
@@ -188887,7 +188887,7 @@ module.exports={
|
|
188887
188887
|
"TargetGroups": {
|
188888
188888
|
"type": "list",
|
188889
188889
|
"member": {
|
188890
|
-
"shape": "
|
188890
|
+
"shape": "S7i"
|
188891
188891
|
}
|
188892
188892
|
},
|
188893
188893
|
"Marker": {}
|
@@ -188904,7 +188904,7 @@ module.exports={
|
|
188904
188904
|
"DBProxyName": {},
|
188905
188905
|
"TargetGroupName": {},
|
188906
188906
|
"Filters": {
|
188907
|
-
"shape": "
|
188907
|
+
"shape": "S5u"
|
188908
188908
|
},
|
188909
188909
|
"Marker": {},
|
188910
188910
|
"MaxRecords": {
|
@@ -188917,7 +188917,7 @@ module.exports={
|
|
188917
188917
|
"type": "structure",
|
188918
188918
|
"members": {
|
188919
188919
|
"Targets": {
|
188920
|
-
"shape": "
|
188920
|
+
"shape": "S7m"
|
188921
188921
|
},
|
188922
188922
|
"Marker": {}
|
188923
188923
|
}
|
@@ -188929,7 +188929,7 @@ module.exports={
|
|
188929
188929
|
"members": {
|
188930
188930
|
"DBSecurityGroupName": {},
|
188931
188931
|
"Filters": {
|
188932
|
-
"shape": "
|
188932
|
+
"shape": "S5u"
|
188933
188933
|
},
|
188934
188934
|
"MaxRecords": {
|
188935
188935
|
"type": "integer"
|
@@ -188967,7 +188967,7 @@ module.exports={
|
|
188967
188967
|
"type": "structure",
|
188968
188968
|
"members": {
|
188969
188969
|
"DBSnapshotAttributesResult": {
|
188970
|
-
"shape": "
|
188970
|
+
"shape": "S7y"
|
188971
188971
|
}
|
188972
188972
|
}
|
188973
188973
|
}
|
@@ -188980,7 +188980,7 @@ module.exports={
|
|
188980
188980
|
"DBSnapshotIdentifier": {},
|
188981
188981
|
"SnapshotType": {},
|
188982
188982
|
"Filters": {
|
188983
|
-
"shape": "
|
188983
|
+
"shape": "S5u"
|
188984
188984
|
},
|
188985
188985
|
"MaxRecords": {
|
188986
188986
|
"type": "integer"
|
@@ -189016,7 +189016,7 @@ module.exports={
|
|
189016
189016
|
"members": {
|
189017
189017
|
"DBSubnetGroupName": {},
|
189018
189018
|
"Filters": {
|
189019
|
-
"shape": "
|
189019
|
+
"shape": "S5u"
|
189020
189020
|
},
|
189021
189021
|
"MaxRecords": {
|
189022
189022
|
"type": "integer"
|
@@ -189048,7 +189048,7 @@ module.exports={
|
|
189048
189048
|
"members": {
|
189049
189049
|
"DBParameterGroupFamily": {},
|
189050
189050
|
"Filters": {
|
189051
|
-
"shape": "
|
189051
|
+
"shape": "S5u"
|
189052
189052
|
},
|
189053
189053
|
"MaxRecords": {
|
189054
189054
|
"type": "integer"
|
@@ -189061,7 +189061,7 @@ module.exports={
|
|
189061
189061
|
"type": "structure",
|
189062
189062
|
"members": {
|
189063
189063
|
"EngineDefaults": {
|
189064
|
-
"shape": "
|
189064
|
+
"shape": "S89"
|
189065
189065
|
}
|
189066
189066
|
}
|
189067
189067
|
}
|
@@ -189075,7 +189075,7 @@ module.exports={
|
|
189075
189075
|
"members": {
|
189076
189076
|
"DBParameterGroupFamily": {},
|
189077
189077
|
"Filters": {
|
189078
|
-
"shape": "
|
189078
|
+
"shape": "S5u"
|
189079
189079
|
},
|
189080
189080
|
"MaxRecords": {
|
189081
189081
|
"type": "integer"
|
@@ -189088,7 +189088,7 @@ module.exports={
|
|
189088
189088
|
"type": "structure",
|
189089
189089
|
"members": {
|
189090
189090
|
"EngineDefaults": {
|
189091
|
-
"shape": "
|
189091
|
+
"shape": "S89"
|
189092
189092
|
}
|
189093
189093
|
}
|
189094
189094
|
}
|
@@ -189099,7 +189099,7 @@ module.exports={
|
|
189099
189099
|
"members": {
|
189100
189100
|
"SourceType": {},
|
189101
189101
|
"Filters": {
|
189102
|
-
"shape": "
|
189102
|
+
"shape": "S5u"
|
189103
189103
|
}
|
189104
189104
|
}
|
189105
189105
|
},
|
@@ -189130,7 +189130,7 @@ module.exports={
|
|
189130
189130
|
"members": {
|
189131
189131
|
"SubscriptionName": {},
|
189132
189132
|
"Filters": {
|
189133
|
-
"shape": "
|
189133
|
+
"shape": "S5u"
|
189134
189134
|
},
|
189135
189135
|
"MaxRecords": {
|
189136
189136
|
"type": "integer"
|
@@ -189172,7 +189172,7 @@ module.exports={
|
|
189172
189172
|
"shape": "S8"
|
189173
189173
|
},
|
189174
189174
|
"Filters": {
|
189175
|
-
"shape": "
|
189175
|
+
"shape": "S5u"
|
189176
189176
|
},
|
189177
189177
|
"MaxRecords": {
|
189178
189178
|
"type": "integer"
|
@@ -189214,7 +189214,7 @@ module.exports={
|
|
189214
189214
|
"ExportTaskIdentifier": {},
|
189215
189215
|
"SourceArn": {},
|
189216
189216
|
"Filters": {
|
189217
|
-
"shape": "
|
189217
|
+
"shape": "S5u"
|
189218
189218
|
},
|
189219
189219
|
"Marker": {},
|
189220
189220
|
"MaxRecords": {
|
@@ -189243,7 +189243,7 @@ module.exports={
|
|
189243
189243
|
"members": {
|
189244
189244
|
"GlobalClusterIdentifier": {},
|
189245
189245
|
"Filters": {
|
189246
|
-
"shape": "
|
189246
|
+
"shape": "S5u"
|
189247
189247
|
},
|
189248
189248
|
"MaxRecords": {
|
189249
189249
|
"type": "integer"
|
@@ -189259,7 +189259,7 @@ module.exports={
|
|
189259
189259
|
"GlobalClusters": {
|
189260
189260
|
"type": "list",
|
189261
189261
|
"member": {
|
189262
|
-
"shape": "
|
189262
|
+
"shape": "S4n",
|
189263
189263
|
"locationName": "GlobalClusterMember"
|
189264
189264
|
}
|
189265
189265
|
}
|
@@ -189276,7 +189276,7 @@ module.exports={
|
|
189276
189276
|
"EngineName": {},
|
189277
189277
|
"MajorEngineVersion": {},
|
189278
189278
|
"Filters": {
|
189279
|
-
"shape": "
|
189279
|
+
"shape": "S5u"
|
189280
189280
|
},
|
189281
189281
|
"MaxRecords": {
|
189282
189282
|
"type": "integer"
|
@@ -189389,7 +189389,7 @@ module.exports={
|
|
189389
189389
|
"members": {
|
189390
189390
|
"OptionGroupName": {},
|
189391
189391
|
"Filters": {
|
189392
|
-
"shape": "
|
189392
|
+
"shape": "S5u"
|
189393
189393
|
},
|
189394
189394
|
"Marker": {},
|
189395
189395
|
"MaxRecords": {
|
@@ -189430,7 +189430,7 @@ module.exports={
|
|
189430
189430
|
"type": "boolean"
|
189431
189431
|
},
|
189432
189432
|
"Filters": {
|
189433
|
-
"shape": "
|
189433
|
+
"shape": "S5u"
|
189434
189434
|
},
|
189435
189435
|
"MaxRecords": {
|
189436
189436
|
"type": "integer"
|
@@ -189504,7 +189504,7 @@ module.exports={
|
|
189504
189504
|
"type": "double"
|
189505
189505
|
},
|
189506
189506
|
"AvailableProcessorFeatures": {
|
189507
|
-
"shape": "
|
189507
|
+
"shape": "S9e"
|
189508
189508
|
},
|
189509
189509
|
"SupportedEngineModes": {
|
189510
189510
|
"shape": "S21"
|
@@ -189545,7 +189545,7 @@ module.exports={
|
|
189545
189545
|
"members": {
|
189546
189546
|
"ResourceIdentifier": {},
|
189547
189547
|
"Filters": {
|
189548
|
-
"shape": "
|
189548
|
+
"shape": "S5u"
|
189549
189549
|
},
|
189550
189550
|
"Marker": {},
|
189551
189551
|
"MaxRecords": {
|
@@ -189583,7 +189583,7 @@ module.exports={
|
|
189583
189583
|
},
|
189584
189584
|
"LeaseId": {},
|
189585
189585
|
"Filters": {
|
189586
|
-
"shape": "
|
189586
|
+
"shape": "S5u"
|
189587
189587
|
},
|
189588
189588
|
"MaxRecords": {
|
189589
189589
|
"type": "integer"
|
@@ -189599,7 +189599,7 @@ module.exports={
|
|
189599
189599
|
"ReservedDBInstances": {
|
189600
189600
|
"type": "list",
|
189601
189601
|
"member": {
|
189602
|
-
"shape": "
|
189602
|
+
"shape": "S9n",
|
189603
189603
|
"locationName": "ReservedDBInstance"
|
189604
189604
|
}
|
189605
189605
|
}
|
@@ -189619,7 +189619,7 @@ module.exports={
|
|
189619
189619
|
"type": "boolean"
|
189620
189620
|
},
|
189621
189621
|
"Filters": {
|
189622
|
-
"shape": "
|
189622
|
+
"shape": "S5u"
|
189623
189623
|
},
|
189624
189624
|
"MaxRecords": {
|
189625
189625
|
"type": "integer"
|
@@ -189656,7 +189656,7 @@ module.exports={
|
|
189656
189656
|
"type": "boolean"
|
189657
189657
|
},
|
189658
189658
|
"RecurringCharges": {
|
189659
|
-
"shape": "
|
189659
|
+
"shape": "S9p"
|
189660
189660
|
}
|
189661
189661
|
},
|
189662
189662
|
"wrapper": true
|
@@ -189675,7 +189675,7 @@ module.exports={
|
|
189675
189675
|
},
|
189676
189676
|
"Marker": {},
|
189677
189677
|
"Filters": {
|
189678
|
-
"shape": "
|
189678
|
+
"shape": "S5u"
|
189679
189679
|
}
|
189680
189680
|
}
|
189681
189681
|
},
|
@@ -189727,10 +189727,10 @@ module.exports={
|
|
189727
189727
|
"members": {
|
189728
189728
|
"StorageType": {},
|
189729
189729
|
"StorageSize": {
|
189730
|
-
"shape": "
|
189730
|
+
"shape": "Sa4"
|
189731
189731
|
},
|
189732
189732
|
"ProvisionedIops": {
|
189733
|
-
"shape": "
|
189733
|
+
"shape": "Sa4"
|
189734
189734
|
},
|
189735
189735
|
"IopsToStorageRatio": {
|
189736
189736
|
"type": "list",
|
@@ -189754,7 +189754,7 @@ module.exports={
|
|
189754
189754
|
}
|
189755
189755
|
},
|
189756
189756
|
"ValidProcessorFeatures": {
|
189757
|
-
"shape": "
|
189757
|
+
"shape": "S9e"
|
189758
189758
|
}
|
189759
189759
|
},
|
189760
189760
|
"wrapper": true
|
@@ -189828,7 +189828,7 @@ module.exports={
|
|
189828
189828
|
"type": "structure",
|
189829
189829
|
"members": {
|
189830
189830
|
"GlobalCluster": {
|
189831
|
-
"shape": "
|
189831
|
+
"shape": "S4n"
|
189832
189832
|
}
|
189833
189833
|
}
|
189834
189834
|
}
|
@@ -189842,7 +189842,7 @@ module.exports={
|
|
189842
189842
|
"members": {
|
189843
189843
|
"ResourceName": {},
|
189844
189844
|
"Filters": {
|
189845
|
-
"shape": "
|
189845
|
+
"shape": "S5u"
|
189846
189846
|
}
|
189847
189847
|
}
|
189848
189848
|
},
|
@@ -189856,6 +189856,29 @@ module.exports={
|
|
189856
189856
|
}
|
189857
189857
|
}
|
189858
189858
|
},
|
189859
|
+
"ModifyActivityStream": {
|
189860
|
+
"input": {
|
189861
|
+
"type": "structure",
|
189862
|
+
"members": {
|
189863
|
+
"ResourceArn": {},
|
189864
|
+
"AuditPolicyState": {}
|
189865
|
+
}
|
189866
|
+
},
|
189867
|
+
"output": {
|
189868
|
+
"resultWrapper": "ModifyActivityStreamResult",
|
189869
|
+
"type": "structure",
|
189870
|
+
"members": {
|
189871
|
+
"KmsKeyId": {},
|
189872
|
+
"KinesisStreamName": {},
|
189873
|
+
"Status": {},
|
189874
|
+
"Mode": {},
|
189875
|
+
"EngineNativeAuditFieldsIncluded": {
|
189876
|
+
"type": "boolean"
|
189877
|
+
},
|
189878
|
+
"PolicyStatus": {}
|
189879
|
+
}
|
189880
|
+
}
|
189881
|
+
},
|
189859
189882
|
"ModifyCertificates": {
|
189860
189883
|
"input": {
|
189861
189884
|
"type": "structure",
|
@@ -189871,7 +189894,7 @@ module.exports={
|
|
189871
189894
|
"type": "structure",
|
189872
189895
|
"members": {
|
189873
189896
|
"Certificate": {
|
189874
|
-
"shape": "
|
189897
|
+
"shape": "S5z"
|
189875
189898
|
}
|
189876
189899
|
}
|
189877
189900
|
}
|
@@ -189963,7 +189986,7 @@ module.exports={
|
|
189963
189986
|
"type": "long"
|
189964
189987
|
},
|
189965
189988
|
"CloudwatchLogsExportConfiguration": {
|
189966
|
-
"shape": "
|
189989
|
+
"shape": "Sas"
|
189967
189990
|
},
|
189968
189991
|
"EngineVersion": {},
|
189969
189992
|
"AllowMajorVersionUpgrade": {
|
@@ -190056,12 +190079,12 @@ module.exports={
|
|
190056
190079
|
"members": {
|
190057
190080
|
"DBClusterParameterGroupName": {},
|
190058
190081
|
"Parameters": {
|
190059
|
-
"shape": "
|
190082
|
+
"shape": "S6b"
|
190060
190083
|
}
|
190061
190084
|
}
|
190062
190085
|
},
|
190063
190086
|
"output": {
|
190064
|
-
"shape": "
|
190087
|
+
"shape": "Saw",
|
190065
190088
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
190066
190089
|
}
|
190067
190090
|
},
|
@@ -190076,10 +190099,10 @@ module.exports={
|
|
190076
190099
|
"DBClusterSnapshotIdentifier": {},
|
190077
190100
|
"AttributeName": {},
|
190078
190101
|
"ValuesToAdd": {
|
190079
|
-
"shape": "
|
190102
|
+
"shape": "S6j"
|
190080
190103
|
},
|
190081
190104
|
"ValuesToRemove": {
|
190082
|
-
"shape": "
|
190105
|
+
"shape": "S6j"
|
190083
190106
|
}
|
190084
190107
|
}
|
190085
190108
|
},
|
@@ -190088,7 +190111,7 @@ module.exports={
|
|
190088
190111
|
"type": "structure",
|
190089
190112
|
"members": {
|
190090
190113
|
"DBClusterSnapshotAttributesResult": {
|
190091
|
-
"shape": "
|
190114
|
+
"shape": "S6g"
|
190092
190115
|
}
|
190093
190116
|
}
|
190094
190117
|
}
|
@@ -190171,7 +190194,7 @@ module.exports={
|
|
190171
190194
|
"type": "integer"
|
190172
190195
|
},
|
190173
190196
|
"CloudwatchLogsExportConfiguration": {
|
190174
|
-
"shape": "
|
190197
|
+
"shape": "Sas"
|
190175
190198
|
},
|
190176
190199
|
"ProcessorFeatures": {
|
190177
190200
|
"shape": "S1b"
|
@@ -190220,12 +190243,12 @@ module.exports={
|
|
190220
190243
|
"members": {
|
190221
190244
|
"DBParameterGroupName": {},
|
190222
190245
|
"Parameters": {
|
190223
|
-
"shape": "
|
190246
|
+
"shape": "S6b"
|
190224
190247
|
}
|
190225
190248
|
}
|
190226
190249
|
},
|
190227
190250
|
"output": {
|
190228
|
-
"shape": "
|
190251
|
+
"shape": "Sb3",
|
190229
190252
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
190230
190253
|
}
|
190231
190254
|
},
|
@@ -190239,7 +190262,7 @@ module.exports={
|
|
190239
190262
|
"DBProxyName": {},
|
190240
190263
|
"NewDBProxyName": {},
|
190241
190264
|
"Auth": {
|
190242
|
-
"shape": "
|
190265
|
+
"shape": "S3w"
|
190243
190266
|
},
|
190244
190267
|
"RequireTLS": {
|
190245
190268
|
"type": "boolean"
|
@@ -190261,7 +190284,7 @@ module.exports={
|
|
190261
190284
|
"type": "structure",
|
190262
190285
|
"members": {
|
190263
190286
|
"DBProxy": {
|
190264
|
-
"shape": "
|
190287
|
+
"shape": "S41"
|
190265
190288
|
}
|
190266
190289
|
}
|
190267
190290
|
}
|
@@ -190285,7 +190308,7 @@ module.exports={
|
|
190285
190308
|
"type": "structure",
|
190286
190309
|
"members": {
|
190287
190310
|
"DBProxyEndpoint": {
|
190288
|
-
"shape": "
|
190311
|
+
"shape": "S4a"
|
190289
190312
|
}
|
190290
190313
|
}
|
190291
190314
|
}
|
@@ -190326,7 +190349,7 @@ module.exports={
|
|
190326
190349
|
"type": "structure",
|
190327
190350
|
"members": {
|
190328
190351
|
"DBProxyTargetGroup": {
|
190329
|
-
"shape": "
|
190352
|
+
"shape": "S7i"
|
190330
190353
|
}
|
190331
190354
|
}
|
190332
190355
|
}
|
@@ -190364,10 +190387,10 @@ module.exports={
|
|
190364
190387
|
"DBSnapshotIdentifier": {},
|
190365
190388
|
"AttributeName": {},
|
190366
190389
|
"ValuesToAdd": {
|
190367
|
-
"shape": "
|
190390
|
+
"shape": "S6j"
|
190368
190391
|
},
|
190369
190392
|
"ValuesToRemove": {
|
190370
|
-
"shape": "
|
190393
|
+
"shape": "S6j"
|
190371
190394
|
}
|
190372
190395
|
}
|
190373
190396
|
},
|
@@ -190376,7 +190399,7 @@ module.exports={
|
|
190376
190399
|
"type": "structure",
|
190377
190400
|
"members": {
|
190378
190401
|
"DBSnapshotAttributesResult": {
|
190379
|
-
"shape": "
|
190402
|
+
"shape": "S7y"
|
190380
190403
|
}
|
190381
190404
|
}
|
190382
190405
|
}
|
@@ -190392,7 +190415,7 @@ module.exports={
|
|
190392
190415
|
"DBSubnetGroupName": {},
|
190393
190416
|
"DBSubnetGroupDescription": {},
|
190394
190417
|
"SubnetIds": {
|
190395
|
-
"shape": "
|
190418
|
+
"shape": "S4h"
|
190396
190419
|
}
|
190397
190420
|
}
|
190398
190421
|
},
|
@@ -190454,7 +190477,7 @@ module.exports={
|
|
190454
190477
|
"type": "structure",
|
190455
190478
|
"members": {
|
190456
190479
|
"GlobalCluster": {
|
190457
|
-
"shape": "
|
190480
|
+
"shape": "S4n"
|
190458
190481
|
}
|
190459
190482
|
}
|
190460
190483
|
}
|
@@ -190582,7 +190605,7 @@ module.exports={
|
|
190582
190605
|
"type": "structure",
|
190583
190606
|
"members": {
|
190584
190607
|
"ReservedDBInstance": {
|
190585
|
-
"shape": "
|
190608
|
+
"shape": "S9n"
|
190586
190609
|
}
|
190587
190610
|
}
|
190588
190611
|
}
|
@@ -190652,7 +190675,7 @@ module.exports={
|
|
190652
190675
|
"type": "structure",
|
190653
190676
|
"members": {
|
190654
190677
|
"DBProxyTargets": {
|
190655
|
-
"shape": "
|
190678
|
+
"shape": "S7m"
|
190656
190679
|
}
|
190657
190680
|
}
|
190658
190681
|
}
|
@@ -190670,7 +190693,7 @@ module.exports={
|
|
190670
190693
|
"type": "structure",
|
190671
190694
|
"members": {
|
190672
190695
|
"GlobalCluster": {
|
190673
|
-
"shape": "
|
190696
|
+
"shape": "S4n"
|
190674
190697
|
}
|
190675
190698
|
}
|
190676
190699
|
}
|
@@ -190754,12 +190777,12 @@ module.exports={
|
|
190754
190777
|
"type": "boolean"
|
190755
190778
|
},
|
190756
190779
|
"Parameters": {
|
190757
|
-
"shape": "
|
190780
|
+
"shape": "S6b"
|
190758
190781
|
}
|
190759
190782
|
}
|
190760
190783
|
},
|
190761
190784
|
"output": {
|
190762
|
-
"shape": "
|
190785
|
+
"shape": "Saw",
|
190763
190786
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
190764
190787
|
}
|
190765
190788
|
},
|
@@ -190775,12 +190798,12 @@ module.exports={
|
|
190775
190798
|
"type": "boolean"
|
190776
190799
|
},
|
190777
190800
|
"Parameters": {
|
190778
|
-
"shape": "
|
190801
|
+
"shape": "S6b"
|
190779
190802
|
}
|
190780
190803
|
}
|
190781
190804
|
},
|
190782
190805
|
"output": {
|
190783
|
-
"shape": "
|
190806
|
+
"shape": "Sb3",
|
190784
190807
|
"resultWrapper": "ResetDBParameterGroupResult"
|
190785
190808
|
}
|
190786
190809
|
},
|
@@ -191417,7 +191440,7 @@ module.exports={
|
|
191417
191440
|
"type": "structure",
|
191418
191441
|
"members": {
|
191419
191442
|
"DBInstanceAutomatedBackup": {
|
191420
|
-
"shape": "
|
191443
|
+
"shape": "S56"
|
191421
191444
|
}
|
191422
191445
|
}
|
191423
191446
|
}
|
@@ -191528,7 +191551,7 @@ module.exports={
|
|
191528
191551
|
"type": "structure",
|
191529
191552
|
"members": {
|
191530
191553
|
"DBInstanceAutomatedBackup": {
|
191531
|
-
"shape": "
|
191554
|
+
"shape": "S56"
|
191532
191555
|
}
|
191533
191556
|
}
|
191534
191557
|
}
|
@@ -192590,7 +192613,8 @@ module.exports={
|
|
192590
192613
|
},
|
192591
192614
|
"CustomIamInstanceProfile": {},
|
192592
192615
|
"BackupTarget": {},
|
192593
|
-
"NetworkType": {}
|
192616
|
+
"NetworkType": {},
|
192617
|
+
"ActivityStreamPolicyStatus": {}
|
192594
192618
|
},
|
192595
192619
|
"wrapper": true
|
192596
192620
|
},
|
@@ -192655,7 +192679,7 @@ module.exports={
|
|
192655
192679
|
}
|
192656
192680
|
}
|
192657
192681
|
},
|
192658
|
-
"
|
192682
|
+
"S3w": {
|
192659
192683
|
"type": "list",
|
192660
192684
|
"member": {
|
192661
192685
|
"type": "structure",
|
@@ -192668,7 +192692,7 @@ module.exports={
|
|
192668
192692
|
}
|
192669
192693
|
}
|
192670
192694
|
},
|
192671
|
-
"
|
192695
|
+
"S41": {
|
192672
192696
|
"type": "structure",
|
192673
192697
|
"members": {
|
192674
192698
|
"DBProxyName": {},
|
@@ -192714,7 +192738,7 @@ module.exports={
|
|
192714
192738
|
}
|
192715
192739
|
}
|
192716
192740
|
},
|
192717
|
-
"
|
192741
|
+
"S4a": {
|
192718
192742
|
"type": "structure",
|
192719
192743
|
"members": {
|
192720
192744
|
"DBProxyEndpointName": {},
|
@@ -192738,13 +192762,13 @@ module.exports={
|
|
192738
192762
|
}
|
192739
192763
|
}
|
192740
192764
|
},
|
192741
|
-
"
|
192765
|
+
"S4h": {
|
192742
192766
|
"type": "list",
|
192743
192767
|
"member": {
|
192744
192768
|
"locationName": "SubnetIdentifier"
|
192745
192769
|
}
|
192746
192770
|
},
|
192747
|
-
"
|
192771
|
+
"S4n": {
|
192748
192772
|
"type": "structure",
|
192749
192773
|
"members": {
|
192750
192774
|
"GlobalClusterIdentifier": {},
|
@@ -192791,7 +192815,7 @@ module.exports={
|
|
192791
192815
|
},
|
192792
192816
|
"wrapper": true
|
192793
192817
|
},
|
192794
|
-
"
|
192818
|
+
"S56": {
|
192795
192819
|
"type": "structure",
|
192796
192820
|
"members": {
|
192797
192821
|
"DBInstanceArn": {},
|
@@ -192850,7 +192874,7 @@ module.exports={
|
|
192850
192874
|
},
|
192851
192875
|
"wrapper": true
|
192852
192876
|
},
|
192853
|
-
"
|
192877
|
+
"S5u": {
|
192854
192878
|
"type": "list",
|
192855
192879
|
"member": {
|
192856
192880
|
"locationName": "Filter",
|
@@ -192870,7 +192894,7 @@ module.exports={
|
|
192870
192894
|
}
|
192871
192895
|
}
|
192872
192896
|
},
|
192873
|
-
"
|
192897
|
+
"S5z": {
|
192874
192898
|
"type": "structure",
|
192875
192899
|
"members": {
|
192876
192900
|
"CertificateIdentifier": {},
|
@@ -192892,7 +192916,7 @@ module.exports={
|
|
192892
192916
|
},
|
192893
192917
|
"wrapper": true
|
192894
192918
|
},
|
192895
|
-
"
|
192919
|
+
"S6b": {
|
192896
192920
|
"type": "list",
|
192897
192921
|
"member": {
|
192898
192922
|
"locationName": "Parameter",
|
@@ -192916,7 +192940,7 @@ module.exports={
|
|
192916
192940
|
}
|
192917
192941
|
}
|
192918
192942
|
},
|
192919
|
-
"
|
192943
|
+
"S6g": {
|
192920
192944
|
"type": "structure",
|
192921
192945
|
"members": {
|
192922
192946
|
"DBClusterSnapshotIdentifier": {},
|
@@ -192928,7 +192952,7 @@ module.exports={
|
|
192928
192952
|
"members": {
|
192929
192953
|
"AttributeName": {},
|
192930
192954
|
"AttributeValues": {
|
192931
|
-
"shape": "
|
192955
|
+
"shape": "S6j"
|
192932
192956
|
}
|
192933
192957
|
}
|
192934
192958
|
}
|
@@ -192936,13 +192960,13 @@ module.exports={
|
|
192936
192960
|
},
|
192937
192961
|
"wrapper": true
|
192938
192962
|
},
|
192939
|
-
"
|
192963
|
+
"S6j": {
|
192940
192964
|
"type": "list",
|
192941
192965
|
"member": {
|
192942
192966
|
"locationName": "AttributeValue"
|
192943
192967
|
}
|
192944
192968
|
},
|
192945
|
-
"
|
192969
|
+
"S7i": {
|
192946
192970
|
"type": "structure",
|
192947
192971
|
"members": {
|
192948
192972
|
"DBProxyName": {},
|
@@ -192978,7 +193002,7 @@ module.exports={
|
|
192978
193002
|
}
|
192979
193003
|
}
|
192980
193004
|
},
|
192981
|
-
"
|
193005
|
+
"S7m": {
|
192982
193006
|
"type": "list",
|
192983
193007
|
"member": {
|
192984
193008
|
"type": "structure",
|
@@ -193003,7 +193027,7 @@ module.exports={
|
|
193003
193027
|
}
|
193004
193028
|
}
|
193005
193029
|
},
|
193006
|
-
"
|
193030
|
+
"S7y": {
|
193007
193031
|
"type": "structure",
|
193008
193032
|
"members": {
|
193009
193033
|
"DBSnapshotIdentifier": {},
|
@@ -193015,7 +193039,7 @@ module.exports={
|
|
193015
193039
|
"members": {
|
193016
193040
|
"AttributeName": {},
|
193017
193041
|
"AttributeValues": {
|
193018
|
-
"shape": "
|
193042
|
+
"shape": "S6j"
|
193019
193043
|
}
|
193020
193044
|
},
|
193021
193045
|
"wrapper": true
|
@@ -193024,18 +193048,18 @@ module.exports={
|
|
193024
193048
|
},
|
193025
193049
|
"wrapper": true
|
193026
193050
|
},
|
193027
|
-
"
|
193051
|
+
"S89": {
|
193028
193052
|
"type": "structure",
|
193029
193053
|
"members": {
|
193030
193054
|
"DBParameterGroupFamily": {},
|
193031
193055
|
"Marker": {},
|
193032
193056
|
"Parameters": {
|
193033
|
-
"shape": "
|
193057
|
+
"shape": "S6b"
|
193034
193058
|
}
|
193035
193059
|
},
|
193036
193060
|
"wrapper": true
|
193037
193061
|
},
|
193038
|
-
"
|
193062
|
+
"S9e": {
|
193039
193063
|
"type": "list",
|
193040
193064
|
"member": {
|
193041
193065
|
"locationName": "AvailableProcessorFeature",
|
@@ -193047,7 +193071,7 @@ module.exports={
|
|
193047
193071
|
}
|
193048
193072
|
}
|
193049
193073
|
},
|
193050
|
-
"
|
193074
|
+
"S9n": {
|
193051
193075
|
"type": "structure",
|
193052
193076
|
"members": {
|
193053
193077
|
"ReservedDBInstanceId": {},
|
@@ -193076,14 +193100,14 @@ module.exports={
|
|
193076
193100
|
},
|
193077
193101
|
"State": {},
|
193078
193102
|
"RecurringCharges": {
|
193079
|
-
"shape": "
|
193103
|
+
"shape": "S9p"
|
193080
193104
|
},
|
193081
193105
|
"ReservedDBInstanceArn": {},
|
193082
193106
|
"LeaseId": {}
|
193083
193107
|
},
|
193084
193108
|
"wrapper": true
|
193085
193109
|
},
|
193086
|
-
"
|
193110
|
+
"S9p": {
|
193087
193111
|
"type": "list",
|
193088
193112
|
"member": {
|
193089
193113
|
"locationName": "RecurringCharge",
|
@@ -193097,7 +193121,7 @@ module.exports={
|
|
193097
193121
|
"wrapper": true
|
193098
193122
|
}
|
193099
193123
|
},
|
193100
|
-
"
|
193124
|
+
"Sa4": {
|
193101
193125
|
"type": "list",
|
193102
193126
|
"member": {
|
193103
193127
|
"locationName": "Range",
|
@@ -193115,7 +193139,7 @@ module.exports={
|
|
193115
193139
|
}
|
193116
193140
|
}
|
193117
193141
|
},
|
193118
|
-
"
|
193142
|
+
"Sas": {
|
193119
193143
|
"type": "structure",
|
193120
193144
|
"members": {
|
193121
193145
|
"EnableLogTypes": {
|
@@ -193126,13 +193150,13 @@ module.exports={
|
|
193126
193150
|
}
|
193127
193151
|
}
|
193128
193152
|
},
|
193129
|
-
"
|
193153
|
+
"Saw": {
|
193130
193154
|
"type": "structure",
|
193131
193155
|
"members": {
|
193132
193156
|
"DBClusterParameterGroupName": {}
|
193133
193157
|
}
|
193134
193158
|
},
|
193135
|
-
"
|
193159
|
+
"Sb3": {
|
193136
193160
|
"type": "structure",
|
193137
193161
|
"members": {
|
193138
193162
|
"DBParameterGroupName": {}
|
@@ -240821,7 +240845,7 @@ AWS.util.update(AWS, {
|
|
240821
240845
|
/**
|
240822
240846
|
* @constant
|
240823
240847
|
*/
|
240824
|
-
VERSION: '2.
|
240848
|
+
VERSION: '2.1181.0',
|
240825
240849
|
|
240826
240850
|
/**
|
240827
240851
|
* @api private
|
@@ -262766,7 +262790,7 @@ var LRUCache = /** @class */ (function () {
|
|
262766
262790
|
}());
|
262767
262791
|
exports.LRUCache = LRUCache;
|
262768
262792
|
},{}],457:[function(require,module,exports){
|
262769
|
-
// AWS SDK for JavaScript v2.
|
262793
|
+
// AWS SDK for JavaScript v2.1181.0
|
262770
262794
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
262771
262795
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
262772
262796
|
require('./browser_loader');
|