cdk-lambda-subminute 2.0.431 → 2.0.433

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 (46) hide show
  1. package/.jsii +55 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +1 -2
  5. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +61 -57
  6. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +62 -55
  7. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +602 -82
  8. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +6 -0
  9. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +8 -0
  10. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +23 -3
  11. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +35 -25
  12. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +83 -6
  13. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +131 -8
  14. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +299 -43
  15. package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +12 -0
  16. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +120 -87
  17. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +1182 -1038
  18. package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +167 -64
  19. package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +203 -82
  20. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +262 -128
  21. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.paginators.json +6 -0
  22. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +35 -35
  23. package/node_modules/aws-sdk/clients/drs.d.ts +18 -1
  24. package/node_modules/aws-sdk/clients/ec2.d.ts +33 -33
  25. package/node_modules/aws-sdk/clients/emrserverless.d.ts +19 -1
  26. package/node_modules/aws-sdk/clients/entityresolution.d.ts +604 -19
  27. package/node_modules/aws-sdk/clients/guardduty.d.ts +9 -1
  28. package/node_modules/aws-sdk/clients/iotwireless.d.ts +71 -40
  29. package/node_modules/aws-sdk/clients/lakeformation.d.ts +18 -2
  30. package/node_modules/aws-sdk/clients/m2.d.ts +88 -1
  31. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +154 -0
  32. package/node_modules/aws-sdk/clients/outposts.d.ts +263 -4
  33. package/node_modules/aws-sdk/clients/qbusiness.d.ts +381 -321
  34. package/node_modules/aws-sdk/clients/quicksight.d.ts +193 -10
  35. package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +81 -0
  36. package/node_modules/aws-sdk/clients/sagemaker.d.ts +6 -6
  37. package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -4
  38. package/node_modules/aws-sdk/clients/workspaces.d.ts +180 -0
  39. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  40. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +21 -21
  41. package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
  42. package/node_modules/aws-sdk/dist/aws-sdk.min.js +8 -8
  43. package/node_modules/aws-sdk/lib/core.js +1 -1
  44. package/node_modules/aws-sdk/lib/region_config_data.json +4 -0
  45. package/node_modules/aws-sdk/package.json +1 -1
  46. package/package.json +3 -3
@@ -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 improvements.
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 improvements.
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
- * Updates whether the Amazon Web Services account is opted into organization sharing and discovery integration features.
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
- * Updates whether the Amazon Web Services account is opted into organization sharing and discovery integration features.
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;
@@ -11,6 +11,14 @@ declare class WorkSpaces extends Service {
11
11
  */
12
12
  constructor(options?: WorkSpaces.Types.ClientConfiguration)
13
13
  config: Config & WorkSpaces.Types.ClientConfiguration;
14
+ /**
15
+ * Accepts the account link invitation. There's currently no unlinking capability after you accept the account linking invitation.
16
+ */
17
+ acceptAccountLinkInvitation(params: WorkSpaces.Types.AcceptAccountLinkInvitationRequest, callback?: (err: AWSError, data: WorkSpaces.Types.AcceptAccountLinkInvitationResult) => void): Request<WorkSpaces.Types.AcceptAccountLinkInvitationResult, AWSError>;
18
+ /**
19
+ * Accepts the account link invitation. There's currently no unlinking capability after you accept the account linking invitation.
20
+ */
21
+ acceptAccountLinkInvitation(callback?: (err: AWSError, data: WorkSpaces.Types.AcceptAccountLinkInvitationResult) => void): Request<WorkSpaces.Types.AcceptAccountLinkInvitationResult, AWSError>;
14
22
  /**
15
23
  * Associates the specified connection alias with the specified directory to enable cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces. Before performing this operation, call DescribeConnectionAliases to make sure that the current state of the connection alias is CREATED.
16
24
  */
@@ -51,6 +59,14 @@ declare class WorkSpaces extends Service {
51
59
  * Copies the specified image from the specified Region to the current Region. For more information about copying images, see Copy a Custom WorkSpaces Image. In the China (Ningxia) Region, you can copy images only within the same Region. In Amazon Web Services GovCloud (US), to copy images to and from other Regions, contact Amazon Web Services Support. Before copying a shared image, be sure to verify that it has been shared from the correct Amazon Web Services account. To determine if an image has been shared and to see the ID of the Amazon Web Services account that owns an image, use the DescribeWorkSpaceImages and DescribeWorkspaceImagePermissions API operations.
52
60
  */
53
61
  copyWorkspaceImage(callback?: (err: AWSError, data: WorkSpaces.Types.CopyWorkspaceImageResult) => void): Request<WorkSpaces.Types.CopyWorkspaceImageResult, AWSError>;
62
+ /**
63
+ * Creates the account link invitation.
64
+ */
65
+ createAccountLinkInvitation(params: WorkSpaces.Types.CreateAccountLinkInvitationRequest, callback?: (err: AWSError, data: WorkSpaces.Types.CreateAccountLinkInvitationResult) => void): Request<WorkSpaces.Types.CreateAccountLinkInvitationResult, AWSError>;
66
+ /**
67
+ * Creates the account link invitation.
68
+ */
69
+ createAccountLinkInvitation(callback?: (err: AWSError, data: WorkSpaces.Types.CreateAccountLinkInvitationResult) => void): Request<WorkSpaces.Types.CreateAccountLinkInvitationResult, AWSError>;
54
70
  /**
55
71
  * Creates a client-add-in for Amazon Connect within a directory. You can create only one Amazon Connect client add-in within a directory. This client add-in allows WorkSpaces users to seamlessly connect to Amazon Connect.
56
72
  */
@@ -123,6 +139,14 @@ declare class WorkSpaces extends Service {
123
139
  * Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core. You don't need to specify the PCOIP protocol for Linux bundles because WSP is the default protocol for those bundles. User-decoupled WorkSpaces are only supported by Amazon WorkSpaces Core.
124
140
  */
125
141
  createWorkspaces(callback?: (err: AWSError, data: WorkSpaces.Types.CreateWorkspacesResult) => void): Request<WorkSpaces.Types.CreateWorkspacesResult, AWSError>;
142
+ /**
143
+ * Deletes the account link invitation.
144
+ */
145
+ deleteAccountLinkInvitation(params: WorkSpaces.Types.DeleteAccountLinkInvitationRequest, callback?: (err: AWSError, data: WorkSpaces.Types.DeleteAccountLinkInvitationResult) => void): Request<WorkSpaces.Types.DeleteAccountLinkInvitationResult, AWSError>;
146
+ /**
147
+ * Deletes the account link invitation.
148
+ */
149
+ deleteAccountLinkInvitation(callback?: (err: AWSError, data: WorkSpaces.Types.DeleteAccountLinkInvitationResult) => void): Request<WorkSpaces.Types.DeleteAccountLinkInvitationResult, AWSError>;
126
150
  /**
127
151
  * Deletes customized client branding. Client branding allows you to customize your WorkSpace's client login portal. You can tailor your login portal company logo, the support email address, support link, link to reset password, and a custom message for users trying to sign in. After you delete your customized client branding, your login portal reverts to the default client branding.
128
152
  */
@@ -387,6 +411,14 @@ declare class WorkSpaces extends Service {
387
411
  * Disassociates the specified application from a WorkSpace.
388
412
  */
389
413
  disassociateWorkspaceApplication(callback?: (err: AWSError, data: WorkSpaces.Types.DisassociateWorkspaceApplicationResult) => void): Request<WorkSpaces.Types.DisassociateWorkspaceApplicationResult, AWSError>;
414
+ /**
415
+ * Retrieves account link information.
416
+ */
417
+ getAccountLink(params: WorkSpaces.Types.GetAccountLinkRequest, callback?: (err: AWSError, data: WorkSpaces.Types.GetAccountLinkResult) => void): Request<WorkSpaces.Types.GetAccountLinkResult, AWSError>;
418
+ /**
419
+ * Retrieves account link information.
420
+ */
421
+ getAccountLink(callback?: (err: AWSError, data: WorkSpaces.Types.GetAccountLinkResult) => void): Request<WorkSpaces.Types.GetAccountLinkResult, AWSError>;
390
422
  /**
391
423
  * Imports client branding. Client branding allows you to customize your WorkSpace's client login portal. You can tailor your login portal company logo, the support email address, support link, link to reset password, and a custom message for users trying to sign in. After you import client branding, the default branding experience for the specified platform type is replaced with the imported experience You must specify at least one platform type when importing client branding. You can import up to 6 MB of data with each request. If your request exceeds this limit, you can import client branding for different platform types using separate requests. In each platform type, the SupportEmail and SupportLink parameters are mutually exclusive. You can specify only one parameter for each platform type, but not both. Imported data can take up to a minute to appear in the WorkSpaces client.
392
424
  */
@@ -403,6 +435,14 @@ declare class WorkSpaces extends Service {
403
435
  * Imports the specified Windows 10 or 11 Bring Your Own License (BYOL) image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is in your Amazon Web Services account, and you must own the image. For more information about creating BYOL images, see Bring Your Own Windows Desktop Licenses.
404
436
  */
405
437
  importWorkspaceImage(callback?: (err: AWSError, data: WorkSpaces.Types.ImportWorkspaceImageResult) => void): Request<WorkSpaces.Types.ImportWorkspaceImageResult, AWSError>;
438
+ /**
439
+ * Lists all account links.
440
+ */
441
+ listAccountLinks(params: WorkSpaces.Types.ListAccountLinksRequest, callback?: (err: AWSError, data: WorkSpaces.Types.ListAccountLinksResult) => void): Request<WorkSpaces.Types.ListAccountLinksResult, AWSError>;
442
+ /**
443
+ * Lists all account links.
444
+ */
445
+ listAccountLinks(callback?: (err: AWSError, data: WorkSpaces.Types.ListAccountLinksResult) => void): Request<WorkSpaces.Types.ListAccountLinksResult, AWSError>;
406
446
  /**
407
447
  * Retrieves a list of IP address ranges, specified as IPv4 CIDR blocks, that you can use for the network management interface when you enable Bring Your Own License (BYOL). This operation can be run only by Amazon Web Services accounts that are enabled for BYOL. If your account isn't enabled for BYOL, you'll receive an AccessDeniedException error. The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.
408
448
  */
@@ -515,6 +555,14 @@ declare class WorkSpaces extends Service {
515
555
  * Registers the specified directory. This operation is asynchronous and returns before the WorkSpace directory is registered. If this is the first time you are registering a directory, you will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see Creating the workspaces_DefaultRole Role.
516
556
  */
517
557
  registerWorkspaceDirectory(callback?: (err: AWSError, data: WorkSpaces.Types.RegisterWorkspaceDirectoryResult) => void): Request<WorkSpaces.Types.RegisterWorkspaceDirectoryResult, AWSError>;
558
+ /**
559
+ * Rejects the account link invitation.
560
+ */
561
+ rejectAccountLinkInvitation(params: WorkSpaces.Types.RejectAccountLinkInvitationRequest, callback?: (err: AWSError, data: WorkSpaces.Types.RejectAccountLinkInvitationResult) => void): Request<WorkSpaces.Types.RejectAccountLinkInvitationResult, AWSError>;
562
+ /**
563
+ * Rejects the account link invitation.
564
+ */
565
+ rejectAccountLinkInvitation(callback?: (err: AWSError, data: WorkSpaces.Types.RejectAccountLinkInvitationResult) => void): Request<WorkSpaces.Types.RejectAccountLinkInvitationResult, AWSError>;
518
566
  /**
519
567
  * Restores the specified WorkSpace to its last known healthy state. You cannot restore a WorkSpace unless its state is AVAILABLE, ERROR, UNHEALTHY, or STOPPED. Restoring a WorkSpace is a potentially destructive action that can result in the loss of data. For more information, see Restore a WorkSpace. This operation is asynchronous and returns before the WorkSpace is completely restored.
520
568
  */
@@ -598,7 +646,43 @@ declare class WorkSpaces extends Service {
598
646
  }
599
647
  declare namespace WorkSpaces {
600
648
  export type ARN = string;
649
+ export interface AcceptAccountLinkInvitationRequest {
650
+ /**
651
+ * The identifier of the account link.
652
+ */
653
+ LinkId: LinkId;
654
+ /**
655
+ * A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
656
+ */
657
+ ClientToken?: ClientToken;
658
+ }
659
+ export interface AcceptAccountLinkInvitationResult {
660
+ /**
661
+ * Information about the account link.
662
+ */
663
+ AccountLink?: AccountLink;
664
+ }
601
665
  export type AccessPropertyValue = "ALLOW"|"DENY"|string;
666
+ export interface AccountLink {
667
+ /**
668
+ * The identifier of the account link.
669
+ */
670
+ AccountLinkId?: LinkId;
671
+ /**
672
+ * The status of the account link.
673
+ */
674
+ AccountLinkStatus?: AccountLinkStatusEnum;
675
+ /**
676
+ * The identifier of the source account.
677
+ */
678
+ SourceAccountId?: AwsAccount;
679
+ /**
680
+ * The identifier of the target account.
681
+ */
682
+ TargetAccountId?: AwsAccount;
683
+ }
684
+ export type AccountLinkList = AccountLink[];
685
+ export type AccountLinkStatusEnum = "LINKED"|"LINKING_FAILED"|"LINK_NOT_FOUND"|"PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT"|"REJECTED"|string;
602
686
  export interface AccountModification {
603
687
  /**
604
688
  * The state of the modification to the configuration of BYOL.
@@ -812,6 +896,7 @@ declare namespace WorkSpaces {
812
896
  */
813
897
  ClientProperties?: ClientProperties;
814
898
  }
899
+ export type ClientToken = string;
815
900
  export type ClientUrl = string;
816
901
  export type Compute = "VALUE"|"STANDARD"|"PERFORMANCE"|"POWER"|"GRAPHICS"|"POWERPRO"|"GRAPHICSPRO"|"GRAPHICS_G4DN"|"GRAPHICSPRO_G4DN"|string;
817
902
  export type ComputeList = Compute[];
@@ -928,6 +1013,22 @@ declare namespace WorkSpaces {
928
1013
  */
929
1014
  ImageId?: WorkspaceImageId;
930
1015
  }
1016
+ export interface CreateAccountLinkInvitationRequest {
1017
+ /**
1018
+ * The identifier of the target account.
1019
+ */
1020
+ TargetAccountId: AwsAccount;
1021
+ /**
1022
+ * A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
1023
+ */
1024
+ ClientToken?: ClientToken;
1025
+ }
1026
+ export interface CreateAccountLinkInvitationResult {
1027
+ /**
1028
+ * Information about the account link.
1029
+ */
1030
+ AccountLink?: AccountLink;
1031
+ }
931
1032
  export interface CreateConnectClientAddInRequest {
932
1033
  /**
933
1034
  * The directory identifier for which to configure the client add-in.
@@ -1147,6 +1248,7 @@ declare namespace WorkSpaces {
1147
1248
  */
1148
1249
  RecoverySnapshotTime?: Timestamp;
1149
1250
  }
1251
+ export type DedicatedTenancyAccountType = "SOURCE_ACCOUNT"|"TARGET_ACCOUNT"|string;
1150
1252
  export type DedicatedTenancyCidrRangeList = DedicatedTenancyManagementCidrRange[];
1151
1253
  export type DedicatedTenancyManagementCidrRange = string;
1152
1254
  export type DedicatedTenancyModificationStateEnum = "PENDING"|"COMPLETED"|"FAILED"|string;
@@ -1228,6 +1330,22 @@ declare namespace WorkSpaces {
1228
1330
  export type DeletableCertificateBasedAuthProperty = "CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN"|string;
1229
1331
  export type DeletableSamlPropertiesList = DeletableSamlProperty[];
1230
1332
  export type DeletableSamlProperty = "SAML_PROPERTIES_USER_ACCESS_URL"|"SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME"|string;
1333
+ export interface DeleteAccountLinkInvitationRequest {
1334
+ /**
1335
+ * The identifier of the account link.
1336
+ */
1337
+ LinkId: LinkId;
1338
+ /**
1339
+ * A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
1340
+ */
1341
+ ClientToken?: ClientToken;
1342
+ }
1343
+ export interface DeleteAccountLinkInvitationResult {
1344
+ /**
1345
+ * Information about the account link.
1346
+ */
1347
+ AccountLink?: AccountLink;
1348
+ }
1231
1349
  export interface DeleteClientBrandingRequest {
1232
1350
  /**
1233
1351
  * The directory identifier of the WorkSpace for which you want to delete client branding.
@@ -1347,6 +1465,10 @@ declare namespace WorkSpaces {
1347
1465
  * The IP address range, specified as an IPv4 CIDR block, used for the management network interface. The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.
1348
1466
  */
1349
1467
  DedicatedTenancyManagementCidrRange?: DedicatedTenancyManagementCidrRange;
1468
+ /**
1469
+ * The type of linked account.
1470
+ */
1471
+ DedicatedTenancyAccountType?: DedicatedTenancyAccountType;
1350
1472
  }
1351
1473
  export interface DescribeApplicationAssociationsRequest {
1352
1474
  /**
@@ -1908,6 +2030,22 @@ declare namespace WorkSpaces {
1908
2030
  */
1909
2031
  ErrorMessage?: Description;
1910
2032
  }
2033
+ export interface GetAccountLinkRequest {
2034
+ /**
2035
+ * The identifier of the account to link.
2036
+ */
2037
+ LinkId?: LinkId;
2038
+ /**
2039
+ * The identifier of the account link
2040
+ */
2041
+ LinkedAccountId?: AwsAccount;
2042
+ }
2043
+ export interface GetAccountLinkResult {
2044
+ /**
2045
+ * The account link of the account link to retrieve.
2046
+ */
2047
+ AccountLink?: AccountLink;
2048
+ }
1911
2049
  export type ImageAssociatedResourceType = "APPLICATION"|string;
1912
2050
  export type ImageAssociatedResourceTypeList = ImageAssociatedResourceType[];
1913
2051
  export interface ImagePermission {
@@ -2120,6 +2258,32 @@ declare namespace WorkSpaces {
2120
2258
  }
2121
2259
  export type IpRuleList = IpRuleItem[];
2122
2260
  export type Limit = number;
2261
+ export type LinkId = string;
2262
+ export type LinkStatusFilterList = AccountLinkStatusEnum[];
2263
+ export interface ListAccountLinksRequest {
2264
+ /**
2265
+ * Filters the account based on their link status.
2266
+ */
2267
+ LinkStatusFilter?: LinkStatusFilterList;
2268
+ /**
2269
+ * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
2270
+ */
2271
+ NextToken?: PaginationToken;
2272
+ /**
2273
+ * The maximum number of accounts to return.
2274
+ */
2275
+ MaxResults?: Limit;
2276
+ }
2277
+ export interface ListAccountLinksResult {
2278
+ /**
2279
+ * Information about the account links.
2280
+ */
2281
+ AccountLinks?: AccountLinkList;
2282
+ /**
2283
+ * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
2284
+ */
2285
+ NextToken?: PaginationToken;
2286
+ }
2123
2287
  export interface ListAvailableManagementCidrRangesRequest {
2124
2288
  /**
2125
2289
  * The IP address range to search. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block).
@@ -2402,6 +2566,22 @@ declare namespace WorkSpaces {
2402
2566
  export interface RegisterWorkspaceDirectoryResult {
2403
2567
  }
2404
2568
  export type RegistrationCode = string;
2569
+ export interface RejectAccountLinkInvitationRequest {
2570
+ /**
2571
+ * The identifier of the account link
2572
+ */
2573
+ LinkId: LinkId;
2574
+ /**
2575
+ * The client token of the account link invitation to reject.
2576
+ */
2577
+ ClientToken?: ClientToken;
2578
+ }
2579
+ export interface RejectAccountLinkInvitationResult {
2580
+ /**
2581
+ * Information about the account link.
2582
+ */
2583
+ AccountLink?: AccountLink;
2584
+ }
2405
2585
  export interface RelatedWorkspaceProperties {
2406
2586
  /**
2407
2587
  * The identifier of the related WorkSpace.
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1599.0',
86
+ VERSION: '2.1602.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 */