cdk-lambda-subminute 2.0.431 → 2.0.432
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/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +1 -2
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +56 -55
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +602 -82
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +23 -3
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +35 -25
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +83 -6
- package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +131 -8
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +299 -43
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +120 -87
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +203 -82
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +35 -35
- package/node_modules/aws-sdk/clients/ec2.d.ts +33 -33
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +5 -0
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +604 -19
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +71 -40
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +18 -2
- package/node_modules/aws-sdk/clients/m2.d.ts +88 -1
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +154 -0
- package/node_modules/aws-sdk/clients/outposts.d.ts +263 -4
- package/node_modules/aws-sdk/clients/qbusiness.d.ts +381 -321
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +8 -8
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/region_config_data.json +4 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -203,6 +203,10 @@ declare class WellArchitected extends Service {
|
|
203
203
|
* Get a consolidated report of your workloads. You can optionally choose to include workloads that have been shared with you.
|
204
204
|
*/
|
205
205
|
getConsolidatedReport(callback?: (err: AWSError, data: WellArchitected.Types.GetConsolidatedReportOutput) => void): Request<WellArchitected.Types.GetConsolidatedReportOutput, AWSError>;
|
206
|
+
/**
|
207
|
+
* Global settings for all workloads.
|
208
|
+
*/
|
209
|
+
getGlobalSettings(callback?: (err: AWSError, data: WellArchitected.Types.GetGlobalSettingsOutput) => void): Request<WellArchitected.Types.GetGlobalSettingsOutput, AWSError>;
|
206
210
|
/**
|
207
211
|
* Get an existing lens.
|
208
212
|
*/
|
@@ -324,11 +328,11 @@ declare class WellArchitected extends Service {
|
|
324
328
|
*/
|
325
329
|
listCheckSummaries(callback?: (err: AWSError, data: WellArchitected.Types.ListCheckSummariesOutput) => void): Request<WellArchitected.Types.ListCheckSummariesOutput, AWSError>;
|
326
330
|
/**
|
327
|
-
* List lens review
|
331
|
+
* List the improvements of a particular lens review.
|
328
332
|
*/
|
329
333
|
listLensReviewImprovements(params: WellArchitected.Types.ListLensReviewImprovementsInput, callback?: (err: AWSError, data: WellArchitected.Types.ListLensReviewImprovementsOutput) => void): Request<WellArchitected.Types.ListLensReviewImprovementsOutput, AWSError>;
|
330
334
|
/**
|
331
|
-
* List lens review
|
335
|
+
* List the improvements of a particular lens review.
|
332
336
|
*/
|
333
337
|
listLensReviewImprovements(callback?: (err: AWSError, data: WellArchitected.Types.ListLensReviewImprovementsOutput) => void): Request<WellArchitected.Types.ListLensReviewImprovementsOutput, AWSError>;
|
334
338
|
/**
|
@@ -476,13 +480,21 @@ declare class WellArchitected extends Service {
|
|
476
480
|
*/
|
477
481
|
updateAnswer(callback?: (err: AWSError, data: WellArchitected.Types.UpdateAnswerOutput) => void): Request<WellArchitected.Types.UpdateAnswerOutput, AWSError>;
|
478
482
|
/**
|
479
|
-
*
|
483
|
+
* Update whether the Amazon Web Services account is opted into organization sharing and discovery integration features.
|
480
484
|
*/
|
481
485
|
updateGlobalSettings(params: WellArchitected.Types.UpdateGlobalSettingsInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
482
486
|
/**
|
483
|
-
*
|
487
|
+
* Update whether the Amazon Web Services account is opted into organization sharing and discovery integration features.
|
484
488
|
*/
|
485
489
|
updateGlobalSettings(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
490
|
+
/**
|
491
|
+
* Update integration features.
|
492
|
+
*/
|
493
|
+
updateIntegration(params: WellArchitected.Types.UpdateIntegrationInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
494
|
+
/**
|
495
|
+
* Update integration features.
|
496
|
+
*/
|
497
|
+
updateIntegration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
486
498
|
/**
|
487
499
|
* Update lens review for a particular workload.
|
488
500
|
*/
|
@@ -573,6 +585,51 @@ declare class WellArchitected extends Service {
|
|
573
585
|
upgradeReviewTemplateLensReview(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
574
586
|
}
|
575
587
|
declare namespace WellArchitected {
|
588
|
+
export interface AccountJiraConfigurationInput {
|
589
|
+
/**
|
590
|
+
* Account-level: Jira issue management status.
|
591
|
+
*/
|
592
|
+
IssueManagementStatus?: AccountJiraIssueManagementStatus;
|
593
|
+
/**
|
594
|
+
* Account-level: Jira issue management type.
|
595
|
+
*/
|
596
|
+
IssueManagementType?: IssueManagementType;
|
597
|
+
/**
|
598
|
+
* Account-level: Jira project key to sync workloads to.
|
599
|
+
*/
|
600
|
+
JiraProjectKey?: JiraProjectKey;
|
601
|
+
/**
|
602
|
+
* Account-level: Configuration status of the Jira integration.
|
603
|
+
*/
|
604
|
+
IntegrationStatus?: IntegrationStatusInput;
|
605
|
+
}
|
606
|
+
export interface AccountJiraConfigurationOutput {
|
607
|
+
/**
|
608
|
+
* Account-level: Configuration status of the Jira integration.
|
609
|
+
*/
|
610
|
+
IntegrationStatus?: IntegrationStatus;
|
611
|
+
/**
|
612
|
+
* Account-level: Jira issue management status.
|
613
|
+
*/
|
614
|
+
IssueManagementStatus?: AccountJiraIssueManagementStatus;
|
615
|
+
/**
|
616
|
+
* Account-level: Jira issue management type.
|
617
|
+
*/
|
618
|
+
IssueManagementType?: IssueManagementType;
|
619
|
+
/**
|
620
|
+
* Account-level: Jira subdomain URL.
|
621
|
+
*/
|
622
|
+
Subdomain?: Subdomain;
|
623
|
+
/**
|
624
|
+
* Account-level: Jira project key to sync workloads to.
|
625
|
+
*/
|
626
|
+
JiraProjectKey?: JiraProjectKey;
|
627
|
+
/**
|
628
|
+
* Account-level: Status message on configuration of the Jira integration.
|
629
|
+
*/
|
630
|
+
StatusMessage?: StatusMessage;
|
631
|
+
}
|
632
|
+
export type AccountJiraIssueManagementStatus = "ENABLED"|"DISABLED"|string;
|
576
633
|
export type AccountSummary = {[key: string]: CheckStatusCount};
|
577
634
|
export type AdditionalResourceType = "HELPFUL_RESOURCE"|"IMPROVEMENT_PLAN"|string;
|
578
635
|
export interface AdditionalResources {
|
@@ -610,6 +667,10 @@ declare namespace WellArchitected {
|
|
610
667
|
* The reason why the question is not applicable to your workload.
|
611
668
|
*/
|
612
669
|
Reason?: AnswerReason;
|
670
|
+
/**
|
671
|
+
* Configuration of the Jira integration.
|
672
|
+
*/
|
673
|
+
JiraConfiguration?: JiraConfiguration;
|
613
674
|
}
|
614
675
|
export type AnswerReason = "OUT_OF_SCOPE"|"BUSINESS_PRIORITIES"|"ARCHITECTURE_CONSTRAINTS"|"OTHER"|"NONE"|string;
|
615
676
|
export type AnswerSummaries = AnswerSummary[];
|
@@ -633,6 +694,10 @@ declare namespace WellArchitected {
|
|
633
694
|
* The type of the question.
|
634
695
|
*/
|
635
696
|
QuestionType?: QuestionType;
|
697
|
+
/**
|
698
|
+
* Configuration of the Jira integration.
|
699
|
+
*/
|
700
|
+
JiraConfiguration?: JiraConfiguration;
|
636
701
|
}
|
637
702
|
export type ApplicationArn = string;
|
638
703
|
export interface AssociateLensesInput {
|
@@ -1005,6 +1070,10 @@ declare namespace WellArchitected {
|
|
1005
1070
|
* The list of review template ARNs to associate with the workload.
|
1006
1071
|
*/
|
1007
1072
|
ReviewTemplateArns?: ReviewTemplateArns;
|
1073
|
+
/**
|
1074
|
+
* Jira configuration settings when creating a workload.
|
1075
|
+
*/
|
1076
|
+
JiraConfiguration?: WorkloadJiraConfigurationInput;
|
1008
1077
|
}
|
1009
1078
|
export interface CreateWorkloadOutput {
|
1010
1079
|
WorkloadId?: WorkloadId;
|
@@ -1141,6 +1210,20 @@ declare namespace WellArchitected {
|
|
1141
1210
|
NextToken?: NextToken;
|
1142
1211
|
Base64String?: Base64String;
|
1143
1212
|
}
|
1213
|
+
export interface GetGlobalSettingsOutput {
|
1214
|
+
/**
|
1215
|
+
* Amazon Web Services Organizations sharing status.
|
1216
|
+
*/
|
1217
|
+
OrganizationSharingStatus?: OrganizationSharingStatus;
|
1218
|
+
/**
|
1219
|
+
* Discovery integration status.
|
1220
|
+
*/
|
1221
|
+
DiscoveryIntegrationStatus?: DiscoveryIntegrationStatus;
|
1222
|
+
/**
|
1223
|
+
* Jira configuration status.
|
1224
|
+
*/
|
1225
|
+
JiraConfiguration?: AccountJiraConfigurationOutput;
|
1226
|
+
}
|
1144
1227
|
export interface GetLensInput {
|
1145
1228
|
LensAlias: LensAlias;
|
1146
1229
|
/**
|
@@ -1327,11 +1410,34 @@ declare namespace WellArchitected {
|
|
1327
1410
|
* The improvement plan details.
|
1328
1411
|
*/
|
1329
1412
|
ImprovementPlans?: ChoiceImprovementPlans;
|
1413
|
+
/**
|
1414
|
+
* Configuration of the Jira integration.
|
1415
|
+
*/
|
1416
|
+
JiraConfiguration?: JiraConfiguration;
|
1330
1417
|
}
|
1331
1418
|
export type IncludeSharedResources = boolean;
|
1419
|
+
export type IntegratingService = "JIRA"|string;
|
1420
|
+
export type IntegrationStatus = "CONFIGURED"|"NOT_CONFIGURED"|string;
|
1421
|
+
export type IntegrationStatusInput = "NOT_CONFIGURED"|string;
|
1332
1422
|
export type IsApplicable = boolean;
|
1333
1423
|
export type IsMajorVersion = boolean;
|
1334
1424
|
export type IsReviewOwnerUpdateAcknowledged = boolean;
|
1425
|
+
export type IssueManagementType = "AUTO"|"MANUAL"|string;
|
1426
|
+
export interface JiraConfiguration {
|
1427
|
+
/**
|
1428
|
+
* The URL of the associated Jira issue.
|
1429
|
+
*/
|
1430
|
+
JiraIssueUrl?: JiraIssueUrl;
|
1431
|
+
LastSyncedTime?: Timestamp;
|
1432
|
+
}
|
1433
|
+
export type JiraIssueUrl = string;
|
1434
|
+
export type JiraProjectKey = string;
|
1435
|
+
export interface JiraSelectedQuestionConfiguration {
|
1436
|
+
/**
|
1437
|
+
* Selected pillars in the workload.
|
1438
|
+
*/
|
1439
|
+
SelectedPillars?: SelectedPillars;
|
1440
|
+
}
|
1335
1441
|
export interface Lens {
|
1336
1442
|
/**
|
1337
1443
|
* The ARN of a lens.
|
@@ -1392,6 +1498,10 @@ declare namespace WellArchitected {
|
|
1392
1498
|
*/
|
1393
1499
|
LensStatus?: LensStatus;
|
1394
1500
|
PillarReviewSummaries?: PillarReviewSummaries;
|
1501
|
+
/**
|
1502
|
+
* Jira configuration status of the Lens review.
|
1503
|
+
*/
|
1504
|
+
JiraConfiguration?: JiraSelectedQuestionConfiguration;
|
1395
1505
|
UpdatedAt?: Timestamp;
|
1396
1506
|
Notes?: Notes;
|
1397
1507
|
RiskCounts?: RiskCounts;
|
@@ -2285,7 +2395,17 @@ declare namespace WellArchitected {
|
|
2285
2395
|
export type RiskCounts = {[key: string]: Count};
|
2286
2396
|
export type SelectedChoiceIds = ChoiceId[];
|
2287
2397
|
export type SelectedChoices = ChoiceId[];
|
2398
|
+
export interface SelectedPillar {
|
2399
|
+
PillarId?: PillarId;
|
2400
|
+
/**
|
2401
|
+
* Selected question IDs in the selected pillar.
|
2402
|
+
*/
|
2403
|
+
SelectedQuestionIds?: SelectedQuestionIds;
|
2404
|
+
}
|
2405
|
+
export type SelectedPillars = SelectedPillar[];
|
2288
2406
|
export type SelectedProfileChoiceIds = ChoiceId[];
|
2407
|
+
export type SelectedQuestionId = string;
|
2408
|
+
export type SelectedQuestionIds = SelectedQuestionId[];
|
2289
2409
|
export type ShareId = string;
|
2290
2410
|
export interface ShareInvitation {
|
2291
2411
|
/**
|
@@ -2355,6 +2475,7 @@ declare namespace WellArchitected {
|
|
2355
2475
|
export type SharedWith = string;
|
2356
2476
|
export type SharedWithPrefix = string;
|
2357
2477
|
export type StatusMessage = string;
|
2478
|
+
export type Subdomain = string;
|
2358
2479
|
export type TagKey = string;
|
2359
2480
|
export type TagKeyList = TagKey[];
|
2360
2481
|
export type TagMap = {[key: string]: TagValue};
|
@@ -2428,12 +2549,28 @@ declare namespace WellArchitected {
|
|
2428
2549
|
* The status of discovery support settings.
|
2429
2550
|
*/
|
2430
2551
|
DiscoveryIntegrationStatus?: DiscoveryIntegrationStatus;
|
2552
|
+
/**
|
2553
|
+
* The status of Jira integration settings.
|
2554
|
+
*/
|
2555
|
+
JiraConfiguration?: AccountJiraConfigurationInput;
|
2556
|
+
}
|
2557
|
+
export interface UpdateIntegrationInput {
|
2558
|
+
WorkloadId: WorkloadId;
|
2559
|
+
ClientRequestToken: ClientRequestToken;
|
2560
|
+
/**
|
2561
|
+
* Which integrated service to update.
|
2562
|
+
*/
|
2563
|
+
IntegratingService: IntegratingService;
|
2431
2564
|
}
|
2432
2565
|
export interface UpdateLensReviewInput {
|
2433
2566
|
WorkloadId: WorkloadId;
|
2434
2567
|
LensAlias: LensAlias;
|
2435
2568
|
LensNotes?: Notes;
|
2436
2569
|
PillarNotes?: PillarNotes;
|
2570
|
+
/**
|
2571
|
+
* Configuration of the Jira integration.
|
2572
|
+
*/
|
2573
|
+
JiraConfiguration?: JiraSelectedQuestionConfiguration;
|
2437
2574
|
}
|
2438
2575
|
export interface UpdateLensReviewOutput {
|
2439
2576
|
WorkloadId?: WorkloadId;
|
@@ -2577,6 +2714,10 @@ declare namespace WellArchitected {
|
|
2577
2714
|
* List of AppRegistry application ARNs to associate to the workload.
|
2578
2715
|
*/
|
2579
2716
|
Applications?: WorkloadApplications;
|
2717
|
+
/**
|
2718
|
+
* Configuration of the Jira integration.
|
2719
|
+
*/
|
2720
|
+
JiraConfiguration?: WorkloadJiraConfigurationInput;
|
2580
2721
|
}
|
2581
2722
|
export interface UpdateWorkloadOutput {
|
2582
2723
|
Workload?: Workload;
|
@@ -2666,6 +2807,10 @@ declare namespace WellArchitected {
|
|
2666
2807
|
*/
|
2667
2808
|
Profiles?: WorkloadProfiles;
|
2668
2809
|
PrioritizedRiskCounts?: RiskCounts;
|
2810
|
+
/**
|
2811
|
+
* Jira configuration for a specific workload.
|
2812
|
+
*/
|
2813
|
+
JiraConfiguration?: WorkloadJiraConfigurationOutput;
|
2669
2814
|
}
|
2670
2815
|
export type WorkloadAccountIds = AwsAccountId[];
|
2671
2816
|
export type WorkloadApplications = ApplicationArn[];
|
@@ -2688,6 +2833,39 @@ declare namespace WellArchitected {
|
|
2688
2833
|
export type WorkloadImprovementStatus = "NOT_APPLICABLE"|"NOT_STARTED"|"IN_PROGRESS"|"COMPLETE"|"RISK_ACKNOWLEDGED"|string;
|
2689
2834
|
export type WorkloadIndustry = string;
|
2690
2835
|
export type WorkloadIndustryType = string;
|
2836
|
+
export type WorkloadIssueManagementStatus = "ENABLED"|"DISABLED"|"INHERIT"|string;
|
2837
|
+
export interface WorkloadJiraConfigurationInput {
|
2838
|
+
/**
|
2839
|
+
* Workload-level: Jira issue management status.
|
2840
|
+
*/
|
2841
|
+
IssueManagementStatus?: WorkloadIssueManagementStatus;
|
2842
|
+
/**
|
2843
|
+
* Workload-level: Jira issue management type.
|
2844
|
+
*/
|
2845
|
+
IssueManagementType?: IssueManagementType;
|
2846
|
+
/**
|
2847
|
+
* Workload-level: Jira project key to sync workloads to.
|
2848
|
+
*/
|
2849
|
+
JiraProjectKey?: JiraProjectKey;
|
2850
|
+
}
|
2851
|
+
export interface WorkloadJiraConfigurationOutput {
|
2852
|
+
/**
|
2853
|
+
* Workload-level: Jira issue management status.
|
2854
|
+
*/
|
2855
|
+
IssueManagementStatus?: WorkloadIssueManagementStatus;
|
2856
|
+
/**
|
2857
|
+
* Workload-level: Jira issue management type.
|
2858
|
+
*/
|
2859
|
+
IssueManagementType?: IssueManagementType;
|
2860
|
+
/**
|
2861
|
+
* Workload-level: Jira project key to sync workloads to.
|
2862
|
+
*/
|
2863
|
+
JiraProjectKey?: JiraProjectKey;
|
2864
|
+
/**
|
2865
|
+
* Workload-level: Status message on configuration of the Jira integration.
|
2866
|
+
*/
|
2867
|
+
StatusMessage?: StatusMessage;
|
2868
|
+
}
|
2691
2869
|
export type WorkloadLenses = LensAlias[];
|
2692
2870
|
export type WorkloadName = string;
|
2693
2871
|
export type WorkloadNamePrefix = string;
|
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
83
83
|
/**
|
84
84
|
* @constant
|
85
85
|
*/
|
86
|
-
VERSION: '2.
|
86
|
+
VERSION: '2.1601.0',
|
87
87
|
|
88
88
|
/**
|
89
89
|
* @api private
|
@@ -5759,7 +5759,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
5759
5759
|
/* 44 */
|
5760
5760
|
/***/ (function(module, exports) {
|
5761
5761
|
|
5762
|
-
module.exports = {"rules":{"*/*":{"endpoint":"{service}.{region}.amazonaws.com"},"cn-*/*":{"endpoint":"{service}.{region}.amazonaws.com.cn"},"eu-isoe-*/*":"euIsoe","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","*/ce":{"endpoint":"{service}.us-east-1.amazonaws.com","globalEndpoint":true,"signingRegion":"us-east-1"},"cn-*/ce":{"endpoint":"{service}.cn-northwest-1.amazonaws.com.cn","globalEndpoint":true,"signingRegion":"cn-northwest-1"},"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-*/models.lex":"fips.models.lex","us-gov-*/runtime.lex":"fips.runtime.lex","us-gov-*/access-analyzer":"fipsWithServiceOnly","us-gov-*/acm":"fipsWithServiceOnly","us-gov-*/acm-pca":"fipsWithServiceOnly","us-gov-*/api.sagemaker":"fipsWithServiceOnly","us-gov-*/appconfig":"fipsWithServiceOnly","us-gov-*/application-autoscaling":"fipsWithServiceOnly","us-gov-*/autoscaling":"fipsWithServiceOnly","us-gov-*/autoscaling-plans":"fipsWithServiceOnly","us-gov-*/batch":"fipsWithServiceOnly","us-gov-*/cassandra":"fipsWithServiceOnly","us-gov-*/clouddirectory":"fipsWithServiceOnly","us-gov-*/cloudformation":"fipsWithServiceOnly","us-gov-*/cloudshell":"fipsWithServiceOnly","us-gov-*/cloudtrail":"fipsWithServiceOnly","us-gov-*/config":"fipsWithServiceOnly","us-gov-*/connect":"fipsWithServiceOnly","us-gov-*/databrew":"fipsWithServiceOnly","us-gov-*/dlm":"fipsWithServiceOnly","us-gov-*/dms":"fipsWithServiceOnly","us-gov-*/dynamodb":"fipsWithServiceOnly","us-gov-*/ec2":"fipsWithServiceOnly","us-gov-*/eks":"fipsWithServiceOnly","us-gov-*/elasticache":"fipsWithServiceOnly","us-gov-*/elasticbeanstalk":"fipsWithServiceOnly","us-gov-*/elasticloadbalancing":"fipsWithServiceOnly","us-gov-*/elasticmapreduce":"fipsWithServiceOnly","us-gov-*/events":"fipsWithServiceOnly","us-gov-*/fis":"fipsWithServiceOnly","us-gov-*/glacier":"fipsWithServiceOnly","us-gov-*/greengrass":"fipsWithServiceOnly","us-gov-*/guardduty":"fipsWithServiceOnly","us-gov-*/identitystore":"fipsWithServiceOnly","us-gov-*/imagebuilder":"fipsWithServiceOnly","us-gov-*/kafka":"fipsWithServiceOnly","us-gov-*/kinesis":"fipsWithServiceOnly","us-gov-*/logs":"fipsWithServiceOnly","us-gov-*/mediaconvert":"fipsWithServiceOnly","us-gov-*/monitoring":"fipsWithServiceOnly","us-gov-*/networkmanager":"fipsWithServiceOnly","us-gov-*/organizations":"fipsWithServiceOnly","us-gov-*/outposts":"fipsWithServiceOnly","us-gov-*/participant.connect":"fipsWithServiceOnly","us-gov-*/ram":"fipsWithServiceOnly","us-gov-*/rds":"fipsWithServiceOnly","us-gov-*/redshift":"fipsWithServiceOnly","us-gov-*/resource-groups":"fipsWithServiceOnly","us-gov-*/runtime.sagemaker":"fipsWithServiceOnly","us-gov-*/serverlessrepo":"fipsWithServiceOnly","us-gov-*/servicecatalog-appregistry":"fipsWithServiceOnly","us-gov-*/servicequotas":"fipsWithServiceOnly","us-gov-*/sns":"fipsWithServiceOnly","us-gov-*/sqs":"fipsWithServiceOnly","us-gov-*/ssm":"fipsWithServiceOnly","us-gov-*/streams.dynamodb":"fipsWithServiceOnly","us-gov-*/sts":"fipsWithServiceOnly","us-gov-*/support":"fipsWithServiceOnly","us-gov-*/swf":"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"},"euIsoe":{"endpoint":"{service}.{region}.cloud.adc-e.uk"},"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"}}}
|
5762
|
+
module.exports = {"rules":{"*/*":{"endpoint":"{service}.{region}.amazonaws.com"},"cn-*/*":{"endpoint":"{service}.{region}.amazonaws.com.cn"},"eu-isoe-*/*":"euIsoe","us-iso-*/*":"usIso","us-isob-*/*":"usIsob","us-isof-*/*":"usIsof","*/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","*/ce":{"endpoint":"{service}.us-east-1.amazonaws.com","globalEndpoint":true,"signingRegion":"us-east-1"},"cn-*/ce":{"endpoint":"{service}.cn-northwest-1.amazonaws.com.cn","globalEndpoint":true,"signingRegion":"cn-northwest-1"},"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-*/models.lex":"fips.models.lex","us-gov-*/runtime.lex":"fips.runtime.lex","us-gov-*/access-analyzer":"fipsWithServiceOnly","us-gov-*/acm":"fipsWithServiceOnly","us-gov-*/acm-pca":"fipsWithServiceOnly","us-gov-*/api.sagemaker":"fipsWithServiceOnly","us-gov-*/appconfig":"fipsWithServiceOnly","us-gov-*/application-autoscaling":"fipsWithServiceOnly","us-gov-*/autoscaling":"fipsWithServiceOnly","us-gov-*/autoscaling-plans":"fipsWithServiceOnly","us-gov-*/batch":"fipsWithServiceOnly","us-gov-*/cassandra":"fipsWithServiceOnly","us-gov-*/clouddirectory":"fipsWithServiceOnly","us-gov-*/cloudformation":"fipsWithServiceOnly","us-gov-*/cloudshell":"fipsWithServiceOnly","us-gov-*/cloudtrail":"fipsWithServiceOnly","us-gov-*/config":"fipsWithServiceOnly","us-gov-*/connect":"fipsWithServiceOnly","us-gov-*/databrew":"fipsWithServiceOnly","us-gov-*/dlm":"fipsWithServiceOnly","us-gov-*/dms":"fipsWithServiceOnly","us-gov-*/dynamodb":"fipsWithServiceOnly","us-gov-*/ec2":"fipsWithServiceOnly","us-gov-*/eks":"fipsWithServiceOnly","us-gov-*/elasticache":"fipsWithServiceOnly","us-gov-*/elasticbeanstalk":"fipsWithServiceOnly","us-gov-*/elasticloadbalancing":"fipsWithServiceOnly","us-gov-*/elasticmapreduce":"fipsWithServiceOnly","us-gov-*/events":"fipsWithServiceOnly","us-gov-*/fis":"fipsWithServiceOnly","us-gov-*/glacier":"fipsWithServiceOnly","us-gov-*/greengrass":"fipsWithServiceOnly","us-gov-*/guardduty":"fipsWithServiceOnly","us-gov-*/identitystore":"fipsWithServiceOnly","us-gov-*/imagebuilder":"fipsWithServiceOnly","us-gov-*/kafka":"fipsWithServiceOnly","us-gov-*/kinesis":"fipsWithServiceOnly","us-gov-*/logs":"fipsWithServiceOnly","us-gov-*/mediaconvert":"fipsWithServiceOnly","us-gov-*/monitoring":"fipsWithServiceOnly","us-gov-*/networkmanager":"fipsWithServiceOnly","us-gov-*/organizations":"fipsWithServiceOnly","us-gov-*/outposts":"fipsWithServiceOnly","us-gov-*/participant.connect":"fipsWithServiceOnly","us-gov-*/ram":"fipsWithServiceOnly","us-gov-*/rds":"fipsWithServiceOnly","us-gov-*/redshift":"fipsWithServiceOnly","us-gov-*/resource-groups":"fipsWithServiceOnly","us-gov-*/runtime.sagemaker":"fipsWithServiceOnly","us-gov-*/serverlessrepo":"fipsWithServiceOnly","us-gov-*/servicecatalog-appregistry":"fipsWithServiceOnly","us-gov-*/servicequotas":"fipsWithServiceOnly","us-gov-*/sns":"fipsWithServiceOnly","us-gov-*/sqs":"fipsWithServiceOnly","us-gov-*/ssm":"fipsWithServiceOnly","us-gov-*/streams.dynamodb":"fipsWithServiceOnly","us-gov-*/sts":"fipsWithServiceOnly","us-gov-*/support":"fipsWithServiceOnly","us-gov-*/swf":"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"},"euIsoe":{"endpoint":"{service}.{region}.cloud.adc-e.uk"},"usIso":{"endpoint":"{service}.{region}.c2s.ic.gov"},"usIsob":{"endpoint":"{service}.{region}.sc2s.sgov.gov"},"usIsof":{"endpoint":"{service}.{region}.csp.hci.ic.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"}}}
|
5763
5763
|
|
5764
5764
|
/***/ }),
|
5765
5765
|
/* 45 */
|