cdk-comprehend-s3olap 2.0.103 → 2.0.104

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 (55) hide show
  1. package/.jsii +5 -5
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +7 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +59 -8
  8. package/node_modules/aws-sdk/apis/devicefarm-2015-06-23.min.json +166 -132
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +3 -1
  10. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -1
  11. package/node_modules/aws-sdk/clients/backupgateway.d.ts +72 -0
  12. package/node_modules/aws-sdk/clients/devicefarm.d.ts +38 -0
  13. package/node_modules/aws-sdk/clients/ec2.d.ts +70 -67
  14. package/node_modules/aws-sdk/clients/glue.d.ts +8 -0
  15. package/node_modules/aws-sdk/clients/identitystore.d.ts +8 -8
  16. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  17. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
  18. package/node_modules/aws-sdk/dist/aws-sdk.js +172 -136
  19. package/node_modules/aws-sdk/dist/aws-sdk.min.js +73 -73
  20. package/node_modules/aws-sdk/lib/core.js +1 -1
  21. package/node_modules/aws-sdk/package.json +1 -1
  22. package/node_modules/es-abstract/2015/GetSubstitution.js +1 -1
  23. package/node_modules/es-abstract/2015/ToNumber.js +1 -1
  24. package/node_modules/es-abstract/2016/GetSubstitution.js +1 -1
  25. package/node_modules/es-abstract/2016/ToNumber.js +1 -1
  26. package/node_modules/es-abstract/2017/GetSubstitution.js +1 -1
  27. package/node_modules/es-abstract/2017/ToNumber.js +1 -1
  28. package/node_modules/es-abstract/2018/GetSubstitution.js +1 -1
  29. package/node_modules/es-abstract/2018/ToNumber.js +1 -1
  30. package/node_modules/es-abstract/2019/GetSubstitution.js +1 -1
  31. package/node_modules/es-abstract/2019/ToNumber.js +1 -1
  32. package/node_modules/es-abstract/2020/GetSubstitution.js +1 -1
  33. package/node_modules/es-abstract/2020/ToNumber.js +1 -1
  34. package/node_modules/es-abstract/2021/GetSubstitution.js +1 -1
  35. package/node_modules/es-abstract/2021/ToNumber.js +1 -1
  36. package/node_modules/es-abstract/2022/GetSubstitution.js +1 -1
  37. package/node_modules/es-abstract/2022/StringToNumber.js +1 -1
  38. package/node_modules/es-abstract/CHANGELOG.md +6 -0
  39. package/node_modules/es-abstract/helpers/regexTester.js +2 -6
  40. package/node_modules/es-abstract/package.json +6 -5
  41. package/node_modules/esbuild/bin/esbuild +34 -9
  42. package/node_modules/esbuild/install.js +4 -4
  43. package/node_modules/esbuild/lib/main.js +41 -16
  44. package/node_modules/esbuild/package.json +23 -23
  45. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  46. package/node_modules/esbuild-linux-64/package.json +1 -1
  47. package/node_modules/safe-regex-test/.eslintrc +9 -0
  48. package/node_modules/safe-regex-test/.github/FUNDING.yml +12 -0
  49. package/node_modules/safe-regex-test/CHANGELOG.md +15 -0
  50. package/node_modules/safe-regex-test/LICENSE +21 -0
  51. package/node_modules/safe-regex-test/README.md +42 -0
  52. package/node_modules/safe-regex-test/index.js +17 -0
  53. package/node_modules/safe-regex-test/package.json +75 -0
  54. package/node_modules/safe-regex-test/test/index.js +37 -0
  55. package/package.json +8 -8
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1221.0
1
+ // AWS SDK for JavaScript v2.1222.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){
@@ -66994,6 +66994,9 @@ module.exports={
66994
66994
  "name": {},
66995
66995
  "defaultJobTimeoutMinutes": {
66996
66996
  "type": "integer"
66997
+ },
66998
+ "vpcConfig": {
66999
+ "shape": "Sr"
66997
67000
  }
66998
67001
  }
66999
67002
  },
@@ -67001,7 +67004,7 @@ module.exports={
67001
67004
  "type": "structure",
67002
67005
  "members": {
67003
67006
  "project": {
67004
- "shape": "Ss"
67007
+ "shape": "Sy"
67005
67008
  }
67006
67009
  }
67007
67010
  }
@@ -67032,7 +67035,7 @@ module.exports={
67032
67035
  "members": {
67033
67036
  "billingMethod": {},
67034
67037
  "vpceConfigurationArns": {
67035
- "shape": "Sz"
67038
+ "shape": "S15"
67036
67039
  }
67037
67040
  }
67038
67041
  },
@@ -67046,7 +67049,7 @@ module.exports={
67046
67049
  "type": "structure",
67047
67050
  "members": {
67048
67051
  "remoteAccessSession": {
67049
- "shape": "S12"
67052
+ "shape": "S18"
67050
67053
  }
67051
67054
  }
67052
67055
  }
@@ -67061,7 +67064,7 @@ module.exports={
67061
67064
  "name": {},
67062
67065
  "description": {},
67063
67066
  "vpcConfig": {
67064
- "shape": "S1m"
67067
+ "shape": "S1s"
67065
67068
  }
67066
67069
  }
67067
67070
  },
@@ -67069,7 +67072,7 @@ module.exports={
67069
67072
  "type": "structure",
67070
67073
  "members": {
67071
67074
  "testGridProject": {
67072
- "shape": "S1r"
67075
+ "shape": "S1w"
67073
67076
  }
67074
67077
  }
67075
67078
  }
@@ -67092,7 +67095,7 @@ module.exports={
67092
67095
  "type": "structure",
67093
67096
  "members": {
67094
67097
  "url": {
67095
- "shape": "S1w"
67098
+ "shape": "S21"
67096
67099
  },
67097
67100
  "expires": {
67098
67101
  "type": "timestamp"
@@ -67119,7 +67122,7 @@ module.exports={
67119
67122
  "type": "structure",
67120
67123
  "members": {
67121
67124
  "upload": {
67122
- "shape": "S21"
67125
+ "shape": "S26"
67123
67126
  }
67124
67127
  }
67125
67128
  }
@@ -67143,7 +67146,7 @@ module.exports={
67143
67146
  "type": "structure",
67144
67147
  "members": {
67145
67148
  "vpceConfiguration": {
67146
- "shape": "S2c"
67149
+ "shape": "S2h"
67147
67150
  }
67148
67151
  }
67149
67152
  }
@@ -67296,10 +67299,10 @@ module.exports={
67296
67299
  "members": {
67297
67300
  "awsAccountNumber": {},
67298
67301
  "unmeteredDevices": {
67299
- "shape": "S2z"
67302
+ "shape": "S34"
67300
67303
  },
67301
67304
  "unmeteredRemoteAccessDevices": {
67302
- "shape": "S2z"
67305
+ "shape": "S34"
67303
67306
  },
67304
67307
  "maxJobTimeoutMinutes": {
67305
67308
  "type": "integer"
@@ -67347,7 +67350,7 @@ module.exports={
67347
67350
  "type": "structure",
67348
67351
  "members": {
67349
67352
  "device": {
67350
- "shape": "S15"
67353
+ "shape": "S1b"
67351
67354
  }
67352
67355
  }
67353
67356
  }
@@ -67366,7 +67369,7 @@ module.exports={
67366
67369
  "type": "structure",
67367
67370
  "members": {
67368
67371
  "deviceInstance": {
67369
- "shape": "S1c"
67372
+ "shape": "S1i"
67370
67373
  }
67371
67374
  }
67372
67375
  }
@@ -67401,10 +67404,10 @@ module.exports={
67401
67404
  "appArn": {},
67402
67405
  "testType": {},
67403
67406
  "test": {
67404
- "shape": "S3a"
67407
+ "shape": "S3f"
67405
67408
  },
67406
67409
  "configuration": {
67407
- "shape": "S3d"
67410
+ "shape": "S3i"
67408
67411
  }
67409
67412
  }
67410
67413
  },
@@ -67412,10 +67415,10 @@ module.exports={
67412
67415
  "type": "structure",
67413
67416
  "members": {
67414
67417
  "compatibleDevices": {
67415
- "shape": "S3l"
67418
+ "shape": "S3q"
67416
67419
  },
67417
67420
  "incompatibleDevices": {
67418
- "shape": "S3l"
67421
+ "shape": "S3q"
67419
67422
  }
67420
67423
  }
67421
67424
  }
@@ -67453,7 +67456,7 @@ module.exports={
67453
67456
  "type": "structure",
67454
67457
  "members": {
67455
67458
  "job": {
67456
- "shape": "S3t"
67459
+ "shape": "S3y"
67457
67460
  }
67458
67461
  }
67459
67462
  }
@@ -67488,10 +67491,10 @@ module.exports={
67488
67491
  "type": "structure",
67489
67492
  "members": {
67490
67493
  "current": {
67491
- "shape": "S41"
67494
+ "shape": "S46"
67492
67495
  },
67493
67496
  "nextPeriod": {
67494
- "shape": "S41"
67497
+ "shape": "S46"
67495
67498
  },
67496
67499
  "nextToken": {}
67497
67500
  }
@@ -67511,7 +67514,7 @@ module.exports={
67511
67514
  "type": "structure",
67512
67515
  "members": {
67513
67516
  "project": {
67514
- "shape": "Ss"
67517
+ "shape": "Sy"
67515
67518
  }
67516
67519
  }
67517
67520
  }
@@ -67530,7 +67533,7 @@ module.exports={
67530
67533
  "type": "structure",
67531
67534
  "members": {
67532
67535
  "remoteAccessSession": {
67533
- "shape": "S12"
67536
+ "shape": "S18"
67534
67537
  }
67535
67538
  }
67536
67539
  }
@@ -67549,7 +67552,7 @@ module.exports={
67549
67552
  "type": "structure",
67550
67553
  "members": {
67551
67554
  "run": {
67552
- "shape": "S4i"
67555
+ "shape": "S4n"
67553
67556
  }
67554
67557
  }
67555
67558
  }
@@ -67568,7 +67571,7 @@ module.exports={
67568
67571
  "type": "structure",
67569
67572
  "members": {
67570
67573
  "suite": {
67571
- "shape": "S4r"
67574
+ "shape": "S4w"
67572
67575
  }
67573
67576
  }
67574
67577
  }
@@ -67587,7 +67590,7 @@ module.exports={
67587
67590
  "type": "structure",
67588
67591
  "members": {
67589
67592
  "test": {
67590
- "shape": "S4u"
67593
+ "shape": "S4z"
67591
67594
  }
67592
67595
  }
67593
67596
  }
@@ -67606,7 +67609,7 @@ module.exports={
67606
67609
  "type": "structure",
67607
67610
  "members": {
67608
67611
  "testGridProject": {
67609
- "shape": "S1r"
67612
+ "shape": "S1w"
67610
67613
  }
67611
67614
  }
67612
67615
  }
@@ -67624,7 +67627,7 @@ module.exports={
67624
67627
  "type": "structure",
67625
67628
  "members": {
67626
67629
  "testGridSession": {
67627
- "shape": "S50"
67630
+ "shape": "S55"
67628
67631
  }
67629
67632
  }
67630
67633
  }
@@ -67643,7 +67646,7 @@ module.exports={
67643
67646
  "type": "structure",
67644
67647
  "members": {
67645
67648
  "upload": {
67646
- "shape": "S21"
67649
+ "shape": "S26"
67647
67650
  }
67648
67651
  }
67649
67652
  }
@@ -67662,7 +67665,7 @@ module.exports={
67662
67665
  "type": "structure",
67663
67666
  "members": {
67664
67667
  "vpceConfiguration": {
67665
- "shape": "S2c"
67668
+ "shape": "S2h"
67666
67669
  }
67667
67670
  }
67668
67671
  }
@@ -67683,7 +67686,7 @@ module.exports={
67683
67686
  "type": "structure",
67684
67687
  "members": {
67685
67688
  "appUpload": {
67686
- "shape": "S21"
67689
+ "shape": "S26"
67687
67690
  }
67688
67691
  }
67689
67692
  }
@@ -67735,7 +67738,7 @@ module.exports={
67735
67738
  "type": "structure",
67736
67739
  "members": {
67737
67740
  "deviceInstances": {
67738
- "shape": "S1b"
67741
+ "shape": "S1h"
67739
67742
  },
67740
67743
  "nextToken": {}
67741
67744
  }
@@ -67773,7 +67776,7 @@ module.exports={
67773
67776
  "arn": {},
67774
67777
  "nextToken": {},
67775
67778
  "filters": {
67776
- "shape": "S4l"
67779
+ "shape": "S4q"
67777
67780
  }
67778
67781
  }
67779
67782
  },
@@ -67783,7 +67786,7 @@ module.exports={
67783
67786
  "devices": {
67784
67787
  "type": "list",
67785
67788
  "member": {
67786
- "shape": "S15"
67789
+ "shape": "S1b"
67787
67790
  }
67788
67791
  },
67789
67792
  "nextToken": {}
@@ -67830,7 +67833,7 @@ module.exports={
67830
67833
  "jobs": {
67831
67834
  "type": "list",
67832
67835
  "member": {
67833
- "shape": "S3t"
67836
+ "shape": "S3y"
67834
67837
  }
67835
67838
  },
67836
67839
  "nextToken": {}
@@ -67899,7 +67902,7 @@ module.exports={
67899
67902
  "offeringTransactions": {
67900
67903
  "type": "list",
67901
67904
  "member": {
67902
- "shape": "S64"
67905
+ "shape": "S69"
67903
67906
  }
67904
67907
  },
67905
67908
  "nextToken": {}
@@ -67919,7 +67922,7 @@ module.exports={
67919
67922
  "offerings": {
67920
67923
  "type": "list",
67921
67924
  "member": {
67922
- "shape": "S45"
67925
+ "shape": "S4a"
67923
67926
  }
67924
67927
  },
67925
67928
  "nextToken": {}
@@ -67940,7 +67943,7 @@ module.exports={
67940
67943
  "projects": {
67941
67944
  "type": "list",
67942
67945
  "member": {
67943
- "shape": "Ss"
67946
+ "shape": "Sy"
67944
67947
  }
67945
67948
  },
67946
67949
  "nextToken": {}
@@ -67964,7 +67967,7 @@ module.exports={
67964
67967
  "remoteAccessSessions": {
67965
67968
  "type": "list",
67966
67969
  "member": {
67967
- "shape": "S12"
67970
+ "shape": "S18"
67968
67971
  }
67969
67972
  },
67970
67973
  "nextToken": {}
@@ -67988,7 +67991,7 @@ module.exports={
67988
67991
  "runs": {
67989
67992
  "type": "list",
67990
67993
  "member": {
67991
- "shape": "S4i"
67994
+ "shape": "S4n"
67992
67995
  }
67993
67996
  },
67994
67997
  "nextToken": {}
@@ -68041,7 +68044,7 @@ module.exports={
68041
68044
  "suites": {
68042
68045
  "type": "list",
68043
68046
  "member": {
68044
- "shape": "S4r"
68047
+ "shape": "S4w"
68045
68048
  }
68046
68049
  },
68047
68050
  "nextToken": {}
@@ -68062,7 +68065,7 @@ module.exports={
68062
68065
  "type": "structure",
68063
68066
  "members": {
68064
68067
  "Tags": {
68065
- "shape": "S6s"
68068
+ "shape": "S6x"
68066
68069
  }
68067
68070
  }
68068
68071
  }
@@ -68083,7 +68086,7 @@ module.exports={
68083
68086
  "testGridProjects": {
68084
68087
  "type": "list",
68085
68088
  "member": {
68086
- "shape": "S1r"
68089
+ "shape": "S1w"
68087
68090
  }
68088
68091
  },
68089
68092
  "nextToken": {}
@@ -68154,7 +68157,7 @@ module.exports={
68154
68157
  "filename": {},
68155
68158
  "type": {},
68156
68159
  "url": {
68157
- "shape": "S1w"
68160
+ "shape": "S21"
68158
68161
  }
68159
68162
  }
68160
68163
  }
@@ -68196,7 +68199,7 @@ module.exports={
68196
68199
  "testGridSessions": {
68197
68200
  "type": "list",
68198
68201
  "member": {
68199
- "shape": "S50"
68202
+ "shape": "S55"
68200
68203
  }
68201
68204
  },
68202
68205
  "nextToken": {}
@@ -68220,7 +68223,7 @@ module.exports={
68220
68223
  "tests": {
68221
68224
  "type": "list",
68222
68225
  "member": {
68223
- "shape": "S4u"
68226
+ "shape": "S4z"
68224
68227
  }
68225
68228
  },
68226
68229
  "nextToken": {}
@@ -68256,19 +68259,19 @@ module.exports={
68256
68259
  "type": "structure",
68257
68260
  "members": {
68258
68261
  "run": {
68259
- "shape": "S7n"
68262
+ "shape": "S7s"
68260
68263
  },
68261
68264
  "job": {
68262
- "shape": "S7n"
68265
+ "shape": "S7s"
68263
68266
  },
68264
68267
  "suite": {
68265
- "shape": "S7n"
68268
+ "shape": "S7s"
68266
68269
  },
68267
68270
  "test": {
68268
- "shape": "S7n"
68271
+ "shape": "S7s"
68269
68272
  },
68270
68273
  "device": {
68271
- "shape": "S15"
68274
+ "shape": "S1b"
68272
68275
  },
68273
68276
  "result": {},
68274
68277
  "message": {}
@@ -68301,7 +68304,7 @@ module.exports={
68301
68304
  "uploads": {
68302
68305
  "type": "list",
68303
68306
  "member": {
68304
- "shape": "S21"
68307
+ "shape": "S26"
68305
68308
  }
68306
68309
  },
68307
68310
  "nextToken": {}
@@ -68324,7 +68327,7 @@ module.exports={
68324
68327
  "vpceConfigurations": {
68325
68328
  "type": "list",
68326
68329
  "member": {
68327
- "shape": "S2c"
68330
+ "shape": "S2h"
68328
68331
  }
68329
68332
  },
68330
68333
  "nextToken": {}
@@ -68350,7 +68353,7 @@ module.exports={
68350
68353
  "type": "structure",
68351
68354
  "members": {
68352
68355
  "offeringTransaction": {
68353
- "shape": "S64"
68356
+ "shape": "S69"
68354
68357
  }
68355
68358
  }
68356
68359
  }
@@ -68373,7 +68376,7 @@ module.exports={
68373
68376
  "type": "structure",
68374
68377
  "members": {
68375
68378
  "offeringTransaction": {
68376
- "shape": "S64"
68379
+ "shape": "S69"
68377
68380
  }
68378
68381
  }
68379
68382
  }
@@ -68397,7 +68400,7 @@ module.exports={
68397
68400
  ],
68398
68401
  "members": {
68399
68402
  "filters": {
68400
- "shape": "S4l"
68403
+ "shape": "S4q"
68401
68404
  },
68402
68405
  "maxDevices": {
68403
68406
  "type": "integer"
@@ -68406,10 +68409,10 @@ module.exports={
68406
68409
  },
68407
68410
  "name": {},
68408
68411
  "test": {
68409
- "shape": "S3a"
68412
+ "shape": "S3f"
68410
68413
  },
68411
68414
  "configuration": {
68412
- "shape": "S3d"
68415
+ "shape": "S3i"
68413
68416
  },
68414
68417
  "executionConfiguration": {
68415
68418
  "type": "structure",
@@ -68437,7 +68440,7 @@ module.exports={
68437
68440
  "type": "structure",
68438
68441
  "members": {
68439
68442
  "run": {
68440
- "shape": "S4i"
68443
+ "shape": "S4n"
68441
68444
  }
68442
68445
  }
68443
68446
  }
@@ -68456,7 +68459,7 @@ module.exports={
68456
68459
  "type": "structure",
68457
68460
  "members": {
68458
68461
  "job": {
68459
- "shape": "S3t"
68462
+ "shape": "S3y"
68460
68463
  }
68461
68464
  }
68462
68465
  }
@@ -68475,7 +68478,7 @@ module.exports={
68475
68478
  "type": "structure",
68476
68479
  "members": {
68477
68480
  "remoteAccessSession": {
68478
- "shape": "S12"
68481
+ "shape": "S18"
68479
68482
  }
68480
68483
  }
68481
68484
  }
@@ -68494,7 +68497,7 @@ module.exports={
68494
68497
  "type": "structure",
68495
68498
  "members": {
68496
68499
  "run": {
68497
- "shape": "S4i"
68500
+ "shape": "S4n"
68498
68501
  }
68499
68502
  }
68500
68503
  }
@@ -68509,7 +68512,7 @@ module.exports={
68509
68512
  "members": {
68510
68513
  "ResourceARN": {},
68511
68514
  "Tags": {
68512
- "shape": "S6s"
68515
+ "shape": "S6x"
68513
68516
  }
68514
68517
  }
68515
68518
  },
@@ -68548,7 +68551,7 @@ module.exports={
68548
68551
  "arn": {},
68549
68552
  "profileArn": {},
68550
68553
  "labels": {
68551
- "shape": "S1d"
68554
+ "shape": "S1j"
68552
68555
  }
68553
68556
  }
68554
68557
  },
@@ -68556,7 +68559,7 @@ module.exports={
68556
68559
  "type": "structure",
68557
68560
  "members": {
68558
68561
  "deviceInstance": {
68559
- "shape": "S1c"
68562
+ "shape": "S1i"
68560
68563
  }
68561
68564
  }
68562
68565
  }
@@ -68678,6 +68681,9 @@ module.exports={
68678
68681
  "name": {},
68679
68682
  "defaultJobTimeoutMinutes": {
68680
68683
  "type": "integer"
68684
+ },
68685
+ "vpcConfig": {
68686
+ "shape": "Sr"
68681
68687
  }
68682
68688
  }
68683
68689
  },
@@ -68685,7 +68691,7 @@ module.exports={
68685
68691
  "type": "structure",
68686
68692
  "members": {
68687
68693
  "project": {
68688
- "shape": "Ss"
68694
+ "shape": "Sy"
68689
68695
  }
68690
68696
  }
68691
68697
  }
@@ -68701,7 +68707,7 @@ module.exports={
68701
68707
  "name": {},
68702
68708
  "description": {},
68703
68709
  "vpcConfig": {
68704
- "shape": "S1m"
68710
+ "shape": "S1s"
68705
68711
  }
68706
68712
  }
68707
68713
  },
@@ -68709,7 +68715,7 @@ module.exports={
68709
68715
  "type": "structure",
68710
68716
  "members": {
68711
68717
  "testGridProject": {
68712
- "shape": "S1r"
68718
+ "shape": "S1w"
68713
68719
  }
68714
68720
  }
68715
68721
  }
@@ -68733,7 +68739,7 @@ module.exports={
68733
68739
  "type": "structure",
68734
68740
  "members": {
68735
68741
  "upload": {
68736
- "shape": "S21"
68742
+ "shape": "S26"
68737
68743
  }
68738
68744
  }
68739
68745
  }
@@ -68756,7 +68762,7 @@ module.exports={
68756
68762
  "type": "structure",
68757
68763
  "members": {
68758
68764
  "vpceConfiguration": {
68759
- "shape": "S2c"
68765
+ "shape": "S2h"
68760
68766
  }
68761
68767
  }
68762
68768
  }
@@ -68843,7 +68849,26 @@ module.exports={
68843
68849
  }
68844
68850
  }
68845
68851
  },
68846
- "Ss": {
68852
+ "Sr": {
68853
+ "type": "structure",
68854
+ "required": [
68855
+ "securityGroupIds",
68856
+ "subnetIds",
68857
+ "vpcId"
68858
+ ],
68859
+ "members": {
68860
+ "securityGroupIds": {
68861
+ "type": "list",
68862
+ "member": {}
68863
+ },
68864
+ "subnetIds": {
68865
+ "type": "list",
68866
+ "member": {}
68867
+ },
68868
+ "vpcId": {}
68869
+ }
68870
+ },
68871
+ "Sy": {
68847
68872
  "type": "structure",
68848
68873
  "members": {
68849
68874
  "arn": {},
@@ -68853,14 +68878,17 @@ module.exports={
68853
68878
  },
68854
68879
  "created": {
68855
68880
  "type": "timestamp"
68881
+ },
68882
+ "vpcConfig": {
68883
+ "shape": "Sr"
68856
68884
  }
68857
68885
  }
68858
68886
  },
68859
- "Sz": {
68887
+ "S15": {
68860
68888
  "type": "list",
68861
68889
  "member": {}
68862
68890
  },
68863
- "S12": {
68891
+ "S18": {
68864
68892
  "type": "structure",
68865
68893
  "members": {
68866
68894
  "arn": {},
@@ -68878,7 +68906,7 @@ module.exports={
68878
68906
  "type": "timestamp"
68879
68907
  },
68880
68908
  "device": {
68881
- "shape": "S15"
68909
+ "shape": "S1b"
68882
68910
  },
68883
68911
  "instanceArn": {},
68884
68912
  "remoteDebugEnabled": {
@@ -68892,17 +68920,20 @@ module.exports={
68892
68920
  "clientId": {},
68893
68921
  "billingMethod": {},
68894
68922
  "deviceMinutes": {
68895
- "shape": "S1h"
68923
+ "shape": "S1n"
68896
68924
  },
68897
68925
  "endpoint": {},
68898
68926
  "deviceUdid": {},
68899
68927
  "interactionMode": {},
68900
68928
  "skipAppResign": {
68901
68929
  "type": "boolean"
68930
+ },
68931
+ "vpcConfig": {
68932
+ "shape": "Sr"
68902
68933
  }
68903
68934
  }
68904
68935
  },
68905
- "S15": {
68936
+ "S1b": {
68906
68937
  "type": "structure",
68907
68938
  "members": {
68908
68939
  "arn": {},
@@ -68952,24 +68983,24 @@ module.exports={
68952
68983
  "fleetType": {},
68953
68984
  "fleetName": {},
68954
68985
  "instances": {
68955
- "shape": "S1b"
68986
+ "shape": "S1h"
68956
68987
  },
68957
68988
  "availability": {}
68958
68989
  }
68959
68990
  },
68960
- "S1b": {
68991
+ "S1h": {
68961
68992
  "type": "list",
68962
68993
  "member": {
68963
- "shape": "S1c"
68994
+ "shape": "S1i"
68964
68995
  }
68965
68996
  },
68966
- "S1c": {
68997
+ "S1i": {
68967
68998
  "type": "structure",
68968
68999
  "members": {
68969
69000
  "arn": {},
68970
69001
  "deviceArn": {},
68971
69002
  "labels": {
68972
- "shape": "S1d"
69003
+ "shape": "S1j"
68973
69004
  },
68974
69005
  "status": {},
68975
69006
  "udid": {},
@@ -68978,11 +69009,11 @@ module.exports={
68978
69009
  }
68979
69010
  }
68980
69011
  },
68981
- "S1d": {
69012
+ "S1j": {
68982
69013
  "type": "list",
68983
69014
  "member": {}
68984
69015
  },
68985
- "S1h": {
69016
+ "S1n": {
68986
69017
  "type": "structure",
68987
69018
  "members": {
68988
69019
  "total": {
@@ -68996,7 +69027,7 @@ module.exports={
68996
69027
  }
68997
69028
  }
68998
69029
  },
68999
- "S1m": {
69030
+ "S1s": {
69000
69031
  "type": "structure",
69001
69032
  "required": [
69002
69033
  "securityGroupIds",
@@ -69015,25 +69046,25 @@ module.exports={
69015
69046
  "vpcId": {}
69016
69047
  }
69017
69048
  },
69018
- "S1r": {
69049
+ "S1w": {
69019
69050
  "type": "structure",
69020
69051
  "members": {
69021
69052
  "arn": {},
69022
69053
  "name": {},
69023
69054
  "description": {},
69024
69055
  "vpcConfig": {
69025
- "shape": "S1m"
69056
+ "shape": "S1s"
69026
69057
  },
69027
69058
  "created": {
69028
69059
  "type": "timestamp"
69029
69060
  }
69030
69061
  }
69031
69062
  },
69032
- "S1w": {
69063
+ "S21": {
69033
69064
  "type": "string",
69034
69065
  "sensitive": true
69035
69066
  },
69036
- "S21": {
69067
+ "S26": {
69037
69068
  "type": "structure",
69038
69069
  "members": {
69039
69070
  "arn": {},
@@ -69053,7 +69084,7 @@ module.exports={
69053
69084
  "category": {}
69054
69085
  }
69055
69086
  },
69056
- "S2c": {
69087
+ "S2h": {
69057
69088
  "type": "structure",
69058
69089
  "members": {
69059
69090
  "arn": {},
@@ -69063,14 +69094,14 @@ module.exports={
69063
69094
  "vpceConfigurationDescription": {}
69064
69095
  }
69065
69096
  },
69066
- "S2z": {
69097
+ "S34": {
69067
69098
  "type": "map",
69068
69099
  "key": {},
69069
69100
  "value": {
69070
69101
  "type": "integer"
69071
69102
  }
69072
69103
  },
69073
- "S3a": {
69104
+ "S3f": {
69074
69105
  "type": "structure",
69075
69106
  "required": [
69076
69107
  "type"
@@ -69087,31 +69118,31 @@ module.exports={
69087
69118
  }
69088
69119
  }
69089
69120
  },
69090
- "S3d": {
69121
+ "S3i": {
69091
69122
  "type": "structure",
69092
69123
  "members": {
69093
69124
  "extraDataPackageArn": {},
69094
69125
  "networkProfileArn": {},
69095
69126
  "locale": {},
69096
69127
  "location": {
69097
- "shape": "S3e"
69128
+ "shape": "S3j"
69098
69129
  },
69099
69130
  "vpceConfigurationArns": {
69100
- "shape": "Sz"
69131
+ "shape": "S15"
69101
69132
  },
69102
69133
  "customerArtifactPaths": {
69103
- "shape": "S3f"
69134
+ "shape": "S3k"
69104
69135
  },
69105
69136
  "radios": {
69106
- "shape": "S3j"
69137
+ "shape": "S3o"
69107
69138
  },
69108
69139
  "auxiliaryApps": {
69109
- "shape": "Sz"
69140
+ "shape": "S15"
69110
69141
  },
69111
69142
  "billingMethod": {}
69112
69143
  }
69113
69144
  },
69114
- "S3e": {
69145
+ "S3j": {
69115
69146
  "type": "structure",
69116
69147
  "required": [
69117
69148
  "latitude",
@@ -69126,7 +69157,7 @@ module.exports={
69126
69157
  }
69127
69158
  }
69128
69159
  },
69129
- "S3f": {
69160
+ "S3k": {
69130
69161
  "type": "structure",
69131
69162
  "members": {
69132
69163
  "iosPaths": {
@@ -69143,7 +69174,7 @@ module.exports={
69143
69174
  }
69144
69175
  }
69145
69176
  },
69146
- "S3j": {
69177
+ "S3o": {
69147
69178
  "type": "structure",
69148
69179
  "members": {
69149
69180
  "wifi": {
@@ -69160,13 +69191,13 @@ module.exports={
69160
69191
  }
69161
69192
  }
69162
69193
  },
69163
- "S3l": {
69194
+ "S3q": {
69164
69195
  "type": "list",
69165
69196
  "member": {
69166
69197
  "type": "structure",
69167
69198
  "members": {
69168
69199
  "device": {
69169
- "shape": "S15"
69200
+ "shape": "S1b"
69170
69201
  },
69171
69202
  "compatible": {
69172
69203
  "type": "boolean"
@@ -69184,7 +69215,7 @@ module.exports={
69184
69215
  }
69185
69216
  }
69186
69217
  },
69187
- "S3t": {
69218
+ "S3y": {
69188
69219
  "type": "structure",
69189
69220
  "members": {
69190
69221
  "arn": {},
@@ -69202,15 +69233,15 @@ module.exports={
69202
69233
  "type": "timestamp"
69203
69234
  },
69204
69235
  "counters": {
69205
- "shape": "S3u"
69236
+ "shape": "S3z"
69206
69237
  },
69207
69238
  "message": {},
69208
69239
  "device": {
69209
- "shape": "S15"
69240
+ "shape": "S1b"
69210
69241
  },
69211
69242
  "instanceArn": {},
69212
69243
  "deviceMinutes": {
69213
- "shape": "S1h"
69244
+ "shape": "S1n"
69214
69245
  },
69215
69246
  "videoEndpoint": {},
69216
69247
  "videoCapture": {
@@ -69218,7 +69249,7 @@ module.exports={
69218
69249
  }
69219
69250
  }
69220
69251
  },
69221
- "S3u": {
69252
+ "S3z": {
69222
69253
  "type": "structure",
69223
69254
  "members": {
69224
69255
  "total": {
@@ -69244,19 +69275,19 @@ module.exports={
69244
69275
  }
69245
69276
  }
69246
69277
  },
69247
- "S41": {
69278
+ "S46": {
69248
69279
  "type": "map",
69249
69280
  "key": {},
69250
69281
  "value": {
69251
- "shape": "S43"
69282
+ "shape": "S48"
69252
69283
  }
69253
69284
  },
69254
- "S43": {
69285
+ "S48": {
69255
69286
  "type": "structure",
69256
69287
  "members": {
69257
69288
  "type": {},
69258
69289
  "offering": {
69259
- "shape": "S45"
69290
+ "shape": "S4a"
69260
69291
  },
69261
69292
  "quantity": {
69262
69293
  "type": "integer"
@@ -69266,7 +69297,7 @@ module.exports={
69266
69297
  }
69267
69298
  }
69268
69299
  },
69269
- "S45": {
69300
+ "S4a": {
69270
69301
  "type": "structure",
69271
69302
  "members": {
69272
69303
  "id": {},
@@ -69279,7 +69310,7 @@ module.exports={
69279
69310
  "type": "structure",
69280
69311
  "members": {
69281
69312
  "cost": {
69282
- "shape": "S49"
69313
+ "shape": "S4e"
69283
69314
  },
69284
69315
  "frequency": {}
69285
69316
  }
@@ -69287,7 +69318,7 @@ module.exports={
69287
69318
  }
69288
69319
  }
69289
69320
  },
69290
- "S49": {
69321
+ "S4e": {
69291
69322
  "type": "structure",
69292
69323
  "members": {
69293
69324
  "amount": {
@@ -69296,7 +69327,7 @@ module.exports={
69296
69327
  "currencyCode": {}
69297
69328
  }
69298
69329
  },
69299
- "S4i": {
69330
+ "S4n": {
69300
69331
  "type": "structure",
69301
69332
  "members": {
69302
69333
  "arn": {},
@@ -69315,7 +69346,7 @@ module.exports={
69315
69346
  "type": "timestamp"
69316
69347
  },
69317
69348
  "counters": {
69318
- "shape": "S3u"
69349
+ "shape": "S3z"
69319
69350
  },
69320
69351
  "message": {},
69321
69352
  "totalJobs": {
@@ -69326,7 +69357,7 @@ module.exports={
69326
69357
  },
69327
69358
  "billingMethod": {},
69328
69359
  "deviceMinutes": {
69329
- "shape": "S1h"
69360
+ "shape": "S1n"
69330
69361
  },
69331
69362
  "networkProfile": {
69332
69363
  "shape": "So"
@@ -69346,13 +69377,13 @@ module.exports={
69346
69377
  "devicePoolArn": {},
69347
69378
  "locale": {},
69348
69379
  "radios": {
69349
- "shape": "S3j"
69380
+ "shape": "S3o"
69350
69381
  },
69351
69382
  "location": {
69352
- "shape": "S3e"
69383
+ "shape": "S3j"
69353
69384
  },
69354
69385
  "customerArtifactPaths": {
69355
- "shape": "S3f"
69386
+ "shape": "S3k"
69356
69387
  },
69357
69388
  "webUrl": {},
69358
69389
  "skipAppResign": {
@@ -69363,7 +69394,7 @@ module.exports={
69363
69394
  "type": "structure",
69364
69395
  "members": {
69365
69396
  "filters": {
69366
- "shape": "S4l"
69397
+ "shape": "S4q"
69367
69398
  },
69368
69399
  "matchedDevicesCount": {
69369
69400
  "type": "integer"
@@ -69372,10 +69403,13 @@ module.exports={
69372
69403
  "type": "integer"
69373
69404
  }
69374
69405
  }
69406
+ },
69407
+ "vpcConfig": {
69408
+ "shape": "Sr"
69375
69409
  }
69376
69410
  }
69377
69411
  },
69378
- "S4l": {
69412
+ "S4q": {
69379
69413
  "type": "list",
69380
69414
  "member": {
69381
69415
  "type": "structure",
@@ -69394,7 +69428,7 @@ module.exports={
69394
69428
  }
69395
69429
  }
69396
69430
  },
69397
- "S4r": {
69431
+ "S4w": {
69398
69432
  "type": "structure",
69399
69433
  "members": {
69400
69434
  "arn": {},
@@ -69412,15 +69446,15 @@ module.exports={
69412
69446
  "type": "timestamp"
69413
69447
  },
69414
69448
  "counters": {
69415
- "shape": "S3u"
69449
+ "shape": "S3z"
69416
69450
  },
69417
69451
  "message": {},
69418
69452
  "deviceMinutes": {
69419
- "shape": "S1h"
69453
+ "shape": "S1n"
69420
69454
  }
69421
69455
  }
69422
69456
  },
69423
- "S4u": {
69457
+ "S4z": {
69424
69458
  "type": "structure",
69425
69459
  "members": {
69426
69460
  "arn": {},
@@ -69438,15 +69472,15 @@ module.exports={
69438
69472
  "type": "timestamp"
69439
69473
  },
69440
69474
  "counters": {
69441
- "shape": "S3u"
69475
+ "shape": "S3z"
69442
69476
  },
69443
69477
  "message": {},
69444
69478
  "deviceMinutes": {
69445
- "shape": "S1h"
69479
+ "shape": "S1n"
69446
69480
  }
69447
69481
  }
69448
69482
  },
69449
- "S50": {
69483
+ "S55": {
69450
69484
  "type": "structure",
69451
69485
  "members": {
69452
69486
  "arn": {},
@@ -69463,11 +69497,11 @@ module.exports={
69463
69497
  "seleniumProperties": {}
69464
69498
  }
69465
69499
  },
69466
- "S64": {
69500
+ "S69": {
69467
69501
  "type": "structure",
69468
69502
  "members": {
69469
69503
  "offeringStatus": {
69470
- "shape": "S43"
69504
+ "shape": "S48"
69471
69505
  },
69472
69506
  "transactionId": {},
69473
69507
  "offeringPromotionId": {},
@@ -69475,11 +69509,11 @@ module.exports={
69475
69509
  "type": "timestamp"
69476
69510
  },
69477
69511
  "cost": {
69478
- "shape": "S49"
69512
+ "shape": "S4e"
69479
69513
  }
69480
69514
  }
69481
69515
  },
69482
- "S6s": {
69516
+ "S6x": {
69483
69517
  "type": "list",
69484
69518
  "member": {
69485
69519
  "type": "structure",
@@ -69493,7 +69527,7 @@ module.exports={
69493
69527
  }
69494
69528
  }
69495
69529
  },
69496
- "S7n": {
69530
+ "S7s": {
69497
69531
  "type": "structure",
69498
69532
  "members": {
69499
69533
  "arn": {},
@@ -99976,7 +100010,9 @@ module.exports={
99976
100010
  "VolumeType": {
99977
100011
  "locationName": "volumeType"
99978
100012
  },
99979
- "KmsKeyId": {},
100013
+ "KmsKeyId": {
100014
+ "locationName": "kmsKeyId"
100015
+ },
99980
100016
  "Throughput": {
99981
100017
  "locationName": "throughput",
99982
100018
  "type": "integer"
@@ -243411,7 +243447,7 @@ AWS.util.update(AWS, {
243411
243447
  /**
243412
243448
  * @constant
243413
243449
  */
243414
- VERSION: '2.1221.0',
243450
+ VERSION: '2.1222.0',
243415
243451
 
243416
243452
  /**
243417
243453
  * @api private
@@ -265395,7 +265431,7 @@ var LRUCache = /** @class */ (function () {
265395
265431
  }());
265396
265432
  exports.LRUCache = LRUCache;
265397
265433
  },{}],458:[function(require,module,exports){
265398
- // AWS SDK for JavaScript v2.1221.0
265434
+ // AWS SDK for JavaScript v2.1222.0
265399
265435
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
265400
265436
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
265401
265437
  require('./browser_loader');