cdk-comprehend-s3olap 2.0.43 → 2.0.46

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 (41) 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 +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +101 -0
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +117 -6
  9. package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +11 -0
  11. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +249 -94
  12. package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +33 -12
  13. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +260 -59
  14. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
  15. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +73 -72
  16. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +50 -3
  17. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +54 -29
  18. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +91 -48
  19. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +143 -119
  20. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +2 -1
  21. package/node_modules/aws-sdk/clients/account.d.ts +104 -6
  22. package/node_modules/aws-sdk/clients/athena.d.ts +127 -0
  23. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +40 -1
  24. package/node_modules/aws-sdk/clients/dms.d.ts +2 -2
  25. package/node_modules/aws-sdk/clients/docdb.d.ts +20 -0
  26. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  27. package/node_modules/aws-sdk/clients/frauddetector.d.ts +176 -5
  28. package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +49 -0
  29. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +192 -0
  30. package/node_modules/aws-sdk/clients/kendra.d.ts +12 -7
  31. package/node_modules/aws-sdk/clients/medialive.d.ts +37 -0
  32. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +53 -2
  33. package/node_modules/aws-sdk/clients/rds.d.ts +137 -87
  34. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +2 -2
  35. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  36. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
  37. package/node_modules/aws-sdk/dist/aws-sdk.js +322 -157
  38. package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -93
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/package.json +1 -1
  41. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1179.0
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){
@@ -6065,6 +6065,67 @@ module.exports={
6065
6065
  }
6066
6066
  }
6067
6067
  },
6068
+ "GetQueryRuntimeStatistics": {
6069
+ "input": {
6070
+ "type": "structure",
6071
+ "required": [
6072
+ "QueryExecutionId"
6073
+ ],
6074
+ "members": {
6075
+ "QueryExecutionId": {}
6076
+ }
6077
+ },
6078
+ "output": {
6079
+ "type": "structure",
6080
+ "members": {
6081
+ "QueryRuntimeStatistics": {
6082
+ "type": "structure",
6083
+ "members": {
6084
+ "Timeline": {
6085
+ "type": "structure",
6086
+ "members": {
6087
+ "QueryQueueTimeInMillis": {
6088
+ "type": "long"
6089
+ },
6090
+ "QueryPlanningTimeInMillis": {
6091
+ "type": "long"
6092
+ },
6093
+ "EngineExecutionTimeInMillis": {
6094
+ "type": "long"
6095
+ },
6096
+ "ServiceProcessingTimeInMillis": {
6097
+ "type": "long"
6098
+ },
6099
+ "TotalExecutionTimeInMillis": {
6100
+ "type": "long"
6101
+ }
6102
+ }
6103
+ },
6104
+ "Rows": {
6105
+ "type": "structure",
6106
+ "members": {
6107
+ "InputRows": {
6108
+ "type": "long"
6109
+ },
6110
+ "InputBytes": {
6111
+ "type": "long"
6112
+ },
6113
+ "OutputBytes": {
6114
+ "type": "long"
6115
+ },
6116
+ "OutputRows": {
6117
+ "type": "long"
6118
+ }
6119
+ }
6120
+ },
6121
+ "OutputStage": {
6122
+ "shape": "S38"
6123
+ }
6124
+ }
6125
+ }
6126
+ }
6127
+ }
6128
+ },
6068
6129
  "GetTableMetadata": {
6069
6130
  "input": {
6070
6131
  "type": "structure",
@@ -6083,7 +6144,7 @@ module.exports={
6083
6144
  "type": "structure",
6084
6145
  "members": {
6085
6146
  "TableMetadata": {
6086
- "shape": "S35"
6147
+ "shape": "S3f"
6087
6148
  }
6088
6149
  }
6089
6150
  }
@@ -6296,7 +6357,7 @@ module.exports={
6296
6357
  "TableMetadataList": {
6297
6358
  "type": "list",
6298
6359
  "member": {
6299
- "shape": "S35"
6360
+ "shape": "S3f"
6300
6361
  }
6301
6362
  },
6302
6363
  "NextToken": {}
@@ -6788,7 +6849,57 @@ module.exports={
6788
6849
  }
6789
6850
  }
6790
6851
  },
6791
- "S35": {
6852
+ "S38": {
6853
+ "type": "structure",
6854
+ "members": {
6855
+ "StageId": {
6856
+ "type": "long"
6857
+ },
6858
+ "State": {},
6859
+ "OutputBytes": {
6860
+ "type": "long"
6861
+ },
6862
+ "OutputRows": {
6863
+ "type": "long"
6864
+ },
6865
+ "InputBytes": {
6866
+ "type": "long"
6867
+ },
6868
+ "InputRows": {
6869
+ "type": "long"
6870
+ },
6871
+ "ExecutionTime": {
6872
+ "type": "long"
6873
+ },
6874
+ "QueryStagePlan": {
6875
+ "shape": "S39"
6876
+ },
6877
+ "SubStages": {
6878
+ "type": "list",
6879
+ "member": {
6880
+ "shape": "S38"
6881
+ }
6882
+ }
6883
+ }
6884
+ },
6885
+ "S39": {
6886
+ "type": "structure",
6887
+ "members": {
6888
+ "Name": {},
6889
+ "Identifier": {},
6890
+ "Children": {
6891
+ "type": "list",
6892
+ "member": {
6893
+ "shape": "S39"
6894
+ }
6895
+ },
6896
+ "RemoteSources": {
6897
+ "type": "list",
6898
+ "member": {}
6899
+ }
6900
+ }
6901
+ },
6902
+ "S3f": {
6792
6903
  "type": "structure",
6793
6904
  "required": [
6794
6905
  "Name"
@@ -6803,17 +6914,17 @@ module.exports={
6803
6914
  },
6804
6915
  "TableType": {},
6805
6916
  "Columns": {
6806
- "shape": "S38"
6917
+ "shape": "S3i"
6807
6918
  },
6808
6919
  "PartitionKeys": {
6809
- "shape": "S38"
6920
+ "shape": "S3i"
6810
6921
  },
6811
6922
  "Parameters": {
6812
6923
  "shape": "S1l"
6813
6924
  }
6814
6925
  }
6815
6926
  },
6816
- "S38": {
6927
+ "S3i": {
6817
6928
  "type": "list",
6818
6929
  "member": {
6819
6930
  "type": "structure",
@@ -6849,6 +6960,11 @@ module.exports={
6849
6960
  "output_token": "NextToken",
6850
6961
  "result_key": "DatabaseList"
6851
6962
  },
6963
+ "ListEngineVersions": {
6964
+ "input_token": "NextToken",
6965
+ "limit_key": "MaxResults",
6966
+ "output_token": "NextToken"
6967
+ },
6852
6968
  "ListNamedQueries": {
6853
6969
  "input_token": "NextToken",
6854
6970
  "limit_key": "MaxResults",
@@ -169708,7 +169824,19 @@ module.exports={
169708
169824
  "StateUpdatedTimestamp": {
169709
169825
  "type": "timestamp"
169710
169826
  },
169711
- "StateValue": {}
169827
+ "StateValue": {},
169828
+ "StateTransitionedTimestamp": {
169829
+ "type": "timestamp"
169830
+ },
169831
+ "ActionsSuppressedBy": {},
169832
+ "ActionsSuppressedReason": {},
169833
+ "ActionsSuppressor": {},
169834
+ "ActionsSuppressorWaitPeriod": {
169835
+ "type": "integer"
169836
+ },
169837
+ "ActionsSuppressorExtensionPeriod": {
169838
+ "type": "integer"
169839
+ }
169712
169840
  },
169713
169841
  "xmlOrder": [
169714
169842
  "ActionsEnabled",
@@ -169723,12 +169851,18 @@ module.exports={
169723
169851
  "StateReason",
169724
169852
  "StateReasonData",
169725
169853
  "StateUpdatedTimestamp",
169726
- "StateValue"
169854
+ "StateValue",
169855
+ "StateTransitionedTimestamp",
169856
+ "ActionsSuppressedBy",
169857
+ "ActionsSuppressedReason",
169858
+ "ActionsSuppressor",
169859
+ "ActionsSuppressorWaitPeriod",
169860
+ "ActionsSuppressorExtensionPeriod"
169727
169861
  ]
169728
169862
  }
169729
169863
  },
169730
169864
  "MetricAlarms": {
169731
- "shape": "S20"
169865
+ "shape": "S23"
169732
169866
  },
169733
169867
  "NextToken": {}
169734
169868
  }
@@ -169760,7 +169894,7 @@ module.exports={
169760
169894
  "type": "structure",
169761
169895
  "members": {
169762
169896
  "MetricAlarms": {
169763
- "shape": "S20"
169897
+ "shape": "S23"
169764
169898
  }
169765
169899
  }
169766
169900
  }
@@ -169811,7 +169945,7 @@ module.exports={
169811
169945
  "deprecatedMessage": "Use SingleMetricAnomalyDetector.Stat property."
169812
169946
  },
169813
169947
  "Configuration": {
169814
- "shape": "S2j"
169948
+ "shape": "S2m"
169815
169949
  },
169816
169950
  "StateValue": {},
169817
169951
  "SingleMetricAnomalyDetector": {
@@ -170130,14 +170264,14 @@ module.exports={
170130
170264
  },
170131
170265
  "StatusCode": {},
170132
170266
  "Messages": {
170133
- "shape": "S40"
170267
+ "shape": "S43"
170134
170268
  }
170135
170269
  }
170136
170270
  }
170137
170271
  },
170138
170272
  "NextToken": {},
170139
170273
  "Messages": {
170140
- "shape": "S40"
170274
+ "shape": "S43"
170141
170275
  }
170142
170276
  }
170143
170277
  }
@@ -170247,10 +170381,10 @@ module.exports={
170247
170381
  "Arn": {},
170248
170382
  "Name": {},
170249
170383
  "IncludeFilters": {
170250
- "shape": "S4e"
170384
+ "shape": "S4h"
170251
170385
  },
170252
170386
  "ExcludeFilters": {
170253
- "shape": "S4e"
170387
+ "shape": "S4h"
170254
170388
  },
170255
170389
  "FirehoseArn": {},
170256
170390
  "RoleArn": {},
@@ -170263,7 +170397,7 @@ module.exports={
170263
170397
  },
170264
170398
  "OutputFormat": {},
170265
170399
  "StatisticsConfigurations": {
170266
- "shape": "S4i"
170400
+ "shape": "S4l"
170267
170401
  }
170268
170402
  }
170269
170403
  }
@@ -170414,7 +170548,7 @@ module.exports={
170414
170548
  "type": "structure",
170415
170549
  "members": {
170416
170550
  "Tags": {
170417
- "shape": "S5d"
170551
+ "shape": "S5g"
170418
170552
  }
170419
170553
  }
170420
170554
  }
@@ -170441,7 +170575,7 @@ module.exports={
170441
170575
  "deprecatedMessage": "Use SingleMetricAnomalyDetector."
170442
170576
  },
170443
170577
  "Configuration": {
170444
- "shape": "S2j"
170578
+ "shape": "S2m"
170445
170579
  },
170446
170580
  "SingleMetricAnomalyDetector": {
170447
170581
  "shape": "Sc"
@@ -170481,7 +170615,14 @@ module.exports={
170481
170615
  "shape": "S1t"
170482
170616
  },
170483
170617
  "Tags": {
170484
- "shape": "S5d"
170618
+ "shape": "S5g"
170619
+ },
170620
+ "ActionsSuppressor": {},
170621
+ "ActionsSuppressorWaitPeriod": {
170622
+ "type": "integer"
170623
+ },
170624
+ "ActionsSuppressorExtensionPeriod": {
170625
+ "type": "integer"
170485
170626
  }
170486
170627
  }
170487
170628
  }
@@ -170527,7 +170668,7 @@ module.exports={
170527
170668
  "RuleState": {},
170528
170669
  "RuleDefinition": {},
170529
170670
  "Tags": {
170530
- "shape": "S5d"
170671
+ "shape": "S5g"
170531
170672
  }
170532
170673
  }
170533
170674
  },
@@ -170587,7 +170728,7 @@ module.exports={
170587
170728
  "shape": "Se"
170588
170729
  },
170589
170730
  "Tags": {
170590
- "shape": "S5d"
170731
+ "shape": "S5g"
170591
170732
  },
170592
170733
  "ThresholdMetricId": {}
170593
170734
  }
@@ -170677,19 +170818,19 @@ module.exports={
170677
170818
  "members": {
170678
170819
  "Name": {},
170679
170820
  "IncludeFilters": {
170680
- "shape": "S4e"
170821
+ "shape": "S4h"
170681
170822
  },
170682
170823
  "ExcludeFilters": {
170683
- "shape": "S4e"
170824
+ "shape": "S4h"
170684
170825
  },
170685
170826
  "FirehoseArn": {},
170686
170827
  "RoleArn": {},
170687
170828
  "OutputFormat": {},
170688
170829
  "Tags": {
170689
- "shape": "S5d"
170830
+ "shape": "S5g"
170690
170831
  },
170691
170832
  "StatisticsConfigurations": {
170692
- "shape": "S4i"
170833
+ "shape": "S4l"
170693
170834
  }
170694
170835
  }
170695
170836
  },
@@ -170725,7 +170866,7 @@ module.exports={
170725
170866
  ],
170726
170867
  "members": {
170727
170868
  "Names": {
170728
- "shape": "S64"
170869
+ "shape": "S67"
170729
170870
  }
170730
170871
  }
170731
170872
  },
@@ -170743,7 +170884,7 @@ module.exports={
170743
170884
  ],
170744
170885
  "members": {
170745
170886
  "Names": {
170746
- "shape": "S64"
170887
+ "shape": "S67"
170747
170888
  }
170748
170889
  }
170749
170890
  },
@@ -170763,7 +170904,7 @@ module.exports={
170763
170904
  "members": {
170764
170905
  "ResourceARN": {},
170765
170906
  "Tags": {
170766
- "shape": "S5d"
170907
+ "shape": "S5g"
170767
170908
  }
170768
170909
  }
170769
170910
  },
@@ -170915,7 +171056,7 @@ module.exports={
170915
171056
  "type": "list",
170916
171057
  "member": {}
170917
171058
  },
170918
- "S20": {
171059
+ "S23": {
170919
171060
  "type": "list",
170920
171061
  "member": {
170921
171062
  "type": "structure",
@@ -171003,7 +171144,7 @@ module.exports={
171003
171144
  ]
171004
171145
  }
171005
171146
  },
171006
- "S2j": {
171147
+ "S2m": {
171007
171148
  "type": "structure",
171008
171149
  "members": {
171009
171150
  "ExcludedTimeRanges": {
@@ -171031,7 +171172,7 @@ module.exports={
171031
171172
  "MetricTimezone": {}
171032
171173
  }
171033
171174
  },
171034
- "S40": {
171175
+ "S43": {
171035
171176
  "type": "list",
171036
171177
  "member": {
171037
171178
  "type": "structure",
@@ -171041,7 +171182,7 @@ module.exports={
171041
171182
  }
171042
171183
  }
171043
171184
  },
171044
- "S4e": {
171185
+ "S4h": {
171045
171186
  "type": "list",
171046
171187
  "member": {
171047
171188
  "type": "structure",
@@ -171050,7 +171191,7 @@ module.exports={
171050
171191
  }
171051
171192
  }
171052
171193
  },
171053
- "S4i": {
171194
+ "S4l": {
171054
171195
  "type": "list",
171055
171196
  "member": {
171056
171197
  "type": "structure",
@@ -171080,7 +171221,7 @@ module.exports={
171080
171221
  }
171081
171222
  }
171082
171223
  },
171083
- "S5d": {
171224
+ "S5g": {
171084
171225
  "type": "list",
171085
171226
  "member": {
171086
171227
  "type": "structure",
@@ -171094,7 +171235,7 @@ module.exports={
171094
171235
  }
171095
171236
  }
171096
171237
  },
171097
- "S64": {
171238
+ "S67": {
171098
171239
  "type": "list",
171099
171240
  "member": {}
171100
171241
  }
@@ -187652,7 +187793,7 @@ module.exports={
187652
187793
  "DBProxyName": {},
187653
187794
  "EngineFamily": {},
187654
187795
  "Auth": {
187655
- "shape": "S3v"
187796
+ "shape": "S3w"
187656
187797
  },
187657
187798
  "RoleArn": {},
187658
187799
  "VpcSubnetIds": {
@@ -187680,7 +187821,7 @@ module.exports={
187680
187821
  "type": "structure",
187681
187822
  "members": {
187682
187823
  "DBProxy": {
187683
- "shape": "S40"
187824
+ "shape": "S41"
187684
187825
  }
187685
187826
  }
187686
187827
  }
@@ -187713,7 +187854,7 @@ module.exports={
187713
187854
  "type": "structure",
187714
187855
  "members": {
187715
187856
  "DBProxyEndpoint": {
187716
- "shape": "S49"
187857
+ "shape": "S4a"
187717
187858
  }
187718
187859
  }
187719
187860
  }
@@ -187780,7 +187921,7 @@ module.exports={
187780
187921
  "DBSubnetGroupName": {},
187781
187922
  "DBSubnetGroupDescription": {},
187782
187923
  "SubnetIds": {
187783
- "shape": "S4g"
187924
+ "shape": "S4h"
187784
187925
  },
187785
187926
  "Tags": {
187786
187927
  "shape": "Sb"
@@ -187854,7 +187995,7 @@ module.exports={
187854
187995
  "type": "structure",
187855
187996
  "members": {
187856
187997
  "GlobalCluster": {
187857
- "shape": "S4m"
187998
+ "shape": "S4n"
187858
187999
  }
187859
188000
  }
187860
188001
  }
@@ -188015,7 +188156,7 @@ module.exports={
188015
188156
  "type": "structure",
188016
188157
  "members": {
188017
188158
  "DBInstanceAutomatedBackup": {
188018
- "shape": "S55"
188159
+ "shape": "S56"
188019
188160
  }
188020
188161
  }
188021
188162
  }
@@ -188046,7 +188187,7 @@ module.exports={
188046
188187
  "type": "structure",
188047
188188
  "members": {
188048
188189
  "DBProxy": {
188049
- "shape": "S40"
188190
+ "shape": "S41"
188050
188191
  }
188051
188192
  }
188052
188193
  }
@@ -188066,7 +188207,7 @@ module.exports={
188066
188207
  "type": "structure",
188067
188208
  "members": {
188068
188209
  "DBProxyEndpoint": {
188069
- "shape": "S49"
188210
+ "shape": "S4a"
188070
188211
  }
188071
188212
  }
188072
188213
  }
@@ -188148,7 +188289,7 @@ module.exports={
188148
188289
  "type": "structure",
188149
188290
  "members": {
188150
188291
  "GlobalCluster": {
188151
- "shape": "S4m"
188292
+ "shape": "S4n"
188152
188293
  }
188153
188294
  }
188154
188295
  }
@@ -188222,7 +188363,7 @@ module.exports={
188222
188363
  "members": {
188223
188364
  "CertificateIdentifier": {},
188224
188365
  "Filters": {
188225
- "shape": "S5t"
188366
+ "shape": "S5u"
188226
188367
  },
188227
188368
  "MaxRecords": {
188228
188369
  "type": "integer"
@@ -188237,7 +188378,7 @@ module.exports={
188237
188378
  "Certificates": {
188238
188379
  "type": "list",
188239
188380
  "member": {
188240
- "shape": "S5y",
188381
+ "shape": "S5z",
188241
188382
  "locationName": "Certificate"
188242
188383
  }
188243
188384
  },
@@ -188255,7 +188396,7 @@ module.exports={
188255
188396
  "DBClusterIdentifier": {},
188256
188397
  "BacktrackIdentifier": {},
188257
188398
  "Filters": {
188258
- "shape": "S5t"
188399
+ "shape": "S5u"
188259
188400
  },
188260
188401
  "MaxRecords": {
188261
188402
  "type": "integer"
@@ -188285,7 +188426,7 @@ module.exports={
188285
188426
  "DBClusterIdentifier": {},
188286
188427
  "DBClusterEndpointIdentifier": {},
188287
188428
  "Filters": {
188288
- "shape": "S5t"
188429
+ "shape": "S5u"
188289
188430
  },
188290
188431
  "MaxRecords": {
188291
188432
  "type": "integer"
@@ -188314,7 +188455,7 @@ module.exports={
188314
188455
  "members": {
188315
188456
  "DBClusterParameterGroupName": {},
188316
188457
  "Filters": {
188317
- "shape": "S5t"
188458
+ "shape": "S5u"
188318
188459
  },
188319
188460
  "MaxRecords": {
188320
188461
  "type": "integer"
@@ -188347,7 +188488,7 @@ module.exports={
188347
188488
  "DBClusterParameterGroupName": {},
188348
188489
  "Source": {},
188349
188490
  "Filters": {
188350
- "shape": "S5t"
188491
+ "shape": "S5u"
188351
188492
  },
188352
188493
  "MaxRecords": {
188353
188494
  "type": "integer"
@@ -188360,7 +188501,7 @@ module.exports={
188360
188501
  "type": "structure",
188361
188502
  "members": {
188362
188503
  "Parameters": {
188363
- "shape": "S6a"
188504
+ "shape": "S6b"
188364
188505
  },
188365
188506
  "Marker": {}
188366
188507
  }
@@ -188381,7 +188522,7 @@ module.exports={
188381
188522
  "type": "structure",
188382
188523
  "members": {
188383
188524
  "DBClusterSnapshotAttributesResult": {
188384
- "shape": "S6f"
188525
+ "shape": "S6g"
188385
188526
  }
188386
188527
  }
188387
188528
  }
@@ -188394,7 +188535,7 @@ module.exports={
188394
188535
  "DBClusterSnapshotIdentifier": {},
188395
188536
  "SnapshotType": {},
188396
188537
  "Filters": {
188397
- "shape": "S5t"
188538
+ "shape": "S5u"
188398
188539
  },
188399
188540
  "MaxRecords": {
188400
188541
  "type": "integer"
@@ -188429,7 +188570,7 @@ module.exports={
188429
188570
  "members": {
188430
188571
  "DBClusterIdentifier": {},
188431
188572
  "Filters": {
188432
- "shape": "S5t"
188573
+ "shape": "S5u"
188433
188574
  },
188434
188575
  "MaxRecords": {
188435
188576
  "type": "integer"
@@ -188463,7 +188604,7 @@ module.exports={
188463
188604
  "EngineVersion": {},
188464
188605
  "DBParameterGroupFamily": {},
188465
188606
  "Filters": {
188466
- "shape": "S5t"
188607
+ "shape": "S5u"
188467
188608
  },
188468
188609
  "MaxRecords": {
188469
188610
  "type": "integer"
@@ -188505,7 +188646,7 @@ module.exports={
188505
188646
  "DbiResourceId": {},
188506
188647
  "DBInstanceIdentifier": {},
188507
188648
  "Filters": {
188508
- "shape": "S5t"
188649
+ "shape": "S5u"
188509
188650
  },
188510
188651
  "MaxRecords": {
188511
188652
  "type": "integer"
@@ -188522,7 +188663,7 @@ module.exports={
188522
188663
  "DBInstanceAutomatedBackups": {
188523
188664
  "type": "list",
188524
188665
  "member": {
188525
- "shape": "S55",
188666
+ "shape": "S56",
188526
188667
  "locationName": "DBInstanceAutomatedBackup"
188527
188668
  }
188528
188669
  }
@@ -188535,7 +188676,7 @@ module.exports={
188535
188676
  "members": {
188536
188677
  "DBInstanceIdentifier": {},
188537
188678
  "Filters": {
188538
- "shape": "S5t"
188679
+ "shape": "S5u"
188539
188680
  },
188540
188681
  "MaxRecords": {
188541
188682
  "type": "integer"
@@ -188574,7 +188715,7 @@ module.exports={
188574
188715
  "type": "long"
188575
188716
  },
188576
188717
  "Filters": {
188577
- "shape": "S5t"
188718
+ "shape": "S5u"
188578
188719
  },
188579
188720
  "MaxRecords": {
188580
188721
  "type": "integer"
@@ -188612,7 +188753,7 @@ module.exports={
188612
188753
  "members": {
188613
188754
  "DBParameterGroupName": {},
188614
188755
  "Filters": {
188615
- "shape": "S5t"
188756
+ "shape": "S5u"
188616
188757
  },
188617
188758
  "MaxRecords": {
188618
188759
  "type": "integer"
@@ -188645,7 +188786,7 @@ module.exports={
188645
188786
  "DBParameterGroupName": {},
188646
188787
  "Source": {},
188647
188788
  "Filters": {
188648
- "shape": "S5t"
188789
+ "shape": "S5u"
188649
188790
  },
188650
188791
  "MaxRecords": {
188651
188792
  "type": "integer"
@@ -188658,7 +188799,7 @@ module.exports={
188658
188799
  "type": "structure",
188659
188800
  "members": {
188660
188801
  "Parameters": {
188661
- "shape": "S6a"
188802
+ "shape": "S6b"
188662
188803
  },
188663
188804
  "Marker": {}
188664
188805
  }
@@ -188670,7 +188811,7 @@ module.exports={
188670
188811
  "members": {
188671
188812
  "DBProxyName": {},
188672
188813
  "Filters": {
188673
- "shape": "S5t"
188814
+ "shape": "S5u"
188674
188815
  },
188675
188816
  "Marker": {},
188676
188817
  "MaxRecords": {
@@ -188685,7 +188826,7 @@ module.exports={
188685
188826
  "DBProxies": {
188686
188827
  "type": "list",
188687
188828
  "member": {
188688
- "shape": "S40"
188829
+ "shape": "S41"
188689
188830
  }
188690
188831
  },
188691
188832
  "Marker": {}
@@ -188699,7 +188840,7 @@ module.exports={
188699
188840
  "DBProxyName": {},
188700
188841
  "DBProxyEndpointName": {},
188701
188842
  "Filters": {
188702
- "shape": "S5t"
188843
+ "shape": "S5u"
188703
188844
  },
188704
188845
  "Marker": {},
188705
188846
  "MaxRecords": {
@@ -188714,7 +188855,7 @@ module.exports={
188714
188855
  "DBProxyEndpoints": {
188715
188856
  "type": "list",
188716
188857
  "member": {
188717
- "shape": "S49"
188858
+ "shape": "S4a"
188718
188859
  }
188719
188860
  },
188720
188861
  "Marker": {}
@@ -188731,7 +188872,7 @@ module.exports={
188731
188872
  "DBProxyName": {},
188732
188873
  "TargetGroupName": {},
188733
188874
  "Filters": {
188734
- "shape": "S5t"
188875
+ "shape": "S5u"
188735
188876
  },
188736
188877
  "Marker": {},
188737
188878
  "MaxRecords": {
@@ -188746,7 +188887,7 @@ module.exports={
188746
188887
  "TargetGroups": {
188747
188888
  "type": "list",
188748
188889
  "member": {
188749
- "shape": "S7h"
188890
+ "shape": "S7i"
188750
188891
  }
188751
188892
  },
188752
188893
  "Marker": {}
@@ -188763,7 +188904,7 @@ module.exports={
188763
188904
  "DBProxyName": {},
188764
188905
  "TargetGroupName": {},
188765
188906
  "Filters": {
188766
- "shape": "S5t"
188907
+ "shape": "S5u"
188767
188908
  },
188768
188909
  "Marker": {},
188769
188910
  "MaxRecords": {
@@ -188776,7 +188917,7 @@ module.exports={
188776
188917
  "type": "structure",
188777
188918
  "members": {
188778
188919
  "Targets": {
188779
- "shape": "S7l"
188920
+ "shape": "S7m"
188780
188921
  },
188781
188922
  "Marker": {}
188782
188923
  }
@@ -188788,7 +188929,7 @@ module.exports={
188788
188929
  "members": {
188789
188930
  "DBSecurityGroupName": {},
188790
188931
  "Filters": {
188791
- "shape": "S5t"
188932
+ "shape": "S5u"
188792
188933
  },
188793
188934
  "MaxRecords": {
188794
188935
  "type": "integer"
@@ -188826,7 +188967,7 @@ module.exports={
188826
188967
  "type": "structure",
188827
188968
  "members": {
188828
188969
  "DBSnapshotAttributesResult": {
188829
- "shape": "S7x"
188970
+ "shape": "S7y"
188830
188971
  }
188831
188972
  }
188832
188973
  }
@@ -188839,7 +188980,7 @@ module.exports={
188839
188980
  "DBSnapshotIdentifier": {},
188840
188981
  "SnapshotType": {},
188841
188982
  "Filters": {
188842
- "shape": "S5t"
188983
+ "shape": "S5u"
188843
188984
  },
188844
188985
  "MaxRecords": {
188845
188986
  "type": "integer"
@@ -188875,7 +189016,7 @@ module.exports={
188875
189016
  "members": {
188876
189017
  "DBSubnetGroupName": {},
188877
189018
  "Filters": {
188878
- "shape": "S5t"
189019
+ "shape": "S5u"
188879
189020
  },
188880
189021
  "MaxRecords": {
188881
189022
  "type": "integer"
@@ -188907,7 +189048,7 @@ module.exports={
188907
189048
  "members": {
188908
189049
  "DBParameterGroupFamily": {},
188909
189050
  "Filters": {
188910
- "shape": "S5t"
189051
+ "shape": "S5u"
188911
189052
  },
188912
189053
  "MaxRecords": {
188913
189054
  "type": "integer"
@@ -188920,7 +189061,7 @@ module.exports={
188920
189061
  "type": "structure",
188921
189062
  "members": {
188922
189063
  "EngineDefaults": {
188923
- "shape": "S88"
189064
+ "shape": "S89"
188924
189065
  }
188925
189066
  }
188926
189067
  }
@@ -188934,7 +189075,7 @@ module.exports={
188934
189075
  "members": {
188935
189076
  "DBParameterGroupFamily": {},
188936
189077
  "Filters": {
188937
- "shape": "S5t"
189078
+ "shape": "S5u"
188938
189079
  },
188939
189080
  "MaxRecords": {
188940
189081
  "type": "integer"
@@ -188947,7 +189088,7 @@ module.exports={
188947
189088
  "type": "structure",
188948
189089
  "members": {
188949
189090
  "EngineDefaults": {
188950
- "shape": "S88"
189091
+ "shape": "S89"
188951
189092
  }
188952
189093
  }
188953
189094
  }
@@ -188958,7 +189099,7 @@ module.exports={
188958
189099
  "members": {
188959
189100
  "SourceType": {},
188960
189101
  "Filters": {
188961
- "shape": "S5t"
189102
+ "shape": "S5u"
188962
189103
  }
188963
189104
  }
188964
189105
  },
@@ -188989,7 +189130,7 @@ module.exports={
188989
189130
  "members": {
188990
189131
  "SubscriptionName": {},
188991
189132
  "Filters": {
188992
- "shape": "S5t"
189133
+ "shape": "S5u"
188993
189134
  },
188994
189135
  "MaxRecords": {
188995
189136
  "type": "integer"
@@ -189031,7 +189172,7 @@ module.exports={
189031
189172
  "shape": "S8"
189032
189173
  },
189033
189174
  "Filters": {
189034
- "shape": "S5t"
189175
+ "shape": "S5u"
189035
189176
  },
189036
189177
  "MaxRecords": {
189037
189178
  "type": "integer"
@@ -189073,7 +189214,7 @@ module.exports={
189073
189214
  "ExportTaskIdentifier": {},
189074
189215
  "SourceArn": {},
189075
189216
  "Filters": {
189076
- "shape": "S5t"
189217
+ "shape": "S5u"
189077
189218
  },
189078
189219
  "Marker": {},
189079
189220
  "MaxRecords": {
@@ -189102,7 +189243,7 @@ module.exports={
189102
189243
  "members": {
189103
189244
  "GlobalClusterIdentifier": {},
189104
189245
  "Filters": {
189105
- "shape": "S5t"
189246
+ "shape": "S5u"
189106
189247
  },
189107
189248
  "MaxRecords": {
189108
189249
  "type": "integer"
@@ -189118,7 +189259,7 @@ module.exports={
189118
189259
  "GlobalClusters": {
189119
189260
  "type": "list",
189120
189261
  "member": {
189121
- "shape": "S4m",
189262
+ "shape": "S4n",
189122
189263
  "locationName": "GlobalClusterMember"
189123
189264
  }
189124
189265
  }
@@ -189135,7 +189276,7 @@ module.exports={
189135
189276
  "EngineName": {},
189136
189277
  "MajorEngineVersion": {},
189137
189278
  "Filters": {
189138
- "shape": "S5t"
189279
+ "shape": "S5u"
189139
189280
  },
189140
189281
  "MaxRecords": {
189141
189282
  "type": "integer"
@@ -189248,7 +189389,7 @@ module.exports={
189248
189389
  "members": {
189249
189390
  "OptionGroupName": {},
189250
189391
  "Filters": {
189251
- "shape": "S5t"
189392
+ "shape": "S5u"
189252
189393
  },
189253
189394
  "Marker": {},
189254
189395
  "MaxRecords": {
@@ -189289,7 +189430,7 @@ module.exports={
189289
189430
  "type": "boolean"
189290
189431
  },
189291
189432
  "Filters": {
189292
- "shape": "S5t"
189433
+ "shape": "S5u"
189293
189434
  },
189294
189435
  "MaxRecords": {
189295
189436
  "type": "integer"
@@ -189363,7 +189504,7 @@ module.exports={
189363
189504
  "type": "double"
189364
189505
  },
189365
189506
  "AvailableProcessorFeatures": {
189366
- "shape": "S9d"
189507
+ "shape": "S9e"
189367
189508
  },
189368
189509
  "SupportedEngineModes": {
189369
189510
  "shape": "S21"
@@ -189404,7 +189545,7 @@ module.exports={
189404
189545
  "members": {
189405
189546
  "ResourceIdentifier": {},
189406
189547
  "Filters": {
189407
- "shape": "S5t"
189548
+ "shape": "S5u"
189408
189549
  },
189409
189550
  "Marker": {},
189410
189551
  "MaxRecords": {
@@ -189442,7 +189583,7 @@ module.exports={
189442
189583
  },
189443
189584
  "LeaseId": {},
189444
189585
  "Filters": {
189445
- "shape": "S5t"
189586
+ "shape": "S5u"
189446
189587
  },
189447
189588
  "MaxRecords": {
189448
189589
  "type": "integer"
@@ -189458,7 +189599,7 @@ module.exports={
189458
189599
  "ReservedDBInstances": {
189459
189600
  "type": "list",
189460
189601
  "member": {
189461
- "shape": "S9m",
189602
+ "shape": "S9n",
189462
189603
  "locationName": "ReservedDBInstance"
189463
189604
  }
189464
189605
  }
@@ -189478,7 +189619,7 @@ module.exports={
189478
189619
  "type": "boolean"
189479
189620
  },
189480
189621
  "Filters": {
189481
- "shape": "S5t"
189622
+ "shape": "S5u"
189482
189623
  },
189483
189624
  "MaxRecords": {
189484
189625
  "type": "integer"
@@ -189515,7 +189656,7 @@ module.exports={
189515
189656
  "type": "boolean"
189516
189657
  },
189517
189658
  "RecurringCharges": {
189518
- "shape": "S9o"
189659
+ "shape": "S9p"
189519
189660
  }
189520
189661
  },
189521
189662
  "wrapper": true
@@ -189534,7 +189675,7 @@ module.exports={
189534
189675
  },
189535
189676
  "Marker": {},
189536
189677
  "Filters": {
189537
- "shape": "S5t"
189678
+ "shape": "S5u"
189538
189679
  }
189539
189680
  }
189540
189681
  },
@@ -189586,10 +189727,10 @@ module.exports={
189586
189727
  "members": {
189587
189728
  "StorageType": {},
189588
189729
  "StorageSize": {
189589
- "shape": "Sa3"
189730
+ "shape": "Sa4"
189590
189731
  },
189591
189732
  "ProvisionedIops": {
189592
- "shape": "Sa3"
189733
+ "shape": "Sa4"
189593
189734
  },
189594
189735
  "IopsToStorageRatio": {
189595
189736
  "type": "list",
@@ -189613,7 +189754,7 @@ module.exports={
189613
189754
  }
189614
189755
  },
189615
189756
  "ValidProcessorFeatures": {
189616
- "shape": "S9d"
189757
+ "shape": "S9e"
189617
189758
  }
189618
189759
  },
189619
189760
  "wrapper": true
@@ -189687,7 +189828,7 @@ module.exports={
189687
189828
  "type": "structure",
189688
189829
  "members": {
189689
189830
  "GlobalCluster": {
189690
- "shape": "S4m"
189831
+ "shape": "S4n"
189691
189832
  }
189692
189833
  }
189693
189834
  }
@@ -189701,7 +189842,7 @@ module.exports={
189701
189842
  "members": {
189702
189843
  "ResourceName": {},
189703
189844
  "Filters": {
189704
- "shape": "S5t"
189845
+ "shape": "S5u"
189705
189846
  }
189706
189847
  }
189707
189848
  },
@@ -189715,6 +189856,29 @@ module.exports={
189715
189856
  }
189716
189857
  }
189717
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
+ },
189718
189882
  "ModifyCertificates": {
189719
189883
  "input": {
189720
189884
  "type": "structure",
@@ -189730,7 +189894,7 @@ module.exports={
189730
189894
  "type": "structure",
189731
189895
  "members": {
189732
189896
  "Certificate": {
189733
- "shape": "S5y"
189897
+ "shape": "S5z"
189734
189898
  }
189735
189899
  }
189736
189900
  }
@@ -189822,7 +189986,7 @@ module.exports={
189822
189986
  "type": "long"
189823
189987
  },
189824
189988
  "CloudwatchLogsExportConfiguration": {
189825
- "shape": "Sao"
189989
+ "shape": "Sas"
189826
189990
  },
189827
189991
  "EngineVersion": {},
189828
189992
  "AllowMajorVersionUpgrade": {
@@ -189915,12 +190079,12 @@ module.exports={
189915
190079
  "members": {
189916
190080
  "DBClusterParameterGroupName": {},
189917
190081
  "Parameters": {
189918
- "shape": "S6a"
190082
+ "shape": "S6b"
189919
190083
  }
189920
190084
  }
189921
190085
  },
189922
190086
  "output": {
189923
- "shape": "Sas",
190087
+ "shape": "Saw",
189924
190088
  "resultWrapper": "ModifyDBClusterParameterGroupResult"
189925
190089
  }
189926
190090
  },
@@ -189935,10 +190099,10 @@ module.exports={
189935
190099
  "DBClusterSnapshotIdentifier": {},
189936
190100
  "AttributeName": {},
189937
190101
  "ValuesToAdd": {
189938
- "shape": "S6i"
190102
+ "shape": "S6j"
189939
190103
  },
189940
190104
  "ValuesToRemove": {
189941
- "shape": "S6i"
190105
+ "shape": "S6j"
189942
190106
  }
189943
190107
  }
189944
190108
  },
@@ -189947,7 +190111,7 @@ module.exports={
189947
190111
  "type": "structure",
189948
190112
  "members": {
189949
190113
  "DBClusterSnapshotAttributesResult": {
189950
- "shape": "S6f"
190114
+ "shape": "S6g"
189951
190115
  }
189952
190116
  }
189953
190117
  }
@@ -190030,7 +190194,7 @@ module.exports={
190030
190194
  "type": "integer"
190031
190195
  },
190032
190196
  "CloudwatchLogsExportConfiguration": {
190033
- "shape": "Sao"
190197
+ "shape": "Sas"
190034
190198
  },
190035
190199
  "ProcessorFeatures": {
190036
190200
  "shape": "S1b"
@@ -190079,12 +190243,12 @@ module.exports={
190079
190243
  "members": {
190080
190244
  "DBParameterGroupName": {},
190081
190245
  "Parameters": {
190082
- "shape": "S6a"
190246
+ "shape": "S6b"
190083
190247
  }
190084
190248
  }
190085
190249
  },
190086
190250
  "output": {
190087
- "shape": "Saz",
190251
+ "shape": "Sb3",
190088
190252
  "resultWrapper": "ModifyDBParameterGroupResult"
190089
190253
  }
190090
190254
  },
@@ -190098,7 +190262,7 @@ module.exports={
190098
190262
  "DBProxyName": {},
190099
190263
  "NewDBProxyName": {},
190100
190264
  "Auth": {
190101
- "shape": "S3v"
190265
+ "shape": "S3w"
190102
190266
  },
190103
190267
  "RequireTLS": {
190104
190268
  "type": "boolean"
@@ -190120,7 +190284,7 @@ module.exports={
190120
190284
  "type": "structure",
190121
190285
  "members": {
190122
190286
  "DBProxy": {
190123
- "shape": "S40"
190287
+ "shape": "S41"
190124
190288
  }
190125
190289
  }
190126
190290
  }
@@ -190144,7 +190308,7 @@ module.exports={
190144
190308
  "type": "structure",
190145
190309
  "members": {
190146
190310
  "DBProxyEndpoint": {
190147
- "shape": "S49"
190311
+ "shape": "S4a"
190148
190312
  }
190149
190313
  }
190150
190314
  }
@@ -190185,7 +190349,7 @@ module.exports={
190185
190349
  "type": "structure",
190186
190350
  "members": {
190187
190351
  "DBProxyTargetGroup": {
190188
- "shape": "S7h"
190352
+ "shape": "S7i"
190189
190353
  }
190190
190354
  }
190191
190355
  }
@@ -190223,10 +190387,10 @@ module.exports={
190223
190387
  "DBSnapshotIdentifier": {},
190224
190388
  "AttributeName": {},
190225
190389
  "ValuesToAdd": {
190226
- "shape": "S6i"
190390
+ "shape": "S6j"
190227
190391
  },
190228
190392
  "ValuesToRemove": {
190229
- "shape": "S6i"
190393
+ "shape": "S6j"
190230
190394
  }
190231
190395
  }
190232
190396
  },
@@ -190235,7 +190399,7 @@ module.exports={
190235
190399
  "type": "structure",
190236
190400
  "members": {
190237
190401
  "DBSnapshotAttributesResult": {
190238
- "shape": "S7x"
190402
+ "shape": "S7y"
190239
190403
  }
190240
190404
  }
190241
190405
  }
@@ -190251,7 +190415,7 @@ module.exports={
190251
190415
  "DBSubnetGroupName": {},
190252
190416
  "DBSubnetGroupDescription": {},
190253
190417
  "SubnetIds": {
190254
- "shape": "S4g"
190418
+ "shape": "S4h"
190255
190419
  }
190256
190420
  }
190257
190421
  },
@@ -190313,7 +190477,7 @@ module.exports={
190313
190477
  "type": "structure",
190314
190478
  "members": {
190315
190479
  "GlobalCluster": {
190316
- "shape": "S4m"
190480
+ "shape": "S4n"
190317
190481
  }
190318
190482
  }
190319
190483
  }
@@ -190441,7 +190605,7 @@ module.exports={
190441
190605
  "type": "structure",
190442
190606
  "members": {
190443
190607
  "ReservedDBInstance": {
190444
- "shape": "S9m"
190608
+ "shape": "S9n"
190445
190609
  }
190446
190610
  }
190447
190611
  }
@@ -190511,7 +190675,7 @@ module.exports={
190511
190675
  "type": "structure",
190512
190676
  "members": {
190513
190677
  "DBProxyTargets": {
190514
- "shape": "S7l"
190678
+ "shape": "S7m"
190515
190679
  }
190516
190680
  }
190517
190681
  }
@@ -190529,7 +190693,7 @@ module.exports={
190529
190693
  "type": "structure",
190530
190694
  "members": {
190531
190695
  "GlobalCluster": {
190532
- "shape": "S4m"
190696
+ "shape": "S4n"
190533
190697
  }
190534
190698
  }
190535
190699
  }
@@ -190613,12 +190777,12 @@ module.exports={
190613
190777
  "type": "boolean"
190614
190778
  },
190615
190779
  "Parameters": {
190616
- "shape": "S6a"
190780
+ "shape": "S6b"
190617
190781
  }
190618
190782
  }
190619
190783
  },
190620
190784
  "output": {
190621
- "shape": "Sas",
190785
+ "shape": "Saw",
190622
190786
  "resultWrapper": "ResetDBClusterParameterGroupResult"
190623
190787
  }
190624
190788
  },
@@ -190634,12 +190798,12 @@ module.exports={
190634
190798
  "type": "boolean"
190635
190799
  },
190636
190800
  "Parameters": {
190637
- "shape": "S6a"
190801
+ "shape": "S6b"
190638
190802
  }
190639
190803
  }
190640
190804
  },
190641
190805
  "output": {
190642
- "shape": "Saz",
190806
+ "shape": "Sb3",
190643
190807
  "resultWrapper": "ResetDBParameterGroupResult"
190644
190808
  }
190645
190809
  },
@@ -191276,7 +191440,7 @@ module.exports={
191276
191440
  "type": "structure",
191277
191441
  "members": {
191278
191442
  "DBInstanceAutomatedBackup": {
191279
- "shape": "S55"
191443
+ "shape": "S56"
191280
191444
  }
191281
191445
  }
191282
191446
  }
@@ -191387,7 +191551,7 @@ module.exports={
191387
191551
  "type": "structure",
191388
191552
  "members": {
191389
191553
  "DBInstanceAutomatedBackup": {
191390
- "shape": "S55"
191554
+ "shape": "S56"
191391
191555
  }
191392
191556
  }
191393
191557
  }
@@ -192449,7 +192613,8 @@ module.exports={
192449
192613
  },
192450
192614
  "CustomIamInstanceProfile": {},
192451
192615
  "BackupTarget": {},
192452
- "NetworkType": {}
192616
+ "NetworkType": {},
192617
+ "ActivityStreamPolicyStatus": {}
192453
192618
  },
192454
192619
  "wrapper": true
192455
192620
  },
@@ -192514,7 +192679,7 @@ module.exports={
192514
192679
  }
192515
192680
  }
192516
192681
  },
192517
- "S3v": {
192682
+ "S3w": {
192518
192683
  "type": "list",
192519
192684
  "member": {
192520
192685
  "type": "structure",
@@ -192527,7 +192692,7 @@ module.exports={
192527
192692
  }
192528
192693
  }
192529
192694
  },
192530
- "S40": {
192695
+ "S41": {
192531
192696
  "type": "structure",
192532
192697
  "members": {
192533
192698
  "DBProxyName": {},
@@ -192573,7 +192738,7 @@ module.exports={
192573
192738
  }
192574
192739
  }
192575
192740
  },
192576
- "S49": {
192741
+ "S4a": {
192577
192742
  "type": "structure",
192578
192743
  "members": {
192579
192744
  "DBProxyEndpointName": {},
@@ -192597,13 +192762,13 @@ module.exports={
192597
192762
  }
192598
192763
  }
192599
192764
  },
192600
- "S4g": {
192765
+ "S4h": {
192601
192766
  "type": "list",
192602
192767
  "member": {
192603
192768
  "locationName": "SubnetIdentifier"
192604
192769
  }
192605
192770
  },
192606
- "S4m": {
192771
+ "S4n": {
192607
192772
  "type": "structure",
192608
192773
  "members": {
192609
192774
  "GlobalClusterIdentifier": {},
@@ -192650,7 +192815,7 @@ module.exports={
192650
192815
  },
192651
192816
  "wrapper": true
192652
192817
  },
192653
- "S55": {
192818
+ "S56": {
192654
192819
  "type": "structure",
192655
192820
  "members": {
192656
192821
  "DBInstanceArn": {},
@@ -192709,7 +192874,7 @@ module.exports={
192709
192874
  },
192710
192875
  "wrapper": true
192711
192876
  },
192712
- "S5t": {
192877
+ "S5u": {
192713
192878
  "type": "list",
192714
192879
  "member": {
192715
192880
  "locationName": "Filter",
@@ -192729,7 +192894,7 @@ module.exports={
192729
192894
  }
192730
192895
  }
192731
192896
  },
192732
- "S5y": {
192897
+ "S5z": {
192733
192898
  "type": "structure",
192734
192899
  "members": {
192735
192900
  "CertificateIdentifier": {},
@@ -192751,7 +192916,7 @@ module.exports={
192751
192916
  },
192752
192917
  "wrapper": true
192753
192918
  },
192754
- "S6a": {
192919
+ "S6b": {
192755
192920
  "type": "list",
192756
192921
  "member": {
192757
192922
  "locationName": "Parameter",
@@ -192775,7 +192940,7 @@ module.exports={
192775
192940
  }
192776
192941
  }
192777
192942
  },
192778
- "S6f": {
192943
+ "S6g": {
192779
192944
  "type": "structure",
192780
192945
  "members": {
192781
192946
  "DBClusterSnapshotIdentifier": {},
@@ -192787,7 +192952,7 @@ module.exports={
192787
192952
  "members": {
192788
192953
  "AttributeName": {},
192789
192954
  "AttributeValues": {
192790
- "shape": "S6i"
192955
+ "shape": "S6j"
192791
192956
  }
192792
192957
  }
192793
192958
  }
@@ -192795,13 +192960,13 @@ module.exports={
192795
192960
  },
192796
192961
  "wrapper": true
192797
192962
  },
192798
- "S6i": {
192963
+ "S6j": {
192799
192964
  "type": "list",
192800
192965
  "member": {
192801
192966
  "locationName": "AttributeValue"
192802
192967
  }
192803
192968
  },
192804
- "S7h": {
192969
+ "S7i": {
192805
192970
  "type": "structure",
192806
192971
  "members": {
192807
192972
  "DBProxyName": {},
@@ -192837,7 +193002,7 @@ module.exports={
192837
193002
  }
192838
193003
  }
192839
193004
  },
192840
- "S7l": {
193005
+ "S7m": {
192841
193006
  "type": "list",
192842
193007
  "member": {
192843
193008
  "type": "structure",
@@ -192862,7 +193027,7 @@ module.exports={
192862
193027
  }
192863
193028
  }
192864
193029
  },
192865
- "S7x": {
193030
+ "S7y": {
192866
193031
  "type": "structure",
192867
193032
  "members": {
192868
193033
  "DBSnapshotIdentifier": {},
@@ -192874,7 +193039,7 @@ module.exports={
192874
193039
  "members": {
192875
193040
  "AttributeName": {},
192876
193041
  "AttributeValues": {
192877
- "shape": "S6i"
193042
+ "shape": "S6j"
192878
193043
  }
192879
193044
  },
192880
193045
  "wrapper": true
@@ -192883,18 +193048,18 @@ module.exports={
192883
193048
  },
192884
193049
  "wrapper": true
192885
193050
  },
192886
- "S88": {
193051
+ "S89": {
192887
193052
  "type": "structure",
192888
193053
  "members": {
192889
193054
  "DBParameterGroupFamily": {},
192890
193055
  "Marker": {},
192891
193056
  "Parameters": {
192892
- "shape": "S6a"
193057
+ "shape": "S6b"
192893
193058
  }
192894
193059
  },
192895
193060
  "wrapper": true
192896
193061
  },
192897
- "S9d": {
193062
+ "S9e": {
192898
193063
  "type": "list",
192899
193064
  "member": {
192900
193065
  "locationName": "AvailableProcessorFeature",
@@ -192906,7 +193071,7 @@ module.exports={
192906
193071
  }
192907
193072
  }
192908
193073
  },
192909
- "S9m": {
193074
+ "S9n": {
192910
193075
  "type": "structure",
192911
193076
  "members": {
192912
193077
  "ReservedDBInstanceId": {},
@@ -192935,14 +193100,14 @@ module.exports={
192935
193100
  },
192936
193101
  "State": {},
192937
193102
  "RecurringCharges": {
192938
- "shape": "S9o"
193103
+ "shape": "S9p"
192939
193104
  },
192940
193105
  "ReservedDBInstanceArn": {},
192941
193106
  "LeaseId": {}
192942
193107
  },
192943
193108
  "wrapper": true
192944
193109
  },
192945
- "S9o": {
193110
+ "S9p": {
192946
193111
  "type": "list",
192947
193112
  "member": {
192948
193113
  "locationName": "RecurringCharge",
@@ -192956,7 +193121,7 @@ module.exports={
192956
193121
  "wrapper": true
192957
193122
  }
192958
193123
  },
192959
- "Sa3": {
193124
+ "Sa4": {
192960
193125
  "type": "list",
192961
193126
  "member": {
192962
193127
  "locationName": "Range",
@@ -192974,7 +193139,7 @@ module.exports={
192974
193139
  }
192975
193140
  }
192976
193141
  },
192977
- "Sao": {
193142
+ "Sas": {
192978
193143
  "type": "structure",
192979
193144
  "members": {
192980
193145
  "EnableLogTypes": {
@@ -192985,13 +193150,13 @@ module.exports={
192985
193150
  }
192986
193151
  }
192987
193152
  },
192988
- "Sas": {
193153
+ "Saw": {
192989
193154
  "type": "structure",
192990
193155
  "members": {
192991
193156
  "DBClusterParameterGroupName": {}
192992
193157
  }
192993
193158
  },
192994
- "Saz": {
193159
+ "Sb3": {
192995
193160
  "type": "structure",
192996
193161
  "members": {
192997
193162
  "DBParameterGroupName": {}
@@ -240680,7 +240845,7 @@ AWS.util.update(AWS, {
240680
240845
  /**
240681
240846
  * @constant
240682
240847
  */
240683
- VERSION: '2.1179.0',
240848
+ VERSION: '2.1181.0',
240684
240849
 
240685
240850
  /**
240686
240851
  * @api private
@@ -262625,7 +262790,7 @@ var LRUCache = /** @class */ (function () {
262625
262790
  }());
262626
262791
  exports.LRUCache = LRUCache;
262627
262792
  },{}],457:[function(require,module,exports){
262628
- // AWS SDK for JavaScript v2.1179.0
262793
+ // AWS SDK for JavaScript v2.1181.0
262629
262794
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
262630
262795
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
262631
262796
  require('./browser_loader');