@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.
- package/.jsii +3 -3
- package/API.md +106 -50
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +34 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +80 -74
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +17 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +82 -63
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +155 -122
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +43 -15
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +176 -99
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +673 -649
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +6 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
- package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
- package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
- package/node_modules/aws-sdk/clients/datasync.d.ts +41 -15
- package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +35 -15
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
- package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +38 -2
- package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
- package/node_modules/aws-sdk/clients/ivschat.d.ts +1 -1
- package/node_modules/aws-sdk/clients/lightsail.d.ts +40 -0
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +54 -5
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +83 -8
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +53 -24
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +1 -1
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
- package/node_modules/aws-sdk/clients/voiceid.d.ts +9 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +702 -233
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2499 -1776
- package/node_modules/aws-sdk/dist/aws-sdk.js +839 -320
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +2 -2
- package/node_modules/uuid/CHANGELOG.md +132 -44
- package/node_modules/uuid/CONTRIBUTING.md +20 -0
- package/node_modules/uuid/LICENSE.md +1 -1
- package/node_modules/uuid/README.md +298 -152
- package/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/uuid/dist/bytesToUuid.js +26 -0
- package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
- package/node_modules/uuid/dist/esm-browser/index.js +4 -0
- package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
- package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
- package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
- package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
- package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
- package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
- package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
- package/node_modules/uuid/dist/esm-node/index.js +4 -0
- package/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/uuid/dist/esm-node/rng.js +4 -0
- package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
- package/node_modules/uuid/dist/esm-node/v4.js +27 -0
- package/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/uuid/dist/index.js +39 -0
- package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
- package/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/uuid/dist/rng-browser.js +21 -0
- package/node_modules/uuid/dist/rng.js +14 -0
- package/node_modules/uuid/dist/sha1-browser.js +95 -0
- package/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
- package/node_modules/uuid/dist/uuid-bin.js +67 -0
- package/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/uuid/dist/v35.js +69 -0
- package/node_modules/uuid/dist/v4.js +40 -0
- package/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/uuid/package.json +92 -19
- package/node_modules/uuid/wrapper.mjs +5 -0
- package/package.json +7 -7
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/uuid/.eslintrc.json +0 -47
- package/node_modules/uuid/AUTHORS +0 -5
- package/node_modules/uuid/README_js.md +0 -280
- package/node_modules/uuid/bin/uuid +0 -65
- package/node_modules/uuid/index.js +0 -8
- package/node_modules/uuid/lib/bytesToUuid.js +0 -24
- package/node_modules/uuid/lib/md5.js +0 -25
- package/node_modules/uuid/lib/rng-browser.js +0 -34
- package/node_modules/uuid/lib/rng.js +0 -8
- package/node_modules/uuid/lib/sha1-browser.js +0 -89
- package/node_modules/uuid/lib/sha1.js +0 -25
- package/node_modules/uuid/v3.js +0 -4
- package/node_modules/uuid/v4.js +0 -29
- package/node_modules/uuid/v5.js +0 -3
|
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
83
83
|
/**
|
|
84
84
|
* @constant
|
|
85
85
|
*/
|
|
86
|
-
VERSION: '2.
|
|
86
|
+
VERSION: '2.1146.0',
|
|
87
87
|
|
|
88
88
|
/**
|
|
89
89
|
* @api private
|
|
@@ -94,18 +94,18 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
94
94
|
* @api private
|
|
95
95
|
*/
|
|
96
96
|
Protocol: {
|
|
97
|
-
Json: __webpack_require__(
|
|
98
|
-
Query: __webpack_require__(
|
|
99
|
-
Rest: __webpack_require__(
|
|
100
|
-
RestJson: __webpack_require__(
|
|
101
|
-
RestXml: __webpack_require__(
|
|
97
|
+
Json: __webpack_require__(18),
|
|
98
|
+
Query: __webpack_require__(22),
|
|
99
|
+
Rest: __webpack_require__(26),
|
|
100
|
+
RestJson: __webpack_require__(27),
|
|
101
|
+
RestXml: __webpack_require__(28)
|
|
102
102
|
},
|
|
103
103
|
|
|
104
104
|
/**
|
|
105
105
|
* @api private
|
|
106
106
|
*/
|
|
107
107
|
XML: {
|
|
108
|
-
Builder: __webpack_require__(
|
|
108
|
+
Builder: __webpack_require__(29),
|
|
109
109
|
Parser: null // conditionally set based on environment
|
|
110
110
|
},
|
|
111
111
|
|
|
@@ -113,41 +113,41 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
113
113
|
* @api private
|
|
114
114
|
*/
|
|
115
115
|
JSON: {
|
|
116
|
-
Builder: __webpack_require__(
|
|
117
|
-
Parser: __webpack_require__(
|
|
116
|
+
Builder: __webpack_require__(19),
|
|
117
|
+
Parser: __webpack_require__(20)
|
|
118
118
|
},
|
|
119
119
|
|
|
120
120
|
/**
|
|
121
121
|
* @api private
|
|
122
122
|
*/
|
|
123
123
|
Model: {
|
|
124
|
-
Api: __webpack_require__(
|
|
125
|
-
Operation: __webpack_require__(
|
|
126
|
-
Shape: __webpack_require__(
|
|
127
|
-
Paginator: __webpack_require__(
|
|
128
|
-
ResourceWaiter: __webpack_require__(
|
|
124
|
+
Api: __webpack_require__(34),
|
|
125
|
+
Operation: __webpack_require__(35),
|
|
126
|
+
Shape: __webpack_require__(24),
|
|
127
|
+
Paginator: __webpack_require__(36),
|
|
128
|
+
ResourceWaiter: __webpack_require__(37)
|
|
129
129
|
},
|
|
130
130
|
|
|
131
131
|
/**
|
|
132
132
|
* @api private
|
|
133
133
|
*/
|
|
134
|
-
apiLoader: __webpack_require__(
|
|
134
|
+
apiLoader: __webpack_require__(38),
|
|
135
135
|
|
|
136
136
|
/**
|
|
137
137
|
* @api private
|
|
138
138
|
*/
|
|
139
|
-
EndpointCache: __webpack_require__(
|
|
139
|
+
EndpointCache: __webpack_require__(39).EndpointCache
|
|
140
140
|
});
|
|
141
|
-
__webpack_require__(36);
|
|
142
|
-
__webpack_require__(37);
|
|
143
141
|
__webpack_require__(41);
|
|
144
|
-
__webpack_require__(
|
|
145
|
-
__webpack_require__(
|
|
142
|
+
__webpack_require__(42);
|
|
143
|
+
__webpack_require__(46);
|
|
144
|
+
__webpack_require__(49);
|
|
146
145
|
__webpack_require__(50);
|
|
147
|
-
__webpack_require__(53);
|
|
148
|
-
__webpack_require__(54);
|
|
149
146
|
__webpack_require__(55);
|
|
150
|
-
__webpack_require__(
|
|
147
|
+
__webpack_require__(58);
|
|
148
|
+
__webpack_require__(59);
|
|
149
|
+
__webpack_require__(60);
|
|
150
|
+
__webpack_require__(68);
|
|
151
151
|
|
|
152
152
|
/**
|
|
153
153
|
* @readonly
|
|
@@ -1703,250 +1703,719 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
1703
1703
|
/* 7 */
|
|
1704
1704
|
/***/ (function(module, exports) {
|
|
1705
1705
|
|
|
1706
|
-
module.exports = {"acm":{"name":"ACM","cors":true},"apigateway":{"name":"APIGateway","cors":true},"applicationautoscaling":{"prefix":"application-autoscaling","name":"ApplicationAutoScaling","cors":true},"appstream":{"name":"AppStream"},"autoscaling":{"name":"AutoScaling","cors":true},"batch":{"name":"Batch"},"budgets":{"name":"Budgets"},"clouddirectory":{"name":"CloudDirectory","versions":["2016-05-10*"]},"cloudformation":{"name":"CloudFormation","cors":true},"cloudfront":{"name":"CloudFront","versions":["2013-05-12*","2013-11-11*","2014-05-31*","2014-10-21*","2014-11-06*","2015-04-17*","2015-07-27*","2015-09-17*","2016-01-13*","2016-01-28*","2016-08-01*","2016-08-20*","2016-09-07*","2016-09-29*","2016-11-25*","2017-03-25*","2017-10-30*","2018-06-18*","2018-11-05*","2019-03-26*"],"cors":true},"cloudhsm":{"name":"CloudHSM","cors":true},"cloudsearch":{"name":"CloudSearch"},"cloudsearchdomain":{"name":"CloudSearchDomain"},"cloudtrail":{"name":"CloudTrail","cors":true},"cloudwatch":{"prefix":"monitoring","name":"CloudWatch","cors":true},"cloudwatchevents":{"prefix":"events","name":"CloudWatchEvents","versions":["2014-02-03*"],"cors":true},"cloudwatchlogs":{"prefix":"logs","name":"CloudWatchLogs","cors":true},"codebuild":{"name":"CodeBuild","cors":true},"codecommit":{"name":"CodeCommit","cors":true},"codedeploy":{"name":"CodeDeploy","cors":true},"codepipeline":{"name":"CodePipeline","cors":true},"cognitoidentity":{"prefix":"cognito-identity","name":"CognitoIdentity","cors":true},"cognitoidentityserviceprovider":{"prefix":"cognito-idp","name":"CognitoIdentityServiceProvider","cors":true},"cognitosync":{"prefix":"cognito-sync","name":"CognitoSync","cors":true},"configservice":{"prefix":"config","name":"ConfigService","cors":true},"cur":{"name":"CUR","cors":true},"datapipeline":{"name":"DataPipeline"},"devicefarm":{"name":"DeviceFarm","cors":true},"directconnect":{"name":"DirectConnect","cors":true},"directoryservice":{"prefix":"ds","name":"DirectoryService"},"discovery":{"name":"Discovery"},"dms":{"name":"DMS"},"dynamodb":{"name":"DynamoDB","cors":true},"dynamodbstreams":{"prefix":"streams.dynamodb","name":"DynamoDBStreams","cors":true},"ec2":{"name":"EC2","versions":["2013-06-15*","2013-10-15*","2014-02-01*","2014-05-01*","2014-06-15*","2014-09-01*","2014-10-01*","2015-03-01*","2015-04-15*","2015-10-01*","2016-04-01*","2016-09-15*"],"cors":true},"ecr":{"name":"ECR","cors":true},"ecs":{"name":"ECS","cors":true},"efs":{"prefix":"elasticfilesystem","name":"EFS","cors":true},"elasticache":{"name":"ElastiCache","versions":["2012-11-15*","2014-03-24*","2014-07-15*","2014-09-30*"],"cors":true},"elasticbeanstalk":{"name":"ElasticBeanstalk","cors":true},"elb":{"prefix":"elasticloadbalancing","name":"ELB","cors":true},"elbv2":{"prefix":"elasticloadbalancingv2","name":"ELBv2","cors":true},"emr":{"prefix":"elasticmapreduce","name":"EMR","cors":true},"es":{"name":"ES"},"elastictranscoder":{"name":"ElasticTranscoder","cors":true},"firehose":{"name":"Firehose","cors":true},"gamelift":{"name":"GameLift","cors":true},"glacier":{"name":"Glacier"},"health":{"name":"Health"},"iam":{"name":"IAM","cors":true},"importexport":{"name":"ImportExport"},"inspector":{"name":"Inspector","versions":["2015-08-18*"],"cors":true},"iot":{"name":"Iot","cors":true},"iotdata":{"prefix":"iot-data","name":"IotData","cors":true},"kinesis":{"name":"Kinesis","cors":true},"kinesisanalytics":{"name":"KinesisAnalytics"},"kms":{"name":"KMS","cors":true},"lambda":{"name":"Lambda","cors":true},"lexruntime":{"prefix":"runtime.lex","name":"LexRuntime","cors":true},"lightsail":{"name":"Lightsail"},"machinelearning":{"name":"MachineLearning","cors":true},"marketplacecommerceanalytics":{"name":"MarketplaceCommerceAnalytics","cors":true},"marketplacemetering":{"prefix":"meteringmarketplace","name":"MarketplaceMetering"},"mturk":{"prefix":"mturk-requester","name":"MTurk","cors":true},"mobileanalytics":{"name":"MobileAnalytics","cors":true},"opsworks":{"name":"OpsWorks","cors":true},"opsworkscm":{"name":"OpsWorksCM"},"organizations":{"name":"Organizations"},"pinpoint":{"name":"Pinpoint"},"polly":{"name":"Polly","cors":true},"rds":{"name":"RDS","versions":["2014-09-01*"],"cors":true},"redshift":{"name":"Redshift","cors":true},"rekognition":{"name":"Rekognition","cors":true},"resourcegroupstaggingapi":{"name":"ResourceGroupsTaggingAPI"},"route53":{"name":"Route53","cors":true},"route53domains":{"name":"Route53Domains","cors":true},"s3":{"name":"S3","dualstackAvailable":true,"cors":true},"s3control":{"name":"S3Control","dualstackAvailable":true,"xmlNoDefaultLists":true},"servicecatalog":{"name":"ServiceCatalog","cors":true},"ses":{"prefix":"email","name":"SES","cors":true},"shield":{"name":"Shield"},"simpledb":{"prefix":"sdb","name":"SimpleDB"},"sms":{"name":"SMS"},"snowball":{"name":"Snowball"},"sns":{"name":"SNS","cors":true},"sqs":{"name":"SQS","cors":true},"ssm":{"name":"SSM","cors":true},"storagegateway":{"name":"StorageGateway","cors":true},"stepfunctions":{"prefix":"states","name":"StepFunctions"},"sts":{"name":"STS","cors":true},"support":{"name":"Support"},"swf":{"name":"SWF"},"xray":{"name":"XRay","cors":true},"waf":{"name":"WAF","cors":true},"wafregional":{"prefix":"waf-regional","name":"WAFRegional"},"workdocs":{"name":"WorkDocs","cors":true},"workspaces":{"name":"WorkSpaces"},"codestar":{"name":"CodeStar"},"lexmodelbuildingservice":{"prefix":"lex-models","name":"LexModelBuildingService","cors":true},"marketplaceentitlementservice":{"prefix":"entitlement.marketplace","name":"MarketplaceEntitlementService"},"athena":{"name":"Athena","cors":true},"greengrass":{"name":"Greengrass"},"dax":{"name":"DAX"},"migrationhub":{"prefix":"AWSMigrationHub","name":"MigrationHub"},"cloudhsmv2":{"name":"CloudHSMV2","cors":true},"glue":{"name":"Glue"},"mobile":{"name":"Mobile"},"pricing":{"name":"Pricing","cors":true},"costexplorer":{"prefix":"ce","name":"CostExplorer","cors":true},"mediaconvert":{"name":"MediaConvert"},"medialive":{"name":"MediaLive"},"mediapackage":{"name":"MediaPackage"},"mediastore":{"name":"MediaStore"},"mediastoredata":{"prefix":"mediastore-data","name":"MediaStoreData","cors":true},"appsync":{"name":"AppSync"},"guardduty":{"name":"GuardDuty"},"mq":{"name":"MQ"},"comprehend":{"name":"Comprehend","cors":true},"iotjobsdataplane":{"prefix":"iot-jobs-data","name":"IoTJobsDataPlane"},"kinesisvideoarchivedmedia":{"prefix":"kinesis-video-archived-media","name":"KinesisVideoArchivedMedia","cors":true},"kinesisvideomedia":{"prefix":"kinesis-video-media","name":"KinesisVideoMedia","cors":true},"kinesisvideo":{"name":"KinesisVideo","cors":true},"sagemakerruntime":{"prefix":"runtime.sagemaker","name":"SageMakerRuntime"},"sagemaker":{"name":"SageMaker"},"translate":{"name":"Translate","cors":true},"resourcegroups":{"prefix":"resource-groups","name":"ResourceGroups","cors":true},"alexaforbusiness":{"name":"AlexaForBusiness"},"cloud9":{"name":"Cloud9"},"serverlessapplicationrepository":{"prefix":"serverlessrepo","name":"ServerlessApplicationRepository"},"servicediscovery":{"name":"ServiceDiscovery"},"workmail":{"name":"WorkMail"},"autoscalingplans":{"prefix":"autoscaling-plans","name":"AutoScalingPlans"},"transcribeservice":{"prefix":"transcribe","name":"TranscribeService"},"connect":{"name":"Connect","cors":true},"acmpca":{"prefix":"acm-pca","name":"ACMPCA"},"fms":{"name":"FMS"},"secretsmanager":{"name":"SecretsManager","cors":true},"iotanalytics":{"name":"IoTAnalytics","cors":true},"iot1clickdevicesservice":{"prefix":"iot1click-devices","name":"IoT1ClickDevicesService"},"iot1clickprojects":{"prefix":"iot1click-projects","name":"IoT1ClickProjects"},"pi":{"name":"PI"},"neptune":{"name":"Neptune"},"mediatailor":{"name":"MediaTailor"},"eks":{"name":"EKS"},"macie":{"name":"Macie"},"dlm":{"name":"DLM"},"signer":{"name":"Signer"},"chime":{"name":"Chime"},"pinpointemail":{"prefix":"pinpoint-email","name":"PinpointEmail"},"ram":{"name":"RAM"},"route53resolver":{"name":"Route53Resolver"},"pinpointsmsvoice":{"prefix":"sms-voice","name":"PinpointSMSVoice"},"quicksight":{"name":"QuickSight"},"rdsdataservice":{"prefix":"rds-data","name":"RDSDataService"},"amplify":{"name":"Amplify"},"datasync":{"name":"DataSync"},"robomaker":{"name":"RoboMaker"},"transfer":{"name":"Transfer"},"globalaccelerator":{"name":"GlobalAccelerator"},"comprehendmedical":{"name":"ComprehendMedical","cors":true},"kinesisanalyticsv2":{"name":"KinesisAnalyticsV2"},"mediaconnect":{"name":"MediaConnect"},"fsx":{"name":"FSx"},"securityhub":{"name":"SecurityHub"},"appmesh":{"name":"AppMesh","versions":["2018-10-01*"]},"licensemanager":{"prefix":"license-manager","name":"LicenseManager"},"kafka":{"name":"Kafka"},"apigatewaymanagementapi":{"name":"ApiGatewayManagementApi"},"apigatewayv2":{"name":"ApiGatewayV2"},"docdb":{"name":"DocDB"},"backup":{"name":"Backup"},"worklink":{"name":"WorkLink"},"textract":{"name":"Textract"},"managedblockchain":{"name":"ManagedBlockchain"},"mediapackagevod":{"prefix":"mediapackage-vod","name":"MediaPackageVod"},"groundstation":{"name":"GroundStation"},"iotthingsgraph":{"name":"IoTThingsGraph"},"iotevents":{"name":"IoTEvents"},"ioteventsdata":{"prefix":"iotevents-data","name":"IoTEventsData"},"personalize":{"name":"Personalize","cors":true},"personalizeevents":{"prefix":"personalize-events","name":"PersonalizeEvents","cors":true},"personalizeruntime":{"prefix":"personalize-runtime","name":"PersonalizeRuntime","cors":true},"applicationinsights":{"prefix":"application-insights","name":"ApplicationInsights"},"servicequotas":{"prefix":"service-quotas","name":"ServiceQuotas"},"ec2instanceconnect":{"prefix":"ec2-instance-connect","name":"EC2InstanceConnect"},"eventbridge":{"name":"EventBridge"},"lakeformation":{"name":"LakeFormation"},"forecastservice":{"prefix":"forecast","name":"ForecastService","cors":true},"forecastqueryservice":{"prefix":"forecastquery","name":"ForecastQueryService","cors":true},"qldb":{"name":"QLDB"},"qldbsession":{"prefix":"qldb-session","name":"QLDBSession"},"workmailmessageflow":{"name":"WorkMailMessageFlow"},"codestarnotifications":{"prefix":"codestar-notifications","name":"CodeStarNotifications"},"savingsplans":{"name":"SavingsPlans"},"sso":{"name":"SSO"},"ssooidc":{"prefix":"sso-oidc","name":"SSOOIDC"},"marketplacecatalog":{"prefix":"marketplace-catalog","name":"MarketplaceCatalog"},"dataexchange":{"name":"DataExchange"},"sesv2":{"name":"SESV2"},"migrationhubconfig":{"prefix":"migrationhub-config","name":"MigrationHubConfig"},"connectparticipant":{"name":"ConnectParticipant"},"appconfig":{"name":"AppConfig"},"iotsecuretunneling":{"name":"IoTSecureTunneling"},"wafv2":{"name":"WAFV2"},"elasticinference":{"prefix":"elastic-inference","name":"ElasticInference"},"imagebuilder":{"name":"Imagebuilder"},"schemas":{"name":"Schemas"},"accessanalyzer":{"name":"AccessAnalyzer"},"codegurureviewer":{"prefix":"codeguru-reviewer","name":"CodeGuruReviewer"},"codeguruprofiler":{"name":"CodeGuruProfiler"},"computeoptimizer":{"prefix":"compute-optimizer","name":"ComputeOptimizer"},"frauddetector":{"name":"FraudDetector"},"kendra":{"name":"Kendra"},"networkmanager":{"name":"NetworkManager"},"outposts":{"name":"Outposts"},"augmentedairuntime":{"prefix":"sagemaker-a2i-runtime","name":"AugmentedAIRuntime"},"ebs":{"name":"EBS"},"kinesisvideosignalingchannels":{"prefix":"kinesis-video-signaling","name":"KinesisVideoSignalingChannels","cors":true},"detective":{"name":"Detective"},"codestarconnections":{"prefix":"codestar-connections","name":"CodeStarconnections"},"synthetics":{"name":"Synthetics"},"iotsitewise":{"name":"IoTSiteWise"},"macie2":{"name":"Macie2"},"codeartifact":{"name":"CodeArtifact"},"honeycode":{"name":"Honeycode"},"ivs":{"name":"IVS"},"braket":{"name":"Braket"},"identitystore":{"name":"IdentityStore"},"appflow":{"name":"Appflow"},"redshiftdata":{"prefix":"redshift-data","name":"RedshiftData"},"ssoadmin":{"prefix":"sso-admin","name":"SSOAdmin"},"timestreamquery":{"prefix":"timestream-query","name":"TimestreamQuery"},"timestreamwrite":{"prefix":"timestream-write","name":"TimestreamWrite"},"s3outposts":{"name":"S3Outposts"},"databrew":{"name":"DataBrew"},"servicecatalogappregistry":{"prefix":"servicecatalog-appregistry","name":"ServiceCatalogAppRegistry"},"networkfirewall":{"prefix":"network-firewall","name":"NetworkFirewall"},"mwaa":{"name":"MWAA"},"amplifybackend":{"name":"AmplifyBackend"},"appintegrations":{"name":"AppIntegrations"},"connectcontactlens":{"prefix":"connect-contact-lens","name":"ConnectContactLens"},"devopsguru":{"prefix":"devops-guru","name":"DevOpsGuru"},"ecrpublic":{"prefix":"ecr-public","name":"ECRPUBLIC"},"lookoutvision":{"name":"LookoutVision"},"sagemakerfeaturestoreruntime":{"prefix":"sagemaker-featurestore-runtime","name":"SageMakerFeatureStoreRuntime"},"customerprofiles":{"prefix":"customer-profiles","name":"CustomerProfiles"},"auditmanager":{"name":"AuditManager"},"emrcontainers":{"prefix":"emr-containers","name":"EMRcontainers"},"healthlake":{"name":"HealthLake"},"sagemakeredge":{"prefix":"sagemaker-edge","name":"SagemakerEdge"},"amp":{"name":"Amp"},"greengrassv2":{"name":"GreengrassV2"},"iotdeviceadvisor":{"name":"IotDeviceAdvisor"},"iotfleethub":{"name":"IoTFleetHub"},"iotwireless":{"name":"IoTWireless"},"location":{"name":"Location","cors":true},"wellarchitected":{"name":"WellArchitected"},"lexmodelsv2":{"prefix":"models.lex.v2","name":"LexModelsV2"},"lexruntimev2":{"prefix":"runtime.lex.v2","name":"LexRuntimeV2","cors":true},"fis":{"name":"Fis"},"lookoutmetrics":{"name":"LookoutMetrics"},"mgn":{"name":"Mgn"},"lookoutequipment":{"name":"LookoutEquipment"},"nimble":{"name":"Nimble"},"finspace":{"name":"Finspace"},"finspacedata":{"prefix":"finspace-data","name":"Finspacedata"},"ssmcontacts":{"prefix":"ssm-contacts","name":"SSMContacts"},"ssmincidents":{"prefix":"ssm-incidents","name":"SSMIncidents"},"applicationcostprofiler":{"name":"ApplicationCostProfiler"},"apprunner":{"name":"AppRunner"},"proton":{"name":"Proton"},"route53recoverycluster":{"prefix":"route53-recovery-cluster","name":"Route53RecoveryCluster"},"route53recoverycontrolconfig":{"prefix":"route53-recovery-control-config","name":"Route53RecoveryControlConfig"},"route53recoveryreadiness":{"prefix":"route53-recovery-readiness","name":"Route53RecoveryReadiness"},"chimesdkidentity":{"prefix":"chime-sdk-identity","name":"ChimeSDKIdentity"},"chimesdkmessaging":{"prefix":"chime-sdk-messaging","name":"ChimeSDKMessaging"},"snowdevicemanagement":{"prefix":"snow-device-management","name":"SnowDeviceManagement"},"memorydb":{"name":"MemoryDB"},"opensearch":{"name":"OpenSearch"},"kafkaconnect":{"name":"KafkaConnect"},"voiceid":{"prefix":"voice-id","name":"VoiceID"},"wisdom":{"name":"Wisdom"},"account":{"name":"Account"},"cloudcontrol":{"name":"CloudControl"},"grafana":{"name":"Grafana"},"panorama":{"name":"Panorama"},"chimesdkmeetings":{"prefix":"chime-sdk-meetings","name":"ChimeSDKMeetings"},"resiliencehub":{"name":"Resiliencehub"},"migrationhubstrategy":{"name":"MigrationHubStrategy"},"appconfigdata":{"name":"AppConfigData"},"drs":{"name":"Drs"},"migrationhubrefactorspaces":{"prefix":"migration-hub-refactor-spaces","name":"MigrationHubRefactorSpaces"},"evidently":{"name":"Evidently"},"inspector2":{"name":"Inspector2"},"rbin":{"name":"Rbin"},"rum":{"name":"RUM"},"backupgateway":{"prefix":"backup-gateway","name":"BackupGateway"},"iottwinmaker":{"name":"IoTTwinMaker"},"workspacesweb":{"prefix":"workspaces-web","name":"WorkSpacesWeb"},"amplifyuibuilder":{"name":"AmplifyUIBuilder"},"keyspaces":{"name":"Keyspaces"},"billingconductor":{"name":"Billingconductor"},"gamesparks":{"name":"GameSparks"},"pinpointsmsvoicev2":{"prefix":"pinpoint-sms-voice-v2","name":"PinpointSMSVoiceV2"},"ivschat":{"name":"Ivschat"},"chimesdkmediapipelines":{"prefix":"chime-sdk-media-pipelines","name":"ChimeSDKMediaPipelines"}}
|
|
1706
|
+
module.exports = {"acm":{"name":"ACM","cors":true},"apigateway":{"name":"APIGateway","cors":true},"applicationautoscaling":{"prefix":"application-autoscaling","name":"ApplicationAutoScaling","cors":true},"appstream":{"name":"AppStream"},"autoscaling":{"name":"AutoScaling","cors":true},"batch":{"name":"Batch"},"budgets":{"name":"Budgets"},"clouddirectory":{"name":"CloudDirectory","versions":["2016-05-10*"]},"cloudformation":{"name":"CloudFormation","cors":true},"cloudfront":{"name":"CloudFront","versions":["2013-05-12*","2013-11-11*","2014-05-31*","2014-10-21*","2014-11-06*","2015-04-17*","2015-07-27*","2015-09-17*","2016-01-13*","2016-01-28*","2016-08-01*","2016-08-20*","2016-09-07*","2016-09-29*","2016-11-25*","2017-03-25*","2017-10-30*","2018-06-18*","2018-11-05*","2019-03-26*"],"cors":true},"cloudhsm":{"name":"CloudHSM","cors":true},"cloudsearch":{"name":"CloudSearch"},"cloudsearchdomain":{"name":"CloudSearchDomain"},"cloudtrail":{"name":"CloudTrail","cors":true},"cloudwatch":{"prefix":"monitoring","name":"CloudWatch","cors":true},"cloudwatchevents":{"prefix":"events","name":"CloudWatchEvents","versions":["2014-02-03*"],"cors":true},"cloudwatchlogs":{"prefix":"logs","name":"CloudWatchLogs","cors":true},"codebuild":{"name":"CodeBuild","cors":true},"codecommit":{"name":"CodeCommit","cors":true},"codedeploy":{"name":"CodeDeploy","cors":true},"codepipeline":{"name":"CodePipeline","cors":true},"cognitoidentity":{"prefix":"cognito-identity","name":"CognitoIdentity","cors":true},"cognitoidentityserviceprovider":{"prefix":"cognito-idp","name":"CognitoIdentityServiceProvider","cors":true},"cognitosync":{"prefix":"cognito-sync","name":"CognitoSync","cors":true},"configservice":{"prefix":"config","name":"ConfigService","cors":true},"cur":{"name":"CUR","cors":true},"datapipeline":{"name":"DataPipeline"},"devicefarm":{"name":"DeviceFarm","cors":true},"directconnect":{"name":"DirectConnect","cors":true},"directoryservice":{"prefix":"ds","name":"DirectoryService"},"discovery":{"name":"Discovery"},"dms":{"name":"DMS"},"dynamodb":{"name":"DynamoDB","cors":true},"dynamodbstreams":{"prefix":"streams.dynamodb","name":"DynamoDBStreams","cors":true},"ec2":{"name":"EC2","versions":["2013-06-15*","2013-10-15*","2014-02-01*","2014-05-01*","2014-06-15*","2014-09-01*","2014-10-01*","2015-03-01*","2015-04-15*","2015-10-01*","2016-04-01*","2016-09-15*"],"cors":true},"ecr":{"name":"ECR","cors":true},"ecs":{"name":"ECS","cors":true},"efs":{"prefix":"elasticfilesystem","name":"EFS","cors":true},"elasticache":{"name":"ElastiCache","versions":["2012-11-15*","2014-03-24*","2014-07-15*","2014-09-30*"],"cors":true},"elasticbeanstalk":{"name":"ElasticBeanstalk","cors":true},"elb":{"prefix":"elasticloadbalancing","name":"ELB","cors":true},"elbv2":{"prefix":"elasticloadbalancingv2","name":"ELBv2","cors":true},"emr":{"prefix":"elasticmapreduce","name":"EMR","cors":true},"es":{"name":"ES"},"elastictranscoder":{"name":"ElasticTranscoder","cors":true},"firehose":{"name":"Firehose","cors":true},"gamelift":{"name":"GameLift","cors":true},"glacier":{"name":"Glacier"},"health":{"name":"Health"},"iam":{"name":"IAM","cors":true},"importexport":{"name":"ImportExport"},"inspector":{"name":"Inspector","versions":["2015-08-18*"],"cors":true},"iot":{"name":"Iot","cors":true},"iotdata":{"prefix":"iot-data","name":"IotData","cors":true},"kinesis":{"name":"Kinesis","cors":true},"kinesisanalytics":{"name":"KinesisAnalytics"},"kms":{"name":"KMS","cors":true},"lambda":{"name":"Lambda","cors":true},"lexruntime":{"prefix":"runtime.lex","name":"LexRuntime","cors":true},"lightsail":{"name":"Lightsail"},"machinelearning":{"name":"MachineLearning","cors":true},"marketplacecommerceanalytics":{"name":"MarketplaceCommerceAnalytics","cors":true},"marketplacemetering":{"prefix":"meteringmarketplace","name":"MarketplaceMetering"},"mturk":{"prefix":"mturk-requester","name":"MTurk","cors":true},"mobileanalytics":{"name":"MobileAnalytics","cors":true},"opsworks":{"name":"OpsWorks","cors":true},"opsworkscm":{"name":"OpsWorksCM"},"organizations":{"name":"Organizations"},"pinpoint":{"name":"Pinpoint"},"polly":{"name":"Polly","cors":true},"rds":{"name":"RDS","versions":["2014-09-01*"],"cors":true},"redshift":{"name":"Redshift","cors":true},"rekognition":{"name":"Rekognition","cors":true},"resourcegroupstaggingapi":{"name":"ResourceGroupsTaggingAPI"},"route53":{"name":"Route53","cors":true},"route53domains":{"name":"Route53Domains","cors":true},"s3":{"name":"S3","dualstackAvailable":true,"cors":true},"s3control":{"name":"S3Control","dualstackAvailable":true,"xmlNoDefaultLists":true},"servicecatalog":{"name":"ServiceCatalog","cors":true},"ses":{"prefix":"email","name":"SES","cors":true},"shield":{"name":"Shield"},"simpledb":{"prefix":"sdb","name":"SimpleDB"},"sms":{"name":"SMS"},"snowball":{"name":"Snowball"},"sns":{"name":"SNS","cors":true},"sqs":{"name":"SQS","cors":true},"ssm":{"name":"SSM","cors":true},"storagegateway":{"name":"StorageGateway","cors":true},"stepfunctions":{"prefix":"states","name":"StepFunctions"},"sts":{"name":"STS","cors":true},"support":{"name":"Support"},"swf":{"name":"SWF"},"xray":{"name":"XRay","cors":true},"waf":{"name":"WAF","cors":true},"wafregional":{"prefix":"waf-regional","name":"WAFRegional"},"workdocs":{"name":"WorkDocs","cors":true},"workspaces":{"name":"WorkSpaces"},"codestar":{"name":"CodeStar"},"lexmodelbuildingservice":{"prefix":"lex-models","name":"LexModelBuildingService","cors":true},"marketplaceentitlementservice":{"prefix":"entitlement.marketplace","name":"MarketplaceEntitlementService"},"athena":{"name":"Athena","cors":true},"greengrass":{"name":"Greengrass"},"dax":{"name":"DAX"},"migrationhub":{"prefix":"AWSMigrationHub","name":"MigrationHub"},"cloudhsmv2":{"name":"CloudHSMV2","cors":true},"glue":{"name":"Glue"},"mobile":{"name":"Mobile"},"pricing":{"name":"Pricing","cors":true},"costexplorer":{"prefix":"ce","name":"CostExplorer","cors":true},"mediaconvert":{"name":"MediaConvert"},"medialive":{"name":"MediaLive"},"mediapackage":{"name":"MediaPackage"},"mediastore":{"name":"MediaStore"},"mediastoredata":{"prefix":"mediastore-data","name":"MediaStoreData","cors":true},"appsync":{"name":"AppSync"},"guardduty":{"name":"GuardDuty"},"mq":{"name":"MQ"},"comprehend":{"name":"Comprehend","cors":true},"iotjobsdataplane":{"prefix":"iot-jobs-data","name":"IoTJobsDataPlane"},"kinesisvideoarchivedmedia":{"prefix":"kinesis-video-archived-media","name":"KinesisVideoArchivedMedia","cors":true},"kinesisvideomedia":{"prefix":"kinesis-video-media","name":"KinesisVideoMedia","cors":true},"kinesisvideo":{"name":"KinesisVideo","cors":true},"sagemakerruntime":{"prefix":"runtime.sagemaker","name":"SageMakerRuntime"},"sagemaker":{"name":"SageMaker"},"translate":{"name":"Translate","cors":true},"resourcegroups":{"prefix":"resource-groups","name":"ResourceGroups","cors":true},"alexaforbusiness":{"name":"AlexaForBusiness"},"cloud9":{"name":"Cloud9"},"serverlessapplicationrepository":{"prefix":"serverlessrepo","name":"ServerlessApplicationRepository"},"servicediscovery":{"name":"ServiceDiscovery"},"workmail":{"name":"WorkMail"},"autoscalingplans":{"prefix":"autoscaling-plans","name":"AutoScalingPlans"},"transcribeservice":{"prefix":"transcribe","name":"TranscribeService"},"connect":{"name":"Connect","cors":true},"acmpca":{"prefix":"acm-pca","name":"ACMPCA"},"fms":{"name":"FMS"},"secretsmanager":{"name":"SecretsManager","cors":true},"iotanalytics":{"name":"IoTAnalytics","cors":true},"iot1clickdevicesservice":{"prefix":"iot1click-devices","name":"IoT1ClickDevicesService"},"iot1clickprojects":{"prefix":"iot1click-projects","name":"IoT1ClickProjects"},"pi":{"name":"PI"},"neptune":{"name":"Neptune"},"mediatailor":{"name":"MediaTailor"},"eks":{"name":"EKS"},"macie":{"name":"Macie"},"dlm":{"name":"DLM"},"signer":{"name":"Signer"},"chime":{"name":"Chime"},"pinpointemail":{"prefix":"pinpoint-email","name":"PinpointEmail"},"ram":{"name":"RAM"},"route53resolver":{"name":"Route53Resolver"},"pinpointsmsvoice":{"prefix":"sms-voice","name":"PinpointSMSVoice"},"quicksight":{"name":"QuickSight"},"rdsdataservice":{"prefix":"rds-data","name":"RDSDataService"},"amplify":{"name":"Amplify"},"datasync":{"name":"DataSync"},"robomaker":{"name":"RoboMaker"},"transfer":{"name":"Transfer"},"globalaccelerator":{"name":"GlobalAccelerator"},"comprehendmedical":{"name":"ComprehendMedical","cors":true},"kinesisanalyticsv2":{"name":"KinesisAnalyticsV2"},"mediaconnect":{"name":"MediaConnect"},"fsx":{"name":"FSx"},"securityhub":{"name":"SecurityHub"},"appmesh":{"name":"AppMesh","versions":["2018-10-01*"]},"licensemanager":{"prefix":"license-manager","name":"LicenseManager"},"kafka":{"name":"Kafka"},"apigatewaymanagementapi":{"name":"ApiGatewayManagementApi"},"apigatewayv2":{"name":"ApiGatewayV2"},"docdb":{"name":"DocDB"},"backup":{"name":"Backup"},"worklink":{"name":"WorkLink"},"textract":{"name":"Textract"},"managedblockchain":{"name":"ManagedBlockchain"},"mediapackagevod":{"prefix":"mediapackage-vod","name":"MediaPackageVod"},"groundstation":{"name":"GroundStation"},"iotthingsgraph":{"name":"IoTThingsGraph"},"iotevents":{"name":"IoTEvents"},"ioteventsdata":{"prefix":"iotevents-data","name":"IoTEventsData"},"personalize":{"name":"Personalize","cors":true},"personalizeevents":{"prefix":"personalize-events","name":"PersonalizeEvents","cors":true},"personalizeruntime":{"prefix":"personalize-runtime","name":"PersonalizeRuntime","cors":true},"applicationinsights":{"prefix":"application-insights","name":"ApplicationInsights"},"servicequotas":{"prefix":"service-quotas","name":"ServiceQuotas"},"ec2instanceconnect":{"prefix":"ec2-instance-connect","name":"EC2InstanceConnect"},"eventbridge":{"name":"EventBridge"},"lakeformation":{"name":"LakeFormation"},"forecastservice":{"prefix":"forecast","name":"ForecastService","cors":true},"forecastqueryservice":{"prefix":"forecastquery","name":"ForecastQueryService","cors":true},"qldb":{"name":"QLDB"},"qldbsession":{"prefix":"qldb-session","name":"QLDBSession"},"workmailmessageflow":{"name":"WorkMailMessageFlow"},"codestarnotifications":{"prefix":"codestar-notifications","name":"CodeStarNotifications"},"savingsplans":{"name":"SavingsPlans"},"sso":{"name":"SSO"},"ssooidc":{"prefix":"sso-oidc","name":"SSOOIDC"},"marketplacecatalog":{"prefix":"marketplace-catalog","name":"MarketplaceCatalog"},"dataexchange":{"name":"DataExchange"},"sesv2":{"name":"SESV2"},"migrationhubconfig":{"prefix":"migrationhub-config","name":"MigrationHubConfig"},"connectparticipant":{"name":"ConnectParticipant"},"appconfig":{"name":"AppConfig"},"iotsecuretunneling":{"name":"IoTSecureTunneling"},"wafv2":{"name":"WAFV2"},"elasticinference":{"prefix":"elastic-inference","name":"ElasticInference"},"imagebuilder":{"name":"Imagebuilder"},"schemas":{"name":"Schemas"},"accessanalyzer":{"name":"AccessAnalyzer"},"codegurureviewer":{"prefix":"codeguru-reviewer","name":"CodeGuruReviewer"},"codeguruprofiler":{"name":"CodeGuruProfiler"},"computeoptimizer":{"prefix":"compute-optimizer","name":"ComputeOptimizer"},"frauddetector":{"name":"FraudDetector"},"kendra":{"name":"Kendra"},"networkmanager":{"name":"NetworkManager"},"outposts":{"name":"Outposts"},"augmentedairuntime":{"prefix":"sagemaker-a2i-runtime","name":"AugmentedAIRuntime"},"ebs":{"name":"EBS"},"kinesisvideosignalingchannels":{"prefix":"kinesis-video-signaling","name":"KinesisVideoSignalingChannels","cors":true},"detective":{"name":"Detective"},"codestarconnections":{"prefix":"codestar-connections","name":"CodeStarconnections"},"synthetics":{"name":"Synthetics"},"iotsitewise":{"name":"IoTSiteWise"},"macie2":{"name":"Macie2"},"codeartifact":{"name":"CodeArtifact"},"honeycode":{"name":"Honeycode"},"ivs":{"name":"IVS"},"braket":{"name":"Braket"},"identitystore":{"name":"IdentityStore"},"appflow":{"name":"Appflow"},"redshiftdata":{"prefix":"redshift-data","name":"RedshiftData"},"ssoadmin":{"prefix":"sso-admin","name":"SSOAdmin"},"timestreamquery":{"prefix":"timestream-query","name":"TimestreamQuery"},"timestreamwrite":{"prefix":"timestream-write","name":"TimestreamWrite"},"s3outposts":{"name":"S3Outposts"},"databrew":{"name":"DataBrew"},"servicecatalogappregistry":{"prefix":"servicecatalog-appregistry","name":"ServiceCatalogAppRegistry"},"networkfirewall":{"prefix":"network-firewall","name":"NetworkFirewall"},"mwaa":{"name":"MWAA"},"amplifybackend":{"name":"AmplifyBackend"},"appintegrations":{"name":"AppIntegrations"},"connectcontactlens":{"prefix":"connect-contact-lens","name":"ConnectContactLens"},"devopsguru":{"prefix":"devops-guru","name":"DevOpsGuru"},"ecrpublic":{"prefix":"ecr-public","name":"ECRPUBLIC"},"lookoutvision":{"name":"LookoutVision"},"sagemakerfeaturestoreruntime":{"prefix":"sagemaker-featurestore-runtime","name":"SageMakerFeatureStoreRuntime"},"customerprofiles":{"prefix":"customer-profiles","name":"CustomerProfiles"},"auditmanager":{"name":"AuditManager"},"emrcontainers":{"prefix":"emr-containers","name":"EMRcontainers"},"healthlake":{"name":"HealthLake"},"sagemakeredge":{"prefix":"sagemaker-edge","name":"SagemakerEdge"},"amp":{"name":"Amp"},"greengrassv2":{"name":"GreengrassV2"},"iotdeviceadvisor":{"name":"IotDeviceAdvisor"},"iotfleethub":{"name":"IoTFleetHub"},"iotwireless":{"name":"IoTWireless"},"location":{"name":"Location","cors":true},"wellarchitected":{"name":"WellArchitected"},"lexmodelsv2":{"prefix":"models.lex.v2","name":"LexModelsV2"},"lexruntimev2":{"prefix":"runtime.lex.v2","name":"LexRuntimeV2","cors":true},"fis":{"name":"Fis"},"lookoutmetrics":{"name":"LookoutMetrics"},"mgn":{"name":"Mgn"},"lookoutequipment":{"name":"LookoutEquipment"},"nimble":{"name":"Nimble"},"finspace":{"name":"Finspace"},"finspacedata":{"prefix":"finspace-data","name":"Finspacedata"},"ssmcontacts":{"prefix":"ssm-contacts","name":"SSMContacts"},"ssmincidents":{"prefix":"ssm-incidents","name":"SSMIncidents"},"applicationcostprofiler":{"name":"ApplicationCostProfiler"},"apprunner":{"name":"AppRunner"},"proton":{"name":"Proton"},"route53recoverycluster":{"prefix":"route53-recovery-cluster","name":"Route53RecoveryCluster"},"route53recoverycontrolconfig":{"prefix":"route53-recovery-control-config","name":"Route53RecoveryControlConfig"},"route53recoveryreadiness":{"prefix":"route53-recovery-readiness","name":"Route53RecoveryReadiness"},"chimesdkidentity":{"prefix":"chime-sdk-identity","name":"ChimeSDKIdentity"},"chimesdkmessaging":{"prefix":"chime-sdk-messaging","name":"ChimeSDKMessaging"},"snowdevicemanagement":{"prefix":"snow-device-management","name":"SnowDeviceManagement"},"memorydb":{"name":"MemoryDB"},"opensearch":{"name":"OpenSearch"},"kafkaconnect":{"name":"KafkaConnect"},"voiceid":{"prefix":"voice-id","name":"VoiceID"},"wisdom":{"name":"Wisdom"},"account":{"name":"Account"},"cloudcontrol":{"name":"CloudControl"},"grafana":{"name":"Grafana"},"panorama":{"name":"Panorama"},"chimesdkmeetings":{"prefix":"chime-sdk-meetings","name":"ChimeSDKMeetings"},"resiliencehub":{"name":"Resiliencehub"},"migrationhubstrategy":{"name":"MigrationHubStrategy"},"appconfigdata":{"name":"AppConfigData"},"drs":{"name":"Drs"},"migrationhubrefactorspaces":{"prefix":"migration-hub-refactor-spaces","name":"MigrationHubRefactorSpaces"},"evidently":{"name":"Evidently"},"inspector2":{"name":"Inspector2"},"rbin":{"name":"Rbin"},"rum":{"name":"RUM"},"backupgateway":{"prefix":"backup-gateway","name":"BackupGateway"},"iottwinmaker":{"name":"IoTTwinMaker"},"workspacesweb":{"prefix":"workspaces-web","name":"WorkSpacesWeb"},"amplifyuibuilder":{"name":"AmplifyUIBuilder"},"keyspaces":{"name":"Keyspaces"},"billingconductor":{"name":"Billingconductor"},"gamesparks":{"name":"GameSparks"},"pinpointsmsvoicev2":{"prefix":"pinpoint-sms-voice-v2","name":"PinpointSMSVoiceV2"},"ivschat":{"name":"Ivschat"},"chimesdkmediapipelines":{"prefix":"chime-sdk-media-pipelines","name":"ChimeSDKMediaPipelines"},"emrserverless":{"prefix":"emr-serverless","name":"EMRServerless"}}
|
|
1707
1707
|
|
|
1708
1708
|
/***/ }),
|
|
1709
1709
|
/* 8 */
|
|
1710
1710
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1711
1711
|
|
|
1712
|
-
|
|
1713
|
-
var v4 = __webpack_require__(12);
|
|
1712
|
+
"use strict";
|
|
1714
1713
|
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1714
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1715
|
+
value: true
|
|
1716
|
+
});
|
|
1717
|
+
Object.defineProperty(exports, "v1", {
|
|
1718
|
+
enumerable: true,
|
|
1719
|
+
get: function () {
|
|
1720
|
+
return _v.default;
|
|
1721
|
+
}
|
|
1722
|
+
});
|
|
1723
|
+
Object.defineProperty(exports, "v3", {
|
|
1724
|
+
enumerable: true,
|
|
1725
|
+
get: function () {
|
|
1726
|
+
return _v2.default;
|
|
1727
|
+
}
|
|
1728
|
+
});
|
|
1729
|
+
Object.defineProperty(exports, "v4", {
|
|
1730
|
+
enumerable: true,
|
|
1731
|
+
get: function () {
|
|
1732
|
+
return _v3.default;
|
|
1733
|
+
}
|
|
1734
|
+
});
|
|
1735
|
+
Object.defineProperty(exports, "v5", {
|
|
1736
|
+
enumerable: true,
|
|
1737
|
+
get: function () {
|
|
1738
|
+
return _v4.default;
|
|
1739
|
+
}
|
|
1740
|
+
});
|
|
1741
|
+
|
|
1742
|
+
var _v = _interopRequireDefault(__webpack_require__(9));
|
|
1743
|
+
|
|
1744
|
+
var _v2 = _interopRequireDefault(__webpack_require__(12));
|
|
1718
1745
|
|
|
1719
|
-
|
|
1746
|
+
var _v3 = _interopRequireDefault(__webpack_require__(15));
|
|
1720
1747
|
|
|
1748
|
+
var _v4 = _interopRequireDefault(__webpack_require__(16));
|
|
1749
|
+
|
|
1750
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
1721
1751
|
|
|
1722
1752
|
/***/ }),
|
|
1723
1753
|
/* 9 */
|
|
1724
1754
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1725
1755
|
|
|
1726
|
-
|
|
1727
|
-
|
|
1756
|
+
"use strict";
|
|
1757
|
+
|
|
1758
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1759
|
+
value: true
|
|
1760
|
+
});
|
|
1761
|
+
exports.default = void 0;
|
|
1762
|
+
|
|
1763
|
+
var _rng = _interopRequireDefault(__webpack_require__(10));
|
|
1764
|
+
|
|
1765
|
+
var _bytesToUuid = _interopRequireDefault(__webpack_require__(11));
|
|
1766
|
+
|
|
1767
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
1728
1768
|
|
|
1729
1769
|
// **`v1()` - Generate time-based UUID**
|
|
1730
1770
|
//
|
|
1731
1771
|
// Inspired by https://github.com/LiosK/UUID.js
|
|
1732
1772
|
// and http://docs.python.org/library/uuid.html
|
|
1733
|
-
|
|
1734
1773
|
var _nodeId;
|
|
1735
|
-
var _clockseq;
|
|
1736
1774
|
|
|
1737
|
-
// Previous uuid creation time
|
|
1775
|
+
var _clockseq; // Previous uuid creation time
|
|
1776
|
+
|
|
1777
|
+
|
|
1738
1778
|
var _lastMSecs = 0;
|
|
1739
|
-
var _lastNSecs = 0;
|
|
1779
|
+
var _lastNSecs = 0; // See https://github.com/uuidjs/uuid for API details
|
|
1740
1780
|
|
|
1741
|
-
// See https://github.com/broofa/node-uuid for API details
|
|
1742
1781
|
function v1(options, buf, offset) {
|
|
1743
1782
|
var i = buf && offset || 0;
|
|
1744
1783
|
var b = buf || [];
|
|
1745
|
-
|
|
1746
1784
|
options = options || {};
|
|
1747
1785
|
var node = options.node || _nodeId;
|
|
1748
|
-
var clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq;
|
|
1749
|
-
|
|
1750
|
-
// node and clockseq need to be initialized to random values if they're not
|
|
1786
|
+
var clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq; // node and clockseq need to be initialized to random values if they're not
|
|
1751
1787
|
// specified. We do this lazily to minimize issues related to insufficient
|
|
1752
1788
|
// system entropy. See #189
|
|
1789
|
+
|
|
1753
1790
|
if (node == null || clockseq == null) {
|
|
1754
|
-
var seedBytes = rng();
|
|
1791
|
+
var seedBytes = options.random || (options.rng || _rng.default)();
|
|
1792
|
+
|
|
1755
1793
|
if (node == null) {
|
|
1756
1794
|
// Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1)
|
|
1757
|
-
node = _nodeId = [
|
|
1758
|
-
seedBytes[0] | 0x01,
|
|
1759
|
-
seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5]
|
|
1760
|
-
];
|
|
1795
|
+
node = _nodeId = [seedBytes[0] | 0x01, seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5]];
|
|
1761
1796
|
}
|
|
1797
|
+
|
|
1762
1798
|
if (clockseq == null) {
|
|
1763
1799
|
// Per 4.2.2, randomize (14 bit) clockseq
|
|
1764
1800
|
clockseq = _clockseq = (seedBytes[6] << 8 | seedBytes[7]) & 0x3fff;
|
|
1765
1801
|
}
|
|
1766
|
-
}
|
|
1767
|
-
|
|
1768
|
-
// UUID timestamps are 100 nano-second units since the Gregorian epoch,
|
|
1802
|
+
} // UUID timestamps are 100 nano-second units since the Gregorian epoch,
|
|
1769
1803
|
// (1582-10-15 00:00). JSNumbers aren't precise enough for this, so
|
|
1770
1804
|
// time is handled internally as 'msecs' (integer milliseconds) and 'nsecs'
|
|
1771
1805
|
// (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00.
|
|
1772
|
-
var msecs = options.msecs !== undefined ? options.msecs : new Date().getTime();
|
|
1773
1806
|
|
|
1774
|
-
|
|
1807
|
+
|
|
1808
|
+
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
|
|
1775
1809
|
// cycle to simulate higher resolution clock
|
|
1776
|
-
var nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1;
|
|
1777
1810
|
|
|
1778
|
-
// Time since last uuid creation (in msecs)
|
|
1779
|
-
|
|
1811
|
+
var nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1; // Time since last uuid creation (in msecs)
|
|
1812
|
+
|
|
1813
|
+
var dt = msecs - _lastMSecs + (nsecs - _lastNSecs) / 10000; // Per 4.2.1.2, Bump clockseq on clock regression
|
|
1780
1814
|
|
|
1781
|
-
// Per 4.2.1.2, Bump clockseq on clock regression
|
|
1782
1815
|
if (dt < 0 && options.clockseq === undefined) {
|
|
1783
1816
|
clockseq = clockseq + 1 & 0x3fff;
|
|
1784
|
-
}
|
|
1785
|
-
|
|
1786
|
-
// Reset nsecs if clock regresses (new clockseq) or we've moved onto a new
|
|
1817
|
+
} // Reset nsecs if clock regresses (new clockseq) or we've moved onto a new
|
|
1787
1818
|
// time interval
|
|
1819
|
+
|
|
1820
|
+
|
|
1788
1821
|
if ((dt < 0 || msecs > _lastMSecs) && options.nsecs === undefined) {
|
|
1789
1822
|
nsecs = 0;
|
|
1790
|
-
}
|
|
1823
|
+
} // Per 4.2.1.2 Throw error if too many uuids are requested
|
|
1824
|
+
|
|
1791
1825
|
|
|
1792
|
-
// Per 4.2.1.2 Throw error if too many uuids are requested
|
|
1793
1826
|
if (nsecs >= 10000) {
|
|
1794
|
-
throw new Error(
|
|
1827
|
+
throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");
|
|
1795
1828
|
}
|
|
1796
1829
|
|
|
1797
1830
|
_lastMSecs = msecs;
|
|
1798
1831
|
_lastNSecs = nsecs;
|
|
1799
|
-
_clockseq = clockseq;
|
|
1832
|
+
_clockseq = clockseq; // Per 4.1.4 - Convert from unix epoch to Gregorian epoch
|
|
1800
1833
|
|
|
1801
|
-
|
|
1802
|
-
msecs += 12219292800000;
|
|
1834
|
+
msecs += 12219292800000; // `time_low`
|
|
1803
1835
|
|
|
1804
|
-
// `time_low`
|
|
1805
1836
|
var tl = ((msecs & 0xfffffff) * 10000 + nsecs) % 0x100000000;
|
|
1806
1837
|
b[i++] = tl >>> 24 & 0xff;
|
|
1807
1838
|
b[i++] = tl >>> 16 & 0xff;
|
|
1808
1839
|
b[i++] = tl >>> 8 & 0xff;
|
|
1809
|
-
b[i++] = tl & 0xff;
|
|
1840
|
+
b[i++] = tl & 0xff; // `time_mid`
|
|
1810
1841
|
|
|
1811
|
-
|
|
1812
|
-
var tmh = (msecs / 0x100000000 * 10000) & 0xfffffff;
|
|
1842
|
+
var tmh = msecs / 0x100000000 * 10000 & 0xfffffff;
|
|
1813
1843
|
b[i++] = tmh >>> 8 & 0xff;
|
|
1814
|
-
b[i++] = tmh & 0xff;
|
|
1844
|
+
b[i++] = tmh & 0xff; // `time_high_and_version`
|
|
1815
1845
|
|
|
1816
|
-
// `time_high_and_version`
|
|
1817
1846
|
b[i++] = tmh >>> 24 & 0xf | 0x10; // include version
|
|
1818
|
-
b[i++] = tmh >>> 16 & 0xff;
|
|
1819
1847
|
|
|
1820
|
-
// `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant)
|
|
1821
|
-
|
|
1848
|
+
b[i++] = tmh >>> 16 & 0xff; // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant)
|
|
1849
|
+
|
|
1850
|
+
b[i++] = clockseq >>> 8 | 0x80; // `clock_seq_low`
|
|
1822
1851
|
|
|
1823
|
-
// `
|
|
1824
|
-
b[i++] = clockseq & 0xff;
|
|
1852
|
+
b[i++] = clockseq & 0xff; // `node`
|
|
1825
1853
|
|
|
1826
|
-
// `node`
|
|
1827
1854
|
for (var n = 0; n < 6; ++n) {
|
|
1828
1855
|
b[i + n] = node[n];
|
|
1829
1856
|
}
|
|
1830
1857
|
|
|
1831
|
-
return buf ? buf :
|
|
1858
|
+
return buf ? buf : (0, _bytesToUuid.default)(b);
|
|
1832
1859
|
}
|
|
1833
1860
|
|
|
1834
|
-
|
|
1835
|
-
|
|
1861
|
+
var _default = v1;
|
|
1862
|
+
exports.default = _default;
|
|
1836
1863
|
|
|
1837
1864
|
/***/ }),
|
|
1838
1865
|
/* 10 */
|
|
1839
1866
|
/***/ (function(module, exports) {
|
|
1840
1867
|
|
|
1841
|
-
|
|
1842
|
-
// browser this is a little complicated due to unknown quality of Math.random()
|
|
1843
|
-
// and inconsistent support for the `crypto` API. We do the best we can via
|
|
1844
|
-
// feature-detection
|
|
1845
|
-
|
|
1846
|
-
// getRandomValues needs to be invoked in a context where "this" is a Crypto
|
|
1847
|
-
// implementation. Also, find the complete implementation of crypto on IE11.
|
|
1848
|
-
var getRandomValues = (typeof(crypto) != 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto)) ||
|
|
1849
|
-
(typeof(msCrypto) != 'undefined' && typeof window.msCrypto.getRandomValues == 'function' && msCrypto.getRandomValues.bind(msCrypto));
|
|
1850
|
-
|
|
1851
|
-
if (getRandomValues) {
|
|
1852
|
-
// WHATWG crypto RNG - http://wiki.whatwg.org/wiki/Crypto
|
|
1853
|
-
var rnds8 = new Uint8Array(16); // eslint-disable-line no-undef
|
|
1868
|
+
"use strict";
|
|
1854
1869
|
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1870
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1871
|
+
value: true
|
|
1872
|
+
});
|
|
1873
|
+
exports.default = rng;
|
|
1874
|
+
// Unique ID creation requires a high quality random # generator. In the browser we therefore
|
|
1875
|
+
// require the crypto API and do not support built-in fallback to lower quality random number
|
|
1876
|
+
// generators (like Math.random()).
|
|
1877
|
+
// getRandomValues needs to be invoked in a context where "this" is a Crypto implementation. Also,
|
|
1878
|
+
// find the complete implementation of crypto (msCrypto) on IE11.
|
|
1879
|
+
var getRandomValues = typeof crypto != 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto != 'undefined' && typeof msCrypto.getRandomValues == 'function' && msCrypto.getRandomValues.bind(msCrypto);
|
|
1880
|
+
var rnds8 = new Uint8Array(16); // eslint-disable-line no-undef
|
|
1865
1881
|
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
}
|
|
1882
|
+
function rng() {
|
|
1883
|
+
if (!getRandomValues) {
|
|
1884
|
+
throw new Error('crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported');
|
|
1885
|
+
}
|
|
1871
1886
|
|
|
1872
|
-
|
|
1873
|
-
};
|
|
1887
|
+
return getRandomValues(rnds8);
|
|
1874
1888
|
}
|
|
1875
1889
|
|
|
1876
|
-
|
|
1877
1890
|
/***/ }),
|
|
1878
1891
|
/* 11 */
|
|
1879
1892
|
/***/ (function(module, exports) {
|
|
1880
1893
|
|
|
1894
|
+
"use strict";
|
|
1895
|
+
|
|
1896
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1897
|
+
value: true
|
|
1898
|
+
});
|
|
1899
|
+
exports.default = void 0;
|
|
1900
|
+
|
|
1881
1901
|
/**
|
|
1882
1902
|
* Convert array of 16 byte values to UUID string format of the form:
|
|
1883
1903
|
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
1884
1904
|
*/
|
|
1885
1905
|
var byteToHex = [];
|
|
1906
|
+
|
|
1886
1907
|
for (var i = 0; i < 256; ++i) {
|
|
1887
1908
|
byteToHex[i] = (i + 0x100).toString(16).substr(1);
|
|
1888
1909
|
}
|
|
1889
1910
|
|
|
1890
1911
|
function bytesToUuid(buf, offset) {
|
|
1891
1912
|
var i = offset || 0;
|
|
1892
|
-
var bth = byteToHex;
|
|
1893
|
-
// join used to fix memory issue caused by concatenation: https://bugs.chromium.org/p/v8/issues/detail?id=3175#c4
|
|
1894
|
-
return ([bth[buf[i++]], bth[buf[i++]],
|
|
1895
|
-
bth[buf[i++]], bth[buf[i++]], '-',
|
|
1896
|
-
bth[buf[i++]], bth[buf[i++]], '-',
|
|
1897
|
-
bth[buf[i++]], bth[buf[i++]], '-',
|
|
1898
|
-
bth[buf[i++]], bth[buf[i++]], '-',
|
|
1899
|
-
bth[buf[i++]], bth[buf[i++]],
|
|
1900
|
-
bth[buf[i++]], bth[buf[i++]],
|
|
1901
|
-
bth[buf[i++]], bth[buf[i++]]]).join('');
|
|
1902
|
-
}
|
|
1913
|
+
var bth = byteToHex; // join used to fix memory issue caused by concatenation: https://bugs.chromium.org/p/v8/issues/detail?id=3175#c4
|
|
1903
1914
|
|
|
1904
|
-
|
|
1915
|
+
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('');
|
|
1916
|
+
}
|
|
1905
1917
|
|
|
1918
|
+
var _default = bytesToUuid;
|
|
1919
|
+
exports.default = _default;
|
|
1906
1920
|
|
|
1907
1921
|
/***/ }),
|
|
1908
1922
|
/* 12 */
|
|
1909
1923
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1910
1924
|
|
|
1911
|
-
|
|
1912
|
-
|
|
1925
|
+
"use strict";
|
|
1926
|
+
|
|
1927
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1928
|
+
value: true
|
|
1929
|
+
});
|
|
1930
|
+
exports.default = void 0;
|
|
1931
|
+
|
|
1932
|
+
var _v = _interopRequireDefault(__webpack_require__(13));
|
|
1933
|
+
|
|
1934
|
+
var _md = _interopRequireDefault(__webpack_require__(14));
|
|
1935
|
+
|
|
1936
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
1937
|
+
|
|
1938
|
+
const v3 = (0, _v.default)('v3', 0x30, _md.default);
|
|
1939
|
+
var _default = v3;
|
|
1940
|
+
exports.default = _default;
|
|
1941
|
+
|
|
1942
|
+
/***/ }),
|
|
1943
|
+
/* 13 */
|
|
1944
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
1945
|
+
|
|
1946
|
+
"use strict";
|
|
1947
|
+
|
|
1948
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1949
|
+
value: true
|
|
1950
|
+
});
|
|
1951
|
+
exports.default = _default;
|
|
1952
|
+
exports.URL = exports.DNS = void 0;
|
|
1953
|
+
|
|
1954
|
+
var _bytesToUuid = _interopRequireDefault(__webpack_require__(11));
|
|
1955
|
+
|
|
1956
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
1957
|
+
|
|
1958
|
+
function uuidToBytes(uuid) {
|
|
1959
|
+
// Note: We assume we're being passed a valid uuid string
|
|
1960
|
+
var bytes = [];
|
|
1961
|
+
uuid.replace(/[a-fA-F0-9]{2}/g, function (hex) {
|
|
1962
|
+
bytes.push(parseInt(hex, 16));
|
|
1963
|
+
});
|
|
1964
|
+
return bytes;
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1967
|
+
function stringToBytes(str) {
|
|
1968
|
+
str = unescape(encodeURIComponent(str)); // UTF8 escape
|
|
1969
|
+
|
|
1970
|
+
var bytes = new Array(str.length);
|
|
1971
|
+
|
|
1972
|
+
for (var i = 0; i < str.length; i++) {
|
|
1973
|
+
bytes[i] = str.charCodeAt(i);
|
|
1974
|
+
}
|
|
1975
|
+
|
|
1976
|
+
return bytes;
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1979
|
+
const DNS = '6ba7b810-9dad-11d1-80b4-00c04fd430c8';
|
|
1980
|
+
exports.DNS = DNS;
|
|
1981
|
+
const URL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8';
|
|
1982
|
+
exports.URL = URL;
|
|
1983
|
+
|
|
1984
|
+
function _default(name, version, hashfunc) {
|
|
1985
|
+
var generateUUID = function (value, namespace, buf, offset) {
|
|
1986
|
+
var off = buf && offset || 0;
|
|
1987
|
+
if (typeof value == 'string') value = stringToBytes(value);
|
|
1988
|
+
if (typeof namespace == 'string') namespace = uuidToBytes(namespace);
|
|
1989
|
+
if (!Array.isArray(value)) throw TypeError('value must be an array of bytes');
|
|
1990
|
+
if (!Array.isArray(namespace) || namespace.length !== 16) throw TypeError('namespace must be uuid string or an Array of 16 byte values'); // Per 4.3
|
|
1991
|
+
|
|
1992
|
+
var bytes = hashfunc(namespace.concat(value));
|
|
1993
|
+
bytes[6] = bytes[6] & 0x0f | version;
|
|
1994
|
+
bytes[8] = bytes[8] & 0x3f | 0x80;
|
|
1995
|
+
|
|
1996
|
+
if (buf) {
|
|
1997
|
+
for (var idx = 0; idx < 16; ++idx) {
|
|
1998
|
+
buf[off + idx] = bytes[idx];
|
|
1999
|
+
}
|
|
2000
|
+
}
|
|
2001
|
+
|
|
2002
|
+
return buf || (0, _bytesToUuid.default)(bytes);
|
|
2003
|
+
}; // Function#name is not settable on some platforms (#270)
|
|
2004
|
+
|
|
2005
|
+
|
|
2006
|
+
try {
|
|
2007
|
+
generateUUID.name = name;
|
|
2008
|
+
} catch (err) {} // For CommonJS default export support
|
|
2009
|
+
|
|
2010
|
+
|
|
2011
|
+
generateUUID.DNS = DNS;
|
|
2012
|
+
generateUUID.URL = URL;
|
|
2013
|
+
return generateUUID;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
/***/ }),
|
|
2017
|
+
/* 14 */
|
|
2018
|
+
/***/ (function(module, exports) {
|
|
2019
|
+
|
|
2020
|
+
"use strict";
|
|
2021
|
+
|
|
2022
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2023
|
+
value: true
|
|
2024
|
+
});
|
|
2025
|
+
exports.default = void 0;
|
|
2026
|
+
|
|
2027
|
+
/*
|
|
2028
|
+
* Browser-compatible JavaScript MD5
|
|
2029
|
+
*
|
|
2030
|
+
* Modification of JavaScript MD5
|
|
2031
|
+
* https://github.com/blueimp/JavaScript-MD5
|
|
2032
|
+
*
|
|
2033
|
+
* Copyright 2011, Sebastian Tschan
|
|
2034
|
+
* https://blueimp.net
|
|
2035
|
+
*
|
|
2036
|
+
* Licensed under the MIT license:
|
|
2037
|
+
* https://opensource.org/licenses/MIT
|
|
2038
|
+
*
|
|
2039
|
+
* Based on
|
|
2040
|
+
* A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
|
|
2041
|
+
* Digest Algorithm, as defined in RFC 1321.
|
|
2042
|
+
* Version 2.2 Copyright (C) Paul Johnston 1999 - 2009
|
|
2043
|
+
* Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
|
|
2044
|
+
* Distributed under the BSD License
|
|
2045
|
+
* See http://pajhome.org.uk/crypt/md5 for more info.
|
|
2046
|
+
*/
|
|
2047
|
+
function md5(bytes) {
|
|
2048
|
+
if (typeof bytes == 'string') {
|
|
2049
|
+
var msg = unescape(encodeURIComponent(bytes)); // UTF8 escape
|
|
2050
|
+
|
|
2051
|
+
bytes = new Array(msg.length);
|
|
2052
|
+
|
|
2053
|
+
for (var i = 0; i < msg.length; i++) bytes[i] = msg.charCodeAt(i);
|
|
2054
|
+
}
|
|
2055
|
+
|
|
2056
|
+
return md5ToHexEncodedArray(wordsToMd5(bytesToWords(bytes), bytes.length * 8));
|
|
2057
|
+
}
|
|
2058
|
+
/*
|
|
2059
|
+
* Convert an array of little-endian words to an array of bytes
|
|
2060
|
+
*/
|
|
2061
|
+
|
|
2062
|
+
|
|
2063
|
+
function md5ToHexEncodedArray(input) {
|
|
2064
|
+
var i;
|
|
2065
|
+
var x;
|
|
2066
|
+
var output = [];
|
|
2067
|
+
var length32 = input.length * 32;
|
|
2068
|
+
var hexTab = '0123456789abcdef';
|
|
2069
|
+
var hex;
|
|
2070
|
+
|
|
2071
|
+
for (i = 0; i < length32; i += 8) {
|
|
2072
|
+
x = input[i >> 5] >>> i % 32 & 0xff;
|
|
2073
|
+
hex = parseInt(hexTab.charAt(x >>> 4 & 0x0f) + hexTab.charAt(x & 0x0f), 16);
|
|
2074
|
+
output.push(hex);
|
|
2075
|
+
}
|
|
2076
|
+
|
|
2077
|
+
return output;
|
|
2078
|
+
}
|
|
2079
|
+
/*
|
|
2080
|
+
* Calculate the MD5 of an array of little-endian words, and a bit length.
|
|
2081
|
+
*/
|
|
2082
|
+
|
|
2083
|
+
|
|
2084
|
+
function wordsToMd5(x, len) {
|
|
2085
|
+
/* append padding */
|
|
2086
|
+
x[len >> 5] |= 0x80 << len % 32;
|
|
2087
|
+
x[(len + 64 >>> 9 << 4) + 14] = len;
|
|
2088
|
+
var i;
|
|
2089
|
+
var olda;
|
|
2090
|
+
var oldb;
|
|
2091
|
+
var oldc;
|
|
2092
|
+
var oldd;
|
|
2093
|
+
var a = 1732584193;
|
|
2094
|
+
var b = -271733879;
|
|
2095
|
+
var c = -1732584194;
|
|
2096
|
+
var d = 271733878;
|
|
2097
|
+
|
|
2098
|
+
for (i = 0; i < x.length; i += 16) {
|
|
2099
|
+
olda = a;
|
|
2100
|
+
oldb = b;
|
|
2101
|
+
oldc = c;
|
|
2102
|
+
oldd = d;
|
|
2103
|
+
a = md5ff(a, b, c, d, x[i], 7, -680876936);
|
|
2104
|
+
d = md5ff(d, a, b, c, x[i + 1], 12, -389564586);
|
|
2105
|
+
c = md5ff(c, d, a, b, x[i + 2], 17, 606105819);
|
|
2106
|
+
b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330);
|
|
2107
|
+
a = md5ff(a, b, c, d, x[i + 4], 7, -176418897);
|
|
2108
|
+
d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426);
|
|
2109
|
+
c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341);
|
|
2110
|
+
b = md5ff(b, c, d, a, x[i + 7], 22, -45705983);
|
|
2111
|
+
a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416);
|
|
2112
|
+
d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417);
|
|
2113
|
+
c = md5ff(c, d, a, b, x[i + 10], 17, -42063);
|
|
2114
|
+
b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162);
|
|
2115
|
+
a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682);
|
|
2116
|
+
d = md5ff(d, a, b, c, x[i + 13], 12, -40341101);
|
|
2117
|
+
c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290);
|
|
2118
|
+
b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329);
|
|
2119
|
+
a = md5gg(a, b, c, d, x[i + 1], 5, -165796510);
|
|
2120
|
+
d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632);
|
|
2121
|
+
c = md5gg(c, d, a, b, x[i + 11], 14, 643717713);
|
|
2122
|
+
b = md5gg(b, c, d, a, x[i], 20, -373897302);
|
|
2123
|
+
a = md5gg(a, b, c, d, x[i + 5], 5, -701558691);
|
|
2124
|
+
d = md5gg(d, a, b, c, x[i + 10], 9, 38016083);
|
|
2125
|
+
c = md5gg(c, d, a, b, x[i + 15], 14, -660478335);
|
|
2126
|
+
b = md5gg(b, c, d, a, x[i + 4], 20, -405537848);
|
|
2127
|
+
a = md5gg(a, b, c, d, x[i + 9], 5, 568446438);
|
|
2128
|
+
d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690);
|
|
2129
|
+
c = md5gg(c, d, a, b, x[i + 3], 14, -187363961);
|
|
2130
|
+
b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501);
|
|
2131
|
+
a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467);
|
|
2132
|
+
d = md5gg(d, a, b, c, x[i + 2], 9, -51403784);
|
|
2133
|
+
c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473);
|
|
2134
|
+
b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734);
|
|
2135
|
+
a = md5hh(a, b, c, d, x[i + 5], 4, -378558);
|
|
2136
|
+
d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463);
|
|
2137
|
+
c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562);
|
|
2138
|
+
b = md5hh(b, c, d, a, x[i + 14], 23, -35309556);
|
|
2139
|
+
a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060);
|
|
2140
|
+
d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353);
|
|
2141
|
+
c = md5hh(c, d, a, b, x[i + 7], 16, -155497632);
|
|
2142
|
+
b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640);
|
|
2143
|
+
a = md5hh(a, b, c, d, x[i + 13], 4, 681279174);
|
|
2144
|
+
d = md5hh(d, a, b, c, x[i], 11, -358537222);
|
|
2145
|
+
c = md5hh(c, d, a, b, x[i + 3], 16, -722521979);
|
|
2146
|
+
b = md5hh(b, c, d, a, x[i + 6], 23, 76029189);
|
|
2147
|
+
a = md5hh(a, b, c, d, x[i + 9], 4, -640364487);
|
|
2148
|
+
d = md5hh(d, a, b, c, x[i + 12], 11, -421815835);
|
|
2149
|
+
c = md5hh(c, d, a, b, x[i + 15], 16, 530742520);
|
|
2150
|
+
b = md5hh(b, c, d, a, x[i + 2], 23, -995338651);
|
|
2151
|
+
a = md5ii(a, b, c, d, x[i], 6, -198630844);
|
|
2152
|
+
d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415);
|
|
2153
|
+
c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905);
|
|
2154
|
+
b = md5ii(b, c, d, a, x[i + 5], 21, -57434055);
|
|
2155
|
+
a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571);
|
|
2156
|
+
d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606);
|
|
2157
|
+
c = md5ii(c, d, a, b, x[i + 10], 15, -1051523);
|
|
2158
|
+
b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799);
|
|
2159
|
+
a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359);
|
|
2160
|
+
d = md5ii(d, a, b, c, x[i + 15], 10, -30611744);
|
|
2161
|
+
c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380);
|
|
2162
|
+
b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649);
|
|
2163
|
+
a = md5ii(a, b, c, d, x[i + 4], 6, -145523070);
|
|
2164
|
+
d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379);
|
|
2165
|
+
c = md5ii(c, d, a, b, x[i + 2], 15, 718787259);
|
|
2166
|
+
b = md5ii(b, c, d, a, x[i + 9], 21, -343485551);
|
|
2167
|
+
a = safeAdd(a, olda);
|
|
2168
|
+
b = safeAdd(b, oldb);
|
|
2169
|
+
c = safeAdd(c, oldc);
|
|
2170
|
+
d = safeAdd(d, oldd);
|
|
2171
|
+
}
|
|
2172
|
+
|
|
2173
|
+
return [a, b, c, d];
|
|
2174
|
+
}
|
|
2175
|
+
/*
|
|
2176
|
+
* Convert an array bytes to an array of little-endian words
|
|
2177
|
+
* Characters >255 have their high-byte silently ignored.
|
|
2178
|
+
*/
|
|
2179
|
+
|
|
2180
|
+
|
|
2181
|
+
function bytesToWords(input) {
|
|
2182
|
+
var i;
|
|
2183
|
+
var output = [];
|
|
2184
|
+
output[(input.length >> 2) - 1] = undefined;
|
|
2185
|
+
|
|
2186
|
+
for (i = 0; i < output.length; i += 1) {
|
|
2187
|
+
output[i] = 0;
|
|
2188
|
+
}
|
|
2189
|
+
|
|
2190
|
+
var length8 = input.length * 8;
|
|
2191
|
+
|
|
2192
|
+
for (i = 0; i < length8; i += 8) {
|
|
2193
|
+
output[i >> 5] |= (input[i / 8] & 0xff) << i % 32;
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
return output;
|
|
2197
|
+
}
|
|
2198
|
+
/*
|
|
2199
|
+
* Add integers, wrapping at 2^32. This uses 16-bit operations internally
|
|
2200
|
+
* to work around bugs in some JS interpreters.
|
|
2201
|
+
*/
|
|
2202
|
+
|
|
2203
|
+
|
|
2204
|
+
function safeAdd(x, y) {
|
|
2205
|
+
var lsw = (x & 0xffff) + (y & 0xffff);
|
|
2206
|
+
var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
|
|
2207
|
+
return msw << 16 | lsw & 0xffff;
|
|
2208
|
+
}
|
|
2209
|
+
/*
|
|
2210
|
+
* Bitwise rotate a 32-bit number to the left.
|
|
2211
|
+
*/
|
|
2212
|
+
|
|
2213
|
+
|
|
2214
|
+
function bitRotateLeft(num, cnt) {
|
|
2215
|
+
return num << cnt | num >>> 32 - cnt;
|
|
2216
|
+
}
|
|
2217
|
+
/*
|
|
2218
|
+
* These functions implement the four basic operations the algorithm uses.
|
|
2219
|
+
*/
|
|
2220
|
+
|
|
2221
|
+
|
|
2222
|
+
function md5cmn(q, a, b, x, s, t) {
|
|
2223
|
+
return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b);
|
|
2224
|
+
}
|
|
2225
|
+
|
|
2226
|
+
function md5ff(a, b, c, d, x, s, t) {
|
|
2227
|
+
return md5cmn(b & c | ~b & d, a, b, x, s, t);
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
function md5gg(a, b, c, d, x, s, t) {
|
|
2231
|
+
return md5cmn(b & d | c & ~d, a, b, x, s, t);
|
|
2232
|
+
}
|
|
2233
|
+
|
|
2234
|
+
function md5hh(a, b, c, d, x, s, t) {
|
|
2235
|
+
return md5cmn(b ^ c ^ d, a, b, x, s, t);
|
|
2236
|
+
}
|
|
2237
|
+
|
|
2238
|
+
function md5ii(a, b, c, d, x, s, t) {
|
|
2239
|
+
return md5cmn(c ^ (b | ~d), a, b, x, s, t);
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2242
|
+
var _default = md5;
|
|
2243
|
+
exports.default = _default;
|
|
2244
|
+
|
|
2245
|
+
/***/ }),
|
|
2246
|
+
/* 15 */
|
|
2247
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2248
|
+
|
|
2249
|
+
"use strict";
|
|
2250
|
+
|
|
2251
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2252
|
+
value: true
|
|
2253
|
+
});
|
|
2254
|
+
exports.default = void 0;
|
|
2255
|
+
|
|
2256
|
+
var _rng = _interopRequireDefault(__webpack_require__(10));
|
|
2257
|
+
|
|
2258
|
+
var _bytesToUuid = _interopRequireDefault(__webpack_require__(11));
|
|
2259
|
+
|
|
2260
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
1913
2261
|
|
|
1914
2262
|
function v4(options, buf, offset) {
|
|
1915
2263
|
var i = buf && offset || 0;
|
|
1916
2264
|
|
|
1917
|
-
if (typeof
|
|
2265
|
+
if (typeof options == 'string') {
|
|
1918
2266
|
buf = options === 'binary' ? new Array(16) : null;
|
|
1919
2267
|
options = null;
|
|
1920
2268
|
}
|
|
2269
|
+
|
|
1921
2270
|
options = options || {};
|
|
1922
2271
|
|
|
1923
|
-
var rnds = options.random || (options.rng ||
|
|
2272
|
+
var rnds = options.random || (options.rng || _rng.default)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved`
|
|
2273
|
+
|
|
1924
2274
|
|
|
1925
|
-
|
|
1926
|
-
rnds[
|
|
1927
|
-
rnds[8] = (rnds[8] & 0x3f) | 0x80;
|
|
2275
|
+
rnds[6] = rnds[6] & 0x0f | 0x40;
|
|
2276
|
+
rnds[8] = rnds[8] & 0x3f | 0x80; // Copy bytes to buffer, if provided
|
|
1928
2277
|
|
|
1929
|
-
// Copy bytes to buffer, if provided
|
|
1930
2278
|
if (buf) {
|
|
1931
2279
|
for (var ii = 0; ii < 16; ++ii) {
|
|
1932
2280
|
buf[i + ii] = rnds[ii];
|
|
1933
2281
|
}
|
|
1934
2282
|
}
|
|
1935
2283
|
|
|
1936
|
-
return buf ||
|
|
2284
|
+
return buf || (0, _bytesToUuid.default)(rnds);
|
|
1937
2285
|
}
|
|
1938
2286
|
|
|
1939
|
-
|
|
2287
|
+
var _default = v4;
|
|
2288
|
+
exports.default = _default;
|
|
2289
|
+
|
|
2290
|
+
/***/ }),
|
|
2291
|
+
/* 16 */
|
|
2292
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2293
|
+
|
|
2294
|
+
"use strict";
|
|
2295
|
+
|
|
2296
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2297
|
+
value: true
|
|
2298
|
+
});
|
|
2299
|
+
exports.default = void 0;
|
|
2300
|
+
|
|
2301
|
+
var _v = _interopRequireDefault(__webpack_require__(13));
|
|
2302
|
+
|
|
2303
|
+
var _sha = _interopRequireDefault(__webpack_require__(17));
|
|
1940
2304
|
|
|
2305
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
2306
|
+
|
|
2307
|
+
const v5 = (0, _v.default)('v5', 0x50, _sha.default);
|
|
2308
|
+
var _default = v5;
|
|
2309
|
+
exports.default = _default;
|
|
1941
2310
|
|
|
1942
2311
|
/***/ }),
|
|
1943
|
-
/*
|
|
2312
|
+
/* 17 */
|
|
2313
|
+
/***/ (function(module, exports) {
|
|
2314
|
+
|
|
2315
|
+
"use strict";
|
|
2316
|
+
|
|
2317
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2318
|
+
value: true
|
|
2319
|
+
});
|
|
2320
|
+
exports.default = void 0;
|
|
2321
|
+
|
|
2322
|
+
// Adapted from Chris Veness' SHA1 code at
|
|
2323
|
+
// http://www.movable-type.co.uk/scripts/sha1.html
|
|
2324
|
+
function f(s, x, y, z) {
|
|
2325
|
+
switch (s) {
|
|
2326
|
+
case 0:
|
|
2327
|
+
return x & y ^ ~x & z;
|
|
2328
|
+
|
|
2329
|
+
case 1:
|
|
2330
|
+
return x ^ y ^ z;
|
|
2331
|
+
|
|
2332
|
+
case 2:
|
|
2333
|
+
return x & y ^ x & z ^ y & z;
|
|
2334
|
+
|
|
2335
|
+
case 3:
|
|
2336
|
+
return x ^ y ^ z;
|
|
2337
|
+
}
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
function ROTL(x, n) {
|
|
2341
|
+
return x << n | x >>> 32 - n;
|
|
2342
|
+
}
|
|
2343
|
+
|
|
2344
|
+
function sha1(bytes) {
|
|
2345
|
+
var K = [0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6];
|
|
2346
|
+
var H = [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0];
|
|
2347
|
+
|
|
2348
|
+
if (typeof bytes == 'string') {
|
|
2349
|
+
var msg = unescape(encodeURIComponent(bytes)); // UTF8 escape
|
|
2350
|
+
|
|
2351
|
+
bytes = new Array(msg.length);
|
|
2352
|
+
|
|
2353
|
+
for (var i = 0; i < msg.length; i++) bytes[i] = msg.charCodeAt(i);
|
|
2354
|
+
}
|
|
2355
|
+
|
|
2356
|
+
bytes.push(0x80);
|
|
2357
|
+
var l = bytes.length / 4 + 2;
|
|
2358
|
+
var N = Math.ceil(l / 16);
|
|
2359
|
+
var M = new Array(N);
|
|
2360
|
+
|
|
2361
|
+
for (var i = 0; i < N; i++) {
|
|
2362
|
+
M[i] = new Array(16);
|
|
2363
|
+
|
|
2364
|
+
for (var j = 0; j < 16; j++) {
|
|
2365
|
+
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];
|
|
2366
|
+
}
|
|
2367
|
+
}
|
|
2368
|
+
|
|
2369
|
+
M[N - 1][14] = (bytes.length - 1) * 8 / Math.pow(2, 32);
|
|
2370
|
+
M[N - 1][14] = Math.floor(M[N - 1][14]);
|
|
2371
|
+
M[N - 1][15] = (bytes.length - 1) * 8 & 0xffffffff;
|
|
2372
|
+
|
|
2373
|
+
for (var i = 0; i < N; i++) {
|
|
2374
|
+
var W = new Array(80);
|
|
2375
|
+
|
|
2376
|
+
for (var t = 0; t < 16; t++) W[t] = M[i][t];
|
|
2377
|
+
|
|
2378
|
+
for (var t = 16; t < 80; t++) {
|
|
2379
|
+
W[t] = ROTL(W[t - 3] ^ W[t - 8] ^ W[t - 14] ^ W[t - 16], 1);
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
var a = H[0];
|
|
2383
|
+
var b = H[1];
|
|
2384
|
+
var c = H[2];
|
|
2385
|
+
var d = H[3];
|
|
2386
|
+
var e = H[4];
|
|
2387
|
+
|
|
2388
|
+
for (var t = 0; t < 80; t++) {
|
|
2389
|
+
var s = Math.floor(t / 20);
|
|
2390
|
+
var T = ROTL(a, 5) + f(s, b, c, d) + e + K[s] + W[t] >>> 0;
|
|
2391
|
+
e = d;
|
|
2392
|
+
d = c;
|
|
2393
|
+
c = ROTL(b, 30) >>> 0;
|
|
2394
|
+
b = a;
|
|
2395
|
+
a = T;
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
H[0] = H[0] + a >>> 0;
|
|
2399
|
+
H[1] = H[1] + b >>> 0;
|
|
2400
|
+
H[2] = H[2] + c >>> 0;
|
|
2401
|
+
H[3] = H[3] + d >>> 0;
|
|
2402
|
+
H[4] = H[4] + e >>> 0;
|
|
2403
|
+
}
|
|
2404
|
+
|
|
2405
|
+
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];
|
|
2406
|
+
}
|
|
2407
|
+
|
|
2408
|
+
var _default = sha1;
|
|
2409
|
+
exports.default = _default;
|
|
2410
|
+
|
|
2411
|
+
/***/ }),
|
|
2412
|
+
/* 18 */
|
|
1944
2413
|
/***/ (function(module, exports, __webpack_require__) {
|
|
1945
2414
|
|
|
1946
2415
|
var util = __webpack_require__(2);
|
|
1947
|
-
var JsonBuilder = __webpack_require__(
|
|
1948
|
-
var JsonParser = __webpack_require__(
|
|
1949
|
-
var populateHostPrefix = __webpack_require__(
|
|
2416
|
+
var JsonBuilder = __webpack_require__(19);
|
|
2417
|
+
var JsonParser = __webpack_require__(20);
|
|
2418
|
+
var populateHostPrefix = __webpack_require__(21).populateHostPrefix;
|
|
1950
2419
|
|
|
1951
2420
|
function buildRequest(req) {
|
|
1952
2421
|
var httpRequest = req.httpRequest;
|
|
@@ -2020,7 +2489,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
2020
2489
|
|
|
2021
2490
|
|
|
2022
2491
|
/***/ }),
|
|
2023
|
-
/*
|
|
2492
|
+
/* 19 */
|
|
2024
2493
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2025
2494
|
|
|
2026
2495
|
var util = __webpack_require__(2);
|
|
@@ -2088,7 +2557,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
2088
2557
|
|
|
2089
2558
|
|
|
2090
2559
|
/***/ }),
|
|
2091
|
-
/*
|
|
2560
|
+
/* 20 */
|
|
2092
2561
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2093
2562
|
|
|
2094
2563
|
var util = __webpack_require__(2);
|
|
@@ -2162,7 +2631,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
2162
2631
|
|
|
2163
2632
|
|
|
2164
2633
|
/***/ }),
|
|
2165
|
-
/*
|
|
2634
|
+
/* 21 */
|
|
2166
2635
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2167
2636
|
|
|
2168
2637
|
var util = __webpack_require__(2);
|
|
@@ -2257,14 +2726,14 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
2257
2726
|
|
|
2258
2727
|
|
|
2259
2728
|
/***/ }),
|
|
2260
|
-
/*
|
|
2729
|
+
/* 22 */
|
|
2261
2730
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2262
2731
|
|
|
2263
2732
|
var AWS = __webpack_require__(1);
|
|
2264
2733
|
var util = __webpack_require__(2);
|
|
2265
|
-
var QueryParamSerializer = __webpack_require__(
|
|
2266
|
-
var Shape = __webpack_require__(
|
|
2267
|
-
var populateHostPrefix = __webpack_require__(
|
|
2734
|
+
var QueryParamSerializer = __webpack_require__(23);
|
|
2735
|
+
var Shape = __webpack_require__(24);
|
|
2736
|
+
var populateHostPrefix = __webpack_require__(21).populateHostPrefix;
|
|
2268
2737
|
|
|
2269
2738
|
function buildRequest(req) {
|
|
2270
2739
|
var operation = req.service.api.operations[req.operation];
|
|
@@ -2373,7 +2842,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
2373
2842
|
|
|
2374
2843
|
|
|
2375
2844
|
/***/ }),
|
|
2376
|
-
/*
|
|
2845
|
+
/* 23 */
|
|
2377
2846
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2378
2847
|
|
|
2379
2848
|
var util = __webpack_require__(2);
|
|
@@ -2463,10 +2932,10 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
2463
2932
|
|
|
2464
2933
|
|
|
2465
2934
|
/***/ }),
|
|
2466
|
-
/*
|
|
2935
|
+
/* 24 */
|
|
2467
2936
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2468
2937
|
|
|
2469
|
-
var Collection = __webpack_require__(
|
|
2938
|
+
var Collection = __webpack_require__(25);
|
|
2470
2939
|
|
|
2471
2940
|
var util = __webpack_require__(2);
|
|
2472
2941
|
|
|
@@ -2876,7 +3345,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
2876
3345
|
|
|
2877
3346
|
|
|
2878
3347
|
/***/ }),
|
|
2879
|
-
/*
|
|
3348
|
+
/* 25 */
|
|
2880
3349
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2881
3350
|
|
|
2882
3351
|
var memoizedProperty = __webpack_require__(2).memoizedProperty;
|
|
@@ -2906,11 +3375,11 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
2906
3375
|
|
|
2907
3376
|
|
|
2908
3377
|
/***/ }),
|
|
2909
|
-
/*
|
|
3378
|
+
/* 26 */
|
|
2910
3379
|
/***/ (function(module, exports, __webpack_require__) {
|
|
2911
3380
|
|
|
2912
3381
|
var util = __webpack_require__(2);
|
|
2913
|
-
var populateHostPrefix = __webpack_require__(
|
|
3382
|
+
var populateHostPrefix = __webpack_require__(21).populateHostPrefix;
|
|
2914
3383
|
|
|
2915
3384
|
function populateMethod(req) {
|
|
2916
3385
|
req.httpRequest.method = req.service.api.operations[req.operation].httpMethod;
|
|
@@ -3060,14 +3529,14 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
3060
3529
|
|
|
3061
3530
|
|
|
3062
3531
|
/***/ }),
|
|
3063
|
-
/*
|
|
3532
|
+
/* 27 */
|
|
3064
3533
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3065
3534
|
|
|
3066
3535
|
var util = __webpack_require__(2);
|
|
3067
|
-
var Rest = __webpack_require__(
|
|
3068
|
-
var Json = __webpack_require__(
|
|
3069
|
-
var JsonBuilder = __webpack_require__(
|
|
3070
|
-
var JsonParser = __webpack_require__(
|
|
3536
|
+
var Rest = __webpack_require__(26);
|
|
3537
|
+
var Json = __webpack_require__(18);
|
|
3538
|
+
var JsonBuilder = __webpack_require__(19);
|
|
3539
|
+
var JsonParser = __webpack_require__(20);
|
|
3071
3540
|
|
|
3072
3541
|
function populateBody(req) {
|
|
3073
3542
|
var builder = new JsonBuilder();
|
|
@@ -3159,12 +3628,12 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
3159
3628
|
|
|
3160
3629
|
|
|
3161
3630
|
/***/ }),
|
|
3162
|
-
/*
|
|
3631
|
+
/* 28 */
|
|
3163
3632
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3164
3633
|
|
|
3165
3634
|
var AWS = __webpack_require__(1);
|
|
3166
3635
|
var util = __webpack_require__(2);
|
|
3167
|
-
var Rest = __webpack_require__(
|
|
3636
|
+
var Rest = __webpack_require__(26);
|
|
3168
3637
|
|
|
3169
3638
|
function populateBody(req) {
|
|
3170
3639
|
var input = req.service.api.operations[req.operation].input;
|
|
@@ -3273,12 +3742,12 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
3273
3742
|
|
|
3274
3743
|
|
|
3275
3744
|
/***/ }),
|
|
3276
|
-
/*
|
|
3745
|
+
/* 29 */
|
|
3277
3746
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3278
3747
|
|
|
3279
3748
|
var util = __webpack_require__(2);
|
|
3280
|
-
var XmlNode = __webpack_require__(
|
|
3281
|
-
var XmlText = __webpack_require__(
|
|
3749
|
+
var XmlNode = __webpack_require__(30).XmlNode;
|
|
3750
|
+
var XmlText = __webpack_require__(32).XmlText;
|
|
3282
3751
|
|
|
3283
3752
|
function XmlBuilder() { }
|
|
3284
3753
|
|
|
@@ -3381,10 +3850,10 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
3381
3850
|
|
|
3382
3851
|
|
|
3383
3852
|
/***/ }),
|
|
3384
|
-
/*
|
|
3853
|
+
/* 30 */
|
|
3385
3854
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3386
3855
|
|
|
3387
|
-
var escapeAttribute = __webpack_require__(
|
|
3856
|
+
var escapeAttribute = __webpack_require__(31).escapeAttribute;
|
|
3388
3857
|
|
|
3389
3858
|
/**
|
|
3390
3859
|
* Represents an XML node.
|
|
@@ -3432,7 +3901,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
3432
3901
|
|
|
3433
3902
|
|
|
3434
3903
|
/***/ }),
|
|
3435
|
-
/*
|
|
3904
|
+
/* 31 */
|
|
3436
3905
|
/***/ (function(module, exports) {
|
|
3437
3906
|
|
|
3438
3907
|
/**
|
|
@@ -3451,10 +3920,10 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
3451
3920
|
|
|
3452
3921
|
|
|
3453
3922
|
/***/ }),
|
|
3454
|
-
/*
|
|
3923
|
+
/* 32 */
|
|
3455
3924
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3456
3925
|
|
|
3457
|
-
var escapeElement = __webpack_require__(
|
|
3926
|
+
var escapeElement = __webpack_require__(33).escapeElement;
|
|
3458
3927
|
|
|
3459
3928
|
/**
|
|
3460
3929
|
* Represents an XML text value.
|
|
@@ -3477,7 +3946,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
3477
3946
|
|
|
3478
3947
|
|
|
3479
3948
|
/***/ }),
|
|
3480
|
-
/*
|
|
3949
|
+
/* 33 */
|
|
3481
3950
|
/***/ (function(module, exports) {
|
|
3482
3951
|
|
|
3483
3952
|
/**
|
|
@@ -3502,14 +3971,14 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
3502
3971
|
|
|
3503
3972
|
|
|
3504
3973
|
/***/ }),
|
|
3505
|
-
/*
|
|
3974
|
+
/* 34 */
|
|
3506
3975
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3507
3976
|
|
|
3508
|
-
var Collection = __webpack_require__(
|
|
3509
|
-
var Operation = __webpack_require__(
|
|
3510
|
-
var Shape = __webpack_require__(
|
|
3511
|
-
var Paginator = __webpack_require__(
|
|
3512
|
-
var ResourceWaiter = __webpack_require__(
|
|
3977
|
+
var Collection = __webpack_require__(25);
|
|
3978
|
+
var Operation = __webpack_require__(35);
|
|
3979
|
+
var Shape = __webpack_require__(24);
|
|
3980
|
+
var Paginator = __webpack_require__(36);
|
|
3981
|
+
var ResourceWaiter = __webpack_require__(37);
|
|
3513
3982
|
var metadata = __webpack_require__(7);
|
|
3514
3983
|
|
|
3515
3984
|
var util = __webpack_require__(2);
|
|
@@ -3596,10 +4065,10 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
3596
4065
|
|
|
3597
4066
|
|
|
3598
4067
|
/***/ }),
|
|
3599
|
-
/*
|
|
4068
|
+
/* 35 */
|
|
3600
4069
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3601
4070
|
|
|
3602
|
-
var Shape = __webpack_require__(
|
|
4071
|
+
var Shape = __webpack_require__(24);
|
|
3603
4072
|
|
|
3604
4073
|
var util = __webpack_require__(2);
|
|
3605
4074
|
var property = util.property;
|
|
@@ -3721,7 +4190,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
3721
4190
|
|
|
3722
4191
|
|
|
3723
4192
|
/***/ }),
|
|
3724
|
-
/*
|
|
4193
|
+
/* 36 */
|
|
3725
4194
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3726
4195
|
|
|
3727
4196
|
var property = __webpack_require__(2).property;
|
|
@@ -3741,7 +4210,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
3741
4210
|
|
|
3742
4211
|
|
|
3743
4212
|
/***/ }),
|
|
3744
|
-
/*
|
|
4213
|
+
/* 37 */
|
|
3745
4214
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3746
4215
|
|
|
3747
4216
|
var util = __webpack_require__(2);
|
|
@@ -3780,7 +4249,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
3780
4249
|
|
|
3781
4250
|
|
|
3782
4251
|
/***/ }),
|
|
3783
|
-
/*
|
|
4252
|
+
/* 38 */
|
|
3784
4253
|
/***/ (function(module, exports) {
|
|
3785
4254
|
|
|
3786
4255
|
function apiLoader(svc, version) {
|
|
@@ -3805,12 +4274,12 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
3805
4274
|
|
|
3806
4275
|
|
|
3807
4276
|
/***/ }),
|
|
3808
|
-
/*
|
|
4277
|
+
/* 39 */
|
|
3809
4278
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3810
4279
|
|
|
3811
4280
|
"use strict";
|
|
3812
4281
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3813
|
-
var LRU_1 = __webpack_require__(
|
|
4282
|
+
var LRU_1 = __webpack_require__(40);
|
|
3814
4283
|
var CACHE_SIZE = 1000;
|
|
3815
4284
|
/**
|
|
3816
4285
|
* Inspired node-lru-cache[https://github.com/isaacs/node-lru-cache]
|
|
@@ -3882,7 +4351,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
3882
4351
|
exports.EndpointCache = EndpointCache;
|
|
3883
4352
|
|
|
3884
4353
|
/***/ }),
|
|
3885
|
-
/*
|
|
4354
|
+
/* 40 */
|
|
3886
4355
|
/***/ (function(module, exports) {
|
|
3887
4356
|
|
|
3888
4357
|
"use strict";
|
|
@@ -3994,7 +4463,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
3994
4463
|
exports.LRUCache = LRUCache;
|
|
3995
4464
|
|
|
3996
4465
|
/***/ }),
|
|
3997
|
-
/*
|
|
4466
|
+
/* 41 */
|
|
3998
4467
|
/***/ (function(module, exports, __webpack_require__) {
|
|
3999
4468
|
|
|
4000
4469
|
var AWS = __webpack_require__(1);
|
|
@@ -4235,16 +4704,16 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
4235
4704
|
|
|
4236
4705
|
|
|
4237
4706
|
/***/ }),
|
|
4238
|
-
/*
|
|
4707
|
+
/* 42 */
|
|
4239
4708
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4240
4709
|
|
|
4241
4710
|
/* WEBPACK VAR INJECTION */(function(process) {var AWS = __webpack_require__(1);
|
|
4242
|
-
var Api = __webpack_require__(
|
|
4243
|
-
var regionConfig = __webpack_require__(
|
|
4711
|
+
var Api = __webpack_require__(34);
|
|
4712
|
+
var regionConfig = __webpack_require__(43);
|
|
4244
4713
|
|
|
4245
4714
|
var inherit = AWS.util.inherit;
|
|
4246
4715
|
var clientCount = 0;
|
|
4247
|
-
var region_utils = __webpack_require__(
|
|
4716
|
+
var region_utils = __webpack_require__(45);
|
|
4248
4717
|
|
|
4249
4718
|
/**
|
|
4250
4719
|
* The service class representing an AWS service.
|
|
@@ -5094,11 +5563,11 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
5094
5563
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(3)))
|
|
5095
5564
|
|
|
5096
5565
|
/***/ }),
|
|
5097
|
-
/*
|
|
5566
|
+
/* 43 */
|
|
5098
5567
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5099
5568
|
|
|
5100
5569
|
var util = __webpack_require__(2);
|
|
5101
|
-
var regionConfig = __webpack_require__(
|
|
5570
|
+
var regionConfig = __webpack_require__(44);
|
|
5102
5571
|
|
|
5103
5572
|
function generateRegionPrefix(region) {
|
|
5104
5573
|
if (!region) return null;
|
|
@@ -5199,13 +5668,13 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
5199
5668
|
|
|
5200
5669
|
|
|
5201
5670
|
/***/ }),
|
|
5202
|
-
/*
|
|
5671
|
+
/* 44 */
|
|
5203
5672
|
/***/ (function(module, exports) {
|
|
5204
5673
|
|
|
5205
5674
|
module.exports = {"rules":{"*/*":{"endpoint":"{service}.{region}.amazonaws.com"},"cn-*/*":{"endpoint":"{service}.{region}.amazonaws.com.cn"},"us-iso-*/*":"usIso","us-isob-*/*":"usIsob","*/budgets":"globalSSL","*/cloudfront":"globalSSL","*/sts":"globalSSL","*/importexport":{"endpoint":"{service}.amazonaws.com","signatureVersion":"v2","globalEndpoint":true},"*/route53":"globalSSL","cn-*/route53":{"endpoint":"{service}.amazonaws.com.cn","globalEndpoint":true,"signingRegion":"cn-northwest-1"},"us-gov-*/route53":"globalGovCloud","us-iso-*/route53":{"endpoint":"{service}.c2s.ic.gov","globalEndpoint":true,"signingRegion":"us-iso-east-1"},"us-isob-*/route53":{"endpoint":"{service}.sc2s.sgov.gov","globalEndpoint":true,"signingRegion":"us-isob-east-1"},"*/waf":"globalSSL","*/iam":"globalSSL","cn-*/iam":{"endpoint":"{service}.cn-north-1.amazonaws.com.cn","globalEndpoint":true,"signingRegion":"cn-north-1"},"us-gov-*/iam":"globalGovCloud","us-gov-*/sts":{"endpoint":"{service}.{region}.amazonaws.com"},"us-gov-west-1/s3":"s3signature","us-west-1/s3":"s3signature","us-west-2/s3":"s3signature","eu-west-1/s3":"s3signature","ap-southeast-1/s3":"s3signature","ap-southeast-2/s3":"s3signature","ap-northeast-1/s3":"s3signature","sa-east-1/s3":"s3signature","us-east-1/s3":{"endpoint":"{service}.amazonaws.com","signatureVersion":"s3"},"us-east-1/sdb":{"endpoint":"{service}.amazonaws.com","signatureVersion":"v2"},"*/sdb":{"endpoint":"{service}.{region}.amazonaws.com","signatureVersion":"v2"}},"fipsRules":{"*/*":"fipsStandard","us-gov-*/*":"fipsStandard","us-iso-*/*":{"endpoint":"{service}-fips.{region}.c2s.ic.gov"},"us-iso-*/dms":"usIso","us-isob-*/*":{"endpoint":"{service}-fips.{region}.sc2s.sgov.gov"},"us-isob-*/dms":"usIsob","cn-*/*":{"endpoint":"{service}-fips.{region}.amazonaws.com.cn"},"*/api.ecr":"fips.api.ecr","*/api.sagemaker":"fips.api.sagemaker","*/batch":"fipsDotPrefix","*/eks":"fipsDotPrefix","*/models.lex":"fips.models.lex","*/runtime.lex":"fips.runtime.lex","*/runtime.sagemaker":{"endpoint":"runtime-fips.sagemaker.{region}.amazonaws.com"},"*/iam":"fipsWithoutRegion","*/route53":"fipsWithoutRegion","*/transcribe":"fipsDotPrefix","*/waf":"fipsWithoutRegion","us-gov-*/transcribe":"fipsDotPrefix","us-gov-*/api.ecr":"fips.api.ecr","us-gov-*/api.sagemaker":"fips.api.sagemaker","us-gov-*/models.lex":"fips.models.lex","us-gov-*/runtime.lex":"fips.runtime.lex","us-gov-*/acm-pca":"fipsWithServiceOnly","us-gov-*/batch":"fipsWithServiceOnly","us-gov-*/config":"fipsWithServiceOnly","us-gov-*/eks":"fipsWithServiceOnly","us-gov-*/elasticmapreduce":"fipsWithServiceOnly","us-gov-*/identitystore":"fipsWithServiceOnly","us-gov-*/dynamodb":"fipsWithServiceOnly","us-gov-*/elasticloadbalancing":"fipsWithServiceOnly","us-gov-*/guardduty":"fipsWithServiceOnly","us-gov-*/monitoring":"fipsWithServiceOnly","us-gov-*/resource-groups":"fipsWithServiceOnly","us-gov-*/runtime.sagemaker":"fipsWithServiceOnly","us-gov-*/servicecatalog-appregistry":"fipsWithServiceOnly","us-gov-*/servicequotas":"fipsWithServiceOnly","us-gov-*/ssm":"fipsWithServiceOnly","us-gov-*/sts":"fipsWithServiceOnly","us-gov-*/support":"fipsWithServiceOnly","us-gov-west-1/states":"fipsWithServiceOnly","us-iso-east-1/elasticfilesystem":{"endpoint":"elasticfilesystem-fips.{region}.c2s.ic.gov"},"us-gov-west-1/organizations":"fipsWithServiceOnly","us-gov-west-1/route53":{"endpoint":"route53.us-gov.amazonaws.com"}},"dualstackRules":{"*/*":{"endpoint":"{service}.{region}.api.aws"},"cn-*/*":{"endpoint":"{service}.{region}.api.amazonwebservices.com.cn"},"*/s3":"dualstackLegacy","cn-*/s3":"dualstackLegacyCn","*/s3-control":"dualstackLegacy","cn-*/s3-control":"dualstackLegacyCn","ap-south-1/ec2":"dualstackLegacyEc2","eu-west-1/ec2":"dualstackLegacyEc2","sa-east-1/ec2":"dualstackLegacyEc2","us-east-1/ec2":"dualstackLegacyEc2","us-east-2/ec2":"dualstackLegacyEc2","us-west-2/ec2":"dualstackLegacyEc2"},"dualstackFipsRules":{"*/*":{"endpoint":"{service}-fips.{region}.api.aws"},"cn-*/*":{"endpoint":"{service}-fips.{region}.api.amazonwebservices.com.cn"},"*/s3":"dualstackFipsLegacy","cn-*/s3":"dualstackFipsLegacyCn","*/s3-control":"dualstackFipsLegacy","cn-*/s3-control":"dualstackFipsLegacyCn"},"patterns":{"globalSSL":{"endpoint":"https://{service}.amazonaws.com","globalEndpoint":true,"signingRegion":"us-east-1"},"globalGovCloud":{"endpoint":"{service}.us-gov.amazonaws.com","globalEndpoint":true,"signingRegion":"us-gov-west-1"},"s3signature":{"endpoint":"{service}.{region}.amazonaws.com","signatureVersion":"s3"},"usIso":{"endpoint":"{service}.{region}.c2s.ic.gov"},"usIsob":{"endpoint":"{service}.{region}.sc2s.sgov.gov"},"fipsStandard":{"endpoint":"{service}-fips.{region}.amazonaws.com"},"fipsDotPrefix":{"endpoint":"fips.{service}.{region}.amazonaws.com"},"fipsWithoutRegion":{"endpoint":"{service}-fips.amazonaws.com"},"fips.api.ecr":{"endpoint":"ecr-fips.{region}.amazonaws.com"},"fips.api.sagemaker":{"endpoint":"api-fips.sagemaker.{region}.amazonaws.com"},"fips.models.lex":{"endpoint":"models-fips.lex.{region}.amazonaws.com"},"fips.runtime.lex":{"endpoint":"runtime-fips.lex.{region}.amazonaws.com"},"fipsWithServiceOnly":{"endpoint":"{service}.{region}.amazonaws.com"},"dualstackLegacy":{"endpoint":"{service}.dualstack.{region}.amazonaws.com"},"dualstackLegacyCn":{"endpoint":"{service}.dualstack.{region}.amazonaws.com.cn"},"dualstackFipsLegacy":{"endpoint":"{service}-fips.dualstack.{region}.amazonaws.com"},"dualstackFipsLegacyCn":{"endpoint":"{service}-fips.dualstack.{region}.amazonaws.com.cn"},"dualstackLegacyEc2":{"endpoint":"api.ec2.{region}.aws"}}}
|
|
5206
5675
|
|
|
5207
5676
|
/***/ }),
|
|
5208
|
-
/*
|
|
5677
|
+
/* 45 */
|
|
5209
5678
|
/***/ (function(module, exports) {
|
|
5210
5679
|
|
|
5211
5680
|
function isFipsRegion(region) {
|
|
@@ -5232,12 +5701,12 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
5232
5701
|
|
|
5233
5702
|
|
|
5234
5703
|
/***/ }),
|
|
5235
|
-
/*
|
|
5704
|
+
/* 46 */
|
|
5236
5705
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5237
5706
|
|
|
5238
5707
|
var AWS = __webpack_require__(1);
|
|
5239
|
-
__webpack_require__(
|
|
5240
|
-
__webpack_require__(
|
|
5708
|
+
__webpack_require__(47);
|
|
5709
|
+
__webpack_require__(48);
|
|
5241
5710
|
var PromisesDependency;
|
|
5242
5711
|
|
|
5243
5712
|
/**
|
|
@@ -5868,7 +6337,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
5868
6337
|
|
|
5869
6338
|
|
|
5870
6339
|
/***/ }),
|
|
5871
|
-
/*
|
|
6340
|
+
/* 47 */
|
|
5872
6341
|
/***/ (function(module, exports, __webpack_require__) {
|
|
5873
6342
|
|
|
5874
6343
|
var AWS = __webpack_require__(1);
|
|
@@ -6120,7 +6589,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
6120
6589
|
|
|
6121
6590
|
|
|
6122
6591
|
/***/ }),
|
|
6123
|
-
/*
|
|
6592
|
+
/* 48 */
|
|
6124
6593
|
/***/ (function(module, exports, __webpack_require__) {
|
|
6125
6594
|
|
|
6126
6595
|
var AWS = __webpack_require__(1);
|
|
@@ -6306,7 +6775,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
6306
6775
|
|
|
6307
6776
|
|
|
6308
6777
|
/***/ }),
|
|
6309
|
-
/*
|
|
6778
|
+
/* 49 */
|
|
6310
6779
|
/***/ (function(module, exports, __webpack_require__) {
|
|
6311
6780
|
|
|
6312
6781
|
var AWS = __webpack_require__(1);
|
|
@@ -6550,12 +7019,12 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
6550
7019
|
|
|
6551
7020
|
|
|
6552
7021
|
/***/ }),
|
|
6553
|
-
/*
|
|
7022
|
+
/* 50 */
|
|
6554
7023
|
/***/ (function(module, exports, __webpack_require__) {
|
|
6555
7024
|
|
|
6556
7025
|
var AWS = __webpack_require__(1);
|
|
6557
|
-
var SequentialExecutor = __webpack_require__(
|
|
6558
|
-
var DISCOVER_ENDPOINT = __webpack_require__(
|
|
7026
|
+
var SequentialExecutor = __webpack_require__(41);
|
|
7027
|
+
var DISCOVER_ENDPOINT = __webpack_require__(51).discoverEndpoint;
|
|
6559
7028
|
/**
|
|
6560
7029
|
* The namespace used to register global event listeners for request building
|
|
6561
7030
|
* and sending.
|
|
@@ -7146,7 +7615,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
7146
7615
|
var inputShape = req.service.api.operations[req.operation].input;
|
|
7147
7616
|
censoredParams = filterSensitiveLog(inputShape, req.params);
|
|
7148
7617
|
}
|
|
7149
|
-
var params = __webpack_require__(
|
|
7618
|
+
var params = __webpack_require__(52).inspect(censoredParams, true, null);
|
|
7150
7619
|
var message = '';
|
|
7151
7620
|
if (ansi) message += '\x1B[33m';
|
|
7152
7621
|
message += '[AWS ' + req.service.serviceIdentifier + ' ' + status;
|
|
@@ -7168,35 +7637,35 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
7168
7637
|
}),
|
|
7169
7638
|
|
|
7170
7639
|
Json: new SequentialExecutor().addNamedListeners(function(add) {
|
|
7171
|
-
var svc = __webpack_require__(
|
|
7640
|
+
var svc = __webpack_require__(18);
|
|
7172
7641
|
add('BUILD', 'build', svc.buildRequest);
|
|
7173
7642
|
add('EXTRACT_DATA', 'extractData', svc.extractData);
|
|
7174
7643
|
add('EXTRACT_ERROR', 'extractError', svc.extractError);
|
|
7175
7644
|
}),
|
|
7176
7645
|
|
|
7177
7646
|
Rest: new SequentialExecutor().addNamedListeners(function(add) {
|
|
7178
|
-
var svc = __webpack_require__(
|
|
7647
|
+
var svc = __webpack_require__(26);
|
|
7179
7648
|
add('BUILD', 'build', svc.buildRequest);
|
|
7180
7649
|
add('EXTRACT_DATA', 'extractData', svc.extractData);
|
|
7181
7650
|
add('EXTRACT_ERROR', 'extractError', svc.extractError);
|
|
7182
7651
|
}),
|
|
7183
7652
|
|
|
7184
7653
|
RestJson: new SequentialExecutor().addNamedListeners(function(add) {
|
|
7185
|
-
var svc = __webpack_require__(
|
|
7654
|
+
var svc = __webpack_require__(27);
|
|
7186
7655
|
add('BUILD', 'build', svc.buildRequest);
|
|
7187
7656
|
add('EXTRACT_DATA', 'extractData', svc.extractData);
|
|
7188
7657
|
add('EXTRACT_ERROR', 'extractError', svc.extractError);
|
|
7189
7658
|
}),
|
|
7190
7659
|
|
|
7191
7660
|
RestXml: new SequentialExecutor().addNamedListeners(function(add) {
|
|
7192
|
-
var svc = __webpack_require__(
|
|
7661
|
+
var svc = __webpack_require__(28);
|
|
7193
7662
|
add('BUILD', 'build', svc.buildRequest);
|
|
7194
7663
|
add('EXTRACT_DATA', 'extractData', svc.extractData);
|
|
7195
7664
|
add('EXTRACT_ERROR', 'extractError', svc.extractError);
|
|
7196
7665
|
}),
|
|
7197
7666
|
|
|
7198
7667
|
Query: new SequentialExecutor().addNamedListeners(function(add) {
|
|
7199
|
-
var svc = __webpack_require__(
|
|
7668
|
+
var svc = __webpack_require__(22);
|
|
7200
7669
|
add('BUILD', 'build', svc.buildRequest);
|
|
7201
7670
|
add('EXTRACT_DATA', 'extractData', svc.extractData);
|
|
7202
7671
|
add('EXTRACT_ERROR', 'extractError', svc.extractError);
|
|
@@ -7205,7 +7674,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
7205
7674
|
|
|
7206
7675
|
|
|
7207
7676
|
/***/ }),
|
|
7208
|
-
/*
|
|
7677
|
+
/* 51 */
|
|
7209
7678
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7210
7679
|
|
|
7211
7680
|
/* WEBPACK VAR INJECTION */(function(process) {var AWS = __webpack_require__(1);
|
|
@@ -7589,7 +8058,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
7589
8058
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(3)))
|
|
7590
8059
|
|
|
7591
8060
|
/***/ }),
|
|
7592
|
-
/*
|
|
8061
|
+
/* 52 */
|
|
7593
8062
|
/***/ (function(module, exports, __webpack_require__) {
|
|
7594
8063
|
|
|
7595
8064
|
/* WEBPACK VAR INJECTION */(function(global, process) {// Copyright Joyent, Inc. and other Node contributors.
|
|
@@ -8117,7 +8586,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
8117
8586
|
}
|
|
8118
8587
|
exports.isPrimitive = isPrimitive;
|
|
8119
8588
|
|
|
8120
|
-
exports.isBuffer = __webpack_require__(
|
|
8589
|
+
exports.isBuffer = __webpack_require__(53);
|
|
8121
8590
|
|
|
8122
8591
|
function objectToString(o) {
|
|
8123
8592
|
return Object.prototype.toString.call(o);
|
|
@@ -8161,7 +8630,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
8161
8630
|
* prototype.
|
|
8162
8631
|
* @param {function} superCtor Constructor function to inherit prototype from.
|
|
8163
8632
|
*/
|
|
8164
|
-
exports.inherits = __webpack_require__(
|
|
8633
|
+
exports.inherits = __webpack_require__(54);
|
|
8165
8634
|
|
|
8166
8635
|
exports._extend = function(origin, add) {
|
|
8167
8636
|
// Don't do anything if add isn't an object
|
|
@@ -8182,7 +8651,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
8182
8651
|
/* WEBPACK VAR INJECTION */}.call(exports, (function() { return this; }()), __webpack_require__(3)))
|
|
8183
8652
|
|
|
8184
8653
|
/***/ }),
|
|
8185
|
-
/*
|
|
8654
|
+
/* 53 */
|
|
8186
8655
|
/***/ (function(module, exports) {
|
|
8187
8656
|
|
|
8188
8657
|
module.exports = function isBuffer(arg) {
|
|
@@ -8193,7 +8662,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
8193
8662
|
}
|
|
8194
8663
|
|
|
8195
8664
|
/***/ }),
|
|
8196
|
-
/*
|
|
8665
|
+
/* 54 */
|
|
8197
8666
|
/***/ (function(module, exports) {
|
|
8198
8667
|
|
|
8199
8668
|
if (typeof Object.create === 'function') {
|
|
@@ -8222,14 +8691,14 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
8222
8691
|
|
|
8223
8692
|
|
|
8224
8693
|
/***/ }),
|
|
8225
|
-
/*
|
|
8694
|
+
/* 55 */
|
|
8226
8695
|
/***/ (function(module, exports, __webpack_require__) {
|
|
8227
8696
|
|
|
8228
8697
|
/* WEBPACK VAR INJECTION */(function(process) {var AWS = __webpack_require__(1);
|
|
8229
|
-
var AcceptorStateMachine = __webpack_require__(
|
|
8698
|
+
var AcceptorStateMachine = __webpack_require__(56);
|
|
8230
8699
|
var inherit = AWS.util.inherit;
|
|
8231
8700
|
var domain = AWS.util.domain;
|
|
8232
|
-
var jmespath = __webpack_require__(
|
|
8701
|
+
var jmespath = __webpack_require__(57);
|
|
8233
8702
|
|
|
8234
8703
|
/**
|
|
8235
8704
|
* @api private
|
|
@@ -9038,7 +9507,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
9038
9507
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(3)))
|
|
9039
9508
|
|
|
9040
9509
|
/***/ }),
|
|
9041
|
-
/*
|
|
9510
|
+
/* 56 */
|
|
9042
9511
|
/***/ (function(module, exports) {
|
|
9043
9512
|
|
|
9044
9513
|
function AcceptorStateMachine(states, state) {
|
|
@@ -9089,7 +9558,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
9089
9558
|
|
|
9090
9559
|
|
|
9091
9560
|
/***/ }),
|
|
9092
|
-
/*
|
|
9561
|
+
/* 57 */
|
|
9093
9562
|
/***/ (function(module, exports, __webpack_require__) {
|
|
9094
9563
|
|
|
9095
9564
|
(function(exports) {
|
|
@@ -10767,12 +11236,12 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
10767
11236
|
|
|
10768
11237
|
|
|
10769
11238
|
/***/ }),
|
|
10770
|
-
/*
|
|
11239
|
+
/* 58 */
|
|
10771
11240
|
/***/ (function(module, exports, __webpack_require__) {
|
|
10772
11241
|
|
|
10773
11242
|
var AWS = __webpack_require__(1);
|
|
10774
11243
|
var inherit = AWS.util.inherit;
|
|
10775
|
-
var jmespath = __webpack_require__(
|
|
11244
|
+
var jmespath = __webpack_require__(57);
|
|
10776
11245
|
|
|
10777
11246
|
/**
|
|
10778
11247
|
* This class encapsulates the response information
|
|
@@ -10974,7 +11443,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
10974
11443
|
|
|
10975
11444
|
|
|
10976
11445
|
/***/ }),
|
|
10977
|
-
/*
|
|
11446
|
+
/* 59 */
|
|
10978
11447
|
/***/ (function(module, exports, __webpack_require__) {
|
|
10979
11448
|
|
|
10980
11449
|
/**
|
|
@@ -10994,7 +11463,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
10994
11463
|
|
|
10995
11464
|
var AWS = __webpack_require__(1);
|
|
10996
11465
|
var inherit = AWS.util.inherit;
|
|
10997
|
-
var jmespath = __webpack_require__(
|
|
11466
|
+
var jmespath = __webpack_require__(57);
|
|
10998
11467
|
|
|
10999
11468
|
/**
|
|
11000
11469
|
* @api private
|
|
@@ -11184,7 +11653,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
11184
11653
|
|
|
11185
11654
|
|
|
11186
11655
|
/***/ }),
|
|
11187
|
-
/*
|
|
11656
|
+
/* 60 */
|
|
11188
11657
|
/***/ (function(module, exports, __webpack_require__) {
|
|
11189
11658
|
|
|
11190
11659
|
var AWS = __webpack_require__(1);
|
|
@@ -11220,16 +11689,16 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
11220
11689
|
throw new Error('Unknown signing version ' + version);
|
|
11221
11690
|
};
|
|
11222
11691
|
|
|
11223
|
-
__webpack_require__(56);
|
|
11224
|
-
__webpack_require__(57);
|
|
11225
|
-
__webpack_require__(58);
|
|
11226
|
-
__webpack_require__(59);
|
|
11227
11692
|
__webpack_require__(61);
|
|
11228
11693
|
__webpack_require__(62);
|
|
11694
|
+
__webpack_require__(63);
|
|
11695
|
+
__webpack_require__(64);
|
|
11696
|
+
__webpack_require__(66);
|
|
11697
|
+
__webpack_require__(67);
|
|
11229
11698
|
|
|
11230
11699
|
|
|
11231
11700
|
/***/ }),
|
|
11232
|
-
/*
|
|
11701
|
+
/* 61 */
|
|
11233
11702
|
/***/ (function(module, exports, __webpack_require__) {
|
|
11234
11703
|
|
|
11235
11704
|
var AWS = __webpack_require__(1);
|
|
@@ -11283,7 +11752,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
11283
11752
|
|
|
11284
11753
|
|
|
11285
11754
|
/***/ }),
|
|
11286
|
-
/*
|
|
11755
|
+
/* 62 */
|
|
11287
11756
|
/***/ (function(module, exports, __webpack_require__) {
|
|
11288
11757
|
|
|
11289
11758
|
var AWS = __webpack_require__(1);
|
|
@@ -11366,13 +11835,13 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
11366
11835
|
|
|
11367
11836
|
|
|
11368
11837
|
/***/ }),
|
|
11369
|
-
/*
|
|
11838
|
+
/* 63 */
|
|
11370
11839
|
/***/ (function(module, exports, __webpack_require__) {
|
|
11371
11840
|
|
|
11372
11841
|
var AWS = __webpack_require__(1);
|
|
11373
11842
|
var inherit = AWS.util.inherit;
|
|
11374
11843
|
|
|
11375
|
-
__webpack_require__(
|
|
11844
|
+
__webpack_require__(62);
|
|
11376
11845
|
|
|
11377
11846
|
/**
|
|
11378
11847
|
* @api private
|
|
@@ -11397,11 +11866,11 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
11397
11866
|
|
|
11398
11867
|
|
|
11399
11868
|
/***/ }),
|
|
11400
|
-
/*
|
|
11869
|
+
/* 64 */
|
|
11401
11870
|
/***/ (function(module, exports, __webpack_require__) {
|
|
11402
11871
|
|
|
11403
11872
|
var AWS = __webpack_require__(1);
|
|
11404
|
-
var v4Credentials = __webpack_require__(
|
|
11873
|
+
var v4Credentials = __webpack_require__(65);
|
|
11405
11874
|
var inherit = AWS.util.inherit;
|
|
11406
11875
|
|
|
11407
11876
|
/**
|
|
@@ -11618,7 +12087,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
11618
12087
|
|
|
11619
12088
|
|
|
11620
12089
|
/***/ }),
|
|
11621
|
-
/*
|
|
12090
|
+
/* 65 */
|
|
11622
12091
|
/***/ (function(module, exports, __webpack_require__) {
|
|
11623
12092
|
|
|
11624
12093
|
var AWS = __webpack_require__(1);
|
|
@@ -11724,7 +12193,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
11724
12193
|
|
|
11725
12194
|
|
|
11726
12195
|
/***/ }),
|
|
11727
|
-
/*
|
|
12196
|
+
/* 66 */
|
|
11728
12197
|
/***/ (function(module, exports, __webpack_require__) {
|
|
11729
12198
|
|
|
11730
12199
|
var AWS = __webpack_require__(1);
|
|
@@ -11905,7 +12374,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
11905
12374
|
|
|
11906
12375
|
|
|
11907
12376
|
/***/ }),
|
|
11908
|
-
/*
|
|
12377
|
+
/* 67 */
|
|
11909
12378
|
/***/ (function(module, exports, __webpack_require__) {
|
|
11910
12379
|
|
|
11911
12380
|
var AWS = __webpack_require__(1);
|
|
@@ -12030,7 +12499,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
12030
12499
|
|
|
12031
12500
|
|
|
12032
12501
|
/***/ }),
|
|
12033
|
-
/*
|
|
12502
|
+
/* 68 */
|
|
12034
12503
|
/***/ (function(module, exports, __webpack_require__) {
|
|
12035
12504
|
|
|
12036
12505
|
var AWS = __webpack_require__(1);
|