cdk-docker-image-deployment 0.0.89 → 0.0.90

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 (42) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +11 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +762 -46
  9. package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +20 -0
  10. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +230 -14
  11. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.examples.json +5 -0
  12. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.min.json +586 -0
  13. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.paginators.json +16 -0
  14. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1169 -483
  15. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +20 -0
  16. package/node_modules/aws-sdk/apis/metadata.json +8 -0
  17. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +6 -3
  18. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2666 -931
  19. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +42 -0
  20. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.examples.json +5 -0
  21. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.min.json +1516 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.paginators.json +26 -0
  23. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +5 -1
  24. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  25. package/node_modules/aws-sdk/clients/all.js +3 -1
  26. package/node_modules/aws-sdk/clients/athena.d.ts +1043 -42
  27. package/node_modules/aws-sdk/clients/dataexchange.d.ts +269 -26
  28. package/node_modules/aws-sdk/clients/docdbelastic.d.ts +565 -0
  29. package/node_modules/aws-sdk/clients/docdbelastic.js +18 -0
  30. package/node_modules/aws-sdk/clients/glue.d.ts +1026 -83
  31. package/node_modules/aws-sdk/clients/s3control.d.ts +18 -6
  32. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2434 -98
  33. package/node_modules/aws-sdk/clients/sagemakergeospatial.d.ts +1610 -0
  34. package/node_modules/aws-sdk/clients/sagemakergeospatial.js +18 -0
  35. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  36. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +87 -13
  37. package/node_modules/aws-sdk/dist/aws-sdk.js +765 -21
  38. package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
  39. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  40. package/node_modules/aws-sdk/lib/core.js +1 -1
  41. package/node_modules/aws-sdk/package.json +1 -1
  42. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1264.0
1
+ // AWS SDK for JavaScript v2.1265.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){
@@ -5809,6 +5809,26 @@ module.exports={
5809
5809
  },
5810
5810
  "idempotent": true
5811
5811
  },
5812
+ "CreateNotebook": {
5813
+ "input": {
5814
+ "type": "structure",
5815
+ "required": [
5816
+ "WorkGroup",
5817
+ "Name"
5818
+ ],
5819
+ "members": {
5820
+ "WorkGroup": {},
5821
+ "Name": {},
5822
+ "ClientRequestToken": {}
5823
+ }
5824
+ },
5825
+ "output": {
5826
+ "type": "structure",
5827
+ "members": {
5828
+ "NotebookId": {}
5829
+ }
5830
+ }
5831
+ },
5812
5832
  "CreatePreparedStatement": {
5813
5833
  "input": {
5814
5834
  "type": "structure",
@@ -5829,6 +5849,32 @@ module.exports={
5829
5849
  "members": {}
5830
5850
  }
5831
5851
  },
5852
+ "CreatePresignedNotebookUrl": {
5853
+ "input": {
5854
+ "type": "structure",
5855
+ "required": [
5856
+ "SessionId"
5857
+ ],
5858
+ "members": {
5859
+ "SessionId": {}
5860
+ }
5861
+ },
5862
+ "output": {
5863
+ "type": "structure",
5864
+ "required": [
5865
+ "NotebookUrl",
5866
+ "AuthToken",
5867
+ "AuthTokenExpirationTime"
5868
+ ],
5869
+ "members": {
5870
+ "NotebookUrl": {},
5871
+ "AuthToken": {},
5872
+ "AuthTokenExpirationTime": {
5873
+ "type": "long"
5874
+ }
5875
+ }
5876
+ }
5877
+ },
5832
5878
  "CreateWorkGroup": {
5833
5879
  "input": {
5834
5880
  "type": "structure",
@@ -5838,7 +5884,7 @@ module.exports={
5838
5884
  "members": {
5839
5885
  "Name": {},
5840
5886
  "Configuration": {
5841
- "shape": "S23"
5887
+ "shape": "S2c"
5842
5888
  },
5843
5889
  "Description": {},
5844
5890
  "Tags": {
@@ -5884,6 +5930,21 @@ module.exports={
5884
5930
  },
5885
5931
  "idempotent": true
5886
5932
  },
5933
+ "DeleteNotebook": {
5934
+ "input": {
5935
+ "type": "structure",
5936
+ "required": [
5937
+ "NotebookId"
5938
+ ],
5939
+ "members": {
5940
+ "NotebookId": {}
5941
+ }
5942
+ },
5943
+ "output": {
5944
+ "type": "structure",
5945
+ "members": {}
5946
+ }
5947
+ },
5887
5948
  "DeletePreparedStatement": {
5888
5949
  "input": {
5889
5950
  "type": "structure",
@@ -5920,6 +5981,100 @@ module.exports={
5920
5981
  },
5921
5982
  "idempotent": true
5922
5983
  },
5984
+ "ExportNotebook": {
5985
+ "input": {
5986
+ "type": "structure",
5987
+ "required": [
5988
+ "NotebookId"
5989
+ ],
5990
+ "members": {
5991
+ "NotebookId": {}
5992
+ }
5993
+ },
5994
+ "output": {
5995
+ "type": "structure",
5996
+ "members": {
5997
+ "NotebookMetadata": {
5998
+ "shape": "S2w"
5999
+ },
6000
+ "Payload": {}
6001
+ }
6002
+ }
6003
+ },
6004
+ "GetCalculationExecution": {
6005
+ "input": {
6006
+ "type": "structure",
6007
+ "required": [
6008
+ "CalculationExecutionId"
6009
+ ],
6010
+ "members": {
6011
+ "CalculationExecutionId": {}
6012
+ }
6013
+ },
6014
+ "output": {
6015
+ "type": "structure",
6016
+ "members": {
6017
+ "CalculationExecutionId": {},
6018
+ "SessionId": {},
6019
+ "Description": {},
6020
+ "WorkingDirectory": {},
6021
+ "Status": {
6022
+ "shape": "S33"
6023
+ },
6024
+ "Statistics": {
6025
+ "shape": "S35"
6026
+ },
6027
+ "Result": {
6028
+ "type": "structure",
6029
+ "members": {
6030
+ "StdOutS3Uri": {},
6031
+ "StdErrorS3Uri": {},
6032
+ "ResultS3Uri": {},
6033
+ "ResultType": {}
6034
+ }
6035
+ }
6036
+ }
6037
+ }
6038
+ },
6039
+ "GetCalculationExecutionCode": {
6040
+ "input": {
6041
+ "type": "structure",
6042
+ "required": [
6043
+ "CalculationExecutionId"
6044
+ ],
6045
+ "members": {
6046
+ "CalculationExecutionId": {}
6047
+ }
6048
+ },
6049
+ "output": {
6050
+ "type": "structure",
6051
+ "members": {
6052
+ "CodeBlock": {}
6053
+ }
6054
+ }
6055
+ },
6056
+ "GetCalculationExecutionStatus": {
6057
+ "input": {
6058
+ "type": "structure",
6059
+ "required": [
6060
+ "CalculationExecutionId"
6061
+ ],
6062
+ "members": {
6063
+ "CalculationExecutionId": {}
6064
+ }
6065
+ },
6066
+ "output": {
6067
+ "type": "structure",
6068
+ "members": {
6069
+ "Status": {
6070
+ "shape": "S33"
6071
+ },
6072
+ "Statistics": {
6073
+ "shape": "S35"
6074
+ }
6075
+ }
6076
+ }
6077
+ },
5923
6078
  "GetDataCatalog": {
5924
6079
  "input": {
5925
6080
  "type": "structure",
@@ -5967,7 +6122,7 @@ module.exports={
5967
6122
  "type": "structure",
5968
6123
  "members": {
5969
6124
  "Database": {
5970
- "shape": "S2l"
6125
+ "shape": "S3i"
5971
6126
  }
5972
6127
  }
5973
6128
  }
@@ -5991,6 +6146,25 @@ module.exports={
5991
6146
  }
5992
6147
  }
5993
6148
  },
6149
+ "GetNotebookMetadata": {
6150
+ "input": {
6151
+ "type": "structure",
6152
+ "required": [
6153
+ "NotebookId"
6154
+ ],
6155
+ "members": {
6156
+ "NotebookId": {}
6157
+ }
6158
+ },
6159
+ "output": {
6160
+ "type": "structure",
6161
+ "members": {
6162
+ "NotebookMetadata": {
6163
+ "shape": "S2w"
6164
+ }
6165
+ }
6166
+ }
6167
+ },
5994
6168
  "GetPreparedStatement": {
5995
6169
  "input": {
5996
6170
  "type": "structure",
@@ -6164,13 +6338,81 @@ module.exports={
6164
6338
  }
6165
6339
  },
6166
6340
  "OutputStage": {
6167
- "shape": "S3c"
6341
+ "shape": "S4b"
6168
6342
  }
6169
6343
  }
6170
6344
  }
6171
6345
  }
6172
6346
  }
6173
6347
  },
6348
+ "GetSession": {
6349
+ "input": {
6350
+ "type": "structure",
6351
+ "required": [
6352
+ "SessionId"
6353
+ ],
6354
+ "members": {
6355
+ "SessionId": {}
6356
+ }
6357
+ },
6358
+ "output": {
6359
+ "type": "structure",
6360
+ "members": {
6361
+ "SessionId": {},
6362
+ "Description": {},
6363
+ "WorkGroup": {},
6364
+ "EngineVersion": {},
6365
+ "EngineConfiguration": {
6366
+ "shape": "S4i"
6367
+ },
6368
+ "NotebookVersion": {},
6369
+ "SessionConfiguration": {
6370
+ "type": "structure",
6371
+ "members": {
6372
+ "ExecutionRole": {},
6373
+ "WorkingDirectory": {},
6374
+ "IdleTimeoutSeconds": {
6375
+ "type": "long"
6376
+ },
6377
+ "EncryptionConfiguration": {
6378
+ "shape": "Sy"
6379
+ }
6380
+ }
6381
+ },
6382
+ "Status": {
6383
+ "shape": "S4n"
6384
+ },
6385
+ "Statistics": {
6386
+ "type": "structure",
6387
+ "members": {
6388
+ "DpuExecutionInMillis": {
6389
+ "type": "long"
6390
+ }
6391
+ }
6392
+ }
6393
+ }
6394
+ }
6395
+ },
6396
+ "GetSessionStatus": {
6397
+ "input": {
6398
+ "type": "structure",
6399
+ "required": [
6400
+ "SessionId"
6401
+ ],
6402
+ "members": {
6403
+ "SessionId": {}
6404
+ }
6405
+ },
6406
+ "output": {
6407
+ "type": "structure",
6408
+ "members": {
6409
+ "SessionId": {},
6410
+ "Status": {
6411
+ "shape": "S4n"
6412
+ }
6413
+ }
6414
+ }
6415
+ },
6174
6416
  "GetTableMetadata": {
6175
6417
  "input": {
6176
6418
  "type": "structure",
@@ -6189,7 +6431,7 @@ module.exports={
6189
6431
  "type": "structure",
6190
6432
  "members": {
6191
6433
  "TableMetadata": {
6192
- "shape": "S3j"
6434
+ "shape": "S4u"
6193
6435
  }
6194
6436
  }
6195
6437
  }
@@ -6216,7 +6458,7 @@ module.exports={
6216
6458
  "Name": {},
6217
6459
  "State": {},
6218
6460
  "Configuration": {
6219
- "shape": "S23"
6461
+ "shape": "S2c"
6220
6462
  },
6221
6463
  "Description": {},
6222
6464
  "CreationTime": {
@@ -6227,6 +6469,97 @@ module.exports={
6227
6469
  }
6228
6470
  }
6229
6471
  },
6472
+ "ImportNotebook": {
6473
+ "input": {
6474
+ "type": "structure",
6475
+ "required": [
6476
+ "WorkGroup",
6477
+ "Name",
6478
+ "Payload",
6479
+ "Type"
6480
+ ],
6481
+ "members": {
6482
+ "WorkGroup": {},
6483
+ "Name": {},
6484
+ "Payload": {},
6485
+ "Type": {},
6486
+ "ClientRequestToken": {}
6487
+ }
6488
+ },
6489
+ "output": {
6490
+ "type": "structure",
6491
+ "members": {
6492
+ "NotebookId": {}
6493
+ }
6494
+ }
6495
+ },
6496
+ "ListApplicationDPUSizes": {
6497
+ "input": {
6498
+ "type": "structure",
6499
+ "members": {
6500
+ "MaxResults": {
6501
+ "type": "integer"
6502
+ },
6503
+ "NextToken": {}
6504
+ }
6505
+ },
6506
+ "output": {
6507
+ "type": "structure",
6508
+ "members": {
6509
+ "ApplicationDPUSizes": {
6510
+ "type": "list",
6511
+ "member": {
6512
+ "type": "structure",
6513
+ "members": {
6514
+ "ApplicationRuntimeId": {},
6515
+ "SupportedDPUSizes": {
6516
+ "type": "list",
6517
+ "member": {
6518
+ "type": "integer"
6519
+ }
6520
+ }
6521
+ }
6522
+ }
6523
+ },
6524
+ "NextToken": {}
6525
+ }
6526
+ }
6527
+ },
6528
+ "ListCalculationExecutions": {
6529
+ "input": {
6530
+ "type": "structure",
6531
+ "required": [
6532
+ "SessionId"
6533
+ ],
6534
+ "members": {
6535
+ "SessionId": {},
6536
+ "StateFilter": {},
6537
+ "MaxResults": {
6538
+ "type": "integer"
6539
+ },
6540
+ "NextToken": {}
6541
+ }
6542
+ },
6543
+ "output": {
6544
+ "type": "structure",
6545
+ "members": {
6546
+ "NextToken": {},
6547
+ "Calculations": {
6548
+ "type": "list",
6549
+ "member": {
6550
+ "type": "structure",
6551
+ "members": {
6552
+ "CalculationExecutionId": {},
6553
+ "Description": {},
6554
+ "Status": {
6555
+ "shape": "S33"
6556
+ }
6557
+ }
6558
+ }
6559
+ }
6560
+ }
6561
+ }
6562
+ },
6230
6563
  "ListDataCatalogs": {
6231
6564
  "input": {
6232
6565
  "type": "structure",
@@ -6274,7 +6607,7 @@ module.exports={
6274
6607
  "DatabaseList": {
6275
6608
  "type": "list",
6276
6609
  "member": {
6277
- "shape": "S2l"
6610
+ "shape": "S3i"
6278
6611
  }
6279
6612
  },
6280
6613
  "NextToken": {}
@@ -6304,6 +6637,55 @@ module.exports={
6304
6637
  }
6305
6638
  }
6306
6639
  },
6640
+ "ListExecutors": {
6641
+ "input": {
6642
+ "type": "structure",
6643
+ "required": [
6644
+ "SessionId"
6645
+ ],
6646
+ "members": {
6647
+ "SessionId": {},
6648
+ "ExecutorStateFilter": {},
6649
+ "MaxResults": {
6650
+ "type": "integer"
6651
+ },
6652
+ "NextToken": {}
6653
+ }
6654
+ },
6655
+ "output": {
6656
+ "type": "structure",
6657
+ "required": [
6658
+ "SessionId"
6659
+ ],
6660
+ "members": {
6661
+ "SessionId": {},
6662
+ "NextToken": {},
6663
+ "ExecutorsSummary": {
6664
+ "type": "list",
6665
+ "member": {
6666
+ "type": "structure",
6667
+ "required": [
6668
+ "ExecutorId"
6669
+ ],
6670
+ "members": {
6671
+ "ExecutorId": {},
6672
+ "ExecutorType": {},
6673
+ "StartDateTime": {
6674
+ "type": "long"
6675
+ },
6676
+ "TerminationDateTime": {
6677
+ "type": "long"
6678
+ },
6679
+ "ExecutorState": {},
6680
+ "ExecutorSize": {
6681
+ "type": "long"
6682
+ }
6683
+ }
6684
+ }
6685
+ }
6686
+ }
6687
+ }
6688
+ },
6307
6689
  "ListNamedQueries": {
6308
6690
  "input": {
6309
6691
  "type": "structure",
@@ -6325,6 +6707,75 @@ module.exports={
6325
6707
  }
6326
6708
  }
6327
6709
  },
6710
+ "ListNotebookMetadata": {
6711
+ "input": {
6712
+ "type": "structure",
6713
+ "required": [
6714
+ "WorkGroup"
6715
+ ],
6716
+ "members": {
6717
+ "Filters": {
6718
+ "type": "structure",
6719
+ "members": {
6720
+ "Name": {}
6721
+ }
6722
+ },
6723
+ "NextToken": {},
6724
+ "MaxResults": {
6725
+ "type": "integer"
6726
+ },
6727
+ "WorkGroup": {}
6728
+ }
6729
+ },
6730
+ "output": {
6731
+ "type": "structure",
6732
+ "members": {
6733
+ "NextToken": {},
6734
+ "NotebookMetadataList": {
6735
+ "type": "list",
6736
+ "member": {
6737
+ "shape": "S2w"
6738
+ }
6739
+ }
6740
+ }
6741
+ }
6742
+ },
6743
+ "ListNotebookSessions": {
6744
+ "input": {
6745
+ "type": "structure",
6746
+ "required": [
6747
+ "NotebookId"
6748
+ ],
6749
+ "members": {
6750
+ "NotebookId": {},
6751
+ "MaxResults": {
6752
+ "type": "integer"
6753
+ },
6754
+ "NextToken": {}
6755
+ }
6756
+ },
6757
+ "output": {
6758
+ "type": "structure",
6759
+ "required": [
6760
+ "NotebookSessionsList"
6761
+ ],
6762
+ "members": {
6763
+ "NotebookSessionsList": {
6764
+ "type": "list",
6765
+ "member": {
6766
+ "type": "structure",
6767
+ "members": {
6768
+ "SessionId": {},
6769
+ "CreationTime": {
6770
+ "type": "timestamp"
6771
+ }
6772
+ }
6773
+ }
6774
+ },
6775
+ "NextToken": {}
6776
+ }
6777
+ }
6778
+ },
6328
6779
  "ListPreparedStatements": {
6329
6780
  "input": {
6330
6781
  "type": "structure",
@@ -6379,6 +6830,45 @@ module.exports={
6379
6830
  }
6380
6831
  }
6381
6832
  },
6833
+ "ListSessions": {
6834
+ "input": {
6835
+ "type": "structure",
6836
+ "required": [
6837
+ "WorkGroup"
6838
+ ],
6839
+ "members": {
6840
+ "WorkGroup": {},
6841
+ "StateFilter": {},
6842
+ "MaxResults": {
6843
+ "type": "integer"
6844
+ },
6845
+ "NextToken": {}
6846
+ }
6847
+ },
6848
+ "output": {
6849
+ "type": "structure",
6850
+ "members": {
6851
+ "NextToken": {},
6852
+ "Sessions": {
6853
+ "type": "list",
6854
+ "member": {
6855
+ "type": "structure",
6856
+ "members": {
6857
+ "SessionId": {},
6858
+ "Description": {},
6859
+ "EngineVersion": {
6860
+ "shape": "S1i"
6861
+ },
6862
+ "NotebookVersion": {},
6863
+ "Status": {
6864
+ "shape": "S4n"
6865
+ }
6866
+ }
6867
+ }
6868
+ }
6869
+ }
6870
+ }
6871
+ },
6382
6872
  "ListTableMetadata": {
6383
6873
  "input": {
6384
6874
  "type": "structure",
@@ -6402,7 +6892,7 @@ module.exports={
6402
6892
  "TableMetadataList": {
6403
6893
  "type": "list",
6404
6894
  "member": {
6405
- "shape": "S3j"
6895
+ "shape": "S4u"
6406
6896
  }
6407
6897
  },
6408
6898
  "NextToken": {}
@@ -6467,6 +6957,35 @@ module.exports={
6467
6957
  }
6468
6958
  }
6469
6959
  },
6960
+ "StartCalculationExecution": {
6961
+ "input": {
6962
+ "type": "structure",
6963
+ "required": [
6964
+ "SessionId"
6965
+ ],
6966
+ "members": {
6967
+ "SessionId": {},
6968
+ "Description": {},
6969
+ "CalculationConfiguration": {
6970
+ "deprecated": true,
6971
+ "deprecatedMessage": "Kepler Post GA Tasks : https://sim.amazon.com/issues/ATHENA-39828",
6972
+ "type": "structure",
6973
+ "members": {
6974
+ "CodeBlock": {}
6975
+ }
6976
+ },
6977
+ "CodeBlock": {},
6978
+ "ClientRequestToken": {}
6979
+ }
6980
+ },
6981
+ "output": {
6982
+ "type": "structure",
6983
+ "members": {
6984
+ "CalculationExecutionId": {},
6985
+ "State": {}
6986
+ }
6987
+ }
6988
+ },
6470
6989
  "StartQueryExecution": {
6471
6990
  "input": {
6472
6991
  "type": "structure",
@@ -6501,6 +7020,51 @@ module.exports={
6501
7020
  },
6502
7021
  "idempotent": true
6503
7022
  },
7023
+ "StartSession": {
7024
+ "input": {
7025
+ "type": "structure",
7026
+ "required": [
7027
+ "WorkGroup",
7028
+ "EngineConfiguration"
7029
+ ],
7030
+ "members": {
7031
+ "Description": {},
7032
+ "WorkGroup": {},
7033
+ "EngineConfiguration": {
7034
+ "shape": "S4i"
7035
+ },
7036
+ "NotebookVersion": {},
7037
+ "SessionIdleTimeoutInMinutes": {
7038
+ "type": "integer"
7039
+ },
7040
+ "ClientRequestToken": {}
7041
+ }
7042
+ },
7043
+ "output": {
7044
+ "type": "structure",
7045
+ "members": {
7046
+ "SessionId": {},
7047
+ "State": {}
7048
+ }
7049
+ }
7050
+ },
7051
+ "StopCalculationExecution": {
7052
+ "input": {
7053
+ "type": "structure",
7054
+ "required": [
7055
+ "CalculationExecutionId"
7056
+ ],
7057
+ "members": {
7058
+ "CalculationExecutionId": {}
7059
+ }
7060
+ },
7061
+ "output": {
7062
+ "type": "structure",
7063
+ "members": {
7064
+ "State": {}
7065
+ }
7066
+ }
7067
+ },
6504
7068
  "StopQueryExecution": {
6505
7069
  "input": {
6506
7070
  "type": "structure",
@@ -6538,6 +7102,23 @@ module.exports={
6538
7102
  "members": {}
6539
7103
  }
6540
7104
  },
7105
+ "TerminateSession": {
7106
+ "input": {
7107
+ "type": "structure",
7108
+ "required": [
7109
+ "SessionId"
7110
+ ],
7111
+ "members": {
7112
+ "SessionId": {}
7113
+ }
7114
+ },
7115
+ "output": {
7116
+ "type": "structure",
7117
+ "members": {
7118
+ "State": {}
7119
+ }
7120
+ }
7121
+ },
6541
7122
  "UntagResource": {
6542
7123
  "input": {
6543
7124
  "type": "structure",
@@ -6600,6 +7181,43 @@ module.exports={
6600
7181
  },
6601
7182
  "idempotent": true
6602
7183
  },
7184
+ "UpdateNotebook": {
7185
+ "input": {
7186
+ "type": "structure",
7187
+ "required": [
7188
+ "NotebookId"
7189
+ ],
7190
+ "members": {
7191
+ "NotebookId": {},
7192
+ "Payload": {},
7193
+ "Type": {},
7194
+ "SessionId": {},
7195
+ "ClientRequestToken": {}
7196
+ }
7197
+ },
7198
+ "output": {
7199
+ "type": "structure",
7200
+ "members": {}
7201
+ }
7202
+ },
7203
+ "UpdateNotebookMetadata": {
7204
+ "input": {
7205
+ "type": "structure",
7206
+ "required": [
7207
+ "NotebookId",
7208
+ "Name"
7209
+ ],
7210
+ "members": {
7211
+ "NotebookId": {},
7212
+ "ClientRequestToken": {},
7213
+ "Name": {}
7214
+ }
7215
+ },
7216
+ "output": {
7217
+ "type": "structure",
7218
+ "members": {}
7219
+ }
7220
+ },
6603
7221
  "UpdatePreparedStatement": {
6604
7222
  "input": {
6605
7223
  "type": "structure",
@@ -6674,6 +7292,14 @@ module.exports={
6674
7292
  },
6675
7293
  "EngineVersion": {
6676
7294
  "shape": "S1i"
7295
+ },
7296
+ "RemoveCustomerContentEncryptionConfiguration": {
7297
+ "type": "boolean"
7298
+ },
7299
+ "AdditionalConfiguration": {},
7300
+ "ExecutionRole": {},
7301
+ "CustomerContentEncryptionConfiguration": {
7302
+ "shape": "S2g"
6677
7303
  }
6678
7304
  }
6679
7305
  },
@@ -6894,7 +7520,7 @@ module.exports={
6894
7520
  }
6895
7521
  }
6896
7522
  },
6897
- "S23": {
7523
+ "S2c": {
6898
7524
  "type": "structure",
6899
7525
  "members": {
6900
7526
  "ResultConfiguration": {
@@ -6914,10 +7540,61 @@ module.exports={
6914
7540
  },
6915
7541
  "EngineVersion": {
6916
7542
  "shape": "S1i"
7543
+ },
7544
+ "AdditionalConfiguration": {},
7545
+ "ExecutionRole": {},
7546
+ "CustomerContentEncryptionConfiguration": {
7547
+ "shape": "S2g"
6917
7548
  }
6918
7549
  }
6919
7550
  },
6920
- "S2l": {
7551
+ "S2g": {
7552
+ "type": "structure",
7553
+ "required": [
7554
+ "KmsKey"
7555
+ ],
7556
+ "members": {
7557
+ "KmsKey": {}
7558
+ }
7559
+ },
7560
+ "S2w": {
7561
+ "type": "structure",
7562
+ "members": {
7563
+ "NotebookId": {},
7564
+ "Name": {},
7565
+ "WorkGroup": {},
7566
+ "CreationTime": {
7567
+ "type": "timestamp"
7568
+ },
7569
+ "Type": {},
7570
+ "LastModifiedTime": {
7571
+ "type": "timestamp"
7572
+ }
7573
+ }
7574
+ },
7575
+ "S33": {
7576
+ "type": "structure",
7577
+ "members": {
7578
+ "SubmissionDateTime": {
7579
+ "type": "timestamp"
7580
+ },
7581
+ "CompletionDateTime": {
7582
+ "type": "timestamp"
7583
+ },
7584
+ "State": {},
7585
+ "StateChangeReason": {}
7586
+ }
7587
+ },
7588
+ "S35": {
7589
+ "type": "structure",
7590
+ "members": {
7591
+ "DpuExecutionInMillis": {
7592
+ "type": "long"
7593
+ },
7594
+ "Progress": {}
7595
+ }
7596
+ },
7597
+ "S3i": {
6921
7598
  "type": "structure",
6922
7599
  "required": [
6923
7600
  "Name"
@@ -6930,7 +7607,7 @@ module.exports={
6930
7607
  }
6931
7608
  }
6932
7609
  },
6933
- "S3c": {
7610
+ "S4b": {
6934
7611
  "type": "structure",
6935
7612
  "members": {
6936
7613
  "StageId": {
@@ -6953,17 +7630,17 @@ module.exports={
6953
7630
  "type": "long"
6954
7631
  },
6955
7632
  "QueryStagePlan": {
6956
- "shape": "S3d"
7633
+ "shape": "S4c"
6957
7634
  },
6958
7635
  "SubStages": {
6959
7636
  "type": "list",
6960
7637
  "member": {
6961
- "shape": "S3c"
7638
+ "shape": "S4b"
6962
7639
  }
6963
7640
  }
6964
7641
  }
6965
7642
  },
6966
- "S3d": {
7643
+ "S4c": {
6967
7644
  "type": "structure",
6968
7645
  "members": {
6969
7646
  "Name": {},
@@ -6971,7 +7648,7 @@ module.exports={
6971
7648
  "Children": {
6972
7649
  "type": "list",
6973
7650
  "member": {
6974
- "shape": "S3d"
7651
+ "shape": "S4c"
6975
7652
  }
6976
7653
  },
6977
7654
  "RemoteSources": {
@@ -6980,7 +7657,46 @@ module.exports={
6980
7657
  }
6981
7658
  }
6982
7659
  },
6983
- "S3j": {
7660
+ "S4i": {
7661
+ "type": "structure",
7662
+ "required": [
7663
+ "MaxConcurrentDpus"
7664
+ ],
7665
+ "members": {
7666
+ "CoordinatorDpuSize": {
7667
+ "type": "integer"
7668
+ },
7669
+ "MaxConcurrentDpus": {
7670
+ "type": "integer"
7671
+ },
7672
+ "DefaultExecutorDpuSize": {
7673
+ "type": "integer"
7674
+ },
7675
+ "AdditionalConfigs": {
7676
+ "shape": "S1p"
7677
+ }
7678
+ }
7679
+ },
7680
+ "S4n": {
7681
+ "type": "structure",
7682
+ "members": {
7683
+ "StartDateTime": {
7684
+ "type": "timestamp"
7685
+ },
7686
+ "LastModifiedDateTime": {
7687
+ "type": "timestamp"
7688
+ },
7689
+ "EndDateTime": {
7690
+ "type": "timestamp"
7691
+ },
7692
+ "IdleSinceDateTime": {
7693
+ "type": "timestamp"
7694
+ },
7695
+ "State": {},
7696
+ "StateChangeReason": {}
7697
+ }
7698
+ },
7699
+ "S4u": {
6984
7700
  "type": "structure",
6985
7701
  "required": [
6986
7702
  "Name"
@@ -6995,17 +7711,17 @@ module.exports={
6995
7711
  },
6996
7712
  "TableType": {},
6997
7713
  "Columns": {
6998
- "shape": "S3m"
7714
+ "shape": "S4x"
6999
7715
  },
7000
7716
  "PartitionKeys": {
7001
- "shape": "S3m"
7717
+ "shape": "S4x"
7002
7718
  },
7003
7719
  "Parameters": {
7004
7720
  "shape": "S1p"
7005
7721
  }
7006
7722
  }
7007
7723
  },
7008
- "S3m": {
7724
+ "S4x": {
7009
7725
  "type": "list",
7010
7726
  "member": {
7011
7727
  "type": "structure",
@@ -7029,6 +7745,16 @@ module.exports={
7029
7745
  "limit_key": "MaxResults",
7030
7746
  "output_token": "NextToken"
7031
7747
  },
7748
+ "ListApplicationDPUSizes": {
7749
+ "input_token": "NextToken",
7750
+ "limit_key": "MaxResults",
7751
+ "output_token": "NextToken"
7752
+ },
7753
+ "ListCalculationExecutions": {
7754
+ "input_token": "NextToken",
7755
+ "limit_key": "MaxResults",
7756
+ "output_token": "NextToken"
7757
+ },
7032
7758
  "ListDataCatalogs": {
7033
7759
  "input_token": "NextToken",
7034
7760
  "limit_key": "MaxResults",
@@ -7046,6 +7772,11 @@ module.exports={
7046
7772
  "limit_key": "MaxResults",
7047
7773
  "output_token": "NextToken"
7048
7774
  },
7775
+ "ListExecutors": {
7776
+ "input_token": "NextToken",
7777
+ "limit_key": "MaxResults",
7778
+ "output_token": "NextToken"
7779
+ },
7049
7780
  "ListNamedQueries": {
7050
7781
  "input_token": "NextToken",
7051
7782
  "limit_key": "MaxResults",
@@ -7061,6 +7792,11 @@ module.exports={
7061
7792
  "limit_key": "MaxResults",
7062
7793
  "output_token": "NextToken"
7063
7794
  },
7795
+ "ListSessions": {
7796
+ "input_token": "NextToken",
7797
+ "limit_key": "MaxResults",
7798
+ "output_token": "NextToken"
7799
+ },
7064
7800
  "ListTableMetadata": {
7065
7801
  "input_token": "NextToken",
7066
7802
  "limit_key": "MaxResults",
@@ -175792,6 +176528,14 @@ module.exports={
175792
176528
  },
175793
176529
  "simspaceweaver": {
175794
176530
  "name": "SimSpaceWeaver"
176531
+ },
176532
+ "docdbelastic": {
176533
+ "prefix": "docdb-elastic",
176534
+ "name": "DocDBElastic"
176535
+ },
176536
+ "sagemakergeospatial": {
176537
+ "prefix": "sagemaker-geospatial",
176538
+ "name": "SageMakerGeospatial"
175795
176539
  }
175796
176540
  }
175797
176541
  },{}],166:[function(require,module,exports){
@@ -248957,7 +249701,7 @@ AWS.util.update(AWS, {
248957
249701
  /**
248958
249702
  * @constant
248959
249703
  */
248960
- VERSION: '2.1264.0',
249704
+ VERSION: '2.1265.0',
248961
249705
 
248962
249706
  /**
248963
249707
  * @api private
@@ -271015,7 +271759,7 @@ var LRUCache = /** @class */ (function () {
271015
271759
  }());
271016
271760
  exports.LRUCache = LRUCache;
271017
271761
  },{}],461:[function(require,module,exports){
271018
- // AWS SDK for JavaScript v2.1264.0
271762
+ // AWS SDK for JavaScript v2.1265.0
271019
271763
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
271020
271764
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
271021
271765
  require('./browser_loader');