cdk-comprehend-s3olap 2.0.75 → 2.0.76

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.
Files changed (34) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +10 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +428 -13
  9. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +18 -0
  10. package/node_modules/aws-sdk/apis/forecastquery-2018-06-26.min.json +54 -21
  11. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  12. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +44 -0
  13. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +308 -162
  14. package/node_modules/aws-sdk/apis/support-app-2021-08-20.examples.json +5 -0
  15. package/node_modules/aws-sdk/apis/support-app-2021-08-20.min.json +267 -0
  16. package/node_modules/aws-sdk/apis/support-app-2021-08-20.paginators.json +12 -0
  17. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  18. package/node_modules/aws-sdk/clients/all.js +2 -1
  19. package/node_modules/aws-sdk/clients/docdb.d.ts +1 -1
  20. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  21. package/node_modules/aws-sdk/clients/forecastqueryservice.d.ts +35 -1
  22. package/node_modules/aws-sdk/clients/forecastservice.d.ts +559 -0
  23. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +49 -1
  24. package/node_modules/aws-sdk/clients/securityhub.d.ts +346 -70
  25. package/node_modules/aws-sdk/clients/supportapp.d.ts +330 -0
  26. package/node_modules/aws-sdk/clients/supportapp.js +18 -0
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +47 -10
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +509 -38
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +51 -51
  31. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  32. package/node_modules/aws-sdk/lib/core.js +1 -1
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1199.0
1
+ // AWS SDK for JavaScript v2.1200.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){
@@ -99439,7 +99439,8 @@ module.exports={
99439
99439
  "DisableApiStop": {
99440
99440
  "type": "boolean"
99441
99441
  }
99442
- }
99442
+ },
99443
+ "sensitive": true
99443
99444
  },
99444
99445
  "Sed": {
99445
99446
  "type": "list",
@@ -129925,6 +129926,88 @@ module.exports={
129925
129926
  }
129926
129927
  }
129927
129928
  },
129929
+ "CreateWhatIfAnalysis": {
129930
+ "input": {
129931
+ "type": "structure",
129932
+ "required": [
129933
+ "WhatIfAnalysisName",
129934
+ "ForecastArn"
129935
+ ],
129936
+ "members": {
129937
+ "WhatIfAnalysisName": {},
129938
+ "ForecastArn": {},
129939
+ "TimeSeriesSelector": {
129940
+ "shape": "S1s"
129941
+ },
129942
+ "Tags": {
129943
+ "shape": "Sm"
129944
+ }
129945
+ }
129946
+ },
129947
+ "output": {
129948
+ "type": "structure",
129949
+ "members": {
129950
+ "WhatIfAnalysisArn": {}
129951
+ }
129952
+ }
129953
+ },
129954
+ "CreateWhatIfForecast": {
129955
+ "input": {
129956
+ "type": "structure",
129957
+ "required": [
129958
+ "WhatIfForecastName",
129959
+ "WhatIfAnalysisArn"
129960
+ ],
129961
+ "members": {
129962
+ "WhatIfForecastName": {},
129963
+ "WhatIfAnalysisArn": {},
129964
+ "TimeSeriesTransformations": {
129965
+ "shape": "S2v"
129966
+ },
129967
+ "TimeSeriesReplacementsDataSource": {
129968
+ "shape": "S33"
129969
+ },
129970
+ "Tags": {
129971
+ "shape": "Sm"
129972
+ }
129973
+ }
129974
+ },
129975
+ "output": {
129976
+ "type": "structure",
129977
+ "members": {
129978
+ "WhatIfForecastArn": {}
129979
+ }
129980
+ }
129981
+ },
129982
+ "CreateWhatIfForecastExport": {
129983
+ "input": {
129984
+ "type": "structure",
129985
+ "required": [
129986
+ "WhatIfForecastExportName",
129987
+ "WhatIfForecastArns",
129988
+ "Destination"
129989
+ ],
129990
+ "members": {
129991
+ "WhatIfForecastExportName": {},
129992
+ "WhatIfForecastArns": {
129993
+ "shape": "S37"
129994
+ },
129995
+ "Destination": {
129996
+ "shape": "S1p"
129997
+ },
129998
+ "Tags": {
129999
+ "shape": "Sm"
130000
+ },
130001
+ "Format": {}
130002
+ }
130003
+ },
130004
+ "output": {
130005
+ "type": "structure",
130006
+ "members": {
130007
+ "WhatIfForecastExportArn": {}
130008
+ }
130009
+ }
130010
+ },
129928
130011
  "DeleteDataset": {
129929
130012
  "input": {
129930
130013
  "type": "structure",
@@ -130057,6 +130140,42 @@ module.exports={
130057
130140
  },
130058
130141
  "idempotent": true
130059
130142
  },
130143
+ "DeleteWhatIfAnalysis": {
130144
+ "input": {
130145
+ "type": "structure",
130146
+ "required": [
130147
+ "WhatIfAnalysisArn"
130148
+ ],
130149
+ "members": {
130150
+ "WhatIfAnalysisArn": {}
130151
+ }
130152
+ },
130153
+ "idempotent": true
130154
+ },
130155
+ "DeleteWhatIfForecast": {
130156
+ "input": {
130157
+ "type": "structure",
130158
+ "required": [
130159
+ "WhatIfForecastArn"
130160
+ ],
130161
+ "members": {
130162
+ "WhatIfForecastArn": {}
130163
+ }
130164
+ },
130165
+ "idempotent": true
130166
+ },
130167
+ "DeleteWhatIfForecastExport": {
130168
+ "input": {
130169
+ "type": "structure",
130170
+ "required": [
130171
+ "WhatIfForecastExportArn"
130172
+ ],
130173
+ "members": {
130174
+ "WhatIfForecastExportArn": {}
130175
+ }
130176
+ },
130177
+ "idempotent": true
130178
+ },
130060
130179
  "DescribeAutoPredictor": {
130061
130180
  "input": {
130062
130181
  "type": "structure",
@@ -130092,7 +130211,7 @@ module.exports={
130092
130211
  "shape": "Si"
130093
130212
  },
130094
130213
  "ReferencePredictorSummary": {
130095
- "shape": "S35"
130214
+ "shape": "S3p"
130096
130215
  },
130097
130216
  "EstimatedTimeRemainingInMinutes": {
130098
130217
  "type": "long"
@@ -130615,6 +130734,118 @@ module.exports={
130615
130734
  },
130616
130735
  "idempotent": true
130617
130736
  },
130737
+ "DescribeWhatIfAnalysis": {
130738
+ "input": {
130739
+ "type": "structure",
130740
+ "required": [
130741
+ "WhatIfAnalysisArn"
130742
+ ],
130743
+ "members": {
130744
+ "WhatIfAnalysisArn": {}
130745
+ }
130746
+ },
130747
+ "output": {
130748
+ "type": "structure",
130749
+ "members": {
130750
+ "WhatIfAnalysisName": {},
130751
+ "WhatIfAnalysisArn": {},
130752
+ "ForecastArn": {},
130753
+ "EstimatedTimeRemainingInMinutes": {
130754
+ "type": "long"
130755
+ },
130756
+ "Status": {},
130757
+ "Message": {},
130758
+ "CreationTime": {
130759
+ "type": "timestamp"
130760
+ },
130761
+ "LastModificationTime": {
130762
+ "type": "timestamp"
130763
+ },
130764
+ "TimeSeriesSelector": {
130765
+ "shape": "S1s"
130766
+ }
130767
+ }
130768
+ },
130769
+ "idempotent": true
130770
+ },
130771
+ "DescribeWhatIfForecast": {
130772
+ "input": {
130773
+ "type": "structure",
130774
+ "required": [
130775
+ "WhatIfForecastArn"
130776
+ ],
130777
+ "members": {
130778
+ "WhatIfForecastArn": {}
130779
+ }
130780
+ },
130781
+ "output": {
130782
+ "type": "structure",
130783
+ "members": {
130784
+ "WhatIfForecastName": {},
130785
+ "WhatIfForecastArn": {},
130786
+ "WhatIfAnalysisArn": {},
130787
+ "EstimatedTimeRemainingInMinutes": {
130788
+ "type": "long"
130789
+ },
130790
+ "Status": {},
130791
+ "Message": {},
130792
+ "CreationTime": {
130793
+ "type": "timestamp"
130794
+ },
130795
+ "LastModificationTime": {
130796
+ "type": "timestamp"
130797
+ },
130798
+ "TimeSeriesTransformations": {
130799
+ "shape": "S2v"
130800
+ },
130801
+ "TimeSeriesReplacementsDataSource": {
130802
+ "shape": "S33"
130803
+ },
130804
+ "ForecastTypes": {
130805
+ "shape": "S4"
130806
+ }
130807
+ }
130808
+ },
130809
+ "idempotent": true
130810
+ },
130811
+ "DescribeWhatIfForecastExport": {
130812
+ "input": {
130813
+ "type": "structure",
130814
+ "required": [
130815
+ "WhatIfForecastExportArn"
130816
+ ],
130817
+ "members": {
130818
+ "WhatIfForecastExportArn": {}
130819
+ }
130820
+ },
130821
+ "output": {
130822
+ "type": "structure",
130823
+ "members": {
130824
+ "WhatIfForecastExportArn": {},
130825
+ "WhatIfForecastExportName": {},
130826
+ "WhatIfForecastArns": {
130827
+ "type": "list",
130828
+ "member": {}
130829
+ },
130830
+ "Destination": {
130831
+ "shape": "S1p"
130832
+ },
130833
+ "Message": {},
130834
+ "Status": {},
130835
+ "CreationTime": {
130836
+ "type": "timestamp"
130837
+ },
130838
+ "EstimatedTimeRemainingInMinutes": {
130839
+ "type": "long"
130840
+ },
130841
+ "LastModificationTime": {
130842
+ "type": "timestamp"
130843
+ },
130844
+ "Format": {}
130845
+ }
130846
+ },
130847
+ "idempotent": true
130848
+ },
130618
130849
  "GetAccuracyMetrics": {
130619
130850
  "input": {
130620
130851
  "type": "structure",
@@ -130755,7 +130986,7 @@ module.exports={
130755
130986
  "type": "integer"
130756
130987
  },
130757
130988
  "Filters": {
130758
- "shape": "S4u"
130989
+ "shape": "S5l"
130759
130990
  }
130760
130991
  }
130761
130992
  },
@@ -130833,7 +131064,7 @@ module.exports={
130833
131064
  "type": "integer"
130834
131065
  },
130835
131066
  "Filters": {
130836
- "shape": "S4u"
131067
+ "shape": "S5l"
130837
131068
  }
130838
131069
  }
130839
131070
  },
@@ -130876,7 +131107,7 @@ module.exports={
130876
131107
  "type": "integer"
130877
131108
  },
130878
131109
  "Filters": {
130879
- "shape": "S4u"
131110
+ "shape": "S5l"
130880
131111
  }
130881
131112
  }
130882
131113
  },
@@ -130918,7 +131149,7 @@ module.exports={
130918
131149
  "type": "integer"
130919
131150
  },
130920
131151
  "Filters": {
130921
- "shape": "S4u"
131152
+ "shape": "S5l"
130922
131153
  }
130923
131154
  }
130924
131155
  },
@@ -130960,7 +131191,7 @@ module.exports={
130960
131191
  "type": "integer"
130961
131192
  },
130962
131193
  "Filters": {
130963
- "shape": "S4u"
131194
+ "shape": "S5l"
130964
131195
  }
130965
131196
  }
130966
131197
  },
@@ -131008,7 +131239,7 @@ module.exports={
131008
131239
  },
131009
131240
  "MonitorArn": {},
131010
131241
  "Filters": {
131011
- "shape": "S4u"
131242
+ "shape": "S5l"
131012
131243
  }
131013
131244
  }
131014
131245
  },
@@ -131082,7 +131313,7 @@ module.exports={
131082
131313
  "type": "integer"
131083
131314
  },
131084
131315
  "Filters": {
131085
- "shape": "S4u"
131316
+ "shape": "S5l"
131086
131317
  }
131087
131318
  }
131088
131319
  },
@@ -131121,7 +131352,7 @@ module.exports={
131121
131352
  "type": "integer"
131122
131353
  },
131123
131354
  "Filters": {
131124
- "shape": "S4u"
131355
+ "shape": "S5l"
131125
131356
  }
131126
131357
  }
131127
131358
  },
@@ -131163,7 +131394,7 @@ module.exports={
131163
131394
  "type": "integer"
131164
131395
  },
131165
131396
  "Filters": {
131166
- "shape": "S4u"
131397
+ "shape": "S5l"
131167
131398
  }
131168
131399
  }
131169
131400
  },
@@ -131182,7 +131413,7 @@ module.exports={
131182
131413
  "type": "boolean"
131183
131414
  },
131184
131415
  "ReferencePredictorSummary": {
131185
- "shape": "S35"
131416
+ "shape": "S3p"
131186
131417
  },
131187
131418
  "Status": {},
131188
131419
  "Message": {},
@@ -131219,6 +131450,131 @@ module.exports={
131219
131450
  }
131220
131451
  }
131221
131452
  },
131453
+ "ListWhatIfAnalyses": {
131454
+ "input": {
131455
+ "type": "structure",
131456
+ "members": {
131457
+ "NextToken": {},
131458
+ "MaxResults": {
131459
+ "type": "integer"
131460
+ },
131461
+ "Filters": {
131462
+ "shape": "S5l"
131463
+ }
131464
+ }
131465
+ },
131466
+ "output": {
131467
+ "type": "structure",
131468
+ "members": {
131469
+ "WhatIfAnalyses": {
131470
+ "type": "list",
131471
+ "member": {
131472
+ "type": "structure",
131473
+ "members": {
131474
+ "WhatIfAnalysisArn": {},
131475
+ "WhatIfAnalysisName": {},
131476
+ "ForecastArn": {},
131477
+ "Status": {},
131478
+ "Message": {},
131479
+ "CreationTime": {
131480
+ "type": "timestamp"
131481
+ },
131482
+ "LastModificationTime": {
131483
+ "type": "timestamp"
131484
+ }
131485
+ }
131486
+ }
131487
+ },
131488
+ "NextToken": {}
131489
+ }
131490
+ },
131491
+ "idempotent": true
131492
+ },
131493
+ "ListWhatIfForecastExports": {
131494
+ "input": {
131495
+ "type": "structure",
131496
+ "members": {
131497
+ "NextToken": {},
131498
+ "MaxResults": {
131499
+ "type": "integer"
131500
+ },
131501
+ "Filters": {
131502
+ "shape": "S5l"
131503
+ }
131504
+ }
131505
+ },
131506
+ "output": {
131507
+ "type": "structure",
131508
+ "members": {
131509
+ "WhatIfForecastExports": {
131510
+ "type": "list",
131511
+ "member": {
131512
+ "type": "structure",
131513
+ "members": {
131514
+ "WhatIfForecastExportArn": {},
131515
+ "WhatIfForecastArns": {
131516
+ "shape": "S37"
131517
+ },
131518
+ "WhatIfForecastExportName": {},
131519
+ "Destination": {
131520
+ "shape": "S1p"
131521
+ },
131522
+ "Status": {},
131523
+ "Message": {},
131524
+ "CreationTime": {
131525
+ "type": "timestamp"
131526
+ },
131527
+ "LastModificationTime": {
131528
+ "type": "timestamp"
131529
+ }
131530
+ }
131531
+ }
131532
+ },
131533
+ "NextToken": {}
131534
+ }
131535
+ },
131536
+ "idempotent": true
131537
+ },
131538
+ "ListWhatIfForecasts": {
131539
+ "input": {
131540
+ "type": "structure",
131541
+ "members": {
131542
+ "NextToken": {},
131543
+ "MaxResults": {
131544
+ "type": "integer"
131545
+ },
131546
+ "Filters": {
131547
+ "shape": "S5l"
131548
+ }
131549
+ }
131550
+ },
131551
+ "output": {
131552
+ "type": "structure",
131553
+ "members": {
131554
+ "WhatIfForecasts": {
131555
+ "type": "list",
131556
+ "member": {
131557
+ "type": "structure",
131558
+ "members": {
131559
+ "WhatIfForecastArn": {},
131560
+ "WhatIfForecastName": {},
131561
+ "WhatIfAnalysisArn": {},
131562
+ "Status": {},
131563
+ "Message": {},
131564
+ "CreationTime": {
131565
+ "type": "timestamp"
131566
+ },
131567
+ "LastModificationTime": {
131568
+ "type": "timestamp"
131569
+ }
131570
+ }
131571
+ }
131572
+ },
131573
+ "NextToken": {}
131574
+ }
131575
+ },
131576
+ "idempotent": true
131577
+ },
131222
131578
  "ResumeResource": {
131223
131579
  "input": {
131224
131580
  "type": "structure",
@@ -131640,14 +131996,74 @@ module.exports={
131640
131996
  }
131641
131997
  }
131642
131998
  },
131643
- "S35": {
131999
+ "S2v": {
132000
+ "type": "list",
132001
+ "member": {
132002
+ "type": "structure",
132003
+ "members": {
132004
+ "Action": {
132005
+ "type": "structure",
132006
+ "required": [
132007
+ "AttributeName",
132008
+ "Operation",
132009
+ "Value"
132010
+ ],
132011
+ "members": {
132012
+ "AttributeName": {},
132013
+ "Operation": {},
132014
+ "Value": {
132015
+ "type": "double"
132016
+ }
132017
+ }
132018
+ },
132019
+ "TimeSeriesConditions": {
132020
+ "type": "list",
132021
+ "member": {
132022
+ "type": "structure",
132023
+ "required": [
132024
+ "AttributeName",
132025
+ "AttributeValue",
132026
+ "Condition"
132027
+ ],
132028
+ "members": {
132029
+ "AttributeName": {},
132030
+ "AttributeValue": {},
132031
+ "Condition": {}
132032
+ }
132033
+ }
132034
+ }
132035
+ }
132036
+ }
132037
+ },
132038
+ "S33": {
132039
+ "type": "structure",
132040
+ "required": [
132041
+ "S3Config",
132042
+ "Schema"
132043
+ ],
132044
+ "members": {
132045
+ "S3Config": {
132046
+ "shape": "S1a"
132047
+ },
132048
+ "Schema": {
132049
+ "shape": "S10"
132050
+ },
132051
+ "Format": {},
132052
+ "TimestampFormat": {}
132053
+ }
132054
+ },
132055
+ "S37": {
132056
+ "type": "list",
132057
+ "member": {}
132058
+ },
132059
+ "S3p": {
131644
132060
  "type": "structure",
131645
132061
  "members": {
131646
132062
  "Arn": {},
131647
132063
  "State": {}
131648
132064
  }
131649
132065
  },
131650
- "S4u": {
132066
+ "S5l": {
131651
132067
  "type": "list",
131652
132068
  "member": {
131653
132069
  "type": "structure",
@@ -131733,6 +132149,24 @@ module.exports={
131733
132149
  "limit_key": "MaxResults",
131734
132150
  "output_token": "NextToken",
131735
132151
  "result_key": "Predictors"
132152
+ },
132153
+ "ListWhatIfAnalyses": {
132154
+ "input_token": "NextToken",
132155
+ "limit_key": "MaxResults",
132156
+ "output_token": "NextToken",
132157
+ "result_key": "WhatIfAnalyses"
132158
+ },
132159
+ "ListWhatIfForecastExports": {
132160
+ "input_token": "NextToken",
132161
+ "limit_key": "MaxResults",
132162
+ "output_token": "NextToken",
132163
+ "result_key": "WhatIfForecastExports"
132164
+ },
132165
+ "ListWhatIfForecasts": {
132166
+ "input_token": "NextToken",
132167
+ "limit_key": "MaxResults",
132168
+ "output_token": "NextToken",
132169
+ "result_key": "WhatIfForecasts"
131736
132170
  }
131737
132171
  }
131738
132172
  }
@@ -131764,9 +132198,7 @@ module.exports={
131764
132198
  "StartDate": {},
131765
132199
  "EndDate": {},
131766
132200
  "Filters": {
131767
- "type": "map",
131768
- "key": {},
131769
- "value": {}
132201
+ "shape": "S4"
131770
132202
  },
131771
132203
  "NextToken": {}
131772
132204
  }
@@ -131775,22 +132207,58 @@ module.exports={
131775
132207
  "type": "structure",
131776
132208
  "members": {
131777
132209
  "Forecast": {
131778
- "type": "structure",
131779
- "members": {
131780
- "Predictions": {
131781
- "type": "map",
131782
- "key": {},
131783
- "value": {
131784
- "type": "list",
131785
- "member": {
131786
- "type": "structure",
131787
- "members": {
131788
- "Timestamp": {},
131789
- "Value": {
131790
- "type": "double"
131791
- }
131792
- }
131793
- }
132210
+ "shape": "S9"
132211
+ }
132212
+ }
132213
+ }
132214
+ },
132215
+ "QueryWhatIfForecast": {
132216
+ "input": {
132217
+ "type": "structure",
132218
+ "required": [
132219
+ "WhatIfForecastArn",
132220
+ "Filters"
132221
+ ],
132222
+ "members": {
132223
+ "WhatIfForecastArn": {},
132224
+ "StartDate": {},
132225
+ "EndDate": {},
132226
+ "Filters": {
132227
+ "shape": "S4"
132228
+ },
132229
+ "NextToken": {}
132230
+ }
132231
+ },
132232
+ "output": {
132233
+ "type": "structure",
132234
+ "members": {
132235
+ "Forecast": {
132236
+ "shape": "S9"
132237
+ }
132238
+ }
132239
+ }
132240
+ }
132241
+ },
132242
+ "shapes": {
132243
+ "S4": {
132244
+ "type": "map",
132245
+ "key": {},
132246
+ "value": {}
132247
+ },
132248
+ "S9": {
132249
+ "type": "structure",
132250
+ "members": {
132251
+ "Predictions": {
132252
+ "type": "map",
132253
+ "key": {},
132254
+ "value": {
132255
+ "type": "list",
132256
+ "member": {
132257
+ "type": "structure",
132258
+ "members": {
132259
+ "Timestamp": {},
132260
+ "Value": {
132261
+ "type": "double"
131794
132262
  }
131795
132263
  }
131796
132264
  }
@@ -131798,8 +132266,7 @@ module.exports={
131798
132266
  }
131799
132267
  }
131800
132268
  }
131801
- },
131802
- "shapes": {}
132269
+ }
131803
132270
  }
131804
132271
  },{}],118:[function(require,module,exports){
131805
132272
  arguments[4][39][0].apply(exports,arguments)
@@ -169971,6 +170438,10 @@ module.exports={
169971
170438
  },
169972
170439
  "privatenetworks": {
169973
170440
  "name": "PrivateNetworks"
170441
+ },
170442
+ "supportapp": {
170443
+ "prefix": "support-app",
170444
+ "name": "SupportApp"
169974
170445
  }
169975
170446
  }
169976
170447
  },{}],164:[function(require,module,exports){
@@ -241532,7 +242003,7 @@ AWS.util.update(AWS, {
241532
242003
  /**
241533
242004
  * @constant
241534
242005
  */
241535
- VERSION: '2.1199.0',
242006
+ VERSION: '2.1200.0',
241536
242007
 
241537
242008
  /**
241538
242009
  * @api private
@@ -263477,7 +263948,7 @@ var LRUCache = /** @class */ (function () {
263477
263948
  }());
263478
263949
  exports.LRUCache = LRUCache;
263479
263950
  },{}],457:[function(require,module,exports){
263480
- // AWS SDK for JavaScript v2.1199.0
263951
+ // AWS SDK for JavaScript v2.1200.0
263481
263952
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
263482
263953
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
263483
263954
  require('./browser_loader');