cdk-comprehend-s3olap 2.0.158 → 2.0.159

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +13 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +0 -3
  8. package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +17 -10
  9. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +371 -214
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +347 -336
  11. package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.min.json +67 -89
  12. package/node_modules/aws-sdk/apis/sts-2011-06-15.min.json +12 -3
  13. package/node_modules/aws-sdk/clients/athena.d.ts +0 -4
  14. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +11 -11
  15. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +17 -1
  16. package/node_modules/aws-sdk/clients/connect.d.ts +171 -0
  17. package/node_modules/aws-sdk/clients/ec2.d.ts +7 -6
  18. package/node_modules/aws-sdk/clients/ecs.d.ts +2 -2
  19. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +9 -9
  20. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  21. package/node_modules/aws-sdk/clients/sagemakergeospatial.d.ts +2 -31
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +40 -3
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +66 -11
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +777 -561
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -83
  26. package/node_modules/aws-sdk/lib/core.js +1 -1
  27. package/node_modules/aws-sdk/lib/protocol/json.js +19 -0
  28. package/node_modules/aws-sdk/lib/region_config_data.json +6 -1
  29. package/node_modules/aws-sdk/lib/util.js +19 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +3 -3
@@ -256,7 +256,7 @@ declare namespace MediaConvert {
256
256
  */
257
257
  CodecProfile?: AacCodecProfile;
258
258
  /**
259
- * The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output. Valid coding modes depend on the Rate control mode and Profile that you select. The following list shows the number of audio channels and channel layout for each coding mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio description data from your stereo input. For more information see ETSI TS 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. * 5.1 Surround: Five channels, C, L, R, Ls, Rs, LFE.
259
+ * The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output. Valid coding modes depend on the Rate control mode and Profile that you select. The following list shows the number of audio channels and channel layout for each coding mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio description data from your stereo input. For more information see ETSI TS 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. * 5.1 Surround: Six channels, C, L, R, Ls, Rs, LFE.
260
260
  */
261
261
  CodingMode?: AacCodingMode;
262
262
  /**
@@ -3043,7 +3043,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3043
3043
  */
3044
3044
  SegmentLengthControl?: HlsSegmentLengthControl;
3045
3045
  /**
3046
- * Number of segments to write to a subdirectory before starting a new one. directoryStructure must be SINGLE_DIRECTORY for this setting to have an effect.
3046
+ * Specify the number of segments to write to a subdirectory before starting a new one. You must also set Directory structure to Subdirectory per stream for this setting to have an effect.
3047
3047
  */
3048
3048
  SegmentsPerSubdirectory?: __integerMin1Max2147483647;
3049
3049
  /**
@@ -3200,7 +3200,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3200
3200
  export type ImscStylePassthrough = "ENABLED"|"DISABLED"|string;
3201
3201
  export interface Input {
3202
3202
  /**
3203
- * Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding. The Advanced input filter removes more types of compression artifacts and is an improvement when compared to basic Deblock and Denoise filters. To remove video compression artifacts from your input and improve the video quality: Choose Enabled. Additionally, this filter can help increase the video quality of your output relative to its bitrate, since noisy inputs are more complex and require more bits to encode. To help restore loss of detail after applying the filter, you can optionally add texture or sharpening as an additional step.Jobs that use this feature incur pro-tier pricing. To not apply advanced input filtering: Choose Disabled. Note that you can still apply basic filtering with Deblock and Denoise.
3203
+ * Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding. The Advanced input filter removes more types of compression artifacts and is an improvement when compared to basic Deblock and Denoise filters. To remove video compression artifacts from your input and improve the video quality: Choose Enabled. Additionally, this filter can help increase the video quality of your output relative to its bitrate, since noisy inputs are more complex and require more bits to encode. To help restore loss of detail after applying the filter, you can optionally add texture or sharpening as an additional step. Jobs that use this feature incur pro-tier pricing. To not apply advanced input filtering: Choose Disabled. Note that you can still apply basic filtering with Deblock and Denoise.
3204
3204
  */
3205
3205
  AdvancedInputFilter?: AdvancedInputFilter;
3206
3206
  /**
@@ -3334,7 +3334,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3334
3334
  export type InputScanType = "AUTO"|"PSF"|string;
3335
3335
  export interface InputTemplate {
3336
3336
  /**
3337
- * Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding. The Advanced input filter removes more types of compression artifacts and is an improvement when compared to basic Deblock and Denoise filters. To remove video compression artifacts from your input and improve the video quality: Choose Enabled. Additionally, this filter can help increase the video quality of your output relative to its bitrate, since noisy inputs are more complex and require more bits to encode. To help restore loss of detail after applying the filter, you can optionally add texture or sharpening as an additional step.Jobs that use this feature incur pro-tier pricing. To not apply advanced input filtering: Choose Disabled. Note that you can still apply basic filtering with Deblock and Denoise.
3337
+ * Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding. The Advanced input filter removes more types of compression artifacts and is an improvement when compared to basic Deblock and Denoise filters. To remove video compression artifacts from your input and improve the video quality: Choose Enabled. Additionally, this filter can help increase the video quality of your output relative to its bitrate, since noisy inputs are more complex and require more bits to encode. To help restore loss of detail after applying the filter, you can optionally add texture or sharpening as an additional step. Jobs that use this feature incur pro-tier pricing. To not apply advanced input filtering: Choose Disabled. Note that you can still apply basic filtering with Deblock and Denoise.
3338
3338
  */
3339
3339
  AdvancedInputFilter?: AdvancedInputFilter;
3340
3340
  /**
@@ -3768,7 +3768,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
3768
3768
  /**
3769
3769
  * Provide the HTTPS endpoint to the Kantar server. You should get this endpoint from Kantar.
3770
3770
  */
3771
- KantarServerUrl?: __stringPatternHttpsKantarmediaComFr;
3771
+ KantarServerUrl?: __stringPatternHttpsKantarmedia;
3772
3772
  /**
3773
3773
  * Optional. Specify the Amazon S3 bucket where you want MediaConvert to store your Kantar watermark XML logs. When you don't specify a bucket, MediaConvert doesn't save these logs. Note that your MediaConvert service role must provide access to this location. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html
3774
3774
  */
@@ -4623,7 +4623,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa
4623
4623
  }
4624
4624
  export type MsSmoothManifestEncoding = "UTF8"|"UTF16"|string;
4625
4625
  export type MxfAfdSignaling = "NO_COPY"|"COPY_FROM_VIDEO"|string;
4626
- export type MxfProfile = "D_10"|"XDCAM"|"OP1A"|"XAVC"|string;
4626
+ export type MxfProfile = "D_10"|"XDCAM"|"OP1A"|"XAVC"|"XDCAM_RDD9"|string;
4627
4627
  export interface MxfSettings {
4628
4628
  /**
4629
4629
  * Optional. When you have AFD signaling set up in your output video stream, use this setting to choose whether to also include it in the MXF wrapper. Choose Don't copy (NO_COPY) to exclude AFD signaling from the MXF wrapper. Choose Copy from video stream (COPY_FROM_VIDEO) to copy the AFD values from the video stream for this output to the MXF wrapper. Regardless of which option you choose, the AFD values remain in the video stream. Related settings: To set up your output to include or exclude AFD values, see AfdSignaling, under VideoDescription. On the console, find AFD signaling under the output's video encoding settings.
@@ -5657,7 +5657,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa
5657
5657
  */
5658
5658
  FixedAfd?: __integerMin0Max15;
5659
5659
  /**
5660
- * Use the Height (Height) setting to define the video resolution height for this output. Specify in pixels. If you don't provide a value here, the service will use the input height.
5660
+ * Use Height to define the video resolution height, in pixels, for this output. To use the same resolution as your input: Leave both Width and Height blank. To evenly scale from your input resolution: Leave Height blank and enter a value for Width. For example, if your input is 1920x1080 and you set Width to 1280, your output will be 1280x720.
5661
5661
  */
5662
5662
  Height?: __integerMin32Max8192;
5663
5663
  /**
@@ -5685,7 +5685,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa
5685
5685
  */
5686
5686
  VideoPreprocessors?: VideoPreprocessor;
5687
5687
  /**
5688
- * Use Width (Width) to define the video resolution width, in pixels, for this output. If you don't provide a value here, the service will use the input width.
5688
+ * Use Width to define the video resolution width, in pixels, for this output. To use the same resolution as your input: Leave both Width and Height blank. To evenly scale from your input resolution: Leave Width blank and enter a value for Height. For example, if your input is 1920x1080 and you set Height to 720, your output will be 1280x720.
5689
5689
  */
5690
5690
  Width?: __integerMin32Max8192;
5691
5691
  }
@@ -6334,7 +6334,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa
6334
6334
  export type __stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932 = string;
6335
6335
  export type __stringPatternDD = string;
6336
6336
  export type __stringPatternHttps = string;
6337
- export type __stringPatternHttpsKantarmediaComFr = string;
6337
+ export type __stringPatternHttpsKantarmedia = string;
6338
6338
  export type __stringPatternIdentityAZaZ26AZaZ09163 = string;
6339
6339
  export type __stringPatternS3 = string;
6340
6340
  export type __stringPatternS3ASSETMAPXml = string;
@@ -6707,7 +6707,7 @@ declare namespace RDS {
6707
6707
  */
6708
6708
  DBSnapshotIdentifier: String;
6709
6709
  /**
6710
- * The engine version to upgrade the DB snapshot to. The following are the database engines and engine versions that are available when you upgrade a DB snapshot. MySQL 5.5.46 (supported for 5.1 DB snapshots) Oracle 12.1.0.2.v8 (supported for 12.1.0.1 DB snapshots) 11.2.0.4.v12 (supported for 11.2.0.2 DB snapshots) 11.2.0.4.v11 (supported for 11.2.0.3 DB snapshots) PostgreSQL For the list of engine versions that are available for upgrading a DB snapshot, see Upgrading the PostgreSQL DB Engine for Amazon RDS.
6710
+ * The engine version to upgrade the DB snapshot to. The following are the database engines and engine versions that are available when you upgrade a DB snapshot. MySQL 5.5.46 (supported for 5.1 DB snapshots) Oracle 19.0.0.0.ru-2022-01.rur-2022-01.r1 (supported for 12.2.0.1 DB snapshots) 19.0.0.0.ru-2022-07.rur-2022-07.r1 (supported for 12.1.0.2 DB snapshots) 12.1.0.2.v8 (supported for 12.1.0.1 DB snapshots) 11.2.0.4.v12 (supported for 11.2.0.2 DB snapshots) 11.2.0.4.v11 (supported for 11.2.0.3 DB snapshots) PostgreSQL For the list of engine versions that are available for upgrading a DB snapshot, see Upgrading the PostgreSQL DB Engine for Amazon RDS.
6711
6711
  */
6712
6712
  EngineVersion?: String;
6713
6713
  /**
@@ -274,12 +274,6 @@ declare namespace SageMakerGeospatial {
274
274
  */
275
275
  UpperBound: Float;
276
276
  }
277
- export interface EojDataSourceConfigInput {
278
- /**
279
- * The input structure for S3Data; representing the Amazon S3 location of the input data objects.
280
- */
281
- S3Data?: S3DataInput;
282
- }
283
277
  export type ExecutionRoleArn = string;
284
278
  export interface ExportEarthObservationJobInput {
285
279
  /**
@@ -675,10 +669,6 @@ declare namespace SageMakerGeospatial {
675
669
  export type GroupBy = "ALL"|"YEARLY"|string;
676
670
  export type ImageSourceBandList = String[];
677
671
  export interface InputConfigInput {
678
- /**
679
- * The location of the input data.>
680
- */
681
- DataSourceConfig?: EojDataSourceConfigInput;
682
672
  /**
683
673
  * The Amazon Resource Name (ARN) of the previous Earth Observation job.
684
674
  */
@@ -689,10 +679,6 @@ declare namespace SageMakerGeospatial {
689
679
  RasterDataCollectionQuery?: RasterDataCollectionQueryInput;
690
680
  }
691
681
  export interface InputConfigOutput {
692
- /**
693
- * The location of the input data.
694
- */
695
- DataSourceConfig?: EojDataSourceConfigInput;
696
682
  /**
697
683
  * The Amazon Resource Name (ARN) of the previous Earth Observation job.
698
684
  */
@@ -958,7 +944,6 @@ declare namespace SageMakerGeospatial {
958
944
  */
959
945
  YAttributeName: String;
960
946
  }
961
- export type MetadataProvider = "PLANET_ORDER"|string;
962
947
  export interface MultiPolygonGeometryInput {
963
948
  /**
964
949
  * The coordinates of the multipolygon geometry.
@@ -1213,20 +1198,6 @@ declare namespace SageMakerGeospatial {
1213
1198
  */
1214
1199
  YAttributeName: String;
1215
1200
  }
1216
- export interface S3DataInput {
1217
- /**
1218
- * The Key Management Service key ID for server-side encryption.
1219
- */
1220
- KmsKeyId?: KmsKey;
1221
- /**
1222
- * Metadata provider from whom the Amazon S3 data has been acquired.
1223
- */
1224
- MetadataProvider: MetadataProvider;
1225
- /**
1226
- * The URL to the Amazon S3 input.
1227
- */
1228
- S3Uri: S3Uri;
1229
- }
1230
1201
  export type S3Uri = string;
1231
1202
  export interface SearchRasterDataCollectionInput {
1232
1203
  /**
@@ -1275,7 +1246,7 @@ declare namespace SageMakerGeospatial {
1275
1246
  /**
1276
1247
  * The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
1277
1248
  */
1278
- ExecutionRoleArn?: ExecutionRoleArn;
1249
+ ExecutionRoleArn: ExecutionRoleArn;
1279
1250
  /**
1280
1251
  * Input configuration information for the Earth Observation job.
1281
1252
  */
@@ -1315,7 +1286,7 @@ declare namespace SageMakerGeospatial {
1315
1286
  /**
1316
1287
  * The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
1317
1288
  */
1318
- ExecutionRoleArn?: ExecutionRoleArn;
1289
+ ExecutionRoleArn: ExecutionRoleArn;
1319
1290
  /**
1320
1291
  * Input configuration information for the Earth Observation job.
1321
1292
  */
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1379.0',
86
+ VERSION: '2.1380.0',
87
87
 
88
88
  /**
89
89
  * @api private
@@ -789,7 +789,25 @@ return /******/ (function(modules) { // webpackBootstrap
789
789
  err.name = String(options && options.name || err.name || err.code || 'Error');
790
790
  err.time = new Date();
791
791
 
792
- if (originalError) err.originalError = originalError;
792
+ if (originalError) {
793
+ err.originalError = originalError;
794
+ }
795
+
796
+
797
+ for (var key in options || {}) {
798
+ if (key[0] === '[' && key[key.length - 1] === ']') {
799
+ key = key.slice(1, -1);
800
+ if (key === 'code' || key === 'message') {
801
+ continue;
802
+ }
803
+ err['[' + key + ']'] = 'See error.' + key + ' for details.';
804
+ Object.defineProperty(err, key, {
805
+ value: err[key] || (options && options[key]) || (originalError && originalError[key]),
806
+ enumerable: false,
807
+ writable: true
808
+ });
809
+ }
810
+ }
793
811
 
794
812
  return err;
795
813
  },
@@ -2463,6 +2481,7 @@ return /******/ (function(modules) { // webpackBootstrap
2463
2481
  if (httpResponse.body.length > 0) {
2464
2482
  try {
2465
2483
  var e = JSON.parse(httpResponse.body.toString());
2484
+
2466
2485
  var code = e.__type || e.code || e.Code;
2467
2486
  if (code) {
2468
2487
  error.code = code.split('#').pop();
@@ -2472,6 +2491,24 @@ return /******/ (function(modules) { // webpackBootstrap
2472
2491
  } else {
2473
2492
  error.message = (e.message || e.Message || null);
2474
2493
  }
2494
+
2495
+ // The minimized models do not have error shapes, so
2496
+ // without expanding the model size, it's not possible
2497
+ // to validate the response shape (members) or
2498
+ // check if any are sensitive to logging.
2499
+
2500
+ // Assign the fields as non-enumerable, allowing specific access only.
2501
+ for (var key in e || {}) {
2502
+ if (key === 'code' || key === 'message') {
2503
+ continue;
2504
+ }
2505
+ error['[' + key + ']'] = 'See error.' + key + ' for details.';
2506
+ Object.defineProperty(error, key, {
2507
+ value: e[key],
2508
+ enumerable: false,
2509
+ writable: true
2510
+ });
2511
+ }
2475
2512
  } catch (e) {
2476
2513
  error.statusCode = httpResponse.statusCode;
2477
2514
  error.message = httpResponse.statusMessage;
@@ -5717,7 +5754,7 @@ return /******/ (function(modules) { // webpackBootstrap
5717
5754
  /* 44 */
5718
5755
  /***/ (function(module, exports) {
5719
5756
 
5720
- 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"},"*/resource-explorer-2":"dualstackByDefault","*/kendra-ranking":"dualstackByDefault","*/internetmonitor":"dualstackByDefault","*/codecatalyst":"globalDualstackByDefault"},"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-*/cloudformation":"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"},"*/resource-explorer-2":"fipsDualstackByDefault","*/kendra-ranking":"dualstackByDefault","*/internetmonitor":"dualstackByDefault","*/codecatalyst":"fipsGlobalDualstackByDefault"},"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"},"dualstackByDefault":{"endpoint":"{service}.{region}.api.aws"},"fipsDualstackByDefault":{"endpoint":"{service}-fips.{region}.api.aws"},"globalDualstackByDefault":{"endpoint":"{service}.global.api.aws"},"fipsGlobalDualstackByDefault":{"endpoint":"{service}-fips.global.api.aws"}}}
5757
+ 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-iso-*/iam":{"endpoint":"{service}.us-iso-east-1.c2s.ic.gov","globalEndpoint":true,"signingRegion":"us-iso-east-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"},"*/resource-explorer-2":"dualstackByDefault","*/kendra-ranking":"dualstackByDefault","*/internetmonitor":"dualstackByDefault","*/codecatalyst":"globalDualstackByDefault"},"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-*/cloudformation":"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"},"*/resource-explorer-2":"fipsDualstackByDefault","*/kendra-ranking":"dualstackByDefault","*/internetmonitor":"dualstackByDefault","*/codecatalyst":"fipsGlobalDualstackByDefault"},"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"},"dualstackByDefault":{"endpoint":"{service}.{region}.api.aws"},"fipsDualstackByDefault":{"endpoint":"{service}-fips.{region}.api.aws"},"globalDualstackByDefault":{"endpoint":"{service}.global.api.aws"},"fipsGlobalDualstackByDefault":{"endpoint":"{service}-fips.global.api.aws"}}}
5721
5758
 
5722
5759
  /***/ }),
5723
5760
  /* 45 */