@pgarbe/cdk-ecr-sync 0.5.29 → 0.5.30

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 (123) hide show
  1. package/.jsii +3 -3
  2. package/API.md +106 -50
  3. package/CHANGELOG.md +1 -1
  4. package/lib/ecr-sync.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +34 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
  8. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
  9. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
  10. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +80 -74
  11. package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
  12. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
  13. package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +17 -0
  15. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
  16. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
  17. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
  18. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +82 -63
  19. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
  20. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
  21. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +155 -122
  22. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +43 -15
  23. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +176 -99
  24. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  25. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
  26. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +673 -649
  27. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
  28. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +6 -0
  29. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
  30. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  31. package/node_modules/aws-sdk/clients/all.js +2 -1
  32. package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
  33. package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
  34. package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
  35. package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
  36. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
  37. package/node_modules/aws-sdk/clients/datasync.d.ts +41 -15
  38. package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
  39. package/node_modules/aws-sdk/clients/ec2.d.ts +35 -15
  40. package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
  41. package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
  42. package/node_modules/aws-sdk/clients/forecastservice.d.ts +38 -2
  43. package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
  44. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
  45. package/node_modules/aws-sdk/clients/ivschat.d.ts +1 -1
  46. package/node_modules/aws-sdk/clients/lightsail.d.ts +40 -0
  47. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +54 -5
  48. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +83 -8
  49. package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
  50. package/node_modules/aws-sdk/clients/sagemaker.d.ts +53 -24
  51. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +1 -1
  52. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
  53. package/node_modules/aws-sdk/clients/voiceid.d.ts +9 -1
  54. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +702 -233
  55. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2499 -1776
  56. package/node_modules/aws-sdk/dist/aws-sdk.js +839 -320
  57. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
  58. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  59. package/node_modules/aws-sdk/lib/core.js +1 -1
  60. package/node_modules/aws-sdk/package.json +2 -2
  61. package/node_modules/uuid/CHANGELOG.md +132 -44
  62. package/node_modules/uuid/CONTRIBUTING.md +20 -0
  63. package/node_modules/uuid/LICENSE.md +1 -1
  64. package/node_modules/uuid/README.md +298 -152
  65. package/node_modules/uuid/dist/bin/uuid +2 -0
  66. package/node_modules/uuid/dist/bytesToUuid.js +26 -0
  67. package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
  68. package/node_modules/uuid/dist/esm-browser/index.js +4 -0
  69. package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
  70. package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
  71. package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
  72. package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
  73. package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  74. package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
  75. package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
  76. package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  77. package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
  78. package/node_modules/uuid/dist/esm-node/index.js +4 -0
  79. package/node_modules/uuid/dist/esm-node/md5.js +13 -0
  80. package/node_modules/uuid/dist/esm-node/rng.js +4 -0
  81. package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  82. package/node_modules/uuid/dist/esm-node/v1.js +95 -0
  83. package/node_modules/uuid/dist/esm-node/v3.js +4 -0
  84. package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
  85. package/node_modules/uuid/dist/esm-node/v4.js +27 -0
  86. package/node_modules/uuid/dist/esm-node/v5.js +4 -0
  87. package/node_modules/uuid/dist/index.js +39 -0
  88. package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
  89. package/node_modules/uuid/dist/md5.js +23 -0
  90. package/node_modules/uuid/dist/rng-browser.js +21 -0
  91. package/node_modules/uuid/dist/rng.js +14 -0
  92. package/node_modules/uuid/dist/sha1-browser.js +95 -0
  93. package/node_modules/uuid/dist/sha1.js +23 -0
  94. package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  95. package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  96. package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  97. package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  98. package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  99. package/node_modules/uuid/dist/uuid-bin.js +67 -0
  100. package/node_modules/uuid/dist/v1.js +107 -0
  101. package/node_modules/uuid/dist/v3.js +16 -0
  102. package/node_modules/uuid/dist/v35.js +69 -0
  103. package/node_modules/uuid/dist/v4.js +40 -0
  104. package/node_modules/uuid/dist/v5.js +16 -0
  105. package/node_modules/uuid/package.json +92 -19
  106. package/node_modules/uuid/wrapper.mjs +5 -0
  107. package/package.json +7 -7
  108. package/releasetag.txt +1 -1
  109. package/version.txt +1 -1
  110. package/node_modules/uuid/.eslintrc.json +0 -47
  111. package/node_modules/uuid/AUTHORS +0 -5
  112. package/node_modules/uuid/README_js.md +0 -280
  113. package/node_modules/uuid/bin/uuid +0 -65
  114. package/node_modules/uuid/index.js +0 -8
  115. package/node_modules/uuid/lib/bytesToUuid.js +0 -24
  116. package/node_modules/uuid/lib/md5.js +0 -25
  117. package/node_modules/uuid/lib/rng-browser.js +0 -34
  118. package/node_modules/uuid/lib/rng.js +0 -8
  119. package/node_modules/uuid/lib/sha1-browser.js +0 -89
  120. package/node_modules/uuid/lib/sha1.js +0 -25
  121. package/node_modules/uuid/v3.js +0 -4
  122. package/node_modules/uuid/v4.js +0 -29
  123. package/node_modules/uuid/v5.js +0 -3
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1141.0
1
+ // AWS SDK for JavaScript v2.1146.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){
@@ -12576,7 +12576,8 @@ module.exports={
12576
12576
  },
12577
12577
  "StackSetDriftDetectionDetails": {
12578
12578
  "shape": "S6o"
12579
- }
12579
+ },
12580
+ "StatusReason": {}
12580
12581
  }
12581
12582
  }
12582
12583
  }
@@ -12783,7 +12784,7 @@ module.exports={
12783
12784
  "members": {
12784
12785
  "StackName": {},
12785
12786
  "LogicalResourceIds": {
12786
- "shape": "S82"
12787
+ "shape": "S83"
12787
12788
  }
12788
12789
  }
12789
12790
  },
@@ -12977,7 +12978,7 @@ module.exports={
12977
12978
  "Version": {},
12978
12979
  "Metadata": {},
12979
12980
  "DeclaredTransforms": {
12980
- "shape": "S8v"
12981
+ "shape": "S8w"
12981
12982
  },
12982
12983
  "ResourceIdentifierSummaries": {
12983
12984
  "type": "list",
@@ -12986,7 +12987,7 @@ module.exports={
12986
12987
  "members": {
12987
12988
  "ResourceType": {},
12988
12989
  "LogicalResourceIds": {
12989
- "shape": "S82"
12990
+ "shape": "S83"
12990
12991
  },
12991
12992
  "ResourceIdentifiers": {
12992
12993
  "type": "list",
@@ -13313,7 +13314,8 @@ module.exports={
13313
13314
  },
13314
13315
  "EndTimestamp": {
13315
13316
  "type": "timestamp"
13316
- }
13317
+ },
13318
+ "StatusReason": {}
13317
13319
  }
13318
13320
  }
13319
13321
  },
@@ -13968,7 +13970,7 @@ module.exports={
13968
13970
  },
13969
13971
  "CapabilitiesReason": {},
13970
13972
  "DeclaredTransforms": {
13971
- "shape": "S8v"
13973
+ "shape": "S8w"
13972
13974
  }
13973
13975
  }
13974
13976
  }
@@ -14229,11 +14231,11 @@ module.exports={
14229
14231
  }
14230
14232
  }
14231
14233
  },
14232
- "S82": {
14234
+ "S83": {
14233
14235
  "type": "list",
14234
14236
  "member": {}
14235
14237
  },
14236
- "S8v": {
14238
+ "S8w": {
14237
14239
  "type": "list",
14238
14240
  "member": {}
14239
14241
  }
@@ -48293,32 +48295,35 @@ module.exports={
48293
48295
  },
48294
48296
  "SmsAuthenticationMessage": {},
48295
48297
  "MfaConfiguration": {},
48296
- "DeviceConfiguration": {
48298
+ "UserAttributeUpdateSettings": {
48297
48299
  "shape": "S5h"
48298
48300
  },
48301
+ "DeviceConfiguration": {
48302
+ "shape": "S5j"
48303
+ },
48299
48304
  "EmailConfiguration": {
48300
- "shape": "S5i"
48305
+ "shape": "S5k"
48301
48306
  },
48302
48307
  "SmsConfiguration": {
48303
- "shape": "S5m"
48308
+ "shape": "S5o"
48304
48309
  },
48305
48310
  "UserPoolTags": {
48306
- "shape": "S5o"
48311
+ "shape": "S5q"
48307
48312
  },
48308
48313
  "AdminCreateUserConfig": {
48309
- "shape": "S5r"
48314
+ "shape": "S5t"
48310
48315
  },
48311
48316
  "Schema": {
48312
- "shape": "S5u"
48317
+ "shape": "S5w"
48313
48318
  },
48314
48319
  "UserPoolAddOns": {
48315
- "shape": "S5v"
48320
+ "shape": "S5x"
48316
48321
  },
48317
48322
  "UsernameConfiguration": {
48318
- "shape": "S5x"
48323
+ "shape": "S5z"
48319
48324
  },
48320
48325
  "AccountRecoverySetting": {
48321
- "shape": "S5y"
48326
+ "shape": "S60"
48322
48327
  }
48323
48328
  }
48324
48329
  },
@@ -48326,7 +48331,7 @@ module.exports={
48326
48331
  "type": "structure",
48327
48332
  "members": {
48328
48333
  "UserPool": {
48329
- "shape": "S64"
48334
+ "shape": "S66"
48330
48335
  }
48331
48336
  }
48332
48337
  }
@@ -48354,42 +48359,45 @@ module.exports={
48354
48359
  "type": "integer"
48355
48360
  },
48356
48361
  "TokenValidityUnits": {
48357
- "shape": "S6d"
48362
+ "shape": "S6f"
48358
48363
  },
48359
48364
  "ReadAttributes": {
48360
- "shape": "S6f"
48365
+ "shape": "S6h"
48361
48366
  },
48362
48367
  "WriteAttributes": {
48363
- "shape": "S6f"
48368
+ "shape": "S6h"
48364
48369
  },
48365
48370
  "ExplicitAuthFlows": {
48366
- "shape": "S6h"
48371
+ "shape": "S6j"
48367
48372
  },
48368
48373
  "SupportedIdentityProviders": {
48369
- "shape": "S6j"
48374
+ "shape": "S6l"
48370
48375
  },
48371
48376
  "CallbackURLs": {
48372
- "shape": "S6k"
48377
+ "shape": "S6m"
48373
48378
  },
48374
48379
  "LogoutURLs": {
48375
- "shape": "S6m"
48380
+ "shape": "S6o"
48376
48381
  },
48377
48382
  "DefaultRedirectURI": {},
48378
48383
  "AllowedOAuthFlows": {
48379
- "shape": "S6n"
48384
+ "shape": "S6p"
48380
48385
  },
48381
48386
  "AllowedOAuthScopes": {
48382
- "shape": "S6p"
48387
+ "shape": "S6r"
48383
48388
  },
48384
48389
  "AllowedOAuthFlowsUserPoolClient": {
48385
48390
  "type": "boolean"
48386
48391
  },
48387
48392
  "AnalyticsConfiguration": {
48388
- "shape": "S6r"
48393
+ "shape": "S6t"
48389
48394
  },
48390
48395
  "PreventUserExistenceErrors": {},
48391
48396
  "EnableTokenRevocation": {
48392
48397
  "type": "boolean"
48398
+ },
48399
+ "EnablePropagateAdditionalUserContextData": {
48400
+ "type": "boolean"
48393
48401
  }
48394
48402
  }
48395
48403
  },
@@ -48397,7 +48405,7 @@ module.exports={
48397
48405
  "type": "structure",
48398
48406
  "members": {
48399
48407
  "UserPoolClient": {
48400
- "shape": "S6v"
48408
+ "shape": "S6x"
48401
48409
  }
48402
48410
  }
48403
48411
  }
@@ -48413,7 +48421,7 @@ module.exports={
48413
48421
  "Domain": {},
48414
48422
  "UserPoolId": {},
48415
48423
  "CustomDomainConfig": {
48416
- "shape": "S6y"
48424
+ "shape": "S70"
48417
48425
  }
48418
48426
  }
48419
48427
  },
@@ -48610,7 +48618,7 @@ module.exports={
48610
48618
  ],
48611
48619
  "members": {
48612
48620
  "RiskConfiguration": {
48613
- "shape": "S7g"
48621
+ "shape": "S7i"
48614
48622
  }
48615
48623
  }
48616
48624
  }
@@ -48650,7 +48658,7 @@ module.exports={
48650
48658
  "type": "structure",
48651
48659
  "members": {
48652
48660
  "UserPool": {
48653
- "shape": "S64"
48661
+ "shape": "S66"
48654
48662
  }
48655
48663
  }
48656
48664
  }
@@ -48673,7 +48681,7 @@ module.exports={
48673
48681
  "type": "structure",
48674
48682
  "members": {
48675
48683
  "UserPoolClient": {
48676
- "shape": "S6v"
48684
+ "shape": "S6x"
48677
48685
  }
48678
48686
  }
48679
48687
  }
@@ -48702,7 +48710,7 @@ module.exports={
48702
48710
  "Version": {},
48703
48711
  "Status": {},
48704
48712
  "CustomDomainConfig": {
48705
- "shape": "S6y"
48713
+ "shape": "S70"
48706
48714
  }
48707
48715
  }
48708
48716
  }
@@ -48755,7 +48763,7 @@ module.exports={
48755
48763
  "type": "structure",
48756
48764
  "members": {
48757
48765
  "CodeDeliveryDetails": {
48758
- "shape": "S8e"
48766
+ "shape": "S8g"
48759
48767
  }
48760
48768
  }
48761
48769
  },
@@ -48889,7 +48897,7 @@ module.exports={
48889
48897
  ],
48890
48898
  "members": {
48891
48899
  "UICustomization": {
48892
- "shape": "S8s"
48900
+ "shape": "S8u"
48893
48901
  }
48894
48902
  }
48895
48903
  }
@@ -48951,7 +48959,7 @@ module.exports={
48951
48959
  "type": "structure",
48952
48960
  "members": {
48953
48961
  "CodeDeliveryDetails": {
48954
- "shape": "S8e"
48962
+ "shape": "S8g"
48955
48963
  }
48956
48964
  }
48957
48965
  },
@@ -48971,10 +48979,10 @@ module.exports={
48971
48979
  "type": "structure",
48972
48980
  "members": {
48973
48981
  "SmsMfaConfiguration": {
48974
- "shape": "S92"
48982
+ "shape": "S94"
48975
48983
  },
48976
48984
  "SoftwareTokenMfaConfiguration": {
48977
- "shape": "S93"
48985
+ "shape": "S95"
48978
48986
  },
48979
48987
  "MfaConfiguration": {}
48980
48988
  }
@@ -49172,7 +49180,7 @@ module.exports={
49172
49180
  "type": "structure",
49173
49181
  "members": {
49174
49182
  "Tags": {
49175
- "shape": "S5o"
49183
+ "shape": "S5q"
49176
49184
  }
49177
49185
  }
49178
49186
  }
@@ -49302,7 +49310,7 @@ module.exports={
49302
49310
  "type": "structure",
49303
49311
  "members": {
49304
49312
  "Users": {
49305
- "shape": "Sa5"
49313
+ "shape": "Sa7"
49306
49314
  },
49307
49315
  "PaginationToken": {}
49308
49316
  }
@@ -49328,7 +49336,7 @@ module.exports={
49328
49336
  "type": "structure",
49329
49337
  "members": {
49330
49338
  "Users": {
49331
- "shape": "Sa5"
49339
+ "shape": "Sa7"
49332
49340
  },
49333
49341
  "NextToken": {}
49334
49342
  }
@@ -49366,7 +49374,7 @@ module.exports={
49366
49374
  "type": "structure",
49367
49375
  "members": {
49368
49376
  "CodeDeliveryDetails": {
49369
- "shape": "S8e"
49377
+ "shape": "S8g"
49370
49378
  }
49371
49379
  }
49372
49380
  },
@@ -49429,7 +49437,7 @@ module.exports={
49429
49437
  "shape": "S1j"
49430
49438
  },
49431
49439
  "ClientSecret": {
49432
- "shape": "S6w"
49440
+ "shape": "S6y"
49433
49441
  }
49434
49442
  }
49435
49443
  },
@@ -49450,13 +49458,13 @@ module.exports={
49450
49458
  "shape": "S1j"
49451
49459
  },
49452
49460
  "CompromisedCredentialsRiskConfiguration": {
49453
- "shape": "S7h"
49461
+ "shape": "S7j"
49454
49462
  },
49455
49463
  "AccountTakeoverRiskConfiguration": {
49456
- "shape": "S7m"
49464
+ "shape": "S7o"
49457
49465
  },
49458
49466
  "RiskExceptionConfiguration": {
49459
- "shape": "S7v"
49467
+ "shape": "S7x"
49460
49468
  }
49461
49469
  }
49462
49470
  },
@@ -49467,7 +49475,7 @@ module.exports={
49467
49475
  ],
49468
49476
  "members": {
49469
49477
  "RiskConfiguration": {
49470
- "shape": "S7g"
49478
+ "shape": "S7i"
49471
49479
  }
49472
49480
  }
49473
49481
  }
@@ -49496,7 +49504,7 @@ module.exports={
49496
49504
  ],
49497
49505
  "members": {
49498
49506
  "UICustomization": {
49499
- "shape": "S8s"
49507
+ "shape": "S8u"
49500
49508
  }
49501
49509
  }
49502
49510
  }
@@ -49533,10 +49541,10 @@ module.exports={
49533
49541
  "members": {
49534
49542
  "UserPoolId": {},
49535
49543
  "SmsMfaConfiguration": {
49536
- "shape": "S92"
49544
+ "shape": "S94"
49537
49545
  },
49538
49546
  "SoftwareTokenMfaConfiguration": {
49539
- "shape": "S93"
49547
+ "shape": "S95"
49540
49548
  },
49541
49549
  "MfaConfiguration": {}
49542
49550
  }
@@ -49545,10 +49553,10 @@ module.exports={
49545
49553
  "type": "structure",
49546
49554
  "members": {
49547
49555
  "SmsMfaConfiguration": {
49548
- "shape": "S92"
49556
+ "shape": "S94"
49549
49557
  },
49550
49558
  "SoftwareTokenMfaConfiguration": {
49551
- "shape": "S93"
49559
+ "shape": "S95"
49552
49560
  },
49553
49561
  "MfaConfiguration": {}
49554
49562
  }
@@ -49625,7 +49633,7 @@ module.exports={
49625
49633
  "type": "boolean"
49626
49634
  },
49627
49635
  "CodeDeliveryDetails": {
49628
- "shape": "S8e"
49636
+ "shape": "S8g"
49629
49637
  },
49630
49638
  "UserSub": {}
49631
49639
  }
@@ -49684,7 +49692,7 @@ module.exports={
49684
49692
  "members": {
49685
49693
  "ResourceArn": {},
49686
49694
  "Tags": {
49687
- "shape": "S5o"
49695
+ "shape": "S5q"
49688
49696
  }
49689
49697
  }
49690
49698
  },
@@ -49873,7 +49881,7 @@ module.exports={
49873
49881
  "CodeDeliveryDetailsList": {
49874
49882
  "type": "list",
49875
49883
  "member": {
49876
- "shape": "S8e"
49884
+ "shape": "S8g"
49877
49885
  }
49878
49886
  }
49879
49887
  }
@@ -49904,27 +49912,30 @@ module.exports={
49904
49912
  "shape": "S5c"
49905
49913
  },
49906
49914
  "SmsAuthenticationMessage": {},
49915
+ "UserAttributeUpdateSettings": {
49916
+ "shape": "S5h"
49917
+ },
49907
49918
  "MfaConfiguration": {},
49908
49919
  "DeviceConfiguration": {
49909
- "shape": "S5h"
49920
+ "shape": "S5j"
49910
49921
  },
49911
49922
  "EmailConfiguration": {
49912
- "shape": "S5i"
49923
+ "shape": "S5k"
49913
49924
  },
49914
49925
  "SmsConfiguration": {
49915
- "shape": "S5m"
49926
+ "shape": "S5o"
49916
49927
  },
49917
49928
  "UserPoolTags": {
49918
- "shape": "S5o"
49929
+ "shape": "S5q"
49919
49930
  },
49920
49931
  "AdminCreateUserConfig": {
49921
- "shape": "S5r"
49932
+ "shape": "S5t"
49922
49933
  },
49923
49934
  "UserPoolAddOns": {
49924
- "shape": "S5v"
49935
+ "shape": "S5x"
49925
49936
  },
49926
49937
  "AccountRecoverySetting": {
49927
- "shape": "S5y"
49938
+ "shape": "S60"
49928
49939
  }
49929
49940
  }
49930
49941
  },
@@ -49956,42 +49967,45 @@ module.exports={
49956
49967
  "type": "integer"
49957
49968
  },
49958
49969
  "TokenValidityUnits": {
49959
- "shape": "S6d"
49970
+ "shape": "S6f"
49960
49971
  },
49961
49972
  "ReadAttributes": {
49962
- "shape": "S6f"
49973
+ "shape": "S6h"
49963
49974
  },
49964
49975
  "WriteAttributes": {
49965
- "shape": "S6f"
49976
+ "shape": "S6h"
49966
49977
  },
49967
49978
  "ExplicitAuthFlows": {
49968
- "shape": "S6h"
49979
+ "shape": "S6j"
49969
49980
  },
49970
49981
  "SupportedIdentityProviders": {
49971
- "shape": "S6j"
49982
+ "shape": "S6l"
49972
49983
  },
49973
49984
  "CallbackURLs": {
49974
- "shape": "S6k"
49985
+ "shape": "S6m"
49975
49986
  },
49976
49987
  "LogoutURLs": {
49977
- "shape": "S6m"
49988
+ "shape": "S6o"
49978
49989
  },
49979
49990
  "DefaultRedirectURI": {},
49980
49991
  "AllowedOAuthFlows": {
49981
- "shape": "S6n"
49992
+ "shape": "S6p"
49982
49993
  },
49983
49994
  "AllowedOAuthScopes": {
49984
- "shape": "S6p"
49995
+ "shape": "S6r"
49985
49996
  },
49986
49997
  "AllowedOAuthFlowsUserPoolClient": {
49987
49998
  "type": "boolean"
49988
49999
  },
49989
50000
  "AnalyticsConfiguration": {
49990
- "shape": "S6r"
50001
+ "shape": "S6t"
49991
50002
  },
49992
50003
  "PreventUserExistenceErrors": {},
49993
50004
  "EnableTokenRevocation": {
49994
50005
  "type": "boolean"
50006
+ },
50007
+ "EnablePropagateAdditionalUserContextData": {
50008
+ "type": "boolean"
49995
50009
  }
49996
50010
  }
49997
50011
  },
@@ -49999,7 +50013,7 @@ module.exports={
49999
50013
  "type": "structure",
50000
50014
  "members": {
50001
50015
  "UserPoolClient": {
50002
- "shape": "S6v"
50016
+ "shape": "S6x"
50003
50017
  }
50004
50018
  }
50005
50019
  }
@@ -50016,7 +50030,7 @@ module.exports={
50016
50030
  "Domain": {},
50017
50031
  "UserPoolId": {},
50018
50032
  "CustomDomainConfig": {
50019
- "shape": "S6y"
50033
+ "shape": "S70"
50020
50034
  }
50021
50035
  }
50022
50036
  },
@@ -50340,6 +50354,7 @@ module.exports={
50340
50354
  "S3u": {
50341
50355
  "type": "structure",
50342
50356
  "members": {
50357
+ "IpAddress": {},
50343
50358
  "EncodedData": {}
50344
50359
  }
50345
50360
  },
@@ -50525,6 +50540,15 @@ module.exports={
50525
50540
  }
50526
50541
  },
50527
50542
  "S5h": {
50543
+ "type": "structure",
50544
+ "members": {
50545
+ "AttributesRequireVerificationBeforeUpdate": {
50546
+ "type": "list",
50547
+ "member": {}
50548
+ }
50549
+ }
50550
+ },
50551
+ "S5j": {
50528
50552
  "type": "structure",
50529
50553
  "members": {
50530
50554
  "ChallengeRequiredOnNewDevice": {
@@ -50535,7 +50559,7 @@ module.exports={
50535
50559
  }
50536
50560
  }
50537
50561
  },
50538
- "S5i": {
50562
+ "S5k": {
50539
50563
  "type": "structure",
50540
50564
  "members": {
50541
50565
  "SourceArn": {},
@@ -50545,7 +50569,7 @@ module.exports={
50545
50569
  "ConfigurationSet": {}
50546
50570
  }
50547
50571
  },
50548
- "S5m": {
50572
+ "S5o": {
50549
50573
  "type": "structure",
50550
50574
  "required": [
50551
50575
  "SnsCallerArn"
@@ -50556,12 +50580,12 @@ module.exports={
50556
50580
  "SnsRegion": {}
50557
50581
  }
50558
50582
  },
50559
- "S5o": {
50583
+ "S5q": {
50560
50584
  "type": "map",
50561
50585
  "key": {},
50562
50586
  "value": {}
50563
50587
  },
50564
- "S5r": {
50588
+ "S5t": {
50565
50589
  "type": "structure",
50566
50590
  "members": {
50567
50591
  "AllowAdminCreateUserOnly": {
@@ -50580,13 +50604,13 @@ module.exports={
50580
50604
  }
50581
50605
  }
50582
50606
  },
50583
- "S5u": {
50607
+ "S5w": {
50584
50608
  "type": "list",
50585
50609
  "member": {
50586
50610
  "shape": "S4"
50587
50611
  }
50588
50612
  },
50589
- "S5v": {
50613
+ "S5x": {
50590
50614
  "type": "structure",
50591
50615
  "required": [
50592
50616
  "AdvancedSecurityMode"
@@ -50595,7 +50619,7 @@ module.exports={
50595
50619
  "AdvancedSecurityMode": {}
50596
50620
  }
50597
50621
  },
50598
- "S5x": {
50622
+ "S5z": {
50599
50623
  "type": "structure",
50600
50624
  "required": [
50601
50625
  "CaseSensitive"
@@ -50606,7 +50630,7 @@ module.exports={
50606
50630
  }
50607
50631
  }
50608
50632
  },
50609
- "S5y": {
50633
+ "S60": {
50610
50634
  "type": "structure",
50611
50635
  "members": {
50612
50636
  "RecoveryMechanisms": {
@@ -50627,7 +50651,7 @@ module.exports={
50627
50651
  }
50628
50652
  }
50629
50653
  },
50630
- "S64": {
50654
+ "S66": {
50631
50655
  "type": "structure",
50632
50656
  "members": {
50633
50657
  "Id": {},
@@ -50646,7 +50670,7 @@ module.exports={
50646
50670
  "type": "timestamp"
50647
50671
  },
50648
50672
  "SchemaAttributes": {
50649
- "shape": "S5u"
50673
+ "shape": "S5w"
50650
50674
  },
50651
50675
  "AutoVerifiedAttributes": {
50652
50676
  "shape": "S53"
@@ -50664,42 +50688,45 @@ module.exports={
50664
50688
  "shape": "S5c"
50665
50689
  },
50666
50690
  "SmsAuthenticationMessage": {},
50691
+ "UserAttributeUpdateSettings": {
50692
+ "shape": "S5h"
50693
+ },
50667
50694
  "MfaConfiguration": {},
50668
50695
  "DeviceConfiguration": {
50669
- "shape": "S5h"
50696
+ "shape": "S5j"
50670
50697
  },
50671
50698
  "EstimatedNumberOfUsers": {
50672
50699
  "type": "integer"
50673
50700
  },
50674
50701
  "EmailConfiguration": {
50675
- "shape": "S5i"
50702
+ "shape": "S5k"
50676
50703
  },
50677
50704
  "SmsConfiguration": {
50678
- "shape": "S5m"
50705
+ "shape": "S5o"
50679
50706
  },
50680
50707
  "UserPoolTags": {
50681
- "shape": "S5o"
50708
+ "shape": "S5q"
50682
50709
  },
50683
50710
  "SmsConfigurationFailure": {},
50684
50711
  "EmailConfigurationFailure": {},
50685
50712
  "Domain": {},
50686
50713
  "CustomDomain": {},
50687
50714
  "AdminCreateUserConfig": {
50688
- "shape": "S5r"
50715
+ "shape": "S5t"
50689
50716
  },
50690
50717
  "UserPoolAddOns": {
50691
- "shape": "S5v"
50718
+ "shape": "S5x"
50692
50719
  },
50693
50720
  "UsernameConfiguration": {
50694
- "shape": "S5x"
50721
+ "shape": "S5z"
50695
50722
  },
50696
50723
  "Arn": {},
50697
50724
  "AccountRecoverySetting": {
50698
- "shape": "S5y"
50725
+ "shape": "S60"
50699
50726
  }
50700
50727
  }
50701
50728
  },
50702
- "S6d": {
50729
+ "S6f": {
50703
50730
  "type": "structure",
50704
50731
  "members": {
50705
50732
  "AccessToken": {},
@@ -50707,10 +50734,6 @@ module.exports={
50707
50734
  "RefreshToken": {}
50708
50735
  }
50709
50736
  },
50710
- "S6f": {
50711
- "type": "list",
50712
- "member": {}
50713
- },
50714
50737
  "S6h": {
50715
50738
  "type": "list",
50716
50739
  "member": {}
@@ -50719,7 +50742,7 @@ module.exports={
50719
50742
  "type": "list",
50720
50743
  "member": {}
50721
50744
  },
50722
- "S6k": {
50745
+ "S6l": {
50723
50746
  "type": "list",
50724
50747
  "member": {}
50725
50748
  },
@@ -50727,7 +50750,7 @@ module.exports={
50727
50750
  "type": "list",
50728
50751
  "member": {}
50729
50752
  },
50730
- "S6n": {
50753
+ "S6o": {
50731
50754
  "type": "list",
50732
50755
  "member": {}
50733
50756
  },
@@ -50736,6 +50759,10 @@ module.exports={
50736
50759
  "member": {}
50737
50760
  },
50738
50761
  "S6r": {
50762
+ "type": "list",
50763
+ "member": {}
50764
+ },
50765
+ "S6t": {
50739
50766
  "type": "structure",
50740
50767
  "members": {
50741
50768
  "ApplicationId": {},
@@ -50747,7 +50774,7 @@ module.exports={
50747
50774
  }
50748
50775
  }
50749
50776
  },
50750
- "S6v": {
50777
+ "S6x": {
50751
50778
  "type": "structure",
50752
50779
  "members": {
50753
50780
  "UserPoolId": {},
@@ -50756,7 +50783,7 @@ module.exports={
50756
50783
  "shape": "S1j"
50757
50784
  },
50758
50785
  "ClientSecret": {
50759
- "shape": "S6w"
50786
+ "shape": "S6y"
50760
50787
  },
50761
50788
  "LastModifiedDate": {
50762
50789
  "type": "timestamp"
@@ -50774,50 +50801,53 @@ module.exports={
50774
50801
  "type": "integer"
50775
50802
  },
50776
50803
  "TokenValidityUnits": {
50777
- "shape": "S6d"
50804
+ "shape": "S6f"
50778
50805
  },
50779
50806
  "ReadAttributes": {
50780
- "shape": "S6f"
50807
+ "shape": "S6h"
50781
50808
  },
50782
50809
  "WriteAttributes": {
50783
- "shape": "S6f"
50810
+ "shape": "S6h"
50784
50811
  },
50785
50812
  "ExplicitAuthFlows": {
50786
- "shape": "S6h"
50813
+ "shape": "S6j"
50787
50814
  },
50788
50815
  "SupportedIdentityProviders": {
50789
- "shape": "S6j"
50816
+ "shape": "S6l"
50790
50817
  },
50791
50818
  "CallbackURLs": {
50792
- "shape": "S6k"
50819
+ "shape": "S6m"
50793
50820
  },
50794
50821
  "LogoutURLs": {
50795
- "shape": "S6m"
50822
+ "shape": "S6o"
50796
50823
  },
50797
50824
  "DefaultRedirectURI": {},
50798
50825
  "AllowedOAuthFlows": {
50799
- "shape": "S6n"
50826
+ "shape": "S6p"
50800
50827
  },
50801
50828
  "AllowedOAuthScopes": {
50802
- "shape": "S6p"
50829
+ "shape": "S6r"
50803
50830
  },
50804
50831
  "AllowedOAuthFlowsUserPoolClient": {
50805
50832
  "type": "boolean"
50806
50833
  },
50807
50834
  "AnalyticsConfiguration": {
50808
- "shape": "S6r"
50835
+ "shape": "S6t"
50809
50836
  },
50810
50837
  "PreventUserExistenceErrors": {},
50811
50838
  "EnableTokenRevocation": {
50812
50839
  "type": "boolean"
50840
+ },
50841
+ "EnablePropagateAdditionalUserContextData": {
50842
+ "type": "boolean"
50813
50843
  }
50814
50844
  }
50815
50845
  },
50816
- "S6w": {
50846
+ "S6y": {
50817
50847
  "type": "string",
50818
50848
  "sensitive": true
50819
50849
  },
50820
- "S6y": {
50850
+ "S70": {
50821
50851
  "type": "structure",
50822
50852
  "required": [
50823
50853
  "CertificateArn"
@@ -50826,7 +50856,7 @@ module.exports={
50826
50856
  "CertificateArn": {}
50827
50857
  }
50828
50858
  },
50829
- "S7g": {
50859
+ "S7i": {
50830
50860
  "type": "structure",
50831
50861
  "members": {
50832
50862
  "UserPoolId": {},
@@ -50834,20 +50864,20 @@ module.exports={
50834
50864
  "shape": "S1j"
50835
50865
  },
50836
50866
  "CompromisedCredentialsRiskConfiguration": {
50837
- "shape": "S7h"
50867
+ "shape": "S7j"
50838
50868
  },
50839
50869
  "AccountTakeoverRiskConfiguration": {
50840
- "shape": "S7m"
50870
+ "shape": "S7o"
50841
50871
  },
50842
50872
  "RiskExceptionConfiguration": {
50843
- "shape": "S7v"
50873
+ "shape": "S7x"
50844
50874
  },
50845
50875
  "LastModifiedDate": {
50846
50876
  "type": "timestamp"
50847
50877
  }
50848
50878
  }
50849
50879
  },
50850
- "S7h": {
50880
+ "S7j": {
50851
50881
  "type": "structure",
50852
50882
  "required": [
50853
50883
  "Actions"
@@ -50868,7 +50898,7 @@ module.exports={
50868
50898
  }
50869
50899
  }
50870
50900
  },
50871
- "S7m": {
50901
+ "S7o": {
50872
50902
  "type": "structure",
50873
50903
  "required": [
50874
50904
  "Actions"
@@ -50884,13 +50914,13 @@ module.exports={
50884
50914
  "ReplyTo": {},
50885
50915
  "SourceArn": {},
50886
50916
  "BlockEmail": {
50887
- "shape": "S7o"
50917
+ "shape": "S7q"
50888
50918
  },
50889
50919
  "NoActionEmail": {
50890
- "shape": "S7o"
50920
+ "shape": "S7q"
50891
50921
  },
50892
50922
  "MfaEmail": {
50893
- "shape": "S7o"
50923
+ "shape": "S7q"
50894
50924
  }
50895
50925
  }
50896
50926
  },
@@ -50898,19 +50928,19 @@ module.exports={
50898
50928
  "type": "structure",
50899
50929
  "members": {
50900
50930
  "LowAction": {
50901
- "shape": "S7s"
50931
+ "shape": "S7u"
50902
50932
  },
50903
50933
  "MediumAction": {
50904
- "shape": "S7s"
50934
+ "shape": "S7u"
50905
50935
  },
50906
50936
  "HighAction": {
50907
- "shape": "S7s"
50937
+ "shape": "S7u"
50908
50938
  }
50909
50939
  }
50910
50940
  }
50911
50941
  }
50912
50942
  },
50913
- "S7o": {
50943
+ "S7q": {
50914
50944
  "type": "structure",
50915
50945
  "required": [
50916
50946
  "Subject"
@@ -50921,7 +50951,7 @@ module.exports={
50921
50951
  "TextBody": {}
50922
50952
  }
50923
50953
  },
50924
- "S7s": {
50954
+ "S7u": {
50925
50955
  "type": "structure",
50926
50956
  "required": [
50927
50957
  "Notify",
@@ -50934,7 +50964,7 @@ module.exports={
50934
50964
  "EventAction": {}
50935
50965
  }
50936
50966
  },
50937
- "S7v": {
50967
+ "S7x": {
50938
50968
  "type": "structure",
50939
50969
  "members": {
50940
50970
  "BlockedIPRangeList": {
@@ -50947,7 +50977,7 @@ module.exports={
50947
50977
  }
50948
50978
  }
50949
50979
  },
50950
- "S8e": {
50980
+ "S8g": {
50951
50981
  "type": "structure",
50952
50982
  "members": {
50953
50983
  "Destination": {},
@@ -50955,7 +50985,7 @@ module.exports={
50955
50985
  "AttributeName": {}
50956
50986
  }
50957
50987
  },
50958
- "S8s": {
50988
+ "S8u": {
50959
50989
  "type": "structure",
50960
50990
  "members": {
50961
50991
  "UserPoolId": {},
@@ -50973,16 +51003,16 @@ module.exports={
50973
51003
  }
50974
51004
  }
50975
51005
  },
50976
- "S92": {
51006
+ "S94": {
50977
51007
  "type": "structure",
50978
51008
  "members": {
50979
51009
  "SmsAuthenticationMessage": {},
50980
51010
  "SmsConfiguration": {
50981
- "shape": "S5m"
51011
+ "shape": "S5o"
50982
51012
  }
50983
51013
  }
50984
51014
  },
50985
- "S93": {
51015
+ "S95": {
50986
51016
  "type": "structure",
50987
51017
  "members": {
50988
51018
  "Enabled": {
@@ -50990,7 +51020,7 @@ module.exports={
50990
51020
  }
50991
51021
  }
50992
51022
  },
50993
- "Sa5": {
51023
+ "Sa7": {
50994
51024
  "type": "list",
50995
51025
  "member": {
50996
51026
  "shape": "St"
@@ -82454,6 +82484,10 @@ module.exports={
82454
82484
  "UserData": {
82455
82485
  "shape": "S9u",
82456
82486
  "locationName": "userData"
82487
+ },
82488
+ "DisableApiStop": {
82489
+ "shape": "S138",
82490
+ "locationName": "disableApiStop"
82457
82491
  }
82458
82492
  }
82459
82493
  }
@@ -91201,6 +91235,9 @@ module.exports={
91201
91235
  },
91202
91236
  "Value": {
91203
91237
  "locationName": "value"
91238
+ },
91239
+ "DisableApiStop": {
91240
+ "shape": "S138"
91204
91241
  }
91205
91242
  }
91206
91243
  }
@@ -94433,6 +94470,9 @@ module.exports={
94433
94470
  "members": {
94434
94471
  "AutoRecovery": {}
94435
94472
  }
94473
+ },
94474
+ "DisableApiStop": {
94475
+ "type": "boolean"
94436
94476
  }
94437
94477
  }
94438
94478
  },
@@ -97845,6 +97885,9 @@ module.exports={
97845
97885
  "members": {
97846
97886
  "AutoRecovery": {}
97847
97887
  }
97888
+ },
97889
+ "DisableApiStop": {
97890
+ "type": "boolean"
97848
97891
  }
97849
97892
  }
97850
97893
  },
@@ -98453,6 +98496,10 @@ module.exports={
98453
98496
  "locationName": "autoRecovery"
98454
98497
  }
98455
98498
  }
98499
+ },
98500
+ "DisableApiStop": {
98501
+ "locationName": "disableApiStop",
98502
+ "type": "boolean"
98456
98503
  }
98457
98504
  }
98458
98505
  },
@@ -127861,6 +127908,9 @@ module.exports={
127861
127908
  "members": {
127862
127909
  "MonitorName": {}
127863
127910
  }
127911
+ },
127912
+ "TimeAlignmentBoundary": {
127913
+ "shape": "Sr"
127864
127914
  }
127865
127915
  }
127866
127916
  },
@@ -127886,7 +127936,7 @@ module.exports={
127886
127936
  "DatasetType": {},
127887
127937
  "DataFrequency": {},
127888
127938
  "Schema": {
127889
- "shape": "Sv"
127939
+ "shape": "S10"
127890
127940
  },
127891
127941
  "EncryptionConfig": {
127892
127942
  "shape": "Si"
@@ -127914,7 +127964,7 @@ module.exports={
127914
127964
  "DatasetGroupName": {},
127915
127965
  "Domain": {},
127916
127966
  "DatasetArns": {
127917
- "shape": "S11"
127967
+ "shape": "S16"
127918
127968
  },
127919
127969
  "Tags": {
127920
127970
  "shape": "Sm"
@@ -127940,7 +127990,7 @@ module.exports={
127940
127990
  "DatasetImportJobName": {},
127941
127991
  "DatasetArn": {},
127942
127992
  "DataSource": {
127943
- "shape": "S14"
127993
+ "shape": "S19"
127944
127994
  },
127945
127995
  "TimestampFormat": {},
127946
127996
  "TimeZone": {},
@@ -127972,13 +128022,13 @@ module.exports={
127972
128022
  "ExplainabilityName": {},
127973
128023
  "ResourceArn": {},
127974
128024
  "ExplainabilityConfig": {
127975
- "shape": "S1d"
128025
+ "shape": "S1i"
127976
128026
  },
127977
128027
  "DataSource": {
127978
- "shape": "S14"
128028
+ "shape": "S19"
127979
128029
  },
127980
128030
  "Schema": {
127981
- "shape": "Sv"
128031
+ "shape": "S10"
127982
128032
  },
127983
128033
  "EnableVisualization": {
127984
128034
  "type": "boolean"
@@ -128009,7 +128059,7 @@ module.exports={
128009
128059
  "ExplainabilityExportName": {},
128010
128060
  "ExplainabilityArn": {},
128011
128061
  "Destination": {
128012
- "shape": "S1j"
128062
+ "shape": "S1o"
128013
128063
  },
128014
128064
  "Tags": {
128015
128065
  "shape": "Sm"
@@ -128060,7 +128110,7 @@ module.exports={
128060
128110
  "ForecastExportJobName": {},
128061
128111
  "ForecastArn": {},
128062
128112
  "Destination": {
128063
- "shape": "S1j"
128113
+ "shape": "S1o"
128064
128114
  },
128065
128115
  "Tags": {
128066
128116
  "shape": "Sm"
@@ -128122,19 +128172,19 @@ module.exports={
128122
128172
  "type": "boolean"
128123
128173
  },
128124
128174
  "TrainingParameters": {
128125
- "shape": "S1t"
128175
+ "shape": "S1y"
128126
128176
  },
128127
128177
  "EvaluationParameters": {
128128
- "shape": "S1w"
128178
+ "shape": "S21"
128129
128179
  },
128130
128180
  "HPOConfig": {
128131
- "shape": "S1x"
128181
+ "shape": "S22"
128132
128182
  },
128133
128183
  "InputDataConfig": {
128134
- "shape": "S27"
128184
+ "shape": "S2c"
128135
128185
  },
128136
128186
  "FeaturizationConfig": {
128137
- "shape": "S2a"
128187
+ "shape": "S2f"
128138
128188
  },
128139
128189
  "EncryptionConfig": {
128140
128190
  "shape": "Si"
@@ -128164,7 +128214,7 @@ module.exports={
128164
128214
  "PredictorBacktestExportJobName": {},
128165
128215
  "PredictorArn": {},
128166
128216
  "Destination": {
128167
- "shape": "S1j"
128217
+ "shape": "S1o"
128168
128218
  },
128169
128219
  "Tags": {
128170
128220
  "shape": "Sm"
@@ -128336,7 +128386,7 @@ module.exports={
128336
128386
  "shape": "S6"
128337
128387
  },
128338
128388
  "DatasetImportJobArns": {
128339
- "shape": "S11"
128389
+ "shape": "S16"
128340
128390
  },
128341
128391
  "DataConfig": {
128342
128392
  "shape": "S8"
@@ -128345,7 +128395,7 @@ module.exports={
128345
128395
  "shape": "Si"
128346
128396
  },
128347
128397
  "ReferencePredictorSummary": {
128348
- "shape": "S2x"
128398
+ "shape": "S32"
128349
128399
  },
128350
128400
  "EstimatedTimeRemainingInMinutes": {
128351
128401
  "type": "long"
@@ -128372,6 +128422,9 @@ module.exports={
128372
128422
  "MonitorArn": {},
128373
128423
  "Status": {}
128374
128424
  }
128425
+ },
128426
+ "TimeAlignmentBoundary": {
128427
+ "shape": "Sr"
128375
128428
  }
128376
128429
  }
128377
128430
  },
@@ -128396,7 +128449,7 @@ module.exports={
128396
128449
  "DatasetType": {},
128397
128450
  "DataFrequency": {},
128398
128451
  "Schema": {
128399
- "shape": "Sv"
128452
+ "shape": "S10"
128400
128453
  },
128401
128454
  "EncryptionConfig": {
128402
128455
  "shape": "Si"
@@ -128428,7 +128481,7 @@ module.exports={
128428
128481
  "DatasetGroupName": {},
128429
128482
  "DatasetGroupArn": {},
128430
128483
  "DatasetArns": {
128431
- "shape": "S11"
128484
+ "shape": "S16"
128432
128485
  },
128433
128486
  "Domain": {},
128434
128487
  "Status": {},
@@ -128465,7 +128518,7 @@ module.exports={
128465
128518
  },
128466
128519
  "GeolocationFormat": {},
128467
128520
  "DataSource": {
128468
- "shape": "S14"
128521
+ "shape": "S19"
128469
128522
  },
128470
128523
  "EstimatedTimeRemainingInMinutes": {
128471
128524
  "type": "long"
@@ -128543,16 +128596,16 @@ module.exports={
128543
128596
  "ExplainabilityName": {},
128544
128597
  "ResourceArn": {},
128545
128598
  "ExplainabilityConfig": {
128546
- "shape": "S1d"
128599
+ "shape": "S1i"
128547
128600
  },
128548
128601
  "EnableVisualization": {
128549
128602
  "type": "boolean"
128550
128603
  },
128551
128604
  "DataSource": {
128552
- "shape": "S14"
128605
+ "shape": "S19"
128553
128606
  },
128554
128607
  "Schema": {
128555
- "shape": "Sv"
128608
+ "shape": "S10"
128556
128609
  },
128557
128610
  "StartDateTime": {},
128558
128611
  "EndDateTime": {},
@@ -128588,7 +128641,7 @@ module.exports={
128588
128641
  "ExplainabilityExportName": {},
128589
128642
  "ExplainabilityArn": {},
128590
128643
  "Destination": {
128591
- "shape": "S1j"
128644
+ "shape": "S1o"
128592
128645
  },
128593
128646
  "Message": {},
128594
128647
  "Status": {},
@@ -128654,7 +128707,7 @@ module.exports={
128654
128707
  "ForecastExportJobName": {},
128655
128708
  "ForecastArn": {},
128656
128709
  "Destination": {
128657
- "shape": "S1j"
128710
+ "shape": "S1o"
128658
128711
  },
128659
128712
  "Message": {},
128660
128713
  "Status": {},
@@ -128742,7 +128795,7 @@ module.exports={
128742
128795
  "PredictorName": {},
128743
128796
  "AlgorithmArn": {},
128744
128797
  "AutoMLAlgorithmArns": {
128745
- "shape": "S11"
128798
+ "shape": "S16"
128746
128799
  },
128747
128800
  "ForecastHorizon": {
128748
128801
  "type": "integer"
@@ -128758,19 +128811,19 @@ module.exports={
128758
128811
  "type": "boolean"
128759
128812
  },
128760
128813
  "TrainingParameters": {
128761
- "shape": "S1t"
128814
+ "shape": "S1y"
128762
128815
  },
128763
128816
  "EvaluationParameters": {
128764
- "shape": "S1w"
128817
+ "shape": "S21"
128765
128818
  },
128766
128819
  "HPOConfig": {
128767
- "shape": "S1x"
128820
+ "shape": "S22"
128768
128821
  },
128769
128822
  "InputDataConfig": {
128770
- "shape": "S27"
128823
+ "shape": "S2c"
128771
128824
  },
128772
128825
  "FeaturizationConfig": {
128773
- "shape": "S2a"
128826
+ "shape": "S2f"
128774
128827
  },
128775
128828
  "EncryptionConfig": {
128776
128829
  "shape": "Si"
@@ -128812,7 +128865,7 @@ module.exports={
128812
128865
  "type": "boolean"
128813
128866
  },
128814
128867
  "DatasetImportJobArns": {
128815
- "shape": "S11"
128868
+ "shape": "S16"
128816
128869
  },
128817
128870
  "Status": {},
128818
128871
  "Message": {},
@@ -128844,7 +128897,7 @@ module.exports={
128844
128897
  "PredictorBacktestExportJobName": {},
128845
128898
  "PredictorArn": {},
128846
128899
  "Destination": {
128847
- "shape": "S1j"
128900
+ "shape": "S1o"
128848
128901
  },
128849
128902
  "Message": {},
128850
128903
  "Status": {},
@@ -128998,7 +129051,7 @@ module.exports={
128998
129051
  "type": "integer"
128999
129052
  },
129000
129053
  "Filters": {
129001
- "shape": "S4m"
129054
+ "shape": "S4r"
129002
129055
  }
129003
129056
  }
129004
129057
  },
@@ -129013,7 +129066,7 @@ module.exports={
129013
129066
  "DatasetImportJobArn": {},
129014
129067
  "DatasetImportJobName": {},
129015
129068
  "DataSource": {
129016
- "shape": "S14"
129069
+ "shape": "S19"
129017
129070
  },
129018
129071
  "Status": {},
129019
129072
  "Message": {},
@@ -129076,7 +129129,7 @@ module.exports={
129076
129129
  "type": "integer"
129077
129130
  },
129078
129131
  "Filters": {
129079
- "shape": "S4m"
129132
+ "shape": "S4r"
129080
129133
  }
129081
129134
  }
129082
129135
  },
@@ -129092,7 +129145,7 @@ module.exports={
129092
129145
  "ExplainabilityName": {},
129093
129146
  "ResourceArn": {},
129094
129147
  "ExplainabilityConfig": {
129095
- "shape": "S1d"
129148
+ "shape": "S1i"
129096
129149
  },
129097
129150
  "Status": {},
129098
129151
  "Message": {},
@@ -129119,7 +129172,7 @@ module.exports={
129119
129172
  "type": "integer"
129120
129173
  },
129121
129174
  "Filters": {
129122
- "shape": "S4m"
129175
+ "shape": "S4r"
129123
129176
  }
129124
129177
  }
129125
129178
  },
@@ -129134,7 +129187,7 @@ module.exports={
129134
129187
  "ExplainabilityExportArn": {},
129135
129188
  "ExplainabilityExportName": {},
129136
129189
  "Destination": {
129137
- "shape": "S1j"
129190
+ "shape": "S1o"
129138
129191
  },
129139
129192
  "Status": {},
129140
129193
  "Message": {},
@@ -129161,7 +129214,7 @@ module.exports={
129161
129214
  "type": "integer"
129162
129215
  },
129163
129216
  "Filters": {
129164
- "shape": "S4m"
129217
+ "shape": "S4r"
129165
129218
  }
129166
129219
  }
129167
129220
  },
@@ -129176,7 +129229,7 @@ module.exports={
129176
129229
  "ForecastExportJobArn": {},
129177
129230
  "ForecastExportJobName": {},
129178
129231
  "Destination": {
129179
- "shape": "S1j"
129232
+ "shape": "S1o"
129180
129233
  },
129181
129234
  "Status": {},
129182
129235
  "Message": {},
@@ -129203,7 +129256,7 @@ module.exports={
129203
129256
  "type": "integer"
129204
129257
  },
129205
129258
  "Filters": {
129206
- "shape": "S4m"
129259
+ "shape": "S4r"
129207
129260
  }
129208
129261
  }
129209
129262
  },
@@ -129251,7 +129304,7 @@ module.exports={
129251
129304
  },
129252
129305
  "MonitorArn": {},
129253
129306
  "Filters": {
129254
- "shape": "S4m"
129307
+ "shape": "S4r"
129255
129308
  }
129256
129309
  }
129257
129310
  },
@@ -129325,7 +129378,7 @@ module.exports={
129325
129378
  "type": "integer"
129326
129379
  },
129327
129380
  "Filters": {
129328
- "shape": "S4m"
129381
+ "shape": "S4r"
129329
129382
  }
129330
129383
  }
129331
129384
  },
@@ -129364,7 +129417,7 @@ module.exports={
129364
129417
  "type": "integer"
129365
129418
  },
129366
129419
  "Filters": {
129367
- "shape": "S4m"
129420
+ "shape": "S4r"
129368
129421
  }
129369
129422
  }
129370
129423
  },
@@ -129379,7 +129432,7 @@ module.exports={
129379
129432
  "PredictorBacktestExportJobArn": {},
129380
129433
  "PredictorBacktestExportJobName": {},
129381
129434
  "Destination": {
129382
- "shape": "S1j"
129435
+ "shape": "S1o"
129383
129436
  },
129384
129437
  "Status": {},
129385
129438
  "Message": {},
@@ -129406,7 +129459,7 @@ module.exports={
129406
129459
  "type": "integer"
129407
129460
  },
129408
129461
  "Filters": {
129409
- "shape": "S4m"
129462
+ "shape": "S4r"
129410
129463
  }
129411
129464
  }
129412
129465
  },
@@ -129425,7 +129478,7 @@ module.exports={
129425
129478
  "type": "boolean"
129426
129479
  },
129427
129480
  "ReferencePredictorSummary": {
129428
- "shape": "S2x"
129481
+ "shape": "S32"
129429
129482
  },
129430
129483
  "Status": {},
129431
129484
  "Message": {},
@@ -129537,7 +129590,7 @@ module.exports={
129537
129590
  "members": {
129538
129591
  "DatasetGroupArn": {},
129539
129592
  "DatasetArns": {
129540
- "shape": "S11"
129593
+ "shape": "S16"
129541
129594
  }
129542
129595
  }
129543
129596
  },
@@ -129641,7 +129694,20 @@ module.exports={
129641
129694
  "type": "string",
129642
129695
  "sensitive": true
129643
129696
  },
129644
- "Sv": {
129697
+ "Sr": {
129698
+ "type": "structure",
129699
+ "members": {
129700
+ "Month": {},
129701
+ "DayOfMonth": {
129702
+ "type": "integer"
129703
+ },
129704
+ "DayOfWeek": {},
129705
+ "Hour": {
129706
+ "type": "integer"
129707
+ }
129708
+ }
129709
+ },
129710
+ "S10": {
129645
129711
  "type": "structure",
129646
129712
  "members": {
129647
129713
  "Attributes": {
@@ -129656,22 +129722,22 @@ module.exports={
129656
129722
  }
129657
129723
  }
129658
129724
  },
129659
- "S11": {
129725
+ "S16": {
129660
129726
  "type": "list",
129661
129727
  "member": {}
129662
129728
  },
129663
- "S14": {
129729
+ "S19": {
129664
129730
  "type": "structure",
129665
129731
  "required": [
129666
129732
  "S3Config"
129667
129733
  ],
129668
129734
  "members": {
129669
129735
  "S3Config": {
129670
- "shape": "S15"
129736
+ "shape": "S1a"
129671
129737
  }
129672
129738
  }
129673
129739
  },
129674
- "S15": {
129740
+ "S1a": {
129675
129741
  "type": "structure",
129676
129742
  "required": [
129677
129743
  "Path",
@@ -129683,7 +129749,7 @@ module.exports={
129683
129749
  "KMSKeyArn": {}
129684
129750
  }
129685
129751
  },
129686
- "S1d": {
129752
+ "S1i": {
129687
129753
  "type": "structure",
129688
129754
  "required": [
129689
129755
  "TimeSeriesGranularity",
@@ -129694,23 +129760,23 @@ module.exports={
129694
129760
  "TimePointGranularity": {}
129695
129761
  }
129696
129762
  },
129697
- "S1j": {
129763
+ "S1o": {
129698
129764
  "type": "structure",
129699
129765
  "required": [
129700
129766
  "S3Config"
129701
129767
  ],
129702
129768
  "members": {
129703
129769
  "S3Config": {
129704
- "shape": "S15"
129770
+ "shape": "S1a"
129705
129771
  }
129706
129772
  }
129707
129773
  },
129708
- "S1t": {
129774
+ "S1y": {
129709
129775
  "type": "map",
129710
129776
  "key": {},
129711
129777
  "value": {}
129712
129778
  },
129713
- "S1w": {
129779
+ "S21": {
129714
129780
  "type": "structure",
129715
129781
  "members": {
129716
129782
  "NumberOfBacktestWindows": {
@@ -129721,7 +129787,7 @@ module.exports={
129721
129787
  }
129722
129788
  }
129723
129789
  },
129724
- "S1x": {
129790
+ "S22": {
129725
129791
  "type": "structure",
129726
129792
  "members": {
129727
129793
  "ParameterRanges": {
@@ -129789,7 +129855,7 @@ module.exports={
129789
129855
  }
129790
129856
  }
129791
129857
  },
129792
- "S27": {
129858
+ "S2c": {
129793
129859
  "type": "structure",
129794
129860
  "required": [
129795
129861
  "DatasetGroupArn"
@@ -129812,7 +129878,7 @@ module.exports={
129812
129878
  }
129813
129879
  }
129814
129880
  },
129815
- "S2a": {
129881
+ "S2f": {
129816
129882
  "type": "structure",
129817
129883
  "required": [
129818
129884
  "ForecastFrequency"
@@ -129853,14 +129919,14 @@ module.exports={
129853
129919
  }
129854
129920
  }
129855
129921
  },
129856
- "S2x": {
129922
+ "S32": {
129857
129923
  "type": "structure",
129858
129924
  "members": {
129859
129925
  "Arn": {},
129860
129926
  "State": {}
129861
129927
  }
129862
129928
  },
129863
- "S4m": {
129929
+ "S4r": {
129864
129930
  "type": "list",
129865
129931
  "member": {
129866
129932
  "type": "structure",
@@ -168081,6 +168147,10 @@ module.exports={
168081
168147
  "chimesdkmediapipelines": {
168082
168148
  "prefix": "chime-sdk-media-pipelines",
168083
168149
  "name": "ChimeSDKMediaPipelines"
168150
+ },
168151
+ "emrserverless": {
168152
+ "prefix": "emr-serverless",
168153
+ "name": "EMRServerless"
168084
168154
  }
168085
168155
  }
168086
168156
  },{}],164:[function(require,module,exports){
@@ -238913,7 +238983,7 @@ AWS.util.update(AWS, {
238913
238983
  /**
238914
238984
  * @constant
238915
238985
  */
238916
- VERSION: '2.1141.0',
238986
+ VERSION: '2.1146.0',
238917
238987
 
238918
238988
  /**
238919
238989
  * @api private
@@ -239001,7 +239071,7 @@ AWS.util.memoizedProperty(AWS, 'endpointCache', function() {
239001
239071
  return new AWS.EndpointCache(AWS.config.endpointCacheSize);
239002
239072
  }, true);
239003
239073
 
239004
- },{"../vendor/endpoint-cache":450,"./api_loader":331,"./config":340,"./event_listeners":363,"./http":364,"./json/builder":366,"./json/parser":367,"./model/api":368,"./model/operation":370,"./model/paginator":371,"./model/resource_waiter":372,"./model/shape":373,"./param_validator":374,"./protocol/json":377,"./protocol/query":378,"./protocol/rest":379,"./protocol/rest_json":380,"./protocol/rest_xml":381,"./request":388,"./resource_waiter":389,"./response":390,"./sequential_executor":392,"./service":393,"./signers/request_signer":410,"./util":418,"./xml/builder":420}],343:[function(require,module,exports){
239074
+ },{"../vendor/endpoint-cache":455,"./api_loader":331,"./config":340,"./event_listeners":363,"./http":364,"./json/builder":366,"./json/parser":367,"./model/api":368,"./model/operation":370,"./model/paginator":371,"./model/resource_waiter":372,"./model/shape":373,"./param_validator":374,"./protocol/json":377,"./protocol/query":378,"./protocol/rest":379,"./protocol/rest_json":380,"./protocol/rest_xml":381,"./request":388,"./resource_waiter":389,"./response":390,"./sequential_executor":392,"./service":393,"./signers/request_signer":410,"./util":418,"./xml/builder":420}],343:[function(require,module,exports){
239005
239075
  var AWS = require('./core');
239006
239076
 
239007
239077
  /**
@@ -253083,7 +253153,7 @@ var util = {
253083
253153
  module.exports = util;
253084
253154
 
253085
253155
  }).call(this)}).call(this,require('_process'),require("timers").setImmediate)
253086
- },{"../apis/metadata.json":163,"./core":342,"_process":432,"fs":426,"timers":440,"uuid":445}],419:[function(require,module,exports){
253156
+ },{"../apis/metadata.json":163,"./core":342,"_process":432,"fs":426,"timers":440,"uuid":446}],419:[function(require,module,exports){
253087
253157
  var util = require('../util');
253088
253158
  var Shape = require('../model/shape');
253089
253159
 
@@ -259973,220 +260043,669 @@ function hasOwnProperty(obj, prop) {
259973
260043
 
259974
260044
  }).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
259975
260045
  },{"./support/isBuffer":443,"_process":432,"inherits":442}],445:[function(require,module,exports){
259976
- var v1 = require('./v1');
259977
- var v4 = require('./v4');
259978
-
259979
- var uuid = v4;
259980
- uuid.v1 = v1;
259981
- uuid.v4 = v4;
260046
+ "use strict";
259982
260047
 
259983
- module.exports = uuid;
260048
+ Object.defineProperty(exports, "__esModule", {
260049
+ value: true
260050
+ });
260051
+ exports.default = void 0;
259984
260052
 
259985
- },{"./v1":448,"./v4":449}],446:[function(require,module,exports){
259986
260053
  /**
259987
260054
  * Convert array of 16 byte values to UUID string format of the form:
259988
260055
  * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
259989
260056
  */
259990
260057
  var byteToHex = [];
260058
+
259991
260059
  for (var i = 0; i < 256; ++i) {
259992
260060
  byteToHex[i] = (i + 0x100).toString(16).substr(1);
259993
260061
  }
259994
260062
 
259995
260063
  function bytesToUuid(buf, offset) {
259996
260064
  var i = offset || 0;
259997
- var bth = byteToHex;
259998
- // join used to fix memory issue caused by concatenation: https://bugs.chromium.org/p/v8/issues/detail?id=3175#c4
259999
- return ([bth[buf[i++]], bth[buf[i++]],
260000
- bth[buf[i++]], bth[buf[i++]], '-',
260001
- bth[buf[i++]], bth[buf[i++]], '-',
260002
- bth[buf[i++]], bth[buf[i++]], '-',
260003
- bth[buf[i++]], bth[buf[i++]], '-',
260004
- bth[buf[i++]], bth[buf[i++]],
260005
- bth[buf[i++]], bth[buf[i++]],
260006
- bth[buf[i++]], bth[buf[i++]]]).join('');
260007
- }
260008
-
260009
- module.exports = bytesToUuid;
260010
-
260011
- },{}],447:[function(require,module,exports){
260012
- // Unique ID creation requires a high quality random # generator. In the
260013
- // browser this is a little complicated due to unknown quality of Math.random()
260014
- // and inconsistent support for the `crypto` API. We do the best we can via
260015
- // feature-detection
260016
-
260017
- // getRandomValues needs to be invoked in a context where "this" is a Crypto
260018
- // implementation. Also, find the complete implementation of crypto on IE11.
260019
- var getRandomValues = (typeof(crypto) != 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto)) ||
260020
- (typeof(msCrypto) != 'undefined' && typeof window.msCrypto.getRandomValues == 'function' && msCrypto.getRandomValues.bind(msCrypto));
260021
-
260022
- if (getRandomValues) {
260023
- // WHATWG crypto RNG - http://wiki.whatwg.org/wiki/Crypto
260024
- var rnds8 = new Uint8Array(16); // eslint-disable-line no-undef
260025
-
260026
- module.exports = function whatwgRNG() {
260027
- getRandomValues(rnds8);
260028
- return rnds8;
260029
- };
260030
- } else {
260031
- // Math.random()-based (RNG)
260032
- //
260033
- // If all else fails, use Math.random(). It's fast, but is of unspecified
260034
- // quality.
260035
- var rnds = new Array(16);
260065
+ var bth = byteToHex; // join used to fix memory issue caused by concatenation: https://bugs.chromium.org/p/v8/issues/detail?id=3175#c4
260036
260066
 
260037
- module.exports = function mathRNG() {
260038
- for (var i = 0, r; i < 16; i++) {
260039
- if ((i & 0x03) === 0) r = Math.random() * 0x100000000;
260040
- rnds[i] = r >>> ((i & 0x03) << 3) & 0xff;
260041
- }
260067
+ return [bth[buf[i++]], bth[buf[i++]], bth[buf[i++]], bth[buf[i++]], '-', bth[buf[i++]], bth[buf[i++]], '-', bth[buf[i++]], bth[buf[i++]], '-', bth[buf[i++]], bth[buf[i++]], '-', bth[buf[i++]], bth[buf[i++]], bth[buf[i++]], bth[buf[i++]], bth[buf[i++]], bth[buf[i++]]].join('');
260068
+ }
260042
260069
 
260043
- return rnds;
260044
- };
260070
+ var _default = bytesToUuid;
260071
+ exports.default = _default;
260072
+ },{}],446:[function(require,module,exports){
260073
+ "use strict";
260074
+
260075
+ Object.defineProperty(exports, "__esModule", {
260076
+ value: true
260077
+ });
260078
+ Object.defineProperty(exports, "v1", {
260079
+ enumerable: true,
260080
+ get: function () {
260081
+ return _v.default;
260082
+ }
260083
+ });
260084
+ Object.defineProperty(exports, "v3", {
260085
+ enumerable: true,
260086
+ get: function () {
260087
+ return _v2.default;
260088
+ }
260089
+ });
260090
+ Object.defineProperty(exports, "v4", {
260091
+ enumerable: true,
260092
+ get: function () {
260093
+ return _v3.default;
260094
+ }
260095
+ });
260096
+ Object.defineProperty(exports, "v5", {
260097
+ enumerable: true,
260098
+ get: function () {
260099
+ return _v4.default;
260100
+ }
260101
+ });
260102
+
260103
+ var _v = _interopRequireDefault(require("./v1.js"));
260104
+
260105
+ var _v2 = _interopRequireDefault(require("./v3.js"));
260106
+
260107
+ var _v3 = _interopRequireDefault(require("./v4.js"));
260108
+
260109
+ var _v4 = _interopRequireDefault(require("./v5.js"));
260110
+
260111
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
260112
+ },{"./v1.js":450,"./v3.js":451,"./v4.js":453,"./v5.js":454}],447:[function(require,module,exports){
260113
+ "use strict";
260114
+
260115
+ Object.defineProperty(exports, "__esModule", {
260116
+ value: true
260117
+ });
260118
+ exports.default = void 0;
260119
+
260120
+ /*
260121
+ * Browser-compatible JavaScript MD5
260122
+ *
260123
+ * Modification of JavaScript MD5
260124
+ * https://github.com/blueimp/JavaScript-MD5
260125
+ *
260126
+ * Copyright 2011, Sebastian Tschan
260127
+ * https://blueimp.net
260128
+ *
260129
+ * Licensed under the MIT license:
260130
+ * https://opensource.org/licenses/MIT
260131
+ *
260132
+ * Based on
260133
+ * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
260134
+ * Digest Algorithm, as defined in RFC 1321.
260135
+ * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009
260136
+ * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
260137
+ * Distributed under the BSD License
260138
+ * See http://pajhome.org.uk/crypt/md5 for more info.
260139
+ */
260140
+ function md5(bytes) {
260141
+ if (typeof bytes == 'string') {
260142
+ var msg = unescape(encodeURIComponent(bytes)); // UTF8 escape
260143
+
260144
+ bytes = new Array(msg.length);
260145
+
260146
+ for (var i = 0; i < msg.length; i++) bytes[i] = msg.charCodeAt(i);
260147
+ }
260148
+
260149
+ return md5ToHexEncodedArray(wordsToMd5(bytesToWords(bytes), bytes.length * 8));
260045
260150
  }
260151
+ /*
260152
+ * Convert an array of little-endian words to an array of bytes
260153
+ */
260046
260154
 
260155
+
260156
+ function md5ToHexEncodedArray(input) {
260157
+ var i;
260158
+ var x;
260159
+ var output = [];
260160
+ var length32 = input.length * 32;
260161
+ var hexTab = '0123456789abcdef';
260162
+ var hex;
260163
+
260164
+ for (i = 0; i < length32; i += 8) {
260165
+ x = input[i >> 5] >>> i % 32 & 0xff;
260166
+ hex = parseInt(hexTab.charAt(x >>> 4 & 0x0f) + hexTab.charAt(x & 0x0f), 16);
260167
+ output.push(hex);
260168
+ }
260169
+
260170
+ return output;
260171
+ }
260172
+ /*
260173
+ * Calculate the MD5 of an array of little-endian words, and a bit length.
260174
+ */
260175
+
260176
+
260177
+ function wordsToMd5(x, len) {
260178
+ /* append padding */
260179
+ x[len >> 5] |= 0x80 << len % 32;
260180
+ x[(len + 64 >>> 9 << 4) + 14] = len;
260181
+ var i;
260182
+ var olda;
260183
+ var oldb;
260184
+ var oldc;
260185
+ var oldd;
260186
+ var a = 1732584193;
260187
+ var b = -271733879;
260188
+ var c = -1732584194;
260189
+ var d = 271733878;
260190
+
260191
+ for (i = 0; i < x.length; i += 16) {
260192
+ olda = a;
260193
+ oldb = b;
260194
+ oldc = c;
260195
+ oldd = d;
260196
+ a = md5ff(a, b, c, d, x[i], 7, -680876936);
260197
+ d = md5ff(d, a, b, c, x[i + 1], 12, -389564586);
260198
+ c = md5ff(c, d, a, b, x[i + 2], 17, 606105819);
260199
+ b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330);
260200
+ a = md5ff(a, b, c, d, x[i + 4], 7, -176418897);
260201
+ d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426);
260202
+ c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341);
260203
+ b = md5ff(b, c, d, a, x[i + 7], 22, -45705983);
260204
+ a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416);
260205
+ d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417);
260206
+ c = md5ff(c, d, a, b, x[i + 10], 17, -42063);
260207
+ b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162);
260208
+ a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682);
260209
+ d = md5ff(d, a, b, c, x[i + 13], 12, -40341101);
260210
+ c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290);
260211
+ b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329);
260212
+ a = md5gg(a, b, c, d, x[i + 1], 5, -165796510);
260213
+ d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632);
260214
+ c = md5gg(c, d, a, b, x[i + 11], 14, 643717713);
260215
+ b = md5gg(b, c, d, a, x[i], 20, -373897302);
260216
+ a = md5gg(a, b, c, d, x[i + 5], 5, -701558691);
260217
+ d = md5gg(d, a, b, c, x[i + 10], 9, 38016083);
260218
+ c = md5gg(c, d, a, b, x[i + 15], 14, -660478335);
260219
+ b = md5gg(b, c, d, a, x[i + 4], 20, -405537848);
260220
+ a = md5gg(a, b, c, d, x[i + 9], 5, 568446438);
260221
+ d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690);
260222
+ c = md5gg(c, d, a, b, x[i + 3], 14, -187363961);
260223
+ b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501);
260224
+ a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467);
260225
+ d = md5gg(d, a, b, c, x[i + 2], 9, -51403784);
260226
+ c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473);
260227
+ b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734);
260228
+ a = md5hh(a, b, c, d, x[i + 5], 4, -378558);
260229
+ d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463);
260230
+ c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562);
260231
+ b = md5hh(b, c, d, a, x[i + 14], 23, -35309556);
260232
+ a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060);
260233
+ d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353);
260234
+ c = md5hh(c, d, a, b, x[i + 7], 16, -155497632);
260235
+ b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640);
260236
+ a = md5hh(a, b, c, d, x[i + 13], 4, 681279174);
260237
+ d = md5hh(d, a, b, c, x[i], 11, -358537222);
260238
+ c = md5hh(c, d, a, b, x[i + 3], 16, -722521979);
260239
+ b = md5hh(b, c, d, a, x[i + 6], 23, 76029189);
260240
+ a = md5hh(a, b, c, d, x[i + 9], 4, -640364487);
260241
+ d = md5hh(d, a, b, c, x[i + 12], 11, -421815835);
260242
+ c = md5hh(c, d, a, b, x[i + 15], 16, 530742520);
260243
+ b = md5hh(b, c, d, a, x[i + 2], 23, -995338651);
260244
+ a = md5ii(a, b, c, d, x[i], 6, -198630844);
260245
+ d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415);
260246
+ c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905);
260247
+ b = md5ii(b, c, d, a, x[i + 5], 21, -57434055);
260248
+ a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571);
260249
+ d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606);
260250
+ c = md5ii(c, d, a, b, x[i + 10], 15, -1051523);
260251
+ b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799);
260252
+ a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359);
260253
+ d = md5ii(d, a, b, c, x[i + 15], 10, -30611744);
260254
+ c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380);
260255
+ b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649);
260256
+ a = md5ii(a, b, c, d, x[i + 4], 6, -145523070);
260257
+ d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379);
260258
+ c = md5ii(c, d, a, b, x[i + 2], 15, 718787259);
260259
+ b = md5ii(b, c, d, a, x[i + 9], 21, -343485551);
260260
+ a = safeAdd(a, olda);
260261
+ b = safeAdd(b, oldb);
260262
+ c = safeAdd(c, oldc);
260263
+ d = safeAdd(d, oldd);
260264
+ }
260265
+
260266
+ return [a, b, c, d];
260267
+ }
260268
+ /*
260269
+ * Convert an array bytes to an array of little-endian words
260270
+ * Characters >255 have their high-byte silently ignored.
260271
+ */
260272
+
260273
+
260274
+ function bytesToWords(input) {
260275
+ var i;
260276
+ var output = [];
260277
+ output[(input.length >> 2) - 1] = undefined;
260278
+
260279
+ for (i = 0; i < output.length; i += 1) {
260280
+ output[i] = 0;
260281
+ }
260282
+
260283
+ var length8 = input.length * 8;
260284
+
260285
+ for (i = 0; i < length8; i += 8) {
260286
+ output[i >> 5] |= (input[i / 8] & 0xff) << i % 32;
260287
+ }
260288
+
260289
+ return output;
260290
+ }
260291
+ /*
260292
+ * Add integers, wrapping at 2^32. This uses 16-bit operations internally
260293
+ * to work around bugs in some JS interpreters.
260294
+ */
260295
+
260296
+
260297
+ function safeAdd(x, y) {
260298
+ var lsw = (x & 0xffff) + (y & 0xffff);
260299
+ var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
260300
+ return msw << 16 | lsw & 0xffff;
260301
+ }
260302
+ /*
260303
+ * Bitwise rotate a 32-bit number to the left.
260304
+ */
260305
+
260306
+
260307
+ function bitRotateLeft(num, cnt) {
260308
+ return num << cnt | num >>> 32 - cnt;
260309
+ }
260310
+ /*
260311
+ * These functions implement the four basic operations the algorithm uses.
260312
+ */
260313
+
260314
+
260315
+ function md5cmn(q, a, b, x, s, t) {
260316
+ return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b);
260317
+ }
260318
+
260319
+ function md5ff(a, b, c, d, x, s, t) {
260320
+ return md5cmn(b & c | ~b & d, a, b, x, s, t);
260321
+ }
260322
+
260323
+ function md5gg(a, b, c, d, x, s, t) {
260324
+ return md5cmn(b & d | c & ~d, a, b, x, s, t);
260325
+ }
260326
+
260327
+ function md5hh(a, b, c, d, x, s, t) {
260328
+ return md5cmn(b ^ c ^ d, a, b, x, s, t);
260329
+ }
260330
+
260331
+ function md5ii(a, b, c, d, x, s, t) {
260332
+ return md5cmn(c ^ (b | ~d), a, b, x, s, t);
260333
+ }
260334
+
260335
+ var _default = md5;
260336
+ exports.default = _default;
260047
260337
  },{}],448:[function(require,module,exports){
260048
- var rng = require('./lib/rng');
260049
- var bytesToUuid = require('./lib/bytesToUuid');
260338
+ "use strict";
260339
+
260340
+ Object.defineProperty(exports, "__esModule", {
260341
+ value: true
260342
+ });
260343
+ exports.default = rng;
260344
+ // Unique ID creation requires a high quality random # generator. In the browser we therefore
260345
+ // require the crypto API and do not support built-in fallback to lower quality random number
260346
+ // generators (like Math.random()).
260347
+ // getRandomValues needs to be invoked in a context where "this" is a Crypto implementation. Also,
260348
+ // find the complete implementation of crypto (msCrypto) on IE11.
260349
+ var getRandomValues = typeof crypto != 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto != 'undefined' && typeof msCrypto.getRandomValues == 'function' && msCrypto.getRandomValues.bind(msCrypto);
260350
+ var rnds8 = new Uint8Array(16); // eslint-disable-line no-undef
260351
+
260352
+ function rng() {
260353
+ if (!getRandomValues) {
260354
+ throw new Error('crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported');
260355
+ }
260356
+
260357
+ return getRandomValues(rnds8);
260358
+ }
260359
+ },{}],449:[function(require,module,exports){
260360
+ "use strict";
260361
+
260362
+ Object.defineProperty(exports, "__esModule", {
260363
+ value: true
260364
+ });
260365
+ exports.default = void 0;
260366
+
260367
+ // Adapted from Chris Veness' SHA1 code at
260368
+ // http://www.movable-type.co.uk/scripts/sha1.html
260369
+ function f(s, x, y, z) {
260370
+ switch (s) {
260371
+ case 0:
260372
+ return x & y ^ ~x & z;
260373
+
260374
+ case 1:
260375
+ return x ^ y ^ z;
260376
+
260377
+ case 2:
260378
+ return x & y ^ x & z ^ y & z;
260379
+
260380
+ case 3:
260381
+ return x ^ y ^ z;
260382
+ }
260383
+ }
260384
+
260385
+ function ROTL(x, n) {
260386
+ return x << n | x >>> 32 - n;
260387
+ }
260388
+
260389
+ function sha1(bytes) {
260390
+ var K = [0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6];
260391
+ var H = [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0];
260392
+
260393
+ if (typeof bytes == 'string') {
260394
+ var msg = unescape(encodeURIComponent(bytes)); // UTF8 escape
260395
+
260396
+ bytes = new Array(msg.length);
260397
+
260398
+ for (var i = 0; i < msg.length; i++) bytes[i] = msg.charCodeAt(i);
260399
+ }
260400
+
260401
+ bytes.push(0x80);
260402
+ var l = bytes.length / 4 + 2;
260403
+ var N = Math.ceil(l / 16);
260404
+ var M = new Array(N);
260405
+
260406
+ for (var i = 0; i < N; i++) {
260407
+ M[i] = new Array(16);
260408
+
260409
+ for (var j = 0; j < 16; j++) {
260410
+ M[i][j] = bytes[i * 64 + j * 4] << 24 | bytes[i * 64 + j * 4 + 1] << 16 | bytes[i * 64 + j * 4 + 2] << 8 | bytes[i * 64 + j * 4 + 3];
260411
+ }
260412
+ }
260413
+
260414
+ M[N - 1][14] = (bytes.length - 1) * 8 / Math.pow(2, 32);
260415
+ M[N - 1][14] = Math.floor(M[N - 1][14]);
260416
+ M[N - 1][15] = (bytes.length - 1) * 8 & 0xffffffff;
260417
+
260418
+ for (var i = 0; i < N; i++) {
260419
+ var W = new Array(80);
260420
+
260421
+ for (var t = 0; t < 16; t++) W[t] = M[i][t];
260422
+
260423
+ for (var t = 16; t < 80; t++) {
260424
+ W[t] = ROTL(W[t - 3] ^ W[t - 8] ^ W[t - 14] ^ W[t - 16], 1);
260425
+ }
260426
+
260427
+ var a = H[0];
260428
+ var b = H[1];
260429
+ var c = H[2];
260430
+ var d = H[3];
260431
+ var e = H[4];
260432
+
260433
+ for (var t = 0; t < 80; t++) {
260434
+ var s = Math.floor(t / 20);
260435
+ var T = ROTL(a, 5) + f(s, b, c, d) + e + K[s] + W[t] >>> 0;
260436
+ e = d;
260437
+ d = c;
260438
+ c = ROTL(b, 30) >>> 0;
260439
+ b = a;
260440
+ a = T;
260441
+ }
260442
+
260443
+ H[0] = H[0] + a >>> 0;
260444
+ H[1] = H[1] + b >>> 0;
260445
+ H[2] = H[2] + c >>> 0;
260446
+ H[3] = H[3] + d >>> 0;
260447
+ H[4] = H[4] + e >>> 0;
260448
+ }
260449
+
260450
+ return [H[0] >> 24 & 0xff, H[0] >> 16 & 0xff, H[0] >> 8 & 0xff, H[0] & 0xff, H[1] >> 24 & 0xff, H[1] >> 16 & 0xff, H[1] >> 8 & 0xff, H[1] & 0xff, H[2] >> 24 & 0xff, H[2] >> 16 & 0xff, H[2] >> 8 & 0xff, H[2] & 0xff, H[3] >> 24 & 0xff, H[3] >> 16 & 0xff, H[3] >> 8 & 0xff, H[3] & 0xff, H[4] >> 24 & 0xff, H[4] >> 16 & 0xff, H[4] >> 8 & 0xff, H[4] & 0xff];
260451
+ }
260452
+
260453
+ var _default = sha1;
260454
+ exports.default = _default;
260455
+ },{}],450:[function(require,module,exports){
260456
+ "use strict";
260457
+
260458
+ Object.defineProperty(exports, "__esModule", {
260459
+ value: true
260460
+ });
260461
+ exports.default = void 0;
260462
+
260463
+ var _rng = _interopRequireDefault(require("./rng.js"));
260464
+
260465
+ var _bytesToUuid = _interopRequireDefault(require("./bytesToUuid.js"));
260466
+
260467
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
260050
260468
 
260051
260469
  // **`v1()` - Generate time-based UUID**
260052
260470
  //
260053
260471
  // Inspired by https://github.com/LiosK/UUID.js
260054
260472
  // and http://docs.python.org/library/uuid.html
260055
-
260056
260473
  var _nodeId;
260057
- var _clockseq;
260058
260474
 
260059
- // Previous uuid creation time
260475
+ var _clockseq; // Previous uuid creation time
260476
+
260477
+
260060
260478
  var _lastMSecs = 0;
260061
- var _lastNSecs = 0;
260479
+ var _lastNSecs = 0; // See https://github.com/uuidjs/uuid for API details
260062
260480
 
260063
- // See https://github.com/broofa/node-uuid for API details
260064
260481
  function v1(options, buf, offset) {
260065
260482
  var i = buf && offset || 0;
260066
260483
  var b = buf || [];
260067
-
260068
260484
  options = options || {};
260069
260485
  var node = options.node || _nodeId;
260070
- var clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq;
260071
-
260072
- // node and clockseq need to be initialized to random values if they're not
260486
+ var clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq; // node and clockseq need to be initialized to random values if they're not
260073
260487
  // specified. We do this lazily to minimize issues related to insufficient
260074
260488
  // system entropy. See #189
260489
+
260075
260490
  if (node == null || clockseq == null) {
260076
- var seedBytes = rng();
260491
+ var seedBytes = options.random || (options.rng || _rng.default)();
260492
+
260077
260493
  if (node == null) {
260078
260494
  // Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1)
260079
- node = _nodeId = [
260080
- seedBytes[0] | 0x01,
260081
- seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5]
260082
- ];
260495
+ node = _nodeId = [seedBytes[0] | 0x01, seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5]];
260083
260496
  }
260497
+
260084
260498
  if (clockseq == null) {
260085
260499
  // Per 4.2.2, randomize (14 bit) clockseq
260086
260500
  clockseq = _clockseq = (seedBytes[6] << 8 | seedBytes[7]) & 0x3fff;
260087
260501
  }
260088
- }
260089
-
260090
- // UUID timestamps are 100 nano-second units since the Gregorian epoch,
260502
+ } // UUID timestamps are 100 nano-second units since the Gregorian epoch,
260091
260503
  // (1582-10-15 00:00). JSNumbers aren't precise enough for this, so
260092
260504
  // time is handled internally as 'msecs' (integer milliseconds) and 'nsecs'
260093
260505
  // (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00.
260094
- var msecs = options.msecs !== undefined ? options.msecs : new Date().getTime();
260095
260506
 
260096
- // Per 4.2.1.2, use count of uuid's generated during the current clock
260507
+
260508
+ var msecs = options.msecs !== undefined ? options.msecs : new Date().getTime(); // Per 4.2.1.2, use count of uuid's generated during the current clock
260097
260509
  // cycle to simulate higher resolution clock
260098
- var nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1;
260099
260510
 
260100
- // Time since last uuid creation (in msecs)
260101
- var dt = (msecs - _lastMSecs) + (nsecs - _lastNSecs)/10000;
260511
+ var nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1; // Time since last uuid creation (in msecs)
260512
+
260513
+ var dt = msecs - _lastMSecs + (nsecs - _lastNSecs) / 10000; // Per 4.2.1.2, Bump clockseq on clock regression
260102
260514
 
260103
- // Per 4.2.1.2, Bump clockseq on clock regression
260104
260515
  if (dt < 0 && options.clockseq === undefined) {
260105
260516
  clockseq = clockseq + 1 & 0x3fff;
260106
- }
260107
-
260108
- // Reset nsecs if clock regresses (new clockseq) or we've moved onto a new
260517
+ } // Reset nsecs if clock regresses (new clockseq) or we've moved onto a new
260109
260518
  // time interval
260519
+
260520
+
260110
260521
  if ((dt < 0 || msecs > _lastMSecs) && options.nsecs === undefined) {
260111
260522
  nsecs = 0;
260112
- }
260523
+ } // Per 4.2.1.2 Throw error if too many uuids are requested
260524
+
260113
260525
 
260114
- // Per 4.2.1.2 Throw error if too many uuids are requested
260115
260526
  if (nsecs >= 10000) {
260116
- throw new Error('uuid.v1(): Can\'t create more than 10M uuids/sec');
260527
+ throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");
260117
260528
  }
260118
260529
 
260119
260530
  _lastMSecs = msecs;
260120
260531
  _lastNSecs = nsecs;
260121
- _clockseq = clockseq;
260532
+ _clockseq = clockseq; // Per 4.1.4 - Convert from unix epoch to Gregorian epoch
260122
260533
 
260123
- // Per 4.1.4 - Convert from unix epoch to Gregorian epoch
260124
- msecs += 12219292800000;
260534
+ msecs += 12219292800000; // `time_low`
260125
260535
 
260126
- // `time_low`
260127
260536
  var tl = ((msecs & 0xfffffff) * 10000 + nsecs) % 0x100000000;
260128
260537
  b[i++] = tl >>> 24 & 0xff;
260129
260538
  b[i++] = tl >>> 16 & 0xff;
260130
260539
  b[i++] = tl >>> 8 & 0xff;
260131
- b[i++] = tl & 0xff;
260540
+ b[i++] = tl & 0xff; // `time_mid`
260132
260541
 
260133
- // `time_mid`
260134
- var tmh = (msecs / 0x100000000 * 10000) & 0xfffffff;
260542
+ var tmh = msecs / 0x100000000 * 10000 & 0xfffffff;
260135
260543
  b[i++] = tmh >>> 8 & 0xff;
260136
- b[i++] = tmh & 0xff;
260544
+ b[i++] = tmh & 0xff; // `time_high_and_version`
260137
260545
 
260138
- // `time_high_and_version`
260139
260546
  b[i++] = tmh >>> 24 & 0xf | 0x10; // include version
260140
- b[i++] = tmh >>> 16 & 0xff;
260141
260547
 
260142
- // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant)
260143
- b[i++] = clockseq >>> 8 | 0x80;
260548
+ b[i++] = tmh >>> 16 & 0xff; // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant)
260549
+
260550
+ b[i++] = clockseq >>> 8 | 0x80; // `clock_seq_low`
260144
260551
 
260145
- // `clock_seq_low`
260146
- b[i++] = clockseq & 0xff;
260552
+ b[i++] = clockseq & 0xff; // `node`
260147
260553
 
260148
- // `node`
260149
260554
  for (var n = 0; n < 6; ++n) {
260150
260555
  b[i + n] = node[n];
260151
260556
  }
260152
260557
 
260153
- return buf ? buf : bytesToUuid(b);
260558
+ return buf ? buf : (0, _bytesToUuid.default)(b);
260559
+ }
260560
+
260561
+ var _default = v1;
260562
+ exports.default = _default;
260563
+ },{"./bytesToUuid.js":445,"./rng.js":448}],451:[function(require,module,exports){
260564
+ "use strict";
260565
+
260566
+ Object.defineProperty(exports, "__esModule", {
260567
+ value: true
260568
+ });
260569
+ exports.default = void 0;
260570
+
260571
+ var _v = _interopRequireDefault(require("./v35.js"));
260572
+
260573
+ var _md = _interopRequireDefault(require("./md5.js"));
260574
+
260575
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
260576
+
260577
+ const v3 = (0, _v.default)('v3', 0x30, _md.default);
260578
+ var _default = v3;
260579
+ exports.default = _default;
260580
+ },{"./md5.js":447,"./v35.js":452}],452:[function(require,module,exports){
260581
+ "use strict";
260582
+
260583
+ Object.defineProperty(exports, "__esModule", {
260584
+ value: true
260585
+ });
260586
+ exports.default = _default;
260587
+ exports.URL = exports.DNS = void 0;
260588
+
260589
+ var _bytesToUuid = _interopRequireDefault(require("./bytesToUuid.js"));
260590
+
260591
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
260592
+
260593
+ function uuidToBytes(uuid) {
260594
+ // Note: We assume we're being passed a valid uuid string
260595
+ var bytes = [];
260596
+ uuid.replace(/[a-fA-F0-9]{2}/g, function (hex) {
260597
+ bytes.push(parseInt(hex, 16));
260598
+ });
260599
+ return bytes;
260600
+ }
260601
+
260602
+ function stringToBytes(str) {
260603
+ str = unescape(encodeURIComponent(str)); // UTF8 escape
260604
+
260605
+ var bytes = new Array(str.length);
260606
+
260607
+ for (var i = 0; i < str.length; i++) {
260608
+ bytes[i] = str.charCodeAt(i);
260609
+ }
260610
+
260611
+ return bytes;
260154
260612
  }
260155
260613
 
260156
- module.exports = v1;
260614
+ const DNS = '6ba7b810-9dad-11d1-80b4-00c04fd430c8';
260615
+ exports.DNS = DNS;
260616
+ const URL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8';
260617
+ exports.URL = URL;
260618
+
260619
+ function _default(name, version, hashfunc) {
260620
+ var generateUUID = function (value, namespace, buf, offset) {
260621
+ var off = buf && offset || 0;
260622
+ if (typeof value == 'string') value = stringToBytes(value);
260623
+ if (typeof namespace == 'string') namespace = uuidToBytes(namespace);
260624
+ if (!Array.isArray(value)) throw TypeError('value must be an array of bytes');
260625
+ if (!Array.isArray(namespace) || namespace.length !== 16) throw TypeError('namespace must be uuid string or an Array of 16 byte values'); // Per 4.3
260626
+
260627
+ var bytes = hashfunc(namespace.concat(value));
260628
+ bytes[6] = bytes[6] & 0x0f | version;
260629
+ bytes[8] = bytes[8] & 0x3f | 0x80;
260630
+
260631
+ if (buf) {
260632
+ for (var idx = 0; idx < 16; ++idx) {
260633
+ buf[off + idx] = bytes[idx];
260634
+ }
260635
+ }
260636
+
260637
+ return buf || (0, _bytesToUuid.default)(bytes);
260638
+ }; // Function#name is not settable on some platforms (#270)
260157
260639
 
260158
- },{"./lib/bytesToUuid":446,"./lib/rng":447}],449:[function(require,module,exports){
260159
- var rng = require('./lib/rng');
260160
- var bytesToUuid = require('./lib/bytesToUuid');
260640
+
260641
+ try {
260642
+ generateUUID.name = name;
260643
+ } catch (err) {} // For CommonJS default export support
260644
+
260645
+
260646
+ generateUUID.DNS = DNS;
260647
+ generateUUID.URL = URL;
260648
+ return generateUUID;
260649
+ }
260650
+ },{"./bytesToUuid.js":445}],453:[function(require,module,exports){
260651
+ "use strict";
260652
+
260653
+ Object.defineProperty(exports, "__esModule", {
260654
+ value: true
260655
+ });
260656
+ exports.default = void 0;
260657
+
260658
+ var _rng = _interopRequireDefault(require("./rng.js"));
260659
+
260660
+ var _bytesToUuid = _interopRequireDefault(require("./bytesToUuid.js"));
260661
+
260662
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
260161
260663
 
260162
260664
  function v4(options, buf, offset) {
260163
260665
  var i = buf && offset || 0;
260164
260666
 
260165
- if (typeof(options) == 'string') {
260667
+ if (typeof options == 'string') {
260166
260668
  buf = options === 'binary' ? new Array(16) : null;
260167
260669
  options = null;
260168
260670
  }
260671
+
260169
260672
  options = options || {};
260170
260673
 
260171
- var rnds = options.random || (options.rng || rng)();
260674
+ var rnds = options.random || (options.rng || _rng.default)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved`
260675
+
260172
260676
 
260173
- // Per 4.4, set bits for version and `clock_seq_hi_and_reserved`
260174
- rnds[6] = (rnds[6] & 0x0f) | 0x40;
260175
- rnds[8] = (rnds[8] & 0x3f) | 0x80;
260677
+ rnds[6] = rnds[6] & 0x0f | 0x40;
260678
+ rnds[8] = rnds[8] & 0x3f | 0x80; // Copy bytes to buffer, if provided
260176
260679
 
260177
- // Copy bytes to buffer, if provided
260178
260680
  if (buf) {
260179
260681
  for (var ii = 0; ii < 16; ++ii) {
260180
260682
  buf[i + ii] = rnds[ii];
260181
260683
  }
260182
260684
  }
260183
260685
 
260184
- return buf || bytesToUuid(rnds);
260686
+ return buf || (0, _bytesToUuid.default)(rnds);
260185
260687
  }
260186
260688
 
260187
- module.exports = v4;
260689
+ var _default = v4;
260690
+ exports.default = _default;
260691
+ },{"./bytesToUuid.js":445,"./rng.js":448}],454:[function(require,module,exports){
260692
+ "use strict";
260693
+
260694
+ Object.defineProperty(exports, "__esModule", {
260695
+ value: true
260696
+ });
260697
+ exports.default = void 0;
260698
+
260699
+ var _v = _interopRequireDefault(require("./v35.js"));
260700
+
260701
+ var _sha = _interopRequireDefault(require("./sha1.js"));
260702
+
260703
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
260188
260704
 
260189
- },{"./lib/bytesToUuid":446,"./lib/rng":447}],450:[function(require,module,exports){
260705
+ const v5 = (0, _v.default)('v5', 0x50, _sha.default);
260706
+ var _default = v5;
260707
+ exports.default = _default;
260708
+ },{"./sha1.js":449,"./v35.js":452}],455:[function(require,module,exports){
260190
260709
  "use strict";
260191
260710
  Object.defineProperty(exports, "__esModule", { value: true });
260192
260711
  var LRU_1 = require("./utils/LRU");
@@ -260259,7 +260778,7 @@ var EndpointCache = /** @class */ (function () {
260259
260778
  return EndpointCache;
260260
260779
  }());
260261
260780
  exports.EndpointCache = EndpointCache;
260262
- },{"./utils/LRU":451}],451:[function(require,module,exports){
260781
+ },{"./utils/LRU":456}],456:[function(require,module,exports){
260263
260782
  "use strict";
260264
260783
  Object.defineProperty(exports, "__esModule", { value: true });
260265
260784
  var LinkedListNode = /** @class */ (function () {
@@ -260367,8 +260886,8 @@ var LRUCache = /** @class */ (function () {
260367
260886
  return LRUCache;
260368
260887
  }());
260369
260888
  exports.LRUCache = LRUCache;
260370
- },{}],452:[function(require,module,exports){
260371
- // AWS SDK for JavaScript v2.1141.0
260889
+ },{}],457:[function(require,module,exports){
260890
+ // AWS SDK for JavaScript v2.1146.0
260372
260891
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
260373
260892
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
260374
260893
  require('./browser_loader');
@@ -260391,5 +260910,5 @@ if (typeof self !== 'undefined') self.AWS = AWS;
260391
260910
  */
260392
260911
  require('../clients/browser_default');
260393
260912
 
260394
- },{"../clients/browser_default":245,"./browser_loader":338,"./core":342}]},{},[452]);
260913
+ },{"../clients/browser_default":245,"./browser_loader":338,"./core":342}]},{},[457]);
260395
260914