@aws-sdk/client-arc-region-switch 3.1045.0 → 3.1047.0

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 (115) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +88 -80
  5. package/dist-cjs/models/ARCRegionSwitchServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-cjs/schemas/schemas_0.js +29 -5
  10. package/dist-es/ARCRegionSwitch.js +1 -1
  11. package/dist-es/ARCRegionSwitchClient.js +5 -5
  12. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  13. package/dist-es/commands/ApprovePlanExecutionStepCommand.js +2 -2
  14. package/dist-es/commands/CancelPlanExecutionCommand.js +2 -2
  15. package/dist-es/commands/CreatePlanCommand.js +2 -2
  16. package/dist-es/commands/DeletePlanCommand.js +2 -2
  17. package/dist-es/commands/GetPlanCommand.js +2 -2
  18. package/dist-es/commands/GetPlanEvaluationStatusCommand.js +2 -2
  19. package/dist-es/commands/GetPlanExecutionCommand.js +2 -2
  20. package/dist-es/commands/GetPlanInRegionCommand.js +2 -2
  21. package/dist-es/commands/ListPlanExecutionEventsCommand.js +2 -2
  22. package/dist-es/commands/ListPlanExecutionsCommand.js +2 -2
  23. package/dist-es/commands/ListPlansCommand.js +2 -2
  24. package/dist-es/commands/ListPlansInRegionCommand.js +2 -2
  25. package/dist-es/commands/ListRoute53HealthChecksCommand.js +2 -2
  26. package/dist-es/commands/ListRoute53HealthChecksInRegionCommand.js +2 -2
  27. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  28. package/dist-es/commands/StartPlanExecutionCommand.js +2 -2
  29. package/dist-es/commands/TagResourceCommand.js +2 -2
  30. package/dist-es/commands/UntagResourceCommand.js +2 -2
  31. package/dist-es/commands/UpdatePlanCommand.js +2 -2
  32. package/dist-es/commands/UpdatePlanExecutionCommand.js +2 -2
  33. package/dist-es/commands/UpdatePlanExecutionStepCommand.js +2 -2
  34. package/dist-es/endpoint/bdd.js +1 -1
  35. package/dist-es/endpoint/endpointResolver.js +1 -1
  36. package/dist-es/models/ARCRegionSwitchServiceException.js +1 -1
  37. package/dist-es/models/enums.js +8 -0
  38. package/dist-es/runtimeConfig.browser.js +4 -6
  39. package/dist-es/runtimeConfig.js +4 -8
  40. package/dist-es/runtimeConfig.shared.js +3 -4
  41. package/dist-es/runtimeExtensions.js +2 -2
  42. package/dist-es/schemas/schemas_0.js +26 -2
  43. package/dist-es/waiters/waitForPlanEvaluationStatusPassed.js +1 -1
  44. package/dist-es/waiters/waitForPlanExecutionCompleted.js +1 -1
  45. package/dist-types/ARCRegionSwitch.d.ts +1 -1
  46. package/dist-types/ARCRegionSwitchClient.d.ts +5 -5
  47. package/dist-types/commands/ApprovePlanExecutionStepCommand.d.ts +6 -4
  48. package/dist-types/commands/CancelPlanExecutionCommand.d.ts +6 -4
  49. package/dist-types/commands/CreatePlanCommand.d.ts +66 -8
  50. package/dist-types/commands/DeletePlanCommand.d.ts +6 -4
  51. package/dist-types/commands/GetPlanCommand.d.ts +36 -6
  52. package/dist-types/commands/GetPlanEvaluationStatusCommand.d.ts +6 -4
  53. package/dist-types/commands/GetPlanExecutionCommand.d.ts +36 -6
  54. package/dist-types/commands/GetPlanInRegionCommand.d.ts +36 -6
  55. package/dist-types/commands/ListPlanExecutionEventsCommand.d.ts +7 -5
  56. package/dist-types/commands/ListPlanExecutionsCommand.d.ts +6 -4
  57. package/dist-types/commands/ListPlansCommand.d.ts +6 -4
  58. package/dist-types/commands/ListPlansInRegionCommand.d.ts +6 -4
  59. package/dist-types/commands/ListRoute53HealthChecksCommand.d.ts +6 -4
  60. package/dist-types/commands/ListRoute53HealthChecksInRegionCommand.d.ts +6 -4
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  62. package/dist-types/commands/StartPlanExecutionCommand.d.ts +6 -4
  63. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  64. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  65. package/dist-types/commands/UpdatePlanCommand.d.ts +66 -8
  66. package/dist-types/commands/UpdatePlanExecutionCommand.d.ts +6 -4
  67. package/dist-types/commands/UpdatePlanExecutionStepCommand.d.ts +6 -4
  68. package/dist-types/endpoint/bdd.d.ts +1 -1
  69. package/dist-types/extensionConfiguration.d.ts +1 -1
  70. package/dist-types/models/ARCRegionSwitchServiceException.d.ts +1 -1
  71. package/dist-types/models/enums.d.ts +24 -0
  72. package/dist-types/models/errors.d.ts +1 -1
  73. package/dist-types/models/models_0.d.ts +99 -5
  74. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  75. package/dist-types/runtimeConfig.d.ts +2 -2
  76. package/dist-types/runtimeConfig.native.d.ts +2 -2
  77. package/dist-types/schemas/schemas_0.d.ts +3 -0
  78. package/dist-types/ts3.4/ARCRegionSwitch.d.ts +1 -1
  79. package/dist-types/ts3.4/ARCRegionSwitchClient.d.ts +8 -14
  80. package/dist-types/ts3.4/commands/ApprovePlanExecutionStepCommand.d.ts +6 -4
  81. package/dist-types/ts3.4/commands/CancelPlanExecutionCommand.d.ts +6 -4
  82. package/dist-types/ts3.4/commands/CreatePlanCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/DeletePlanCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/GetPlanEvaluationStatusCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/GetPlanExecutionCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/GetPlanInRegionCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/ListPlanExecutionEventsCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/ListPlanExecutionsCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/ListPlansCommand.d.ts +6 -6
  91. package/dist-types/ts3.4/commands/ListPlansInRegionCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/ListRoute53HealthChecksCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/ListRoute53HealthChecksInRegionCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/StartPlanExecutionCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/UpdatePlanCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/UpdatePlanExecutionCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/UpdatePlanExecutionStepCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  102. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  103. package/dist-types/ts3.4/models/ARCRegionSwitchServiceException.d.ts +1 -1
  104. package/dist-types/ts3.4/models/enums.d.ts +12 -0
  105. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  106. package/dist-types/ts3.4/models/models_0.d.ts +51 -0
  107. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  108. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  109. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  110. package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  111. package/dist-types/ts3.4/waiters/waitForPlanEvaluationStatusPassed.d.ts +1 -1
  112. package/dist-types/ts3.4/waiters/waitForPlanExecutionCompleted.d.ts +1 -1
  113. package/dist-types/waiters/waitForPlanEvaluationStatusPassed.d.ts +1 -1
  114. package/dist-types/waiters/waitForPlanExecutionCompleted.d.ts +1 -1
  115. package/package.json +13 -35
@@ -1,4 +1,4 @@
1
- import type { AlarmCondition, AlarmType, Approval, DocumentDbDefaultBehavior, DocumentDbUngracefulBehavior, Ec2AsgCapacityMonitoringApproach, EcsCapacityMonitoringApproach, EksCapacityMonitoringApproach, EvaluationStatus, ExecutionAction, ExecutionBlockType, ExecutionEventType, ExecutionMode, ExecutionState, FailedReportErrorCode, GlobalAuroraDefaultBehavior, GlobalAuroraUngracefulBehavior, LambdaUngracefulBehavior, RecoveryApproach, RegionToRunIn, ResourceWarningStatus, Route53HealthCheckStatus, RoutingControlStateChange, StepStatus, UpdatePlanExecutionAction, UpdatePlanExecutionStepAction, WorkflowTargetAction } from "./enums";
1
+ import type { AlarmCondition, AlarmType, Approval, DocumentDbDefaultBehavior, DocumentDbUngracefulBehavior, Ec2AsgCapacityMonitoringApproach, EcsCapacityMonitoringApproach, EksCapacityMonitoringApproach, EvaluationStatus, EventSourceMappingAction, ExecutionAction, ExecutionBlockType, ExecutionEventType, ExecutionMode, ExecutionState, FailedReportErrorCode, GlobalAuroraDefaultBehavior, GlobalAuroraUngracefulBehavior, LambdaEventSourceMappingUngracefulBehavior, LambdaUngracefulBehavior, RecoveryApproach, RegionToRunIn, ResourceWarningStatus, Route53HealthCheckStatus, RoutingControlStateChange, StepStatus, UpdatePlanExecutionAction, UpdatePlanExecutionStepAction, WorkflowTargetAction } from "./enums";
2
2
  /**
3
3
  * <p>A summarized representation of a plan execution. This structure contains key information about an execution without all the detailed step data.</p>
4
4
  * @public
@@ -769,7 +769,7 @@ export interface Ec2AsgCapacityIncreaseConfiguration {
769
769
  */
770
770
  ungraceful?: Ec2Ungraceful | undefined;
771
771
  /**
772
- * <p>The target percentage that you specify for EC2 Auto Scaling groups.</p>
772
+ * <p>The target percentage that you specify for EC2 Auto Scaling groups. The default is 100.</p>
773
773
  * @public
774
774
  */
775
775
  targetPercent?: number | undefined;
@@ -837,7 +837,7 @@ export interface EcsCapacityIncreaseConfiguration {
837
837
  */
838
838
  ungraceful?: EcsUngraceful | undefined;
839
839
  /**
840
- * <p>The target percentage specified for the configuration.</p>
840
+ * <p>The target percentage specified for the configuration. The default is 100.</p>
841
841
  * @public
842
842
  */
843
843
  targetPercent?: number | undefined;
@@ -947,7 +947,7 @@ export interface EksResourceScalingConfiguration {
947
947
  */
948
948
  ungraceful?: EksResourceScalingUngraceful | undefined;
949
949
  /**
950
- * <p>The target percentage for the configuration.</p>
950
+ * <p>The target percentage for the configuration. The default is 100.</p>
951
951
  * @public
952
952
  */
953
953
  targetPercent?: number | undefined;
@@ -1025,6 +1025,64 @@ export interface GlobalAuroraConfiguration {
1025
1025
  */
1026
1026
  databaseClusterArns: string[] | undefined;
1027
1027
  }
1028
+ /**
1029
+ * <p>The Amazon Web Services Lambda event source mapping configuration, containing the resource ARN and optional cross-account configuration.</p>
1030
+ * @public
1031
+ */
1032
+ export interface EventSourceMapping {
1033
+ /**
1034
+ * <p>The cross account role for the configuration.</p>
1035
+ * @public
1036
+ */
1037
+ crossAccountRole?: string | undefined;
1038
+ /**
1039
+ * <p>The external ID (secret key) for the configuration.</p>
1040
+ * @public
1041
+ */
1042
+ externalId?: string | undefined;
1043
+ /**
1044
+ * <p>The Amazon Resource Name (ARN) of the Lambda event source mapping.</p>
1045
+ * @public
1046
+ */
1047
+ arn: string | undefined;
1048
+ }
1049
+ /**
1050
+ * <p>Specifies whether to skip enabling or disabling an event source mapping during an ungraceful execution.</p>
1051
+ * @public
1052
+ */
1053
+ export interface LambdaEventSourceMappingUngraceful {
1054
+ /**
1055
+ * <p>Set to <code>skip</code> to skip executing this event source mapping step during an ungraceful execution.</p>
1056
+ * @public
1057
+ */
1058
+ behavior?: LambdaEventSourceMappingUngracefulBehavior | undefined;
1059
+ }
1060
+ /**
1061
+ * <p>Configuration for Amazon Web Services Lambda event source mappings used in a Region switch plan.</p>
1062
+ * @public
1063
+ */
1064
+ export interface LambdaEventSourceMappingConfiguration {
1065
+ /**
1066
+ * <p>The timeout value specified for the configuration.</p>
1067
+ * @public
1068
+ */
1069
+ timeoutMinutes?: number | undefined;
1070
+ /**
1071
+ * <p>The action to take - whether to <code>enable</code> or <code>disable</code> an event source mapping.</p>
1072
+ * @public
1073
+ */
1074
+ action: EventSourceMappingAction | undefined;
1075
+ /**
1076
+ * <p>Per-region configuration for which Lambda event source mapping to enable or disable when activating or deactivating a region.</p>
1077
+ * @public
1078
+ */
1079
+ regionEventSourceMappings: Record<string, EventSourceMapping> | undefined;
1080
+ /**
1081
+ * <p>The settings for ungraceful execution.</p>
1082
+ * @public
1083
+ */
1084
+ ungraceful?: LambdaEventSourceMappingUngraceful | undefined;
1085
+ }
1028
1086
  /**
1029
1087
  * <p>Configuration for creating an Amazon RDS cross-Region read replica during post-recovery in a Region switch.</p>
1030
1088
  * @public
@@ -1732,7 +1790,7 @@ export interface UpdatePlanExecutionStepResponse {
1732
1790
  * <p>Execution block configurations for a workflow in a Region switch plan. An execution block represents a specific type of action to perform during a Region switch.</p>
1733
1791
  * @public
1734
1792
  */
1735
- export type ExecutionBlockConfiguration = ExecutionBlockConfiguration.ArcRoutingControlConfigMember | ExecutionBlockConfiguration.CustomActionLambdaConfigMember | ExecutionBlockConfiguration.DocumentDbConfigMember | ExecutionBlockConfiguration.Ec2AsgCapacityIncreaseConfigMember | ExecutionBlockConfiguration.EcsCapacityIncreaseConfigMember | ExecutionBlockConfiguration.EksResourceScalingConfigMember | ExecutionBlockConfiguration.ExecutionApprovalConfigMember | ExecutionBlockConfiguration.GlobalAuroraConfigMember | ExecutionBlockConfiguration.ParallelConfigMember | ExecutionBlockConfiguration.RdsCreateCrossRegionReadReplicaConfigMember | ExecutionBlockConfiguration.RdsPromoteReadReplicaConfigMember | ExecutionBlockConfiguration.RegionSwitchPlanConfigMember | ExecutionBlockConfiguration.Route53HealthCheckConfigMember | ExecutionBlockConfiguration.$UnknownMember;
1793
+ export type ExecutionBlockConfiguration = ExecutionBlockConfiguration.ArcRoutingControlConfigMember | ExecutionBlockConfiguration.CustomActionLambdaConfigMember | ExecutionBlockConfiguration.DocumentDbConfigMember | ExecutionBlockConfiguration.Ec2AsgCapacityIncreaseConfigMember | ExecutionBlockConfiguration.EcsCapacityIncreaseConfigMember | ExecutionBlockConfiguration.EksResourceScalingConfigMember | ExecutionBlockConfiguration.ExecutionApprovalConfigMember | ExecutionBlockConfiguration.GlobalAuroraConfigMember | ExecutionBlockConfiguration.LambdaEventSourceMappingConfigMember | ExecutionBlockConfiguration.ParallelConfigMember | ExecutionBlockConfiguration.RdsCreateCrossRegionReadReplicaConfigMember | ExecutionBlockConfiguration.RdsPromoteReadReplicaConfigMember | ExecutionBlockConfiguration.RegionSwitchPlanConfigMember | ExecutionBlockConfiguration.Route53HealthCheckConfigMember | ExecutionBlockConfiguration.$UnknownMember;
1736
1794
  /**
1737
1795
  * @public
1738
1796
  */
@@ -1755,6 +1813,7 @@ export declare namespace ExecutionBlockConfiguration {
1755
1813
  documentDbConfig?: never;
1756
1814
  rdsPromoteReadReplicaConfig?: never;
1757
1815
  rdsCreateCrossRegionReadReplicaConfig?: never;
1816
+ lambdaEventSourceMappingConfig?: never;
1758
1817
  $unknown?: never;
1759
1818
  }
1760
1819
  /**
@@ -1775,6 +1834,7 @@ export declare namespace ExecutionBlockConfiguration {
1775
1834
  documentDbConfig?: never;
1776
1835
  rdsPromoteReadReplicaConfig?: never;
1777
1836
  rdsCreateCrossRegionReadReplicaConfig?: never;
1837
+ lambdaEventSourceMappingConfig?: never;
1778
1838
  $unknown?: never;
1779
1839
  }
1780
1840
  /**
@@ -1795,6 +1855,7 @@ export declare namespace ExecutionBlockConfiguration {
1795
1855
  documentDbConfig?: never;
1796
1856
  rdsPromoteReadReplicaConfig?: never;
1797
1857
  rdsCreateCrossRegionReadReplicaConfig?: never;
1858
+ lambdaEventSourceMappingConfig?: never;
1798
1859
  $unknown?: never;
1799
1860
  }
1800
1861
  /**
@@ -1815,6 +1876,7 @@ export declare namespace ExecutionBlockConfiguration {
1815
1876
  documentDbConfig?: never;
1816
1877
  rdsPromoteReadReplicaConfig?: never;
1817
1878
  rdsCreateCrossRegionReadReplicaConfig?: never;
1879
+ lambdaEventSourceMappingConfig?: never;
1818
1880
  $unknown?: never;
1819
1881
  }
1820
1882
  /**
@@ -1835,6 +1897,7 @@ export declare namespace ExecutionBlockConfiguration {
1835
1897
  documentDbConfig?: never;
1836
1898
  rdsPromoteReadReplicaConfig?: never;
1837
1899
  rdsCreateCrossRegionReadReplicaConfig?: never;
1900
+ lambdaEventSourceMappingConfig?: never;
1838
1901
  $unknown?: never;
1839
1902
  }
1840
1903
  /**
@@ -1855,6 +1918,7 @@ export declare namespace ExecutionBlockConfiguration {
1855
1918
  documentDbConfig?: never;
1856
1919
  rdsPromoteReadReplicaConfig?: never;
1857
1920
  rdsCreateCrossRegionReadReplicaConfig?: never;
1921
+ lambdaEventSourceMappingConfig?: never;
1858
1922
  $unknown?: never;
1859
1923
  }
1860
1924
  /**
@@ -1875,6 +1939,7 @@ export declare namespace ExecutionBlockConfiguration {
1875
1939
  documentDbConfig?: never;
1876
1940
  rdsPromoteReadReplicaConfig?: never;
1877
1941
  rdsCreateCrossRegionReadReplicaConfig?: never;
1942
+ lambdaEventSourceMappingConfig?: never;
1878
1943
  $unknown?: never;
1879
1944
  }
1880
1945
  /**
@@ -1895,6 +1960,7 @@ export declare namespace ExecutionBlockConfiguration {
1895
1960
  documentDbConfig?: never;
1896
1961
  rdsPromoteReadReplicaConfig?: never;
1897
1962
  rdsCreateCrossRegionReadReplicaConfig?: never;
1963
+ lambdaEventSourceMappingConfig?: never;
1898
1964
  $unknown?: never;
1899
1965
  }
1900
1966
  /**
@@ -1915,6 +1981,7 @@ export declare namespace ExecutionBlockConfiguration {
1915
1981
  documentDbConfig?: never;
1916
1982
  rdsPromoteReadReplicaConfig?: never;
1917
1983
  rdsCreateCrossRegionReadReplicaConfig?: never;
1984
+ lambdaEventSourceMappingConfig?: never;
1918
1985
  $unknown?: never;
1919
1986
  }
1920
1987
  /**
@@ -1935,6 +2002,7 @@ export declare namespace ExecutionBlockConfiguration {
1935
2002
  documentDbConfig?: never;
1936
2003
  rdsPromoteReadReplicaConfig?: never;
1937
2004
  rdsCreateCrossRegionReadReplicaConfig?: never;
2005
+ lambdaEventSourceMappingConfig?: never;
1938
2006
  $unknown?: never;
1939
2007
  }
1940
2008
  /**
@@ -1955,6 +2023,7 @@ export declare namespace ExecutionBlockConfiguration {
1955
2023
  documentDbConfig: DocumentDbConfiguration;
1956
2024
  rdsPromoteReadReplicaConfig?: never;
1957
2025
  rdsCreateCrossRegionReadReplicaConfig?: never;
2026
+ lambdaEventSourceMappingConfig?: never;
1958
2027
  $unknown?: never;
1959
2028
  }
1960
2029
  /**
@@ -1975,6 +2044,7 @@ export declare namespace ExecutionBlockConfiguration {
1975
2044
  documentDbConfig?: never;
1976
2045
  rdsPromoteReadReplicaConfig: RdsPromoteReadReplicaConfiguration;
1977
2046
  rdsCreateCrossRegionReadReplicaConfig?: never;
2047
+ lambdaEventSourceMappingConfig?: never;
1978
2048
  $unknown?: never;
1979
2049
  }
1980
2050
  /**
@@ -1995,6 +2065,28 @@ export declare namespace ExecutionBlockConfiguration {
1995
2065
  documentDbConfig?: never;
1996
2066
  rdsPromoteReadReplicaConfig?: never;
1997
2067
  rdsCreateCrossRegionReadReplicaConfig: RdsCreateCrossRegionReplicaConfiguration;
2068
+ lambdaEventSourceMappingConfig?: never;
2069
+ $unknown?: never;
2070
+ }
2071
+ /**
2072
+ * <p>A Lambda event source mapping execution block.</p>
2073
+ * @public
2074
+ */
2075
+ interface LambdaEventSourceMappingConfigMember {
2076
+ customActionLambdaConfig?: never;
2077
+ ec2AsgCapacityIncreaseConfig?: never;
2078
+ executionApprovalConfig?: never;
2079
+ arcRoutingControlConfig?: never;
2080
+ globalAuroraConfig?: never;
2081
+ parallelConfig?: never;
2082
+ regionSwitchPlanConfig?: never;
2083
+ ecsCapacityIncreaseConfig?: never;
2084
+ eksResourceScalingConfig?: never;
2085
+ route53HealthCheckConfig?: never;
2086
+ documentDbConfig?: never;
2087
+ rdsPromoteReadReplicaConfig?: never;
2088
+ rdsCreateCrossRegionReadReplicaConfig?: never;
2089
+ lambdaEventSourceMappingConfig: LambdaEventSourceMappingConfiguration;
1998
2090
  $unknown?: never;
1999
2091
  }
2000
2092
  /**
@@ -2014,6 +2106,7 @@ export declare namespace ExecutionBlockConfiguration {
2014
2106
  documentDbConfig?: never;
2015
2107
  rdsPromoteReadReplicaConfig?: never;
2016
2108
  rdsCreateCrossRegionReadReplicaConfig?: never;
2109
+ lambdaEventSourceMappingConfig?: never;
2017
2110
  $unknown: [string, any];
2018
2111
  }
2019
2112
  /**
@@ -2034,6 +2127,7 @@ export declare namespace ExecutionBlockConfiguration {
2034
2127
  documentDbConfig: (value: DocumentDbConfiguration) => T;
2035
2128
  rdsPromoteReadReplicaConfig: (value: RdsPromoteReadReplicaConfiguration) => T;
2036
2129
  rdsCreateCrossRegionReadReplicaConfig: (value: RdsCreateCrossRegionReplicaConfiguration) => T;
2130
+ lambdaEventSourceMappingConfig: (value: LambdaEventSourceMappingConfiguration) => T;
2037
2131
  _: (name: string, value: any) => T;
2038
2132
  }
2039
2133
  }
@@ -5,13 +5,13 @@ import type { ARCRegionSwitchClientConfig } from "./ARCRegionSwitchClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ARCRegionSwitchClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { ARCRegionSwitchClientConfig } from "./ARCRegionSwitchClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ARCRegionSwitchClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { ARCRegionSwitchClientConfig } from "./ARCRegionSwitchClient";
5
5
  export declare const getRuntimeConfig: (config: ARCRegionSwitchClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: ARCRegionSwitchClientConfig) =>
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -36,6 +36,7 @@ export declare var EcsUngraceful$: StaticStructureSchema;
36
36
  export declare var EksCluster$: StaticStructureSchema;
37
37
  export declare var EksResourceScalingConfiguration$: StaticStructureSchema;
38
38
  export declare var EksResourceScalingUngraceful$: StaticStructureSchema;
39
+ export declare var EventSourceMapping$: StaticStructureSchema;
39
40
  export declare var ExecutionApprovalConfiguration$: StaticStructureSchema;
40
41
  export declare var ExecutionEvent$: StaticStructureSchema;
41
42
  export declare var FailedReportOutput$: StaticStructureSchema;
@@ -52,6 +53,8 @@ export declare var GlobalAuroraConfiguration$: StaticStructureSchema;
52
53
  export declare var GlobalAuroraUngraceful$: StaticStructureSchema;
53
54
  export declare var KubernetesResourceType$: StaticStructureSchema;
54
55
  export declare var KubernetesScalingResource$: StaticStructureSchema;
56
+ export declare var LambdaEventSourceMappingConfiguration$: StaticStructureSchema;
57
+ export declare var LambdaEventSourceMappingUngraceful$: StaticStructureSchema;
55
58
  export declare var Lambdas$: StaticStructureSchema;
56
59
  export declare var LambdaUngraceful$: StaticStructureSchema;
57
60
  export declare var ListPlanExecutionEventsRequest$: StaticStructureSchema;
@@ -1,10 +1,10 @@
1
+ import { WaiterResult } from "@smithy/core/client";
1
2
  import {
2
3
  HttpHandlerOptions as __HttpHandlerOptions,
3
4
  PaginationConfiguration,
4
5
  Paginator,
5
6
  WaiterConfiguration,
6
7
  } from "@smithy/types";
7
- import { WaiterResult } from "@smithy/util-waiter";
8
8
  import { ARCRegionSwitchClient } from "./ARCRegionSwitchClient";
9
9
  import {
10
10
  ApprovePlanExecutionStepCommandInput,
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ARCRegionSwitchClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ApprovePlanExecutionStepCommandOutput
19
19
  declare const ApprovePlanExecutionStepCommand_base: {
20
20
  new (
21
21
  input: ApprovePlanExecutionStepCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ApprovePlanExecutionStepCommandInput,
24
24
  ApprovePlanExecutionStepCommandOutput,
25
25
  ARCRegionSwitchClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ApprovePlanExecutionStepCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ApprovePlanExecutionStepCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ApprovePlanExecutionStepCommandInput,
33
33
  ApprovePlanExecutionStepCommandOutput,
34
34
  ARCRegionSwitchClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ApprovePlanExecutionStepCommand extends ApprovePlanExecutionStepCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ARCRegionSwitchClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CancelPlanExecutionCommandOutput
19
19
  declare const CancelPlanExecutionCommand_base: {
20
20
  new (
21
21
  input: CancelPlanExecutionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CancelPlanExecutionCommandInput,
24
24
  CancelPlanExecutionCommandOutput,
25
25
  ARCRegionSwitchClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CancelPlanExecutionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CancelPlanExecutionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CancelPlanExecutionCommandInput,
33
33
  CancelPlanExecutionCommandOutput,
34
34
  ARCRegionSwitchClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CancelPlanExecutionCommand extends CancelPlanExecutionCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ARCRegionSwitchClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface CreatePlanCommandOutput
15
15
  declare const CreatePlanCommand_base: {
16
16
  new (
17
17
  input: CreatePlanCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreatePlanCommandInput,
20
20
  CreatePlanCommandOutput,
21
21
  ARCRegionSwitchClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreatePlanCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreatePlanCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreatePlanCommandInput,
29
29
  CreatePlanCommandOutput,
30
30
  ARCRegionSwitchClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreatePlanCommand extends CreatePlanCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ARCRegionSwitchClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface DeletePlanCommandOutput
15
15
  declare const DeletePlanCommand_base: {
16
16
  new (
17
17
  input: DeletePlanCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeletePlanCommandInput,
20
20
  DeletePlanCommandOutput,
21
21
  ARCRegionSwitchClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeletePlanCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeletePlanCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeletePlanCommandInput,
29
29
  DeletePlanCommandOutput,
30
30
  ARCRegionSwitchClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeletePlanCommand extends DeletePlanCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ARCRegionSwitchClientResolvedConfig,
@@ -13,21 +13,23 @@ export interface GetPlanCommandOutput
13
13
  extends GetPlanResponse,
14
14
  __MetadataBearer {}
15
15
  declare const GetPlanCommand_base: {
16
- new (input: GetPlanCommandInput): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: GetPlanCommandInput): import("@smithy/core/client").CommandImpl<
17
17
  GetPlanCommandInput,
18
18
  GetPlanCommandOutput,
19
19
  ARCRegionSwitchClientResolvedConfig,
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
- new (input: GetPlanCommandInput): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: GetPlanCommandInput): import("@smithy/core/client").CommandImpl<
24
24
  GetPlanCommandInput,
25
25
  GetPlanCommandOutput,
26
26
  ARCRegionSwitchClientResolvedConfig,
27
27
  ServiceInputTypes,
28
28
  ServiceOutputTypes
29
29
  >;
30
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
31
33
  };
32
34
  export declare class GetPlanCommand extends GetPlanCommand_base {
33
35
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ARCRegionSwitchClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetPlanEvaluationStatusCommandOutput
19
19
  declare const GetPlanEvaluationStatusCommand_base: {
20
20
  new (
21
21
  input: GetPlanEvaluationStatusCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetPlanEvaluationStatusCommandInput,
24
24
  GetPlanEvaluationStatusCommandOutput,
25
25
  ARCRegionSwitchClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetPlanEvaluationStatusCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetPlanEvaluationStatusCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetPlanEvaluationStatusCommandInput,
33
33
  GetPlanEvaluationStatusCommandOutput,
34
34
  ARCRegionSwitchClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetPlanEvaluationStatusCommand extends GetPlanEvaluationStatusCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ARCRegionSwitchClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetPlanExecutionCommandOutput
18
18
  declare const GetPlanExecutionCommand_base: {
19
19
  new (
20
20
  input: GetPlanExecutionCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetPlanExecutionCommandInput,
23
23
  GetPlanExecutionCommandOutput,
24
24
  ARCRegionSwitchClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetPlanExecutionCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetPlanExecutionCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetPlanExecutionCommandInput,
32
32
  GetPlanExecutionCommandOutput,
33
33
  ARCRegionSwitchClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetPlanExecutionCommand extends GetPlanExecutionCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ARCRegionSwitchClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetPlanInRegionCommandOutput
18
18
  declare const GetPlanInRegionCommand_base: {
19
19
  new (
20
20
  input: GetPlanInRegionCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetPlanInRegionCommandInput,
23
23
  GetPlanInRegionCommandOutput,
24
24
  ARCRegionSwitchClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetPlanInRegionCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetPlanInRegionCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetPlanInRegionCommandInput,
32
32
  GetPlanInRegionCommandOutput,
33
33
  ARCRegionSwitchClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetPlanInRegionCommand extends GetPlanInRegionCommand_base {
40
42
  protected static __types: {