cdk-docker-image-deployment 0.0.89 → 0.0.91

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 (63) 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 +19 -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/codecatalyst-2022-09-28.examples.json +5 -0
  11. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +1268 -0
  12. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +45 -0
  13. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.waiters2.json +5 -0
  14. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +332 -157
  15. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +35 -23
  16. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +230 -14
  17. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.examples.json +5 -0
  18. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.min.json +586 -0
  19. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.paginators.json +16 -0
  20. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +423 -164
  21. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.paginators.json +12 -0
  22. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1169 -483
  23. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +20 -0
  24. package/node_modules/aws-sdk/apis/metadata.json +14 -0
  25. package/node_modules/aws-sdk/apis/pipes-2015-10-07.examples.json +5 -0
  26. package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +1329 -0
  27. package/node_modules/aws-sdk/apis/pipes-2015-10-07.paginators.json +10 -0
  28. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +6 -3
  29. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2666 -931
  30. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +42 -0
  31. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.examples.json +5 -0
  32. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.min.json +1516 -0
  33. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.paginators.json +26 -0
  34. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +285 -62
  35. package/node_modules/aws-sdk/apis/states-2016-11-23.paginators.json +6 -0
  36. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +5 -1
  37. package/node_modules/aws-sdk/clients/all.d.ts +4 -0
  38. package/node_modules/aws-sdk/clients/all.js +5 -1
  39. package/node_modules/aws-sdk/clients/athena.d.ts +1043 -42
  40. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +1403 -0
  41. package/node_modules/aws-sdk/clients/codecatalyst.js +19 -0
  42. package/node_modules/aws-sdk/clients/comprehend.d.ts +238 -18
  43. package/node_modules/aws-sdk/clients/dataexchange.d.ts +269 -26
  44. package/node_modules/aws-sdk/clients/docdbelastic.d.ts +565 -0
  45. package/node_modules/aws-sdk/clients/docdbelastic.js +18 -0
  46. package/node_modules/aws-sdk/clients/gamelift.d.ts +712 -323
  47. package/node_modules/aws-sdk/clients/glue.d.ts +1026 -83
  48. package/node_modules/aws-sdk/clients/pipes.d.ts +1612 -0
  49. package/node_modules/aws-sdk/clients/pipes.js +18 -0
  50. package/node_modules/aws-sdk/clients/s3control.d.ts +18 -6
  51. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2434 -98
  52. package/node_modules/aws-sdk/clients/sagemakergeospatial.d.ts +1610 -0
  53. package/node_modules/aws-sdk/clients/sagemakergeospatial.js +18 -0
  54. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +290 -17
  55. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
  56. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +176 -21
  57. package/node_modules/aws-sdk/dist/aws-sdk.js +1576 -367
  58. package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
  59. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +8 -0
  60. package/node_modules/aws-sdk/lib/core.js +1 -1
  61. package/node_modules/aws-sdk/lib/region_config_data.json +4 -2
  62. package/node_modules/aws-sdk/package.json +1 -1
  63. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1264.0
1
+ // AWS SDK for JavaScript v2.1266.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",
@@ -53376,7 +54112,7 @@ module.exports={
53376
54112
  "type": "integer"
53377
54113
  },
53378
54114
  "KeyPhrases": {
53379
- "shape": "Sq"
54115
+ "shape": "Su"
53380
54116
  }
53381
54117
  }
53382
54118
  }
@@ -53419,7 +54155,7 @@ module.exports={
53419
54155
  },
53420
54156
  "Sentiment": {},
53421
54157
  "SentimentScore": {
53422
- "shape": "Sx"
54158
+ "shape": "S11"
53423
54159
  }
53424
54160
  }
53425
54161
  }
@@ -53461,7 +54197,7 @@ module.exports={
53461
54197
  "type": "integer"
53462
54198
  },
53463
54199
  "SyntaxTokens": {
53464
- "shape": "S13"
54200
+ "shape": "S17"
53465
54201
  }
53466
54202
  }
53467
54203
  }
@@ -53503,7 +54239,7 @@ module.exports={
53503
54239
  "type": "integer"
53504
54240
  },
53505
54241
  "Entities": {
53506
- "shape": "S1b"
54242
+ "shape": "S1f"
53507
54243
  }
53508
54244
  }
53509
54245
  }
@@ -53519,14 +54255,19 @@ module.exports={
53519
54255
  "input": {
53520
54256
  "type": "structure",
53521
54257
  "required": [
53522
- "Text",
53523
54258
  "EndpointArn"
53524
54259
  ],
53525
54260
  "members": {
53526
54261
  "Text": {
53527
54262
  "shape": "S3"
53528
54263
  },
53529
- "EndpointArn": {}
54264
+ "EndpointArn": {},
54265
+ "Bytes": {
54266
+ "type": "blob"
54267
+ },
54268
+ "DocumentReaderConfig": {
54269
+ "shape": "S1p"
54270
+ }
53530
54271
  }
53531
54272
  },
53532
54273
  "output": {
@@ -53540,6 +54281,9 @@ module.exports={
53540
54281
  "Name": {},
53541
54282
  "Score": {
53542
54283
  "type": "float"
54284
+ },
54285
+ "Page": {
54286
+ "type": "integer"
53543
54287
  }
53544
54288
  }
53545
54289
  }
@@ -53552,9 +54296,21 @@ module.exports={
53552
54296
  "Name": {},
53553
54297
  "Score": {
53554
54298
  "type": "float"
54299
+ },
54300
+ "Page": {
54301
+ "type": "integer"
53555
54302
  }
53556
54303
  }
53557
54304
  }
54305
+ },
54306
+ "DocumentMetadata": {
54307
+ "shape": "S1z"
54308
+ },
54309
+ "DocumentType": {
54310
+ "shape": "S22"
54311
+ },
54312
+ "Errors": {
54313
+ "shape": "S25"
53558
54314
  }
53559
54315
  },
53560
54316
  "sensitive": true
@@ -53604,13 +54360,13 @@ module.exports={
53604
54360
  "VersionName": {},
53605
54361
  "DataAccessRoleArn": {},
53606
54362
  "Tags": {
53607
- "shape": "S1y"
54363
+ "shape": "S2h"
53608
54364
  },
53609
54365
  "InputDataConfig": {
53610
- "shape": "S22"
54366
+ "shape": "S2l"
53611
54367
  },
53612
54368
  "OutputDataConfig": {
53613
- "shape": "S2c"
54369
+ "shape": "S2v"
53614
54370
  },
53615
54371
  "ClientRequestToken": {
53616
54372
  "idempotencyToken": true
@@ -53618,7 +54374,7 @@ module.exports={
53618
54374
  "LanguageCode": {},
53619
54375
  "VolumeKmsKeyId": {},
53620
54376
  "VpcConfig": {
53621
- "shape": "S2f"
54377
+ "shape": "S2y"
53622
54378
  },
53623
54379
  "Mode": {},
53624
54380
  "ModelKmsKeyId": {},
@@ -53650,7 +54406,7 @@ module.exports={
53650
54406
  "idempotencyToken": true
53651
54407
  },
53652
54408
  "Tags": {
53653
- "shape": "S1y"
54409
+ "shape": "S2h"
53654
54410
  },
53655
54411
  "DataAccessRoleArn": {}
53656
54412
  }
@@ -53676,10 +54432,10 @@ module.exports={
53676
54432
  "VersionName": {},
53677
54433
  "DataAccessRoleArn": {},
53678
54434
  "Tags": {
53679
- "shape": "S1y"
54435
+ "shape": "S2h"
53680
54436
  },
53681
54437
  "InputDataConfig": {
53682
- "shape": "S2v"
54438
+ "shape": "S3e"
53683
54439
  },
53684
54440
  "ClientRequestToken": {
53685
54441
  "idempotencyToken": true
@@ -53687,7 +54443,7 @@ module.exports={
53687
54443
  "LanguageCode": {},
53688
54444
  "VolumeKmsKeyId": {},
53689
54445
  "VpcConfig": {
53690
- "shape": "S2f"
54446
+ "shape": "S2y"
53691
54447
  },
53692
54448
  "ModelKmsKeyId": {},
53693
54449
  "ModelPolicy": {}
@@ -53775,7 +54531,7 @@ module.exports={
53775
54531
  "type": "structure",
53776
54532
  "members": {
53777
54533
  "DocumentClassificationJobProperties": {
53778
- "shape": "S3j"
54534
+ "shape": "S42"
53779
54535
  }
53780
54536
  }
53781
54537
  }
@@ -53794,7 +54550,7 @@ module.exports={
53794
54550
  "type": "structure",
53795
54551
  "members": {
53796
54552
  "DocumentClassifierProperties": {
53797
- "shape": "S3y"
54553
+ "shape": "S4c"
53798
54554
  }
53799
54555
  }
53800
54556
  }
@@ -53813,7 +54569,7 @@ module.exports={
53813
54569
  "type": "structure",
53814
54570
  "members": {
53815
54571
  "DominantLanguageDetectionJobProperties": {
53816
- "shape": "S45"
54572
+ "shape": "S4j"
53817
54573
  }
53818
54574
  }
53819
54575
  }
@@ -53832,7 +54588,7 @@ module.exports={
53832
54588
  "type": "structure",
53833
54589
  "members": {
53834
54590
  "EndpointProperties": {
53835
- "shape": "S48"
54591
+ "shape": "S4m"
53836
54592
  }
53837
54593
  }
53838
54594
  }
@@ -53851,7 +54607,7 @@ module.exports={
53851
54607
  "type": "structure",
53852
54608
  "members": {
53853
54609
  "EntitiesDetectionJobProperties": {
53854
- "shape": "S4c"
54610
+ "shape": "S4q"
53855
54611
  }
53856
54612
  }
53857
54613
  }
@@ -53870,7 +54626,7 @@ module.exports={
53870
54626
  "type": "structure",
53871
54627
  "members": {
53872
54628
  "EntityRecognizerProperties": {
53873
- "shape": "S4f"
54629
+ "shape": "S4t"
53874
54630
  }
53875
54631
  }
53876
54632
  }
@@ -53889,7 +54645,7 @@ module.exports={
53889
54645
  "type": "structure",
53890
54646
  "members": {
53891
54647
  "EventsDetectionJobProperties": {
53892
- "shape": "S4n"
54648
+ "shape": "S51"
53893
54649
  }
53894
54650
  }
53895
54651
  }
@@ -53908,7 +54664,7 @@ module.exports={
53908
54664
  "type": "structure",
53909
54665
  "members": {
53910
54666
  "KeyPhrasesDetectionJobProperties": {
53911
- "shape": "S4s"
54667
+ "shape": "S56"
53912
54668
  }
53913
54669
  }
53914
54670
  }
@@ -53927,7 +54683,7 @@ module.exports={
53927
54683
  "type": "structure",
53928
54684
  "members": {
53929
54685
  "PiiEntitiesDetectionJobProperties": {
53930
- "shape": "S4v"
54686
+ "shape": "S59"
53931
54687
  }
53932
54688
  }
53933
54689
  }
@@ -53970,7 +54726,7 @@ module.exports={
53970
54726
  "type": "structure",
53971
54727
  "members": {
53972
54728
  "SentimentDetectionJobProperties": {
53973
- "shape": "S56"
54729
+ "shape": "S5k"
53974
54730
  }
53975
54731
  }
53976
54732
  }
@@ -53989,7 +54745,7 @@ module.exports={
53989
54745
  "type": "structure",
53990
54746
  "members": {
53991
54747
  "TargetedSentimentDetectionJobProperties": {
53992
- "shape": "S59"
54748
+ "shape": "S5n"
53993
54749
  }
53994
54750
  }
53995
54751
  }
@@ -54008,7 +54764,7 @@ module.exports={
54008
54764
  "type": "structure",
54009
54765
  "members": {
54010
54766
  "TopicsDetectionJobProperties": {
54011
- "shape": "S5c"
54767
+ "shape": "S5q"
54012
54768
  }
54013
54769
  }
54014
54770
  }
@@ -54038,15 +54794,18 @@ module.exports={
54038
54794
  "DetectEntities": {
54039
54795
  "input": {
54040
54796
  "type": "structure",
54041
- "required": [
54042
- "Text"
54043
- ],
54044
54797
  "members": {
54045
54798
  "Text": {
54046
54799
  "shape": "S3"
54047
54800
  },
54048
54801
  "LanguageCode": {},
54049
- "EndpointArn": {}
54802
+ "EndpointArn": {},
54803
+ "Bytes": {
54804
+ "type": "blob"
54805
+ },
54806
+ "DocumentReaderConfig": {
54807
+ "shape": "S1p"
54808
+ }
54050
54809
  }
54051
54810
  },
54052
54811
  "output": {
@@ -54054,6 +54813,78 @@ module.exports={
54054
54813
  "members": {
54055
54814
  "Entities": {
54056
54815
  "shape": "Sj"
54816
+ },
54817
+ "DocumentMetadata": {
54818
+ "shape": "S1z"
54819
+ },
54820
+ "DocumentType": {
54821
+ "shape": "S22"
54822
+ },
54823
+ "Blocks": {
54824
+ "type": "list",
54825
+ "member": {
54826
+ "type": "structure",
54827
+ "members": {
54828
+ "Id": {},
54829
+ "BlockType": {},
54830
+ "Text": {},
54831
+ "Page": {
54832
+ "type": "integer"
54833
+ },
54834
+ "Geometry": {
54835
+ "type": "structure",
54836
+ "members": {
54837
+ "BoundingBox": {
54838
+ "type": "structure",
54839
+ "members": {
54840
+ "Height": {
54841
+ "type": "float"
54842
+ },
54843
+ "Left": {
54844
+ "type": "float"
54845
+ },
54846
+ "Top": {
54847
+ "type": "float"
54848
+ },
54849
+ "Width": {
54850
+ "type": "float"
54851
+ }
54852
+ }
54853
+ },
54854
+ "Polygon": {
54855
+ "type": "list",
54856
+ "member": {
54857
+ "type": "structure",
54858
+ "members": {
54859
+ "X": {
54860
+ "type": "float"
54861
+ },
54862
+ "Y": {
54863
+ "type": "float"
54864
+ }
54865
+ }
54866
+ }
54867
+ }
54868
+ }
54869
+ },
54870
+ "Relationships": {
54871
+ "type": "list",
54872
+ "member": {
54873
+ "type": "structure",
54874
+ "members": {
54875
+ "Ids": {
54876
+ "type": "list",
54877
+ "member": {}
54878
+ },
54879
+ "Type": {}
54880
+ }
54881
+ }
54882
+ }
54883
+ }
54884
+ }
54885
+ },
54886
+ "Errors": {
54887
+ "shape": "S25"
54057
54888
  }
54058
54889
  },
54059
54890
  "sensitive": true
@@ -54077,7 +54908,7 @@ module.exports={
54077
54908
  "type": "structure",
54078
54909
  "members": {
54079
54910
  "KeyPhrases": {
54080
- "shape": "Sq"
54911
+ "shape": "Su"
54081
54912
  }
54082
54913
  },
54083
54914
  "sensitive": true
@@ -54138,7 +54969,7 @@ module.exports={
54138
54969
  "members": {
54139
54970
  "Sentiment": {},
54140
54971
  "SentimentScore": {
54141
- "shape": "Sx"
54972
+ "shape": "S11"
54142
54973
  }
54143
54974
  },
54144
54975
  "sensitive": true
@@ -54162,7 +54993,7 @@ module.exports={
54162
54993
  "type": "structure",
54163
54994
  "members": {
54164
54995
  "SyntaxTokens": {
54165
- "shape": "S13"
54996
+ "shape": "S17"
54166
54997
  }
54167
54998
  },
54168
54999
  "sensitive": true
@@ -54186,7 +55017,7 @@ module.exports={
54186
55017
  "type": "structure",
54187
55018
  "members": {
54188
55019
  "Entities": {
54189
- "shape": "S1b"
55020
+ "shape": "S1f"
54190
55021
  }
54191
55022
  },
54192
55023
  "sensitive": true
@@ -54205,7 +55036,7 @@ module.exports={
54205
55036
  "ModelKmsKeyId": {},
54206
55037
  "DataAccessRoleArn": {},
54207
55038
  "Tags": {
54208
- "shape": "S1y"
55039
+ "shape": "S2h"
54209
55040
  }
54210
55041
  }
54211
55042
  },
@@ -54245,7 +55076,7 @@ module.exports={
54245
55076
  "DocumentClassificationJobPropertiesList": {
54246
55077
  "type": "list",
54247
55078
  "member": {
54248
- "shape": "S3j"
55079
+ "shape": "S42"
54249
55080
  }
54250
55081
  },
54251
55082
  "NextToken": {}
@@ -54315,7 +55146,7 @@ module.exports={
54315
55146
  "DocumentClassifierPropertiesList": {
54316
55147
  "type": "list",
54317
55148
  "member": {
54318
- "shape": "S3y"
55149
+ "shape": "S4c"
54319
55150
  }
54320
55151
  },
54321
55152
  "NextToken": {}
@@ -54351,7 +55182,7 @@ module.exports={
54351
55182
  "DominantLanguageDetectionJobPropertiesList": {
54352
55183
  "type": "list",
54353
55184
  "member": {
54354
- "shape": "S45"
55185
+ "shape": "S4j"
54355
55186
  }
54356
55187
  },
54357
55188
  "NextToken": {}
@@ -54387,7 +55218,7 @@ module.exports={
54387
55218
  "EndpointPropertiesList": {
54388
55219
  "type": "list",
54389
55220
  "member": {
54390
- "shape": "S48"
55221
+ "shape": "S4m"
54391
55222
  }
54392
55223
  },
54393
55224
  "NextToken": {}
@@ -54423,7 +55254,7 @@ module.exports={
54423
55254
  "EntitiesDetectionJobPropertiesList": {
54424
55255
  "type": "list",
54425
55256
  "member": {
54426
- "shape": "S4c"
55257
+ "shape": "S4q"
54427
55258
  }
54428
55259
  },
54429
55260
  "NextToken": {}
@@ -54493,7 +55324,7 @@ module.exports={
54493
55324
  "EntityRecognizerPropertiesList": {
54494
55325
  "type": "list",
54495
55326
  "member": {
54496
- "shape": "S4f"
55327
+ "shape": "S4t"
54497
55328
  }
54498
55329
  },
54499
55330
  "NextToken": {}
@@ -54529,7 +55360,7 @@ module.exports={
54529
55360
  "EventsDetectionJobPropertiesList": {
54530
55361
  "type": "list",
54531
55362
  "member": {
54532
- "shape": "S4n"
55363
+ "shape": "S51"
54533
55364
  }
54534
55365
  },
54535
55366
  "NextToken": {}
@@ -54565,7 +55396,7 @@ module.exports={
54565
55396
  "KeyPhrasesDetectionJobPropertiesList": {
54566
55397
  "type": "list",
54567
55398
  "member": {
54568
- "shape": "S4s"
55399
+ "shape": "S56"
54569
55400
  }
54570
55401
  },
54571
55402
  "NextToken": {}
@@ -54601,7 +55432,7 @@ module.exports={
54601
55432
  "PiiEntitiesDetectionJobPropertiesList": {
54602
55433
  "type": "list",
54603
55434
  "member": {
54604
- "shape": "S4v"
55435
+ "shape": "S59"
54605
55436
  }
54606
55437
  },
54607
55438
  "NextToken": {}
@@ -54637,7 +55468,7 @@ module.exports={
54637
55468
  "SentimentDetectionJobPropertiesList": {
54638
55469
  "type": "list",
54639
55470
  "member": {
54640
- "shape": "S56"
55471
+ "shape": "S5k"
54641
55472
  }
54642
55473
  },
54643
55474
  "NextToken": {}
@@ -54659,7 +55490,7 @@ module.exports={
54659
55490
  "members": {
54660
55491
  "ResourceArn": {},
54661
55492
  "Tags": {
54662
- "shape": "S1y"
55493
+ "shape": "S2h"
54663
55494
  }
54664
55495
  }
54665
55496
  }
@@ -54693,7 +55524,7 @@ module.exports={
54693
55524
  "TargetedSentimentDetectionJobPropertiesList": {
54694
55525
  "type": "list",
54695
55526
  "member": {
54696
- "shape": "S59"
55527
+ "shape": "S5n"
54697
55528
  }
54698
55529
  },
54699
55530
  "NextToken": {}
@@ -54729,7 +55560,7 @@ module.exports={
54729
55560
  "TopicsDetectionJobPropertiesList": {
54730
55561
  "type": "list",
54731
55562
  "member": {
54732
- "shape": "S5c"
55563
+ "shape": "S5q"
54733
55564
  }
54734
55565
  },
54735
55566
  "NextToken": {}
@@ -54769,10 +55600,10 @@ module.exports={
54769
55600
  "JobName": {},
54770
55601
  "DocumentClassifierArn": {},
54771
55602
  "InputDataConfig": {
54772
- "shape": "S3p"
55603
+ "shape": "S48"
54773
55604
  },
54774
55605
  "OutputDataConfig": {
54775
- "shape": "S3v"
55606
+ "shape": "S49"
54776
55607
  },
54777
55608
  "DataAccessRoleArn": {},
54778
55609
  "ClientRequestToken": {
@@ -54780,10 +55611,10 @@ module.exports={
54780
55611
  },
54781
55612
  "VolumeKmsKeyId": {},
54782
55613
  "VpcConfig": {
54783
- "shape": "S2f"
55614
+ "shape": "S2y"
54784
55615
  },
54785
55616
  "Tags": {
54786
- "shape": "S1y"
55617
+ "shape": "S2h"
54787
55618
  }
54788
55619
  }
54789
55620
  },
@@ -54806,10 +55637,10 @@ module.exports={
54806
55637
  ],
54807
55638
  "members": {
54808
55639
  "InputDataConfig": {
54809
- "shape": "S3p"
55640
+ "shape": "S48"
54810
55641
  },
54811
55642
  "OutputDataConfig": {
54812
- "shape": "S3v"
55643
+ "shape": "S49"
54813
55644
  },
54814
55645
  "DataAccessRoleArn": {},
54815
55646
  "JobName": {},
@@ -54818,10 +55649,10 @@ module.exports={
54818
55649
  },
54819
55650
  "VolumeKmsKeyId": {},
54820
55651
  "VpcConfig": {
54821
- "shape": "S2f"
55652
+ "shape": "S2y"
54822
55653
  },
54823
55654
  "Tags": {
54824
- "shape": "S1y"
55655
+ "shape": "S2h"
54825
55656
  }
54826
55657
  }
54827
55658
  },
@@ -54845,10 +55676,10 @@ module.exports={
54845
55676
  ],
54846
55677
  "members": {
54847
55678
  "InputDataConfig": {
54848
- "shape": "S3p"
55679
+ "shape": "S48"
54849
55680
  },
54850
55681
  "OutputDataConfig": {
54851
- "shape": "S3v"
55682
+ "shape": "S49"
54852
55683
  },
54853
55684
  "DataAccessRoleArn": {},
54854
55685
  "JobName": {},
@@ -54859,10 +55690,10 @@ module.exports={
54859
55690
  },
54860
55691
  "VolumeKmsKeyId": {},
54861
55692
  "VpcConfig": {
54862
- "shape": "S2f"
55693
+ "shape": "S2y"
54863
55694
  },
54864
55695
  "Tags": {
54865
- "shape": "S1y"
55696
+ "shape": "S2h"
54866
55697
  }
54867
55698
  }
54868
55699
  },
@@ -54887,10 +55718,10 @@ module.exports={
54887
55718
  ],
54888
55719
  "members": {
54889
55720
  "InputDataConfig": {
54890
- "shape": "S3p"
55721
+ "shape": "S48"
54891
55722
  },
54892
55723
  "OutputDataConfig": {
54893
- "shape": "S3v"
55724
+ "shape": "S49"
54894
55725
  },
54895
55726
  "DataAccessRoleArn": {},
54896
55727
  "JobName": {},
@@ -54899,10 +55730,10 @@ module.exports={
54899
55730
  "idempotencyToken": true
54900
55731
  },
54901
55732
  "TargetEventTypes": {
54902
- "shape": "S4o"
55733
+ "shape": "S52"
54903
55734
  },
54904
55735
  "Tags": {
54905
- "shape": "S1y"
55736
+ "shape": "S2h"
54906
55737
  }
54907
55738
  }
54908
55739
  },
@@ -54926,10 +55757,10 @@ module.exports={
54926
55757
  ],
54927
55758
  "members": {
54928
55759
  "InputDataConfig": {
54929
- "shape": "S3p"
55760
+ "shape": "S48"
54930
55761
  },
54931
55762
  "OutputDataConfig": {
54932
- "shape": "S3v"
55763
+ "shape": "S49"
54933
55764
  },
54934
55765
  "DataAccessRoleArn": {},
54935
55766
  "JobName": {},
@@ -54939,10 +55770,10 @@ module.exports={
54939
55770
  },
54940
55771
  "VolumeKmsKeyId": {},
54941
55772
  "VpcConfig": {
54942
- "shape": "S2f"
55773
+ "shape": "S2y"
54943
55774
  },
54944
55775
  "Tags": {
54945
- "shape": "S1y"
55776
+ "shape": "S2h"
54946
55777
  }
54947
55778
  }
54948
55779
  },
@@ -54967,14 +55798,14 @@ module.exports={
54967
55798
  ],
54968
55799
  "members": {
54969
55800
  "InputDataConfig": {
54970
- "shape": "S3p"
55801
+ "shape": "S48"
54971
55802
  },
54972
55803
  "OutputDataConfig": {
54973
- "shape": "S3v"
55804
+ "shape": "S49"
54974
55805
  },
54975
55806
  "Mode": {},
54976
55807
  "RedactionConfig": {
54977
- "shape": "S4x"
55808
+ "shape": "S5b"
54978
55809
  },
54979
55810
  "DataAccessRoleArn": {},
54980
55811
  "JobName": {},
@@ -54983,7 +55814,7 @@ module.exports={
54983
55814
  "idempotencyToken": true
54984
55815
  },
54985
55816
  "Tags": {
54986
- "shape": "S1y"
55817
+ "shape": "S2h"
54987
55818
  }
54988
55819
  }
54989
55820
  },
@@ -55007,10 +55838,10 @@ module.exports={
55007
55838
  ],
55008
55839
  "members": {
55009
55840
  "InputDataConfig": {
55010
- "shape": "S3p"
55841
+ "shape": "S48"
55011
55842
  },
55012
55843
  "OutputDataConfig": {
55013
- "shape": "S3v"
55844
+ "shape": "S49"
55014
55845
  },
55015
55846
  "DataAccessRoleArn": {},
55016
55847
  "JobName": {},
@@ -55020,10 +55851,10 @@ module.exports={
55020
55851
  },
55021
55852
  "VolumeKmsKeyId": {},
55022
55853
  "VpcConfig": {
55023
- "shape": "S2f"
55854
+ "shape": "S2y"
55024
55855
  },
55025
55856
  "Tags": {
55026
- "shape": "S1y"
55857
+ "shape": "S2h"
55027
55858
  }
55028
55859
  }
55029
55860
  },
@@ -55047,10 +55878,10 @@ module.exports={
55047
55878
  ],
55048
55879
  "members": {
55049
55880
  "InputDataConfig": {
55050
- "shape": "S3p"
55881
+ "shape": "S48"
55051
55882
  },
55052
55883
  "OutputDataConfig": {
55053
- "shape": "S3v"
55884
+ "shape": "S49"
55054
55885
  },
55055
55886
  "DataAccessRoleArn": {},
55056
55887
  "JobName": {},
@@ -55060,10 +55891,10 @@ module.exports={
55060
55891
  },
55061
55892
  "VolumeKmsKeyId": {},
55062
55893
  "VpcConfig": {
55063
- "shape": "S2f"
55894
+ "shape": "S2y"
55064
55895
  },
55065
55896
  "Tags": {
55066
- "shape": "S1y"
55897
+ "shape": "S2h"
55067
55898
  }
55068
55899
  }
55069
55900
  },
@@ -55086,10 +55917,10 @@ module.exports={
55086
55917
  ],
55087
55918
  "members": {
55088
55919
  "InputDataConfig": {
55089
- "shape": "S3p"
55920
+ "shape": "S48"
55090
55921
  },
55091
55922
  "OutputDataConfig": {
55092
- "shape": "S3v"
55923
+ "shape": "S49"
55093
55924
  },
55094
55925
  "DataAccessRoleArn": {},
55095
55926
  "JobName": {},
@@ -55101,10 +55932,10 @@ module.exports={
55101
55932
  },
55102
55933
  "VolumeKmsKeyId": {},
55103
55934
  "VpcConfig": {
55104
- "shape": "S2f"
55935
+ "shape": "S2y"
55105
55936
  },
55106
55937
  "Tags": {
55107
- "shape": "S1y"
55938
+ "shape": "S2h"
55108
55939
  }
55109
55940
  }
55110
55941
  },
@@ -55283,7 +56114,7 @@ module.exports={
55283
56114
  "members": {
55284
56115
  "ResourceArn": {},
55285
56116
  "Tags": {
55286
- "shape": "S1y"
56117
+ "shape": "S2h"
55287
56118
  }
55288
56119
  }
55289
56120
  },
@@ -55385,11 +56216,41 @@ module.exports={
55385
56216
  },
55386
56217
  "EndOffset": {
55387
56218
  "type": "integer"
56219
+ },
56220
+ "BlockReferences": {
56221
+ "type": "list",
56222
+ "member": {
56223
+ "type": "structure",
56224
+ "members": {
56225
+ "BlockId": {},
56226
+ "BeginOffset": {
56227
+ "type": "integer"
56228
+ },
56229
+ "EndOffset": {
56230
+ "type": "integer"
56231
+ },
56232
+ "ChildBlocks": {
56233
+ "type": "list",
56234
+ "member": {
56235
+ "type": "structure",
56236
+ "members": {
56237
+ "ChildBlockId": {},
56238
+ "BeginOffset": {
56239
+ "type": "integer"
56240
+ },
56241
+ "EndOffset": {
56242
+ "type": "integer"
56243
+ }
56244
+ }
56245
+ }
56246
+ }
56247
+ }
56248
+ }
55388
56249
  }
55389
56250
  }
55390
56251
  }
55391
56252
  },
55392
- "Sq": {
56253
+ "Su": {
55393
56254
  "type": "list",
55394
56255
  "member": {
55395
56256
  "type": "structure",
@@ -55407,7 +56268,7 @@ module.exports={
55407
56268
  }
55408
56269
  }
55409
56270
  },
55410
- "Sx": {
56271
+ "S11": {
55411
56272
  "type": "structure",
55412
56273
  "members": {
55413
56274
  "Positive": {
@@ -55424,7 +56285,7 @@ module.exports={
55424
56285
  }
55425
56286
  }
55426
56287
  },
55427
- "S13": {
56288
+ "S17": {
55428
56289
  "type": "list",
55429
56290
  "member": {
55430
56291
  "type": "structure",
@@ -55451,7 +56312,7 @@ module.exports={
55451
56312
  }
55452
56313
  }
55453
56314
  },
55454
- "S1b": {
56315
+ "S1f": {
55455
56316
  "type": "list",
55456
56317
  "member": {
55457
56318
  "type": "structure",
@@ -55480,7 +56341,7 @@ module.exports={
55480
56341
  "members": {
55481
56342
  "Sentiment": {},
55482
56343
  "SentimentScore": {
55483
- "shape": "Sx"
56344
+ "shape": "S11"
55484
56345
  }
55485
56346
  }
55486
56347
  },
@@ -55496,7 +56357,68 @@ module.exports={
55496
56357
  }
55497
56358
  }
55498
56359
  },
55499
- "S1y": {
56360
+ "S1p": {
56361
+ "type": "structure",
56362
+ "required": [
56363
+ "DocumentReadAction"
56364
+ ],
56365
+ "members": {
56366
+ "DocumentReadAction": {},
56367
+ "DocumentReadMode": {},
56368
+ "FeatureTypes": {
56369
+ "type": "list",
56370
+ "member": {}
56371
+ }
56372
+ }
56373
+ },
56374
+ "S1z": {
56375
+ "type": "structure",
56376
+ "members": {
56377
+ "Pages": {
56378
+ "type": "integer"
56379
+ },
56380
+ "ExtractedCharacters": {
56381
+ "type": "list",
56382
+ "member": {
56383
+ "type": "structure",
56384
+ "members": {
56385
+ "Page": {
56386
+ "type": "integer"
56387
+ },
56388
+ "Count": {
56389
+ "type": "integer"
56390
+ }
56391
+ }
56392
+ }
56393
+ }
56394
+ }
56395
+ },
56396
+ "S22": {
56397
+ "type": "list",
56398
+ "member": {
56399
+ "type": "structure",
56400
+ "members": {
56401
+ "Page": {
56402
+ "type": "integer"
56403
+ },
56404
+ "Type": {}
56405
+ }
56406
+ }
56407
+ },
56408
+ "S25": {
56409
+ "type": "list",
56410
+ "member": {
56411
+ "type": "structure",
56412
+ "members": {
56413
+ "Page": {
56414
+ "type": "integer"
56415
+ },
56416
+ "ErrorCode": {},
56417
+ "ErrorMessage": {}
56418
+ }
56419
+ }
56420
+ },
56421
+ "S2h": {
55500
56422
  "type": "list",
55501
56423
  "member": {
55502
56424
  "type": "structure",
@@ -55509,7 +56431,7 @@ module.exports={
55509
56431
  }
55510
56432
  }
55511
56433
  },
55512
- "S22": {
56434
+ "S2l": {
55513
56435
  "type": "structure",
55514
56436
  "members": {
55515
56437
  "DataFormat": {},
@@ -55519,12 +56441,12 @@ module.exports={
55519
56441
  "AugmentedManifests": {
55520
56442
  "type": "list",
55521
56443
  "member": {
55522
- "shape": "S27"
56444
+ "shape": "S2q"
55523
56445
  }
55524
56446
  }
55525
56447
  }
55526
56448
  },
55527
- "S27": {
56449
+ "S2q": {
55528
56450
  "type": "structure",
55529
56451
  "required": [
55530
56452
  "S3Uri",
@@ -55542,14 +56464,14 @@ module.exports={
55542
56464
  "DocumentType": {}
55543
56465
  }
55544
56466
  },
55545
- "S2c": {
56467
+ "S2v": {
55546
56468
  "type": "structure",
55547
56469
  "members": {
55548
56470
  "S3Uri": {},
55549
56471
  "KmsKeyId": {}
55550
56472
  }
55551
56473
  },
55552
- "S2f": {
56474
+ "S2y": {
55553
56475
  "type": "structure",
55554
56476
  "required": [
55555
56477
  "SecurityGroupIds",
@@ -55566,7 +56488,7 @@ module.exports={
55566
56488
  }
55567
56489
  }
55568
56490
  },
55569
- "S2v": {
56491
+ "S3e": {
55570
56492
  "type": "structure",
55571
56493
  "required": [
55572
56494
  "EntityTypes"
@@ -55618,12 +56540,12 @@ module.exports={
55618
56540
  "AugmentedManifests": {
55619
56541
  "type": "list",
55620
56542
  "member": {
55621
- "shape": "S27"
56543
+ "shape": "S2q"
55622
56544
  }
55623
56545
  }
55624
56546
  }
55625
56547
  },
55626
- "S3j": {
56548
+ "S42": {
55627
56549
  "type": "structure",
55628
56550
  "members": {
55629
56551
  "JobId": {},
@@ -55639,19 +56561,19 @@ module.exports={
55639
56561
  },
55640
56562
  "DocumentClassifierArn": {},
55641
56563
  "InputDataConfig": {
55642
- "shape": "S3p"
56564
+ "shape": "S48"
55643
56565
  },
55644
56566
  "OutputDataConfig": {
55645
- "shape": "S3v"
56567
+ "shape": "S49"
55646
56568
  },
55647
56569
  "DataAccessRoleArn": {},
55648
56570
  "VolumeKmsKeyId": {},
55649
56571
  "VpcConfig": {
55650
- "shape": "S2f"
56572
+ "shape": "S2y"
55651
56573
  }
55652
56574
  }
55653
56575
  },
55654
- "S3p": {
56576
+ "S48": {
55655
56577
  "type": "structure",
55656
56578
  "required": [
55657
56579
  "S3Uri"
@@ -55660,22 +56582,11 @@ module.exports={
55660
56582
  "S3Uri": {},
55661
56583
  "InputFormat": {},
55662
56584
  "DocumentReaderConfig": {
55663
- "type": "structure",
55664
- "required": [
55665
- "DocumentReadAction"
55666
- ],
55667
- "members": {
55668
- "DocumentReadAction": {},
55669
- "DocumentReadMode": {},
55670
- "FeatureTypes": {
55671
- "type": "list",
55672
- "member": {}
55673
- }
55674
- }
56585
+ "shape": "S1p"
55675
56586
  }
55676
56587
  }
55677
56588
  },
55678
- "S3v": {
56589
+ "S49": {
55679
56590
  "type": "structure",
55680
56591
  "required": [
55681
56592
  "S3Uri"
@@ -55685,7 +56596,7 @@ module.exports={
55685
56596
  "KmsKeyId": {}
55686
56597
  }
55687
56598
  },
55688
- "S3y": {
56599
+ "S4c": {
55689
56600
  "type": "structure",
55690
56601
  "members": {
55691
56602
  "DocumentClassifierArn": {},
@@ -55705,10 +56616,10 @@ module.exports={
55705
56616
  "type": "timestamp"
55706
56617
  },
55707
56618
  "InputDataConfig": {
55708
- "shape": "S22"
56619
+ "shape": "S2l"
55709
56620
  },
55710
56621
  "OutputDataConfig": {
55711
- "shape": "S2c"
56622
+ "shape": "S2v"
55712
56623
  },
55713
56624
  "ClassifierMetadata": {
55714
56625
  "type": "structure",
@@ -55757,7 +56668,7 @@ module.exports={
55757
56668
  "DataAccessRoleArn": {},
55758
56669
  "VolumeKmsKeyId": {},
55759
56670
  "VpcConfig": {
55760
- "shape": "S2f"
56671
+ "shape": "S2y"
55761
56672
  },
55762
56673
  "Mode": {},
55763
56674
  "ModelKmsKeyId": {},
@@ -55765,7 +56676,7 @@ module.exports={
55765
56676
  "SourceModelArn": {}
55766
56677
  }
55767
56678
  },
55768
- "S45": {
56679
+ "S4j": {
55769
56680
  "type": "structure",
55770
56681
  "members": {
55771
56682
  "JobId": {},
@@ -55780,19 +56691,19 @@ module.exports={
55780
56691
  "type": "timestamp"
55781
56692
  },
55782
56693
  "InputDataConfig": {
55783
- "shape": "S3p"
56694
+ "shape": "S48"
55784
56695
  },
55785
56696
  "OutputDataConfig": {
55786
- "shape": "S3v"
56697
+ "shape": "S49"
55787
56698
  },
55788
56699
  "DataAccessRoleArn": {},
55789
56700
  "VolumeKmsKeyId": {},
55790
56701
  "VpcConfig": {
55791
- "shape": "S2f"
56702
+ "shape": "S2y"
55792
56703
  }
55793
56704
  }
55794
56705
  },
55795
- "S48": {
56706
+ "S4m": {
55796
56707
  "type": "structure",
55797
56708
  "members": {
55798
56709
  "EndpointArn": {},
@@ -55816,7 +56727,7 @@ module.exports={
55816
56727
  "DesiredDataAccessRoleArn": {}
55817
56728
  }
55818
56729
  },
55819
- "S4c": {
56730
+ "S4q": {
55820
56731
  "type": "structure",
55821
56732
  "members": {
55822
56733
  "JobId": {},
@@ -55832,20 +56743,20 @@ module.exports={
55832
56743
  },
55833
56744
  "EntityRecognizerArn": {},
55834
56745
  "InputDataConfig": {
55835
- "shape": "S3p"
56746
+ "shape": "S48"
55836
56747
  },
55837
56748
  "OutputDataConfig": {
55838
- "shape": "S3v"
56749
+ "shape": "S49"
55839
56750
  },
55840
56751
  "LanguageCode": {},
55841
56752
  "DataAccessRoleArn": {},
55842
56753
  "VolumeKmsKeyId": {},
55843
56754
  "VpcConfig": {
55844
- "shape": "S2f"
56755
+ "shape": "S2y"
55845
56756
  }
55846
56757
  }
55847
56758
  },
55848
- "S4f": {
56759
+ "S4t": {
55849
56760
  "type": "structure",
55850
56761
  "members": {
55851
56762
  "EntityRecognizerArn": {},
@@ -55865,7 +56776,7 @@ module.exports={
55865
56776
  "type": "timestamp"
55866
56777
  },
55867
56778
  "InputDataConfig": {
55868
- "shape": "S2v"
56779
+ "shape": "S3e"
55869
56780
  },
55870
56781
  "RecognizerMetadata": {
55871
56782
  "type": "structure",
@@ -55922,14 +56833,14 @@ module.exports={
55922
56833
  "DataAccessRoleArn": {},
55923
56834
  "VolumeKmsKeyId": {},
55924
56835
  "VpcConfig": {
55925
- "shape": "S2f"
56836
+ "shape": "S2y"
55926
56837
  },
55927
56838
  "ModelKmsKeyId": {},
55928
56839
  "VersionName": {},
55929
56840
  "SourceModelArn": {}
55930
56841
  }
55931
56842
  },
55932
- "S4n": {
56843
+ "S51": {
55933
56844
  "type": "structure",
55934
56845
  "members": {
55935
56846
  "JobId": {},
@@ -55944,23 +56855,23 @@ module.exports={
55944
56855
  "type": "timestamp"
55945
56856
  },
55946
56857
  "InputDataConfig": {
55947
- "shape": "S3p"
56858
+ "shape": "S48"
55948
56859
  },
55949
56860
  "OutputDataConfig": {
55950
- "shape": "S3v"
56861
+ "shape": "S49"
55951
56862
  },
55952
56863
  "LanguageCode": {},
55953
56864
  "DataAccessRoleArn": {},
55954
56865
  "TargetEventTypes": {
55955
- "shape": "S4o"
56866
+ "shape": "S52"
55956
56867
  }
55957
56868
  }
55958
56869
  },
55959
- "S4o": {
56870
+ "S52": {
55960
56871
  "type": "list",
55961
56872
  "member": {}
55962
56873
  },
55963
- "S4s": {
56874
+ "S56": {
55964
56875
  "type": "structure",
55965
56876
  "members": {
55966
56877
  "JobId": {},
@@ -55975,20 +56886,20 @@ module.exports={
55975
56886
  "type": "timestamp"
55976
56887
  },
55977
56888
  "InputDataConfig": {
55978
- "shape": "S3p"
56889
+ "shape": "S48"
55979
56890
  },
55980
56891
  "OutputDataConfig": {
55981
- "shape": "S3v"
56892
+ "shape": "S49"
55982
56893
  },
55983
56894
  "LanguageCode": {},
55984
56895
  "DataAccessRoleArn": {},
55985
56896
  "VolumeKmsKeyId": {},
55986
56897
  "VpcConfig": {
55987
- "shape": "S2f"
56898
+ "shape": "S2y"
55988
56899
  }
55989
56900
  }
55990
56901
  },
55991
- "S4v": {
56902
+ "S59": {
55992
56903
  "type": "structure",
55993
56904
  "members": {
55994
56905
  "JobId": {},
@@ -56003,7 +56914,7 @@ module.exports={
56003
56914
  "type": "timestamp"
56004
56915
  },
56005
56916
  "InputDataConfig": {
56006
- "shape": "S3p"
56917
+ "shape": "S48"
56007
56918
  },
56008
56919
  "OutputDataConfig": {
56009
56920
  "type": "structure",
@@ -56016,14 +56927,14 @@ module.exports={
56016
56927
  }
56017
56928
  },
56018
56929
  "RedactionConfig": {
56019
- "shape": "S4x"
56930
+ "shape": "S5b"
56020
56931
  },
56021
56932
  "LanguageCode": {},
56022
56933
  "DataAccessRoleArn": {},
56023
56934
  "Mode": {}
56024
56935
  }
56025
56936
  },
56026
- "S4x": {
56937
+ "S5b": {
56027
56938
  "type": "structure",
56028
56939
  "members": {
56029
56940
  "PiiEntityTypes": {
@@ -56034,7 +56945,7 @@ module.exports={
56034
56945
  "MaskCharacter": {}
56035
56946
  }
56036
56947
  },
56037
- "S56": {
56948
+ "S5k": {
56038
56949
  "type": "structure",
56039
56950
  "members": {
56040
56951
  "JobId": {},
@@ -56049,20 +56960,20 @@ module.exports={
56049
56960
  "type": "timestamp"
56050
56961
  },
56051
56962
  "InputDataConfig": {
56052
- "shape": "S3p"
56963
+ "shape": "S48"
56053
56964
  },
56054
56965
  "OutputDataConfig": {
56055
- "shape": "S3v"
56966
+ "shape": "S49"
56056
56967
  },
56057
56968
  "LanguageCode": {},
56058
56969
  "DataAccessRoleArn": {},
56059
56970
  "VolumeKmsKeyId": {},
56060
56971
  "VpcConfig": {
56061
- "shape": "S2f"
56972
+ "shape": "S2y"
56062
56973
  }
56063
56974
  }
56064
56975
  },
56065
- "S59": {
56976
+ "S5n": {
56066
56977
  "type": "structure",
56067
56978
  "members": {
56068
56979
  "JobId": {},
@@ -56077,20 +56988,20 @@ module.exports={
56077
56988
  "type": "timestamp"
56078
56989
  },
56079
56990
  "InputDataConfig": {
56080
- "shape": "S3p"
56991
+ "shape": "S48"
56081
56992
  },
56082
56993
  "OutputDataConfig": {
56083
- "shape": "S3v"
56994
+ "shape": "S49"
56084
56995
  },
56085
56996
  "LanguageCode": {},
56086
56997
  "DataAccessRoleArn": {},
56087
56998
  "VolumeKmsKeyId": {},
56088
56999
  "VpcConfig": {
56089
- "shape": "S2f"
57000
+ "shape": "S2y"
56090
57001
  }
56091
57002
  }
56092
57003
  },
56093
- "S5c": {
57004
+ "S5q": {
56094
57005
  "type": "structure",
56095
57006
  "members": {
56096
57007
  "JobId": {},
@@ -56105,10 +57016,10 @@ module.exports={
56105
57016
  "type": "timestamp"
56106
57017
  },
56107
57018
  "InputDataConfig": {
56108
- "shape": "S3p"
57019
+ "shape": "S48"
56109
57020
  },
56110
57021
  "OutputDataConfig": {
56111
- "shape": "S3v"
57022
+ "shape": "S49"
56112
57023
  },
56113
57024
  "NumberOfTopics": {
56114
57025
  "type": "integer"
@@ -56116,7 +57027,7 @@ module.exports={
56116
57027
  "DataAccessRoleArn": {},
56117
57028
  "VolumeKmsKeyId": {},
56118
57029
  "VpcConfig": {
56119
- "shape": "S2f"
57030
+ "shape": "S2y"
56120
57031
  }
56121
57032
  }
56122
57033
  }
@@ -56127,67 +57038,78 @@ module.exports={
56127
57038
  "pagination": {
56128
57039
  "ListDocumentClassificationJobs": {
56129
57040
  "input_token": "NextToken",
56130
- "output_token": "NextToken",
56131
- "limit_key": "MaxResults"
57041
+ "limit_key": "MaxResults",
57042
+ "output_token": "NextToken"
56132
57043
  },
56133
57044
  "ListDocumentClassifierSummaries": {
56134
57045
  "input_token": "NextToken",
56135
- "output_token": "NextToken",
56136
- "limit_key": "MaxResults"
57046
+ "limit_key": "MaxResults",
57047
+ "output_token": "NextToken"
56137
57048
  },
56138
57049
  "ListDocumentClassifiers": {
56139
57050
  "input_token": "NextToken",
56140
- "output_token": "NextToken",
56141
- "limit_key": "MaxResults"
57051
+ "limit_key": "MaxResults",
57052
+ "output_token": "NextToken"
56142
57053
  },
56143
57054
  "ListDominantLanguageDetectionJobs": {
56144
57055
  "input_token": "NextToken",
57056
+ "limit_key": "MaxResults",
57057
+ "output_token": "NextToken"
57058
+ },
57059
+ "ListEndpoints": {
57060
+ "input_token": "NextToken",
57061
+ "limit_key": "MaxResults",
56145
57062
  "output_token": "NextToken",
56146
- "limit_key": "MaxResults"
57063
+ "result_key": "EndpointPropertiesList"
56147
57064
  },
56148
57065
  "ListEntitiesDetectionJobs": {
56149
57066
  "input_token": "NextToken",
56150
- "output_token": "NextToken",
56151
- "limit_key": "MaxResults"
57067
+ "limit_key": "MaxResults",
57068
+ "output_token": "NextToken"
56152
57069
  },
56153
57070
  "ListEntityRecognizerSummaries": {
56154
57071
  "input_token": "NextToken",
56155
- "output_token": "NextToken",
56156
- "limit_key": "MaxResults"
57072
+ "limit_key": "MaxResults",
57073
+ "output_token": "NextToken"
56157
57074
  },
56158
57075
  "ListEntityRecognizers": {
56159
57076
  "input_token": "NextToken",
56160
- "output_token": "NextToken",
56161
- "limit_key": "MaxResults"
57077
+ "limit_key": "MaxResults",
57078
+ "output_token": "NextToken"
56162
57079
  },
56163
57080
  "ListEventsDetectionJobs": {
56164
57081
  "input_token": "NextToken",
56165
- "output_token": "NextToken",
56166
- "limit_key": "MaxResults"
57082
+ "limit_key": "MaxResults",
57083
+ "output_token": "NextToken"
56167
57084
  },
56168
57085
  "ListKeyPhrasesDetectionJobs": {
56169
57086
  "input_token": "NextToken",
57087
+ "limit_key": "MaxResults",
57088
+ "output_token": "NextToken"
57089
+ },
57090
+ "ListPiiEntitiesDetectionJobs": {
57091
+ "input_token": "NextToken",
57092
+ "limit_key": "MaxResults",
56170
57093
  "output_token": "NextToken",
56171
- "limit_key": "MaxResults"
57094
+ "result_key": "PiiEntitiesDetectionJobPropertiesList"
56172
57095
  },
56173
57096
  "ListSentimentDetectionJobs": {
56174
57097
  "input_token": "NextToken",
56175
- "output_token": "NextToken",
56176
- "limit_key": "MaxResults"
57098
+ "limit_key": "MaxResults",
57099
+ "output_token": "NextToken"
56177
57100
  },
56178
57101
  "ListTargetedSentimentDetectionJobs": {
56179
57102
  "input_token": "NextToken",
56180
- "output_token": "NextToken",
56181
- "limit_key": "MaxResults"
57103
+ "limit_key": "MaxResults",
57104
+ "output_token": "NextToken"
56182
57105
  },
56183
57106
  "ListTopicsDetectionJobs": {
56184
57107
  "input_token": "NextToken",
56185
- "output_token": "NextToken",
56186
- "limit_key": "MaxResults"
57108
+ "limit_key": "MaxResults",
57109
+ "output_token": "NextToken"
56187
57110
  }
56188
57111
  }
56189
57112
  }
56190
-
56191
57113
  },{}],61:[function(require,module,exports){
56192
57114
  module.exports={
56193
57115
  "version": "2.0",
@@ -136821,17 +137743,18 @@ module.exports={
136821
137743
  "OperatingSystem": {},
136822
137744
  "Tags": {
136823
137745
  "shape": "Sq"
136824
- }
137746
+ },
137747
+ "ServerSdkVersion": {}
136825
137748
  }
136826
137749
  },
136827
137750
  "output": {
136828
137751
  "type": "structure",
136829
137752
  "members": {
136830
137753
  "Build": {
136831
- "shape": "S13"
137754
+ "shape": "S14"
136832
137755
  },
136833
137756
  "UploadCredentials": {
136834
- "shape": "S18"
137757
+ "shape": "S19"
136835
137758
  },
136836
137759
  "StorageLocation": {
136837
137760
  "shape": "Sz"
@@ -136843,8 +137766,7 @@ module.exports={
136843
137766
  "input": {
136844
137767
  "type": "structure",
136845
137768
  "required": [
136846
- "Name",
136847
- "EC2InstanceType"
137769
+ "Name"
136848
137770
  ],
136849
137771
  "members": {
136850
137772
  "Name": {},
@@ -136858,30 +137780,34 @@ module.exports={
136858
137780
  },
136859
137781
  "EC2InstanceType": {},
136860
137782
  "EC2InboundPermissions": {
136861
- "shape": "S1f"
137783
+ "shape": "S1g"
136862
137784
  },
136863
137785
  "NewGameSessionProtectionPolicy": {},
136864
137786
  "RuntimeConfiguration": {
136865
- "shape": "S1l"
137787
+ "shape": "S1m"
136866
137788
  },
136867
137789
  "ResourceCreationLimitPolicy": {
136868
- "shape": "S1r"
137790
+ "shape": "S1s"
136869
137791
  },
136870
137792
  "MetricGroups": {
136871
- "shape": "S1t"
137793
+ "shape": "S1u"
136872
137794
  },
136873
137795
  "PeerVpcAwsAccountId": {},
136874
137796
  "PeerVpcId": {},
136875
137797
  "FleetType": {},
136876
137798
  "InstanceRoleArn": {},
136877
137799
  "CertificateConfiguration": {
136878
- "shape": "S1w"
137800
+ "shape": "S1x"
136879
137801
  },
136880
137802
  "Locations": {
136881
- "shape": "S1y"
137803
+ "shape": "S1z"
136882
137804
  },
136883
137805
  "Tags": {
136884
137806
  "shape": "Sq"
137807
+ },
137808
+ "ComputeType": {},
137809
+ "AnywhereConfiguration": {
137810
+ "shape": "S23"
136885
137811
  }
136886
137812
  }
136887
137813
  },
@@ -136889,10 +137815,10 @@ module.exports={
136889
137815
  "type": "structure",
136890
137816
  "members": {
136891
137817
  "FleetAttributes": {
136892
- "shape": "S22"
137818
+ "shape": "S26"
136893
137819
  },
136894
137820
  "LocationStates": {
136895
- "shape": "S29"
137821
+ "shape": "S2d"
136896
137822
  }
136897
137823
  }
136898
137824
  }
@@ -136907,7 +137833,7 @@ module.exports={
136907
137833
  "members": {
136908
137834
  "FleetId": {},
136909
137835
  "Locations": {
136910
- "shape": "S1y"
137836
+ "shape": "S1z"
136911
137837
  }
136912
137838
  }
136913
137839
  },
@@ -136917,7 +137843,7 @@ module.exports={
136917
137843
  "FleetId": {},
136918
137844
  "FleetArn": {},
136919
137845
  "LocationStates": {
136920
- "shape": "S29"
137846
+ "shape": "S2d"
136921
137847
  }
136922
137848
  }
136923
137849
  }
@@ -136951,7 +137877,7 @@ module.exports={
136951
137877
  }
136952
137878
  },
136953
137879
  "InstanceDefinitions": {
136954
- "shape": "S2k"
137880
+ "shape": "S2o"
136955
137881
  },
136956
137882
  "AutoScalingPolicy": {
136957
137883
  "type": "structure",
@@ -136990,7 +137916,7 @@ module.exports={
136990
137916
  "type": "structure",
136991
137917
  "members": {
136992
137918
  "GameServerGroup": {
136993
- "shape": "S2w"
137919
+ "shape": "S30"
136994
137920
  }
136995
137921
  }
136996
137922
  }
@@ -137009,7 +137935,7 @@ module.exports={
137009
137935
  },
137010
137936
  "Name": {},
137011
137937
  "GameProperties": {
137012
- "shape": "S33"
137938
+ "shape": "S37"
137013
137939
  },
137014
137940
  "CreatorId": {},
137015
137941
  "GameSessionId": {},
@@ -137022,7 +137948,7 @@ module.exports={
137022
137948
  "type": "structure",
137023
137949
  "members": {
137024
137950
  "GameSession": {
137025
- "shape": "S3a"
137951
+ "shape": "S3e"
137026
137952
  }
137027
137953
  }
137028
137954
  }
@@ -137039,16 +137965,16 @@ module.exports={
137039
137965
  "type": "integer"
137040
137966
  },
137041
137967
  "PlayerLatencyPolicies": {
137042
- "shape": "S3j"
137968
+ "shape": "S3n"
137043
137969
  },
137044
137970
  "Destinations": {
137045
- "shape": "S3l"
137971
+ "shape": "S3p"
137046
137972
  },
137047
137973
  "FilterConfiguration": {
137048
- "shape": "S3o"
137974
+ "shape": "S3s"
137049
137975
  },
137050
137976
  "PriorityConfiguration": {
137051
- "shape": "S3q"
137977
+ "shape": "S3u"
137052
137978
  },
137053
137979
  "CustomEventData": {},
137054
137980
  "NotificationTarget": {},
@@ -137061,7 +137987,29 @@ module.exports={
137061
137987
  "type": "structure",
137062
137988
  "members": {
137063
137989
  "GameSessionQueue": {
137064
- "shape": "S3w"
137990
+ "shape": "S40"
137991
+ }
137992
+ }
137993
+ }
137994
+ },
137995
+ "CreateLocation": {
137996
+ "input": {
137997
+ "type": "structure",
137998
+ "required": [
137999
+ "LocationName"
138000
+ ],
138001
+ "members": {
138002
+ "LocationName": {},
138003
+ "Tags": {
138004
+ "shape": "Sq"
138005
+ }
138006
+ }
138007
+ },
138008
+ "output": {
138009
+ "type": "structure",
138010
+ "members": {
138011
+ "Location": {
138012
+ "shape": "S45"
137065
138013
  }
137066
138014
  }
137067
138015
  }
@@ -137079,7 +138027,7 @@ module.exports={
137079
138027
  "Name": {},
137080
138028
  "Description": {},
137081
138029
  "GameSessionQueueArns": {
137082
- "shape": "S3z"
138030
+ "shape": "S48"
137083
138031
  },
137084
138032
  "RequestTimeoutSeconds": {
137085
138033
  "type": "integer"
@@ -137097,7 +138045,7 @@ module.exports={
137097
138045
  },
137098
138046
  "CustomEventData": {},
137099
138047
  "GameProperties": {
137100
- "shape": "S33"
138048
+ "shape": "S37"
137101
138049
  },
137102
138050
  "GameSessionData": {},
137103
138051
  "BackfillMode": {},
@@ -137111,7 +138059,7 @@ module.exports={
137111
138059
  "type": "structure",
137112
138060
  "members": {
137113
138061
  "Configuration": {
137114
- "shape": "S4a"
138062
+ "shape": "S4j"
137115
138063
  }
137116
138064
  }
137117
138065
  }
@@ -137138,7 +138086,7 @@ module.exports={
137138
138086
  ],
137139
138087
  "members": {
137140
138088
  "RuleSet": {
137141
- "shape": "S4g"
138089
+ "shape": "S4p"
137142
138090
  }
137143
138091
  }
137144
138092
  }
@@ -137160,7 +138108,7 @@ module.exports={
137160
138108
  "type": "structure",
137161
138109
  "members": {
137162
138110
  "PlayerSession": {
137163
- "shape": "S4k"
138111
+ "shape": "S4t"
137164
138112
  }
137165
138113
  }
137166
138114
  }
@@ -137189,7 +138137,7 @@ module.exports={
137189
138137
  "type": "structure",
137190
138138
  "members": {
137191
138139
  "PlayerSessions": {
137192
- "shape": "S4r"
138140
+ "shape": "S50"
137193
138141
  }
137194
138142
  }
137195
138143
  }
@@ -137215,7 +138163,7 @@ module.exports={
137215
138163
  "type": "structure",
137216
138164
  "members": {
137217
138165
  "Script": {
137218
- "shape": "S4v"
138166
+ "shape": "S54"
137219
138167
  }
137220
138168
  }
137221
138169
  }
@@ -137236,7 +138184,7 @@ module.exports={
137236
138184
  "type": "structure",
137237
138185
  "members": {
137238
138186
  "VpcPeeringAuthorization": {
137239
- "shape": "S4y"
138187
+ "shape": "S57"
137240
138188
  }
137241
138189
  }
137242
138190
  }
@@ -137303,7 +138251,7 @@ module.exports={
137303
138251
  "members": {
137304
138252
  "FleetId": {},
137305
138253
  "Locations": {
137306
- "shape": "S3p"
138254
+ "shape": "S3t"
137307
138255
  }
137308
138256
  }
137309
138257
  },
@@ -137313,7 +138261,7 @@ module.exports={
137313
138261
  "FleetId": {},
137314
138262
  "FleetArn": {},
137315
138263
  "LocationStates": {
137316
- "shape": "S29"
138264
+ "shape": "S2d"
137317
138265
  }
137318
138266
  }
137319
138267
  }
@@ -137333,7 +138281,7 @@ module.exports={
137333
138281
  "type": "structure",
137334
138282
  "members": {
137335
138283
  "GameServerGroup": {
137336
- "shape": "S2w"
138284
+ "shape": "S30"
137337
138285
  }
137338
138286
  }
137339
138287
  }
@@ -137353,6 +138301,21 @@ module.exports={
137353
138301
  "members": {}
137354
138302
  }
137355
138303
  },
138304
+ "DeleteLocation": {
138305
+ "input": {
138306
+ "type": "structure",
138307
+ "required": [
138308
+ "LocationName"
138309
+ ],
138310
+ "members": {
138311
+ "LocationName": {}
138312
+ }
138313
+ },
138314
+ "output": {
138315
+ "type": "structure",
138316
+ "members": {}
138317
+ }
138318
+ },
137356
138319
  "DeleteMatchmakingConfiguration": {
137357
138320
  "input": {
137358
138321
  "type": "structure",
@@ -137441,6 +138404,23 @@ module.exports={
137441
138404
  "members": {}
137442
138405
  }
137443
138406
  },
138407
+ "DeregisterCompute": {
138408
+ "input": {
138409
+ "type": "structure",
138410
+ "required": [
138411
+ "FleetId",
138412
+ "ComputeName"
138413
+ ],
138414
+ "members": {
138415
+ "FleetId": {},
138416
+ "ComputeName": {}
138417
+ }
138418
+ },
138419
+ "output": {
138420
+ "type": "structure",
138421
+ "members": {}
138422
+ }
138423
+ },
137444
138424
  "DeregisterGameServer": {
137445
138425
  "input": {
137446
138426
  "type": "structure",
@@ -137487,7 +138467,28 @@ module.exports={
137487
138467
  "type": "structure",
137488
138468
  "members": {
137489
138469
  "Build": {
137490
- "shape": "S13"
138470
+ "shape": "S14"
138471
+ }
138472
+ }
138473
+ }
138474
+ },
138475
+ "DescribeCompute": {
138476
+ "input": {
138477
+ "type": "structure",
138478
+ "required": [
138479
+ "FleetId",
138480
+ "ComputeName"
138481
+ ],
138482
+ "members": {
138483
+ "FleetId": {},
138484
+ "ComputeName": {}
138485
+ }
138486
+ },
138487
+ "output": {
138488
+ "type": "structure",
138489
+ "members": {
138490
+ "Compute": {
138491
+ "shape": "S69"
137491
138492
  }
137492
138493
  }
137493
138494
  }
@@ -137527,7 +138528,7 @@ module.exports={
137527
138528
  "type": "structure",
137528
138529
  "members": {
137529
138530
  "FleetIds": {
137530
- "shape": "S5x"
138531
+ "shape": "S6j"
137531
138532
  },
137532
138533
  "Limit": {
137533
138534
  "type": "integer"
@@ -137541,7 +138542,7 @@ module.exports={
137541
138542
  "FleetAttributes": {
137542
138543
  "type": "list",
137543
138544
  "member": {
137544
- "shape": "S22"
138545
+ "shape": "S26"
137545
138546
  }
137546
138547
  },
137547
138548
  "NextToken": {}
@@ -137553,7 +138554,7 @@ module.exports={
137553
138554
  "type": "structure",
137554
138555
  "members": {
137555
138556
  "FleetIds": {
137556
- "shape": "S5x"
138557
+ "shape": "S6j"
137557
138558
  },
137558
138559
  "Limit": {
137559
138560
  "type": "integer"
@@ -137567,7 +138568,7 @@ module.exports={
137567
138568
  "FleetCapacity": {
137568
138569
  "type": "list",
137569
138570
  "member": {
137570
- "shape": "S63"
138571
+ "shape": "S6p"
137571
138572
  }
137572
138573
  },
137573
138574
  "NextToken": {}
@@ -137626,7 +138627,7 @@ module.exports={
137626
138627
  "members": {
137627
138628
  "FleetId": {},
137628
138629
  "Locations": {
137629
- "shape": "S3p"
138630
+ "shape": "S3t"
137630
138631
  },
137631
138632
  "Limit": {
137632
138633
  "type": "integer"
@@ -137645,10 +138646,10 @@ module.exports={
137645
138646
  "type": "structure",
137646
138647
  "members": {
137647
138648
  "LocationState": {
137648
- "shape": "S2a"
138649
+ "shape": "S2e"
137649
138650
  },
137650
138651
  "StoppedActions": {
137651
- "shape": "S27"
138652
+ "shape": "S2b"
137652
138653
  },
137653
138654
  "UpdateStatus": {}
137654
138655
  }
@@ -137674,7 +138675,7 @@ module.exports={
137674
138675
  "type": "structure",
137675
138676
  "members": {
137676
138677
  "FleetCapacity": {
137677
- "shape": "S63"
138678
+ "shape": "S6p"
137678
138679
  }
137679
138680
  }
137680
138681
  }
@@ -137695,7 +138696,7 @@ module.exports={
137695
138696
  "type": "structure",
137696
138697
  "members": {
137697
138698
  "FleetUtilization": {
137698
- "shape": "S6j"
138699
+ "shape": "S75"
137699
138700
  }
137700
138701
  }
137701
138702
  }
@@ -137717,7 +138718,7 @@ module.exports={
137717
138718
  "FleetId": {},
137718
138719
  "FleetArn": {},
137719
138720
  "InboundPermissions": {
137720
- "shape": "S1f"
138721
+ "shape": "S1g"
137721
138722
  },
137722
138723
  "UpdateStatus": {},
137723
138724
  "Location": {}
@@ -137729,7 +138730,7 @@ module.exports={
137729
138730
  "type": "structure",
137730
138731
  "members": {
137731
138732
  "FleetIds": {
137732
- "shape": "S5x"
138733
+ "shape": "S6j"
137733
138734
  },
137734
138735
  "Limit": {
137735
138736
  "type": "integer"
@@ -137743,7 +138744,7 @@ module.exports={
137743
138744
  "FleetUtilization": {
137744
138745
  "type": "list",
137745
138746
  "member": {
137746
- "shape": "S6j"
138747
+ "shape": "S75"
137747
138748
  }
137748
138749
  },
137749
138750
  "NextToken": {}
@@ -137785,7 +138786,7 @@ module.exports={
137785
138786
  "type": "structure",
137786
138787
  "members": {
137787
138788
  "GameServerGroup": {
137788
- "shape": "S2w"
138789
+ "shape": "S30"
137789
138790
  }
137790
138791
  }
137791
138792
  }
@@ -137851,7 +138852,7 @@ module.exports={
137851
138852
  "type": "structure",
137852
138853
  "members": {
137853
138854
  "GameSession": {
137854
- "shape": "S3a"
138855
+ "shape": "S3e"
137855
138856
  },
137856
138857
  "ProtectionPolicy": {}
137857
138858
  }
@@ -137875,7 +138876,7 @@ module.exports={
137875
138876
  "type": "structure",
137876
138877
  "members": {
137877
138878
  "GameSessionPlacement": {
137878
- "shape": "S75"
138879
+ "shape": "S7r"
137879
138880
  }
137880
138881
  }
137881
138882
  }
@@ -137900,7 +138901,7 @@ module.exports={
137900
138901
  "GameSessionQueues": {
137901
138902
  "type": "list",
137902
138903
  "member": {
137903
- "shape": "S3w"
138904
+ "shape": "S40"
137904
138905
  }
137905
138906
  },
137906
138907
  "NextToken": {}
@@ -137926,7 +138927,7 @@ module.exports={
137926
138927
  "type": "structure",
137927
138928
  "members": {
137928
138929
  "GameSessions": {
137929
- "shape": "S7i"
138930
+ "shape": "S84"
137930
138931
  },
137931
138932
  "NextToken": {}
137932
138933
  }
@@ -137994,7 +138995,7 @@ module.exports={
137994
138995
  "TicketList": {
137995
138996
  "type": "list",
137996
138997
  "member": {
137997
- "shape": "S7t"
138998
+ "shape": "S8f"
137998
138999
  }
137999
139000
  }
138000
139001
  }
@@ -138021,7 +139022,7 @@ module.exports={
138021
139022
  "Configurations": {
138022
139023
  "type": "list",
138023
139024
  "member": {
138024
- "shape": "S4a"
139025
+ "shape": "S4j"
138025
139026
  }
138026
139027
  },
138027
139028
  "NextToken": {}
@@ -138051,7 +139052,7 @@ module.exports={
138051
139052
  "RuleSets": {
138052
139053
  "type": "list",
138053
139054
  "member": {
138054
- "shape": "S4g"
139055
+ "shape": "S4p"
138055
139056
  }
138056
139057
  },
138057
139058
  "NextToken": {}
@@ -138076,7 +139077,7 @@ module.exports={
138076
139077
  "type": "structure",
138077
139078
  "members": {
138078
139079
  "PlayerSessions": {
138079
- "shape": "S4r"
139080
+ "shape": "S50"
138080
139081
  },
138081
139082
  "NextToken": {}
138082
139083
  }
@@ -138096,7 +139097,7 @@ module.exports={
138096
139097
  "type": "structure",
138097
139098
  "members": {
138098
139099
  "RuntimeConfiguration": {
138099
- "shape": "S1l"
139100
+ "shape": "S1m"
138100
139101
  }
138101
139102
  }
138102
139103
  }
@@ -138143,7 +139144,7 @@ module.exports={
138143
139144
  "MetricName": {},
138144
139145
  "PolicyType": {},
138145
139146
  "TargetConfiguration": {
138146
- "shape": "S8u"
139147
+ "shape": "S9i"
138147
139148
  },
138148
139149
  "UpdateStatus": {},
138149
139150
  "Location": {}
@@ -138168,7 +139169,7 @@ module.exports={
138168
139169
  "type": "structure",
138169
139170
  "members": {
138170
139171
  "Script": {
138171
- "shape": "S4v"
139172
+ "shape": "S54"
138172
139173
  }
138173
139174
  }
138174
139175
  }
@@ -138184,7 +139185,7 @@ module.exports={
138184
139185
  "VpcPeeringAuthorizations": {
138185
139186
  "type": "list",
138186
139187
  "member": {
138187
- "shape": "S4y"
139188
+ "shape": "S57"
138188
139189
  }
138189
139190
  }
138190
139191
  }
@@ -138224,6 +139225,57 @@ module.exports={
138224
139225
  }
138225
139226
  }
138226
139227
  },
139228
+ "GetComputeAccess": {
139229
+ "input": {
139230
+ "type": "structure",
139231
+ "required": [
139232
+ "FleetId",
139233
+ "ComputeName"
139234
+ ],
139235
+ "members": {
139236
+ "FleetId": {},
139237
+ "ComputeName": {}
139238
+ }
139239
+ },
139240
+ "output": {
139241
+ "type": "structure",
139242
+ "members": {
139243
+ "FleetId": {},
139244
+ "FleetArn": {},
139245
+ "ComputeName": {},
139246
+ "ComputeArn": {},
139247
+ "Credentials": {
139248
+ "shape": "S19"
139249
+ }
139250
+ }
139251
+ }
139252
+ },
139253
+ "GetComputeAuthToken": {
139254
+ "input": {
139255
+ "type": "structure",
139256
+ "required": [
139257
+ "FleetId",
139258
+ "ComputeName"
139259
+ ],
139260
+ "members": {
139261
+ "FleetId": {},
139262
+ "ComputeName": {}
139263
+ }
139264
+ },
139265
+ "output": {
139266
+ "type": "structure",
139267
+ "members": {
139268
+ "FleetId": {},
139269
+ "FleetArn": {},
139270
+ "ComputeName": {},
139271
+ "ComputeArn": {},
139272
+ "AuthToken": {},
139273
+ "ExpirationTimestamp": {
139274
+ "type": "timestamp"
139275
+ }
139276
+ }
139277
+ }
139278
+ },
138227
139279
  "GetGameSessionLogUrl": {
138228
139280
  "input": {
138229
139281
  "type": "structure",
@@ -138318,7 +139370,35 @@ module.exports={
138318
139370
  "Builds": {
138319
139371
  "type": "list",
138320
139372
  "member": {
138321
- "shape": "S13"
139373
+ "shape": "S14"
139374
+ }
139375
+ },
139376
+ "NextToken": {}
139377
+ }
139378
+ }
139379
+ },
139380
+ "ListCompute": {
139381
+ "input": {
139382
+ "type": "structure",
139383
+ "required": [
139384
+ "FleetId"
139385
+ ],
139386
+ "members": {
139387
+ "FleetId": {},
139388
+ "Location": {},
139389
+ "Limit": {
139390
+ "type": "integer"
139391
+ },
139392
+ "NextToken": {}
139393
+ }
139394
+ },
139395
+ "output": {
139396
+ "type": "structure",
139397
+ "members": {
139398
+ "ComputeList": {
139399
+ "type": "list",
139400
+ "member": {
139401
+ "shape": "S69"
138322
139402
  }
138323
139403
  },
138324
139404
  "NextToken": {}
@@ -138364,7 +139444,7 @@ module.exports={
138364
139444
  "GameServerGroups": {
138365
139445
  "type": "list",
138366
139446
  "member": {
138367
- "shape": "S2w"
139447
+ "shape": "S30"
138368
139448
  }
138369
139449
  },
138370
139450
  "NextToken": {}
@@ -138399,6 +139479,33 @@ module.exports={
138399
139479
  }
138400
139480
  }
138401
139481
  },
139482
+ "ListLocations": {
139483
+ "input": {
139484
+ "type": "structure",
139485
+ "members": {
139486
+ "Filters": {
139487
+ "type": "list",
139488
+ "member": {}
139489
+ },
139490
+ "Limit": {
139491
+ "type": "integer"
139492
+ },
139493
+ "NextToken": {}
139494
+ }
139495
+ },
139496
+ "output": {
139497
+ "type": "structure",
139498
+ "members": {
139499
+ "Locations": {
139500
+ "type": "list",
139501
+ "member": {
139502
+ "shape": "S45"
139503
+ }
139504
+ },
139505
+ "NextToken": {}
139506
+ }
139507
+ }
139508
+ },
138402
139509
  "ListScripts": {
138403
139510
  "input": {
138404
139511
  "type": "structure",
@@ -138415,7 +139522,7 @@ module.exports={
138415
139522
  "Scripts": {
138416
139523
  "type": "list",
138417
139524
  "member": {
138418
- "shape": "S4v"
139525
+ "shape": "S54"
138419
139526
  }
138420
139527
  },
138421
139528
  "NextToken": {}
@@ -138466,7 +139573,7 @@ module.exports={
138466
139573
  "MetricName": {},
138467
139574
  "PolicyType": {},
138468
139575
  "TargetConfiguration": {
138469
- "shape": "S8u"
139576
+ "shape": "S9i"
138470
139577
  }
138471
139578
  }
138472
139579
  },
@@ -138477,6 +139584,31 @@ module.exports={
138477
139584
  }
138478
139585
  }
138479
139586
  },
139587
+ "RegisterCompute": {
139588
+ "input": {
139589
+ "type": "structure",
139590
+ "required": [
139591
+ "FleetId",
139592
+ "ComputeName"
139593
+ ],
139594
+ "members": {
139595
+ "FleetId": {},
139596
+ "ComputeName": {},
139597
+ "CertificatePath": {},
139598
+ "DnsName": {},
139599
+ "IpAddress": {},
139600
+ "Location": {}
139601
+ }
139602
+ },
139603
+ "output": {
139604
+ "type": "structure",
139605
+ "members": {
139606
+ "Compute": {
139607
+ "shape": "S69"
139608
+ }
139609
+ }
139610
+ }
139611
+ },
138480
139612
  "RegisterGameServer": {
138481
139613
  "input": {
138482
139614
  "type": "structure",
@@ -138516,7 +139648,7 @@ module.exports={
138516
139648
  "type": "structure",
138517
139649
  "members": {
138518
139650
  "UploadCredentials": {
138519
- "shape": "S18"
139651
+ "shape": "S19"
138520
139652
  },
138521
139653
  "StorageLocation": {
138522
139654
  "shape": "Sz"
@@ -138552,7 +139684,7 @@ module.exports={
138552
139684
  "members": {
138553
139685
  "GameServerGroupName": {},
138554
139686
  "ResumeActions": {
138555
- "shape": "S2z"
139687
+ "shape": "S33"
138556
139688
  }
138557
139689
  }
138558
139690
  },
@@ -138560,7 +139692,7 @@ module.exports={
138560
139692
  "type": "structure",
138561
139693
  "members": {
138562
139694
  "GameServerGroup": {
138563
- "shape": "S2w"
139695
+ "shape": "S30"
138564
139696
  }
138565
139697
  }
138566
139698
  }
@@ -138584,7 +139716,7 @@ module.exports={
138584
139716
  "type": "structure",
138585
139717
  "members": {
138586
139718
  "GameSessions": {
138587
- "shape": "S7i"
139719
+ "shape": "S84"
138588
139720
  },
138589
139721
  "NextToken": {}
138590
139722
  }
@@ -138600,7 +139732,7 @@ module.exports={
138600
139732
  "members": {
138601
139733
  "FleetId": {},
138602
139734
  "Actions": {
138603
- "shape": "S27"
139735
+ "shape": "S2b"
138604
139736
  },
138605
139737
  "Location": {}
138606
139738
  }
@@ -138625,14 +139757,14 @@ module.exports={
138625
139757
  "PlacementId": {},
138626
139758
  "GameSessionQueueName": {},
138627
139759
  "GameProperties": {
138628
- "shape": "S33"
139760
+ "shape": "S37"
138629
139761
  },
138630
139762
  "MaximumPlayerSessionCount": {
138631
139763
  "type": "integer"
138632
139764
  },
138633
139765
  "GameSessionName": {},
138634
139766
  "PlayerLatencies": {
138635
- "shape": "S77"
139767
+ "shape": "S7t"
138636
139768
  },
138637
139769
  "DesiredPlayerSessions": {
138638
139770
  "type": "list",
@@ -138651,7 +139783,7 @@ module.exports={
138651
139783
  "type": "structure",
138652
139784
  "members": {
138653
139785
  "GameSessionPlacement": {
138654
- "shape": "S75"
139786
+ "shape": "S7r"
138655
139787
  }
138656
139788
  }
138657
139789
  }
@@ -138668,7 +139800,7 @@ module.exports={
138668
139800
  "ConfigurationName": {},
138669
139801
  "GameSessionArn": {},
138670
139802
  "Players": {
138671
- "shape": "S7w"
139803
+ "shape": "S8i"
138672
139804
  }
138673
139805
  }
138674
139806
  },
@@ -138676,7 +139808,7 @@ module.exports={
138676
139808
  "type": "structure",
138677
139809
  "members": {
138678
139810
  "MatchmakingTicket": {
138679
- "shape": "S7t"
139811
+ "shape": "S8f"
138680
139812
  }
138681
139813
  }
138682
139814
  }
@@ -138692,7 +139824,7 @@ module.exports={
138692
139824
  "TicketId": {},
138693
139825
  "ConfigurationName": {},
138694
139826
  "Players": {
138695
- "shape": "S7w"
139827
+ "shape": "S8i"
138696
139828
  }
138697
139829
  }
138698
139830
  },
@@ -138700,7 +139832,7 @@ module.exports={
138700
139832
  "type": "structure",
138701
139833
  "members": {
138702
139834
  "MatchmakingTicket": {
138703
- "shape": "S7t"
139835
+ "shape": "S8f"
138704
139836
  }
138705
139837
  }
138706
139838
  }
@@ -138715,7 +139847,7 @@ module.exports={
138715
139847
  "members": {
138716
139848
  "FleetId": {},
138717
139849
  "Actions": {
138718
- "shape": "S27"
139850
+ "shape": "S2b"
138719
139851
  },
138720
139852
  "Location": {}
138721
139853
  }
@@ -138742,7 +139874,7 @@ module.exports={
138742
139874
  "type": "structure",
138743
139875
  "members": {
138744
139876
  "GameSessionPlacement": {
138745
- "shape": "S75"
139877
+ "shape": "S7r"
138746
139878
  }
138747
139879
  }
138748
139880
  }
@@ -138772,7 +139904,7 @@ module.exports={
138772
139904
  "members": {
138773
139905
  "GameServerGroupName": {},
138774
139906
  "SuspendActions": {
138775
- "shape": "S2z"
139907
+ "shape": "S33"
138776
139908
  }
138777
139909
  }
138778
139910
  },
@@ -138780,7 +139912,7 @@ module.exports={
138780
139912
  "type": "structure",
138781
139913
  "members": {
138782
139914
  "GameServerGroup": {
138783
- "shape": "S2w"
139915
+ "shape": "S30"
138784
139916
  }
138785
139917
  }
138786
139918
  }
@@ -138864,7 +139996,7 @@ module.exports={
138864
139996
  "type": "structure",
138865
139997
  "members": {
138866
139998
  "Build": {
138867
- "shape": "S13"
139999
+ "shape": "S14"
138868
140000
  }
138869
140001
  }
138870
140002
  }
@@ -138881,17 +140013,21 @@ module.exports={
138881
140013
  "Description": {},
138882
140014
  "NewGameSessionProtectionPolicy": {},
138883
140015
  "ResourceCreationLimitPolicy": {
138884
- "shape": "S1r"
140016
+ "shape": "S1s"
138885
140017
  },
138886
140018
  "MetricGroups": {
138887
- "shape": "S1t"
140019
+ "shape": "S1u"
140020
+ },
140021
+ "AnywhereConfiguration": {
140022
+ "shape": "S23"
138888
140023
  }
138889
140024
  }
138890
140025
  },
138891
140026
  "output": {
138892
140027
  "type": "structure",
138893
140028
  "members": {
138894
- "FleetId": {}
140029
+ "FleetId": {},
140030
+ "FleetArn": {}
138895
140031
  }
138896
140032
  }
138897
140033
  },
@@ -138933,17 +140069,18 @@ module.exports={
138933
140069
  "members": {
138934
140070
  "FleetId": {},
138935
140071
  "InboundPermissionAuthorizations": {
138936
- "shape": "S1f"
140072
+ "shape": "S1g"
138937
140073
  },
138938
140074
  "InboundPermissionRevocations": {
138939
- "shape": "S1f"
140075
+ "shape": "S1g"
138940
140076
  }
138941
140077
  }
138942
140078
  },
138943
140079
  "output": {
138944
140080
  "type": "structure",
138945
140081
  "members": {
138946
- "FleetId": {}
140082
+ "FleetId": {},
140083
+ "FleetArn": {}
138947
140084
  }
138948
140085
  }
138949
140086
  },
@@ -138981,7 +140118,7 @@ module.exports={
138981
140118
  "GameServerGroupName": {},
138982
140119
  "RoleArn": {},
138983
140120
  "InstanceDefinitions": {
138984
- "shape": "S2k"
140121
+ "shape": "S2o"
138985
140122
  },
138986
140123
  "GameServerProtectionPolicy": {},
138987
140124
  "BalancingStrategy": {}
@@ -138991,7 +140128,7 @@ module.exports={
138991
140128
  "type": "structure",
138992
140129
  "members": {
138993
140130
  "GameServerGroup": {
138994
- "shape": "S2w"
140131
+ "shape": "S30"
138995
140132
  }
138996
140133
  }
138997
140134
  }
@@ -139016,7 +140153,7 @@ module.exports={
139016
140153
  "type": "structure",
139017
140154
  "members": {
139018
140155
  "GameSession": {
139019
- "shape": "S3a"
140156
+ "shape": "S3e"
139020
140157
  }
139021
140158
  }
139022
140159
  }
@@ -139033,16 +140170,16 @@ module.exports={
139033
140170
  "type": "integer"
139034
140171
  },
139035
140172
  "PlayerLatencyPolicies": {
139036
- "shape": "S3j"
140173
+ "shape": "S3n"
139037
140174
  },
139038
140175
  "Destinations": {
139039
- "shape": "S3l"
140176
+ "shape": "S3p"
139040
140177
  },
139041
140178
  "FilterConfiguration": {
139042
- "shape": "S3o"
140179
+ "shape": "S3s"
139043
140180
  },
139044
140181
  "PriorityConfiguration": {
139045
- "shape": "S3q"
140182
+ "shape": "S3u"
139046
140183
  },
139047
140184
  "CustomEventData": {},
139048
140185
  "NotificationTarget": {}
@@ -139052,7 +140189,7 @@ module.exports={
139052
140189
  "type": "structure",
139053
140190
  "members": {
139054
140191
  "GameSessionQueue": {
139055
- "shape": "S3w"
140192
+ "shape": "S40"
139056
140193
  }
139057
140194
  }
139058
140195
  }
@@ -139067,7 +140204,7 @@ module.exports={
139067
140204
  "Name": {},
139068
140205
  "Description": {},
139069
140206
  "GameSessionQueueArns": {
139070
- "shape": "S3z"
140207
+ "shape": "S48"
139071
140208
  },
139072
140209
  "RequestTimeoutSeconds": {
139073
140210
  "type": "integer"
@@ -139085,7 +140222,7 @@ module.exports={
139085
140222
  },
139086
140223
  "CustomEventData": {},
139087
140224
  "GameProperties": {
139088
- "shape": "S33"
140225
+ "shape": "S37"
139089
140226
  },
139090
140227
  "GameSessionData": {},
139091
140228
  "BackfillMode": {},
@@ -139096,7 +140233,7 @@ module.exports={
139096
140233
  "type": "structure",
139097
140234
  "members": {
139098
140235
  "Configuration": {
139099
- "shape": "S4a"
140236
+ "shape": "S4j"
139100
140237
  }
139101
140238
  }
139102
140239
  }
@@ -139111,7 +140248,7 @@ module.exports={
139111
140248
  "members": {
139112
140249
  "FleetId": {},
139113
140250
  "RuntimeConfiguration": {
139114
- "shape": "S1l"
140251
+ "shape": "S1m"
139115
140252
  }
139116
140253
  }
139117
140254
  },
@@ -139119,7 +140256,7 @@ module.exports={
139119
140256
  "type": "structure",
139120
140257
  "members": {
139121
140258
  "RuntimeConfiguration": {
139122
- "shape": "S1l"
140259
+ "shape": "S1m"
139123
140260
  }
139124
140261
  }
139125
140262
  }
@@ -139146,7 +140283,7 @@ module.exports={
139146
140283
  "type": "structure",
139147
140284
  "members": {
139148
140285
  "Script": {
139149
- "shape": "S4v"
140286
+ "shape": "S54"
139150
140287
  }
139151
140288
  }
139152
140289
  }
@@ -139247,7 +140384,7 @@ module.exports={
139247
140384
  "ObjectVersion": {}
139248
140385
  }
139249
140386
  },
139250
- "S13": {
140387
+ "S14": {
139251
140388
  "type": "structure",
139252
140389
  "members": {
139253
140390
  "BuildId": {},
@@ -139261,10 +140398,11 @@ module.exports={
139261
140398
  "OperatingSystem": {},
139262
140399
  "CreationTime": {
139263
140400
  "type": "timestamp"
139264
- }
140401
+ },
140402
+ "ServerSdkVersion": {}
139265
140403
  }
139266
140404
  },
139267
- "S18": {
140405
+ "S19": {
139268
140406
  "type": "structure",
139269
140407
  "members": {
139270
140408
  "AccessKeyId": {},
@@ -139273,7 +140411,7 @@ module.exports={
139273
140411
  },
139274
140412
  "sensitive": true
139275
140413
  },
139276
- "S1f": {
140414
+ "S1g": {
139277
140415
  "type": "list",
139278
140416
  "member": {
139279
140417
  "type": "structure",
@@ -139295,7 +140433,7 @@ module.exports={
139295
140433
  }
139296
140434
  }
139297
140435
  },
139298
- "S1l": {
140436
+ "S1m": {
139299
140437
  "type": "structure",
139300
140438
  "members": {
139301
140439
  "ServerProcesses": {
@@ -139323,7 +140461,7 @@ module.exports={
139323
140461
  }
139324
140462
  }
139325
140463
  },
139326
- "S1r": {
140464
+ "S1s": {
139327
140465
  "type": "structure",
139328
140466
  "members": {
139329
140467
  "NewGameSessionsPerCreator": {
@@ -139334,11 +140472,11 @@ module.exports={
139334
140472
  }
139335
140473
  }
139336
140474
  },
139337
- "S1t": {
140475
+ "S1u": {
139338
140476
  "type": "list",
139339
140477
  "member": {}
139340
140478
  },
139341
- "S1w": {
140479
+ "S1x": {
139342
140480
  "type": "structure",
139343
140481
  "required": [
139344
140482
  "CertificateType"
@@ -139347,16 +140485,28 @@ module.exports={
139347
140485
  "CertificateType": {}
139348
140486
  }
139349
140487
  },
139350
- "S1y": {
140488
+ "S1z": {
139351
140489
  "type": "list",
139352
140490
  "member": {
139353
140491
  "type": "structure",
140492
+ "required": [
140493
+ "Location"
140494
+ ],
139354
140495
  "members": {
139355
140496
  "Location": {}
139356
140497
  }
139357
140498
  }
139358
140499
  },
139359
- "S22": {
140500
+ "S23": {
140501
+ "type": "structure",
140502
+ "required": [
140503
+ "Cost"
140504
+ ],
140505
+ "members": {
140506
+ "Cost": {}
140507
+ }
140508
+ },
140509
+ "S26": {
139360
140510
  "type": "structure",
139361
140511
  "members": {
139362
140512
  "FleetId": {},
@@ -139384,38 +140534,42 @@ module.exports={
139384
140534
  "NewGameSessionProtectionPolicy": {},
139385
140535
  "OperatingSystem": {},
139386
140536
  "ResourceCreationLimitPolicy": {
139387
- "shape": "S1r"
140537
+ "shape": "S1s"
139388
140538
  },
139389
140539
  "MetricGroups": {
139390
- "shape": "S1t"
140540
+ "shape": "S1u"
139391
140541
  },
139392
140542
  "StoppedActions": {
139393
- "shape": "S27"
140543
+ "shape": "S2b"
139394
140544
  },
139395
140545
  "InstanceRoleArn": {},
139396
140546
  "CertificateConfiguration": {
139397
- "shape": "S1w"
140547
+ "shape": "S1x"
140548
+ },
140549
+ "ComputeType": {},
140550
+ "AnywhereConfiguration": {
140551
+ "shape": "S23"
139398
140552
  }
139399
140553
  }
139400
140554
  },
139401
- "S27": {
140555
+ "S2b": {
139402
140556
  "type": "list",
139403
140557
  "member": {}
139404
140558
  },
139405
- "S29": {
140559
+ "S2d": {
139406
140560
  "type": "list",
139407
140561
  "member": {
139408
- "shape": "S2a"
140562
+ "shape": "S2e"
139409
140563
  }
139410
140564
  },
139411
- "S2a": {
140565
+ "S2e": {
139412
140566
  "type": "structure",
139413
140567
  "members": {
139414
140568
  "Location": {},
139415
140569
  "Status": {}
139416
140570
  }
139417
140571
  },
139418
- "S2k": {
140572
+ "S2o": {
139419
140573
  "type": "list",
139420
140574
  "member": {
139421
140575
  "type": "structure",
@@ -139428,14 +140582,14 @@ module.exports={
139428
140582
  }
139429
140583
  }
139430
140584
  },
139431
- "S2w": {
140585
+ "S30": {
139432
140586
  "type": "structure",
139433
140587
  "members": {
139434
140588
  "GameServerGroupName": {},
139435
140589
  "GameServerGroupArn": {},
139436
140590
  "RoleArn": {},
139437
140591
  "InstanceDefinitions": {
139438
- "shape": "S2k"
140592
+ "shape": "S2o"
139439
140593
  },
139440
140594
  "BalancingStrategy": {},
139441
140595
  "GameServerProtectionPolicy": {},
@@ -139443,7 +140597,7 @@ module.exports={
139443
140597
  "Status": {},
139444
140598
  "StatusReason": {},
139445
140599
  "SuspendedActions": {
139446
- "shape": "S2z"
140600
+ "shape": "S33"
139447
140601
  },
139448
140602
  "CreationTime": {
139449
140603
  "type": "timestamp"
@@ -139453,11 +140607,11 @@ module.exports={
139453
140607
  }
139454
140608
  }
139455
140609
  },
139456
- "S2z": {
140610
+ "S33": {
139457
140611
  "type": "list",
139458
140612
  "member": {}
139459
140613
  },
139460
- "S33": {
140614
+ "S37": {
139461
140615
  "type": "list",
139462
140616
  "member": {
139463
140617
  "type": "structure",
@@ -139471,7 +140625,7 @@ module.exports={
139471
140625
  }
139472
140626
  }
139473
140627
  },
139474
- "S3a": {
140628
+ "S3e": {
139475
140629
  "type": "structure",
139476
140630
  "members": {
139477
140631
  "GameSessionId": {},
@@ -139493,7 +140647,7 @@ module.exports={
139493
140647
  "Status": {},
139494
140648
  "StatusReason": {},
139495
140649
  "GameProperties": {
139496
- "shape": "S33"
140650
+ "shape": "S37"
139497
140651
  },
139498
140652
  "IpAddress": {},
139499
140653
  "DnsName": {},
@@ -139507,7 +140661,7 @@ module.exports={
139507
140661
  "Location": {}
139508
140662
  }
139509
140663
  },
139510
- "S3j": {
140664
+ "S3n": {
139511
140665
  "type": "list",
139512
140666
  "member": {
139513
140667
  "type": "structure",
@@ -139521,7 +140675,7 @@ module.exports={
139521
140675
  }
139522
140676
  }
139523
140677
  },
139524
- "S3l": {
140678
+ "S3p": {
139525
140679
  "type": "list",
139526
140680
  "member": {
139527
140681
  "type": "structure",
@@ -139530,19 +140684,19 @@ module.exports={
139530
140684
  }
139531
140685
  }
139532
140686
  },
139533
- "S3o": {
140687
+ "S3s": {
139534
140688
  "type": "structure",
139535
140689
  "members": {
139536
140690
  "AllowedLocations": {
139537
- "shape": "S3p"
140691
+ "shape": "S3t"
139538
140692
  }
139539
140693
  }
139540
140694
  },
139541
- "S3p": {
140695
+ "S3t": {
139542
140696
  "type": "list",
139543
140697
  "member": {}
139544
140698
  },
139545
- "S3q": {
140699
+ "S3u": {
139546
140700
  "type": "structure",
139547
140701
  "members": {
139548
140702
  "PriorityOrder": {
@@ -139550,11 +140704,11 @@ module.exports={
139550
140704
  "member": {}
139551
140705
  },
139552
140706
  "LocationOrder": {
139553
- "shape": "S3p"
140707
+ "shape": "S3t"
139554
140708
  }
139555
140709
  }
139556
140710
  },
139557
- "S3w": {
140711
+ "S40": {
139558
140712
  "type": "structure",
139559
140713
  "members": {
139560
140714
  "Name": {},
@@ -139563,33 +140717,40 @@ module.exports={
139563
140717
  "type": "integer"
139564
140718
  },
139565
140719
  "PlayerLatencyPolicies": {
139566
- "shape": "S3j"
140720
+ "shape": "S3n"
139567
140721
  },
139568
140722
  "Destinations": {
139569
- "shape": "S3l"
140723
+ "shape": "S3p"
139570
140724
  },
139571
140725
  "FilterConfiguration": {
139572
- "shape": "S3o"
140726
+ "shape": "S3s"
139573
140727
  },
139574
140728
  "PriorityConfiguration": {
139575
- "shape": "S3q"
140729
+ "shape": "S3u"
139576
140730
  },
139577
140731
  "CustomEventData": {},
139578
140732
  "NotificationTarget": {}
139579
140733
  }
139580
140734
  },
139581
- "S3z": {
140735
+ "S45": {
140736
+ "type": "structure",
140737
+ "members": {
140738
+ "LocationName": {},
140739
+ "LocationArn": {}
140740
+ }
140741
+ },
140742
+ "S48": {
139582
140743
  "type": "list",
139583
140744
  "member": {}
139584
140745
  },
139585
- "S4a": {
140746
+ "S4j": {
139586
140747
  "type": "structure",
139587
140748
  "members": {
139588
140749
  "Name": {},
139589
140750
  "ConfigurationArn": {},
139590
140751
  "Description": {},
139591
140752
  "GameSessionQueueArns": {
139592
- "shape": "S3z"
140753
+ "shape": "S48"
139593
140754
  },
139594
140755
  "RequestTimeoutSeconds": {
139595
140756
  "type": "integer"
@@ -139611,14 +140772,14 @@ module.exports={
139611
140772
  "type": "timestamp"
139612
140773
  },
139613
140774
  "GameProperties": {
139614
- "shape": "S33"
140775
+ "shape": "S37"
139615
140776
  },
139616
140777
  "GameSessionData": {},
139617
140778
  "BackfillMode": {},
139618
140779
  "FlexMatchMode": {}
139619
140780
  }
139620
140781
  },
139621
- "S4g": {
140782
+ "S4p": {
139622
140783
  "type": "structure",
139623
140784
  "required": [
139624
140785
  "RuleSetBody"
@@ -139632,7 +140793,7 @@ module.exports={
139632
140793
  }
139633
140794
  }
139634
140795
  },
139635
- "S4k": {
140796
+ "S4t": {
139636
140797
  "type": "structure",
139637
140798
  "members": {
139638
140799
  "PlayerSessionId": {},
@@ -139655,13 +140816,13 @@ module.exports={
139655
140816
  "PlayerData": {}
139656
140817
  }
139657
140818
  },
139658
- "S4r": {
140819
+ "S50": {
139659
140820
  "type": "list",
139660
140821
  "member": {
139661
- "shape": "S4k"
140822
+ "shape": "S4t"
139662
140823
  }
139663
140824
  },
139664
- "S4v": {
140825
+ "S54": {
139665
140826
  "type": "structure",
139666
140827
  "members": {
139667
140828
  "ScriptId": {},
@@ -139679,7 +140840,7 @@ module.exports={
139679
140840
  }
139680
140841
  }
139681
140842
  },
139682
- "S4y": {
140843
+ "S57": {
139683
140844
  "type": "structure",
139684
140845
  "members": {
139685
140846
  "GameLiftAwsAccountId": {},
@@ -139693,11 +140854,30 @@ module.exports={
139693
140854
  }
139694
140855
  }
139695
140856
  },
139696
- "S5x": {
140857
+ "S69": {
140858
+ "type": "structure",
140859
+ "members": {
140860
+ "FleetId": {},
140861
+ "FleetArn": {},
140862
+ "ComputeName": {},
140863
+ "ComputeArn": {},
140864
+ "IpAddress": {},
140865
+ "DnsName": {},
140866
+ "ComputeStatus": {},
140867
+ "Location": {},
140868
+ "CreationTime": {
140869
+ "type": "timestamp"
140870
+ },
140871
+ "OperatingSystem": {},
140872
+ "Type": {},
140873
+ "GameLiftServiceSdkEndpoint": {}
140874
+ }
140875
+ },
140876
+ "S6j": {
139697
140877
  "type": "list",
139698
140878
  "member": {}
139699
140879
  },
139700
- "S63": {
140880
+ "S6p": {
139701
140881
  "type": "structure",
139702
140882
  "members": {
139703
140883
  "FleetId": {},
@@ -139732,7 +140912,7 @@ module.exports={
139732
140912
  "Location": {}
139733
140913
  }
139734
140914
  },
139735
- "S6j": {
140915
+ "S75": {
139736
140916
  "type": "structure",
139737
140917
  "members": {
139738
140918
  "FleetId": {},
@@ -139752,14 +140932,14 @@ module.exports={
139752
140932
  "Location": {}
139753
140933
  }
139754
140934
  },
139755
- "S75": {
140935
+ "S7r": {
139756
140936
  "type": "structure",
139757
140937
  "members": {
139758
140938
  "PlacementId": {},
139759
140939
  "GameSessionQueueName": {},
139760
140940
  "Status": {},
139761
140941
  "GameProperties": {
139762
- "shape": "S33"
140942
+ "shape": "S37"
139763
140943
  },
139764
140944
  "MaximumPlayerSessionCount": {
139765
140945
  "type": "integer"
@@ -139769,7 +140949,7 @@ module.exports={
139769
140949
  "GameSessionArn": {},
139770
140950
  "GameSessionRegion": {},
139771
140951
  "PlayerLatencies": {
139772
- "shape": "S77"
140952
+ "shape": "S7t"
139773
140953
  },
139774
140954
  "StartTime": {
139775
140955
  "type": "timestamp"
@@ -139796,7 +140976,7 @@ module.exports={
139796
140976
  "MatchmakerData": {}
139797
140977
  }
139798
140978
  },
139799
- "S77": {
140979
+ "S7t": {
139800
140980
  "type": "list",
139801
140981
  "member": {
139802
140982
  "type": "structure",
@@ -139809,13 +140989,13 @@ module.exports={
139809
140989
  }
139810
140990
  }
139811
140991
  },
139812
- "S7i": {
140992
+ "S84": {
139813
140993
  "type": "list",
139814
140994
  "member": {
139815
- "shape": "S3a"
140995
+ "shape": "S3e"
139816
140996
  }
139817
140997
  },
139818
- "S7t": {
140998
+ "S8f": {
139819
140999
  "type": "structure",
139820
141000
  "members": {
139821
141001
  "TicketId": {},
@@ -139831,7 +141011,7 @@ module.exports={
139831
141011
  "type": "timestamp"
139832
141012
  },
139833
141013
  "Players": {
139834
- "shape": "S7w"
141014
+ "shape": "S8i"
139835
141015
  },
139836
141016
  "GameSessionConnectionInfo": {
139837
141017
  "type": "structure",
@@ -139859,7 +141039,7 @@ module.exports={
139859
141039
  }
139860
141040
  }
139861
141041
  },
139862
- "S7w": {
141042
+ "S8i": {
139863
141043
  "type": "list",
139864
141044
  "member": {
139865
141045
  "type": "structure",
@@ -139876,7 +141056,8 @@ module.exports={
139876
141056
  "type": "double"
139877
141057
  },
139878
141058
  "SL": {
139879
- "shape": "S3"
141059
+ "type": "list",
141060
+ "member": {}
139880
141061
  },
139881
141062
  "SDM": {
139882
141063
  "type": "map",
@@ -139899,7 +141080,7 @@ module.exports={
139899
141080
  }
139900
141081
  }
139901
141082
  },
139902
- "S8u": {
141083
+ "S9i": {
139903
141084
  "type": "structure",
139904
141085
  "required": [
139905
141086
  "TargetValue"
@@ -140010,6 +141191,12 @@ module.exports={
140010
141191
  "limit_key": "Limit",
140011
141192
  "result_key": "Builds"
140012
141193
  },
141194
+ "ListCompute": {
141195
+ "input_token": "NextToken",
141196
+ "output_token": "NextToken",
141197
+ "limit_key": "Limit",
141198
+ "result_key": "ComputeList"
141199
+ },
140013
141200
  "ListFleets": {
140014
141201
  "input_token": "NextToken",
140015
141202
  "output_token": "NextToken",
@@ -140028,6 +141215,12 @@ module.exports={
140028
141215
  "limit_key": "Limit",
140029
141216
  "result_key": "GameServers"
140030
141217
  },
141218
+ "ListLocations": {
141219
+ "input_token": "NextToken",
141220
+ "output_token": "NextToken",
141221
+ "limit_key": "Limit",
141222
+ "result_key": "Locations"
141223
+ },
140031
141224
  "ListScripts": {
140032
141225
  "input_token": "NextToken",
140033
141226
  "output_token": "NextToken",
@@ -175792,6 +176985,20 @@ module.exports={
175792
176985
  },
175793
176986
  "simspaceweaver": {
175794
176987
  "name": "SimSpaceWeaver"
176988
+ },
176989
+ "docdbelastic": {
176990
+ "prefix": "docdb-elastic",
176991
+ "name": "DocDBElastic"
176992
+ },
176993
+ "sagemakergeospatial": {
176994
+ "prefix": "sagemaker-geospatial",
176995
+ "name": "SageMakerGeospatial"
176996
+ },
176997
+ "codecatalyst": {
176998
+ "name": "CodeCatalyst"
176999
+ },
177000
+ "pipes": {
177001
+ "name": "Pipes"
175795
177002
  }
175796
177003
  }
175797
177004
  },{}],166:[function(require,module,exports){
@@ -248957,7 +250164,7 @@ AWS.util.update(AWS, {
248957
250164
  /**
248958
250165
  * @constant
248959
250166
  */
248960
- VERSION: '2.1264.0',
250167
+ VERSION: '2.1266.0',
248961
250168
 
248962
250169
  /**
248963
250170
  * @api private
@@ -255861,7 +257068,8 @@ module.exports={
255861
257068
  "endpoint": "{service}.{region}.amazonaws.com",
255862
257069
  "signatureVersion": "v2"
255863
257070
  },
255864
- "*/resource-explorer-2": "dualstackByDefault"
257071
+ "*/resource-explorer-2": "dualstackByDefault",
257072
+ "*/codecatalyst": "globalDualstackByDefault"
255865
257073
  },
255866
257074
 
255867
257075
  "fipsRules": {
@@ -255922,7 +257130,8 @@ module.exports={
255922
257130
  "us-gov-west-1/route53": {
255923
257131
  "endpoint": "route53.us-gov.amazonaws.com"
255924
257132
  },
255925
- "*/resource-explorer-2": "fipsDualstackByDefault"
257133
+ "*/resource-explorer-2": "fipsDualstackByDefault",
257134
+ "*/codecatalyst": "fipsGlobalDualstackByDefault"
255926
257135
  },
255927
257136
 
255928
257137
  "dualstackRules": {
@@ -271015,7 +272224,7 @@ var LRUCache = /** @class */ (function () {
271015
272224
  }());
271016
272225
  exports.LRUCache = LRUCache;
271017
272226
  },{}],461:[function(require,module,exports){
271018
- // AWS SDK for JavaScript v2.1264.0
272227
+ // AWS SDK for JavaScript v2.1266.0
271019
272228
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
271020
272229
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
271021
272230
  require('./browser_loader');