@pulumi/aws-native 1.41.0-alpha.1765604205 → 1.41.0-alpha.1765978445

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 (199) hide show
  1. package/bedrockagentcore/gateway.d.ts +2 -0
  2. package/bedrockagentcore/gateway.js +2 -0
  3. package/bedrockagentcore/gateway.js.map +1 -1
  4. package/bedrockagentcore/getGateway.d.ts +1 -0
  5. package/bedrockagentcore/getGateway.js.map +1 -1
  6. package/cleanrooms/analysisTemplate.d.ts +6 -0
  7. package/cleanrooms/analysisTemplate.js.map +1 -1
  8. package/connect/dataTableAttribute.d.ts +51 -0
  9. package/connect/dataTableAttribute.js.map +1 -1
  10. package/connect/dataTableRecord.d.ts +12 -0
  11. package/connect/dataTableRecord.js.map +1 -1
  12. package/connect/evaluationForm.d.ts +12 -0
  13. package/connect/evaluationForm.js.map +1 -1
  14. package/connect/getDataTableAttribute.d.ts +42 -0
  15. package/connect/getDataTableAttribute.js.map +1 -1
  16. package/connect/getDataTableRecord.d.ts +12 -0
  17. package/connect/getDataTableRecord.js.map +1 -1
  18. package/connect/getEvaluationForm.d.ts +6 -0
  19. package/connect/getEvaluationForm.js.map +1 -1
  20. package/connectcampaignsv2/campaign.d.ts +6 -0
  21. package/connectcampaignsv2/campaign.js.map +1 -1
  22. package/connectcampaignsv2/getCampaign.d.ts +3 -0
  23. package/connectcampaignsv2/getCampaign.js.map +1 -1
  24. package/datasync/getLocationAzureBlob.d.ts +2 -2
  25. package/datasync/getLocationObjectStorage.d.ts +3 -3
  26. package/datasync/getLocationSmb.d.ts +2 -2
  27. package/datasync/locationAzureBlob.d.ts +4 -4
  28. package/datasync/locationObjectStorage.d.ts +6 -6
  29. package/datasync/locationSmb.d.ts +4 -4
  30. package/dax/getSubnetGroup.d.ts +31 -0
  31. package/dax/getSubnetGroup.js +28 -0
  32. package/dax/getSubnetGroup.js.map +1 -0
  33. package/dax/index.d.ts +6 -0
  34. package/dax/index.js +25 -0
  35. package/dax/index.js.map +1 -0
  36. package/dax/subnetGroup.d.ts +57 -0
  37. package/dax/subnetGroup.js +65 -0
  38. package/dax/subnetGroup.js.map +1 -0
  39. package/devicefarm/getProject.d.ts +2 -0
  40. package/devicefarm/getProject.js.map +1 -1
  41. package/devicefarm/project.d.ts +4 -0
  42. package/devicefarm/project.js +4 -0
  43. package/devicefarm/project.js.map +1 -1
  44. package/ec2/ec2Fleet.js +1 -1
  45. package/ec2/ec2Fleet.js.map +1 -1
  46. package/ec2/getSpotFleet.d.ts +4 -0
  47. package/ec2/getSpotFleet.js.map +1 -1
  48. package/ec2/spotFleet.d.ts +8 -0
  49. package/ec2/spotFleet.js +2 -0
  50. package/ec2/spotFleet.js.map +1 -1
  51. package/ecs/getService.d.ts +5 -0
  52. package/ecs/getService.js.map +1 -1
  53. package/ecs/service.js +1 -1
  54. package/ecs/service.js.map +1 -1
  55. package/elasticloadbalancingv2/getListener.d.ts +1 -1
  56. package/elasticloadbalancingv2/listener.d.ts +2 -2
  57. package/fms/getNotificationChannel.d.ts +0 -4
  58. package/fms/getNotificationChannel.js.map +1 -1
  59. package/fms/notificationChannel.js +2 -0
  60. package/fms/notificationChannel.js.map +1 -1
  61. package/groundstation/dataflowEndpointGroupV2.d.ts +58 -0
  62. package/groundstation/dataflowEndpointGroupV2.js +70 -0
  63. package/groundstation/dataflowEndpointGroupV2.js.map +1 -0
  64. package/groundstation/getDataflowEndpointGroupV2.d.ts +22 -0
  65. package/groundstation/getDataflowEndpointGroupV2.js +28 -0
  66. package/groundstation/getDataflowEndpointGroupV2.js.map +1 -0
  67. package/groundstation/index.d.ts +6 -0
  68. package/groundstation/index.js +8 -1
  69. package/groundstation/index.js.map +1 -1
  70. package/index.d.ts +2 -1
  71. package/index.js +7 -5
  72. package/index.js.map +1 -1
  73. package/kafkaconnect/connector.d.ts +9 -0
  74. package/kafkaconnect/connector.js +3 -1
  75. package/kafkaconnect/connector.js.map +1 -1
  76. package/lambda/function.d.ts +18 -0
  77. package/lambda/function.js.map +1 -1
  78. package/lambda/getFunction.d.ts +9 -0
  79. package/lambda/getFunction.js.map +1 -1
  80. package/opensearchserverless/collection.d.ts +22 -0
  81. package/opensearchserverless/collection.js +5 -1
  82. package/opensearchserverless/collection.js.map +1 -1
  83. package/package.json +3 -3
  84. package/package.json.dev +2 -2
  85. package/paymentcryptography/key.d.ts +10 -0
  86. package/paymentcryptography/key.js.map +1 -1
  87. package/resourcegroups/getGroup.d.ts +2 -2
  88. package/resourcegroups/group.d.ts +4 -4
  89. package/route53/getHostedZone.d.ts +3 -0
  90. package/route53/getHostedZone.js.map +1 -1
  91. package/route53/hostedZone.d.ts +6 -0
  92. package/route53/hostedZone.js.map +1 -1
  93. package/route53profiles/getProfile.d.ts +5 -0
  94. package/route53profiles/getProfile.js.map +1 -1
  95. package/route53profiles/index.d.ts +1 -0
  96. package/route53profiles/index.js +16 -0
  97. package/route53profiles/index.js.map +1 -1
  98. package/route53profiles/profile.d.ts +5 -0
  99. package/route53profiles/profile.js +2 -0
  100. package/route53profiles/profile.js.map +1 -1
  101. package/route53resolver/getResolverEndpoint.d.ts +8 -0
  102. package/route53resolver/getResolverEndpoint.js.map +1 -1
  103. package/route53resolver/resolverEndpoint.d.ts +16 -0
  104. package/route53resolver/resolverEndpoint.js +4 -0
  105. package/route53resolver/resolverEndpoint.js.map +1 -1
  106. package/route53resolver/resolverRuleAssociation.d.ts +2 -0
  107. package/route53resolver/resolverRuleAssociation.js.map +1 -1
  108. package/s3/bucket.d.ts +2 -2
  109. package/s3/getBucket.d.ts +1 -1
  110. package/s3tables/getTableBucket.d.ts +3 -0
  111. package/s3tables/getTableBucket.js.map +1 -1
  112. package/s3tables/table.d.ts +6 -0
  113. package/s3tables/table.js.map +1 -1
  114. package/s3tables/tableBucket.d.ts +6 -0
  115. package/s3tables/tableBucket.js.map +1 -1
  116. package/s3vectors/index_.d.ts +8 -0
  117. package/s3vectors/index_.js +3 -1
  118. package/s3vectors/index_.js.map +1 -1
  119. package/secretsmanager/getSecret.d.ts +1 -1
  120. package/secretsmanager/secret.d.ts +2 -2
  121. package/securityhub/configurationPolicy.d.ts +4 -4
  122. package/securityhub/connectorV2.d.ts +21 -0
  123. package/securityhub/connectorV2.js.map +1 -1
  124. package/securityhub/delegatedAdmin.d.ts +2 -2
  125. package/securityhub/getConfigurationPolicy.d.ts +2 -2
  126. package/securityhub/getConnectorV2.d.ts +15 -0
  127. package/securityhub/getConnectorV2.js.map +1 -1
  128. package/securityhub/getDelegatedAdmin.d.ts +4 -4
  129. package/securityhub/getHubV2.d.ts +1 -1
  130. package/securityhub/hubV2.d.ts +2 -2
  131. package/ses/getTenant.d.ts +36 -0
  132. package/ses/getTenant.js +28 -0
  133. package/ses/getTenant.js.map +1 -0
  134. package/ses/index.d.ts +6 -0
  135. package/ses/index.js +9 -1
  136. package/ses/index.js.map +1 -1
  137. package/ses/tenant.d.ts +63 -0
  138. package/ses/tenant.js +64 -0
  139. package/ses/tenant.js.map +1 -0
  140. package/ssm/getMaintenanceWindowTarget.d.ts +56 -0
  141. package/ssm/getMaintenanceWindowTarget.js +30 -0
  142. package/ssm/getMaintenanceWindowTarget.js.map +1 -0
  143. package/ssm/getMaintenanceWindowTask.d.ts +86 -0
  144. package/ssm/getMaintenanceWindowTask.js +30 -0
  145. package/ssm/getMaintenanceWindowTask.js.map +1 -0
  146. package/ssm/index.d.ts +12 -0
  147. package/ssm/index.js +15 -1
  148. package/ssm/index.js.map +1 -1
  149. package/ssm/maintenanceWindowTarget.d.ts +87 -0
  150. package/ssm/maintenanceWindowTarget.js +79 -0
  151. package/ssm/maintenanceWindowTarget.js.map +1 -0
  152. package/ssm/maintenanceWindowTask.d.ts +203 -0
  153. package/ssm/maintenanceWindowTask.js +146 -0
  154. package/ssm/maintenanceWindowTask.js.map +1 -0
  155. package/types/enums/bedrockagentcore/index.d.ts +6 -0
  156. package/types/enums/bedrockagentcore/index.js +6 -1
  157. package/types/enums/bedrockagentcore/index.js.map +1 -1
  158. package/types/enums/connect/index.d.ts +3 -0
  159. package/types/enums/connect/index.js.map +1 -1
  160. package/types/enums/ecs/index.d.ts +2 -0
  161. package/types/enums/ecs/index.js.map +1 -1
  162. package/types/enums/groundstation/index.d.ts +18 -0
  163. package/types/enums/groundstation/index.js +11 -1
  164. package/types/enums/groundstation/index.js.map +1 -1
  165. package/types/enums/index.d.ts +2 -1
  166. package/types/enums/index.js +4 -2
  167. package/types/enums/index.js.map +1 -1
  168. package/types/enums/kafkaconnect/index.d.ts +8 -0
  169. package/types/enums/kafkaconnect/index.js +5 -1
  170. package/types/enums/kafkaconnect/index.js.map +1 -1
  171. package/types/enums/logs/index.d.ts +1 -0
  172. package/types/enums/logs/index.js +1 -0
  173. package/types/enums/logs/index.js.map +1 -1
  174. package/types/enums/msk/index.d.ts +5 -0
  175. package/types/enums/msk/index.js +5 -1
  176. package/types/enums/msk/index.js.map +1 -1
  177. package/types/enums/observabilityadmin/index.d.ts +6 -0
  178. package/types/enums/observabilityadmin/index.js.map +1 -1
  179. package/types/enums/route53profiles/index.d.ts +9 -0
  180. package/types/enums/route53profiles/index.js +11 -0
  181. package/types/enums/route53profiles/index.js.map +1 -0
  182. package/types/enums/s3/index.d.ts +2 -1
  183. package/types/enums/s3/index.js +1 -0
  184. package/types/enums/s3/index.js.map +1 -1
  185. package/types/enums/s3vectors/index.d.ts +8 -0
  186. package/types/enums/s3vectors/index.js +5 -1
  187. package/types/enums/s3vectors/index.js.map +1 -1
  188. package/types/enums/securityhub/index.d.ts +3 -3
  189. package/types/enums/workspacesweb/index.d.ts +11 -0
  190. package/types/enums/workspacesweb/index.js +10 -1
  191. package/types/enums/workspacesweb/index.js.map +1 -1
  192. package/types/input.d.ts +758 -25
  193. package/types/output.d.ts +826 -25
  194. package/types/output.js.map +1 -1
  195. package/workspacesweb/getUserSettings.d.ts +4 -0
  196. package/workspacesweb/getUserSettings.js.map +1 -1
  197. package/workspacesweb/userSettings.d.ts +8 -0
  198. package/workspacesweb/userSettings.js +2 -0
  199. package/workspacesweb/userSettings.js.map +1 -1
@@ -0,0 +1,203 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Resource Type definition for AWS::SSM::MaintenanceWindowTask
6
+ *
7
+ * ## Example Usage
8
+ * ### Example
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as aws_native from "@pulumi/aws-native";
13
+ *
14
+ * const lambdaTask = new aws_native.ssm.MaintenanceWindowTask("lambdaTask", {
15
+ * windowId: "mw-04fd6f19dfEXAMPLE",
16
+ * taskArn: "arn:aws:lambda:us-east-2:111222333444:function:MyLambdaTaskArn",
17
+ * serviceRoleArn: "arn:aws:iam::111222333444:role/aws-service-role/ssm.amazonaws.com/AWSServiceRoleForAmazonSSM",
18
+ * taskType: "LAMBDA",
19
+ * taskInvocationParameters: {
20
+ * maintenanceWindowLambdaParameters: {
21
+ * clientContext: "eyJ0ZXN0Q29udGV4dCI6Ik5vdGhp==trucated==EXAMPLE",
22
+ * qualifier: "$LATEST",
23
+ * payload: "eyJJbnN0YW5jZUlkIjoie3tSRVNPVVJDRV9JRH19IiwidGFyZ2V0VHlwZSI6Int7VEFSR0VUX1RZUEV9fSJ9",
24
+ * },
25
+ * },
26
+ * priority: 1,
27
+ * name: "UpdateLambdaTaskEXAMPLE",
28
+ * });
29
+ *
30
+ * ```
31
+ * ### Example
32
+ *
33
+ * ```typescript
34
+ * import * as pulumi from "@pulumi/pulumi";
35
+ * import * as aws_native from "@pulumi/aws-native";
36
+ *
37
+ * const lambdaTask = new aws_native.ssm.MaintenanceWindowTask("lambdaTask", {
38
+ * windowId: "mw-04fd6f19dfEXAMPLE",
39
+ * taskArn: "arn:aws:lambda:us-east-2:111222333444:function:MyLambdaTaskArn",
40
+ * serviceRoleArn: "arn:aws:iam::111222333444:role/aws-service-role/ssm.amazonaws.com/AWSServiceRoleForAmazonSSM",
41
+ * taskType: "LAMBDA",
42
+ * taskInvocationParameters: {
43
+ * maintenanceWindowLambdaParameters: {
44
+ * clientContext: "eyJ0ZXN0Q29udGV4dCI6Ik5vdGhp==trucated==EXAMPLE",
45
+ * qualifier: "$LATEST",
46
+ * payload: "eyJJbnN0YW5jZUlkIjoie3tSRVNPVVJDRV9JRH19IiwidGFyZ2V0VHlwZSI6Int7VEFSR0VUX1RZUEV9fSJ9",
47
+ * },
48
+ * },
49
+ * priority: 1,
50
+ * name: "UpdateLambdaTaskEXAMPLE",
51
+ * });
52
+ *
53
+ * ```
54
+ */
55
+ export declare class MaintenanceWindowTask extends pulumi.CustomResource {
56
+ /**
57
+ * Get an existing MaintenanceWindowTask resource's state with the given name, ID, and optional extra
58
+ * properties used to qualify the lookup.
59
+ *
60
+ * @param name The _unique_ name of the resulting resource.
61
+ * @param id The _unique_ provider ID of the resource to lookup.
62
+ * @param opts Optional settings to control the behavior of the CustomResource.
63
+ */
64
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): MaintenanceWindowTask;
65
+ /**
66
+ * Returns true if the given object is an instance of MaintenanceWindowTask. This is designed to work even
67
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
68
+ */
69
+ static isInstance(obj: any): obj is MaintenanceWindowTask;
70
+ /**
71
+ * The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.
72
+ */
73
+ readonly cutoffBehavior: pulumi.Output<string | undefined>;
74
+ /**
75
+ * A description of the task.
76
+ */
77
+ readonly description: pulumi.Output<string | undefined>;
78
+ /**
79
+ * Information about an Amazon S3 bucket to write Run Command task-level logs to.
80
+ */
81
+ readonly loggingInfo: pulumi.Output<outputs.ssm.MaintenanceWindowTaskLoggingInfo | undefined>;
82
+ /**
83
+ * The maximum number of targets this task can be run for, in parallel.
84
+ */
85
+ readonly maxConcurrency: pulumi.Output<string | undefined>;
86
+ /**
87
+ * The maximum number of errors allowed before this task stops being scheduled.
88
+ */
89
+ readonly maxErrors: pulumi.Output<string | undefined>;
90
+ /**
91
+ * The task name.
92
+ */
93
+ readonly name: pulumi.Output<string | undefined>;
94
+ /**
95
+ * The priority of the task in the maintenance window. The lower the number, the higher the priority. Tasks that have the same priority are scheduled in parallel.
96
+ */
97
+ readonly priority: pulumi.Output<number>;
98
+ /**
99
+ * The Amazon Resource Name (ARN) of the IAM service role for AWS Systems Manager to assume when running a maintenance window task.
100
+ */
101
+ readonly serviceRoleArn: pulumi.Output<string | undefined>;
102
+ /**
103
+ * The targets (either instances or window target ids).
104
+ */
105
+ readonly targets: pulumi.Output<outputs.ssm.MaintenanceWindowTaskTarget[] | undefined>;
106
+ /**
107
+ * The resource that the task uses during execution.
108
+ */
109
+ readonly taskArn: pulumi.Output<string>;
110
+ /**
111
+ * The parameters to pass to the task when it runs. Populate only the fields that match the task type. All other fields should be empty.
112
+ */
113
+ readonly taskInvocationParameters: pulumi.Output<outputs.ssm.MaintenanceWindowTaskTaskInvocationParameters | undefined>;
114
+ /**
115
+ * The parameters to pass to the task when it runs.
116
+ *
117
+ * Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::SSM::MaintenanceWindowTask` for more information about the expected schema for this property.
118
+ */
119
+ readonly taskParameters: pulumi.Output<any | undefined>;
120
+ /**
121
+ * The type of task.
122
+ */
123
+ readonly taskType: pulumi.Output<string>;
124
+ /**
125
+ * The ID of the maintenance window where the task is registered.
126
+ */
127
+ readonly windowId: pulumi.Output<string>;
128
+ /**
129
+ * Unique identifier of the maintenance window task.
130
+ */
131
+ readonly windowTaskId: pulumi.Output<string>;
132
+ /**
133
+ * Create a MaintenanceWindowTask resource with the given unique name, arguments, and options.
134
+ *
135
+ * @param name The _unique_ name of the resource.
136
+ * @param args The arguments to use to populate this resource's properties.
137
+ * @param opts A bag of options that control this resource's behavior.
138
+ */
139
+ constructor(name: string, args: MaintenanceWindowTaskArgs, opts?: pulumi.CustomResourceOptions);
140
+ }
141
+ /**
142
+ * The set of arguments for constructing a MaintenanceWindowTask resource.
143
+ */
144
+ export interface MaintenanceWindowTaskArgs {
145
+ /**
146
+ * The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.
147
+ */
148
+ cutoffBehavior?: pulumi.Input<string>;
149
+ /**
150
+ * A description of the task.
151
+ */
152
+ description?: pulumi.Input<string>;
153
+ /**
154
+ * Information about an Amazon S3 bucket to write Run Command task-level logs to.
155
+ */
156
+ loggingInfo?: pulumi.Input<inputs.ssm.MaintenanceWindowTaskLoggingInfoArgs>;
157
+ /**
158
+ * The maximum number of targets this task can be run for, in parallel.
159
+ */
160
+ maxConcurrency?: pulumi.Input<string>;
161
+ /**
162
+ * The maximum number of errors allowed before this task stops being scheduled.
163
+ */
164
+ maxErrors?: pulumi.Input<string>;
165
+ /**
166
+ * The task name.
167
+ */
168
+ name?: pulumi.Input<string>;
169
+ /**
170
+ * The priority of the task in the maintenance window. The lower the number, the higher the priority. Tasks that have the same priority are scheduled in parallel.
171
+ */
172
+ priority: pulumi.Input<number>;
173
+ /**
174
+ * The Amazon Resource Name (ARN) of the IAM service role for AWS Systems Manager to assume when running a maintenance window task.
175
+ */
176
+ serviceRoleArn?: pulumi.Input<string>;
177
+ /**
178
+ * The targets (either instances or window target ids).
179
+ */
180
+ targets?: pulumi.Input<pulumi.Input<inputs.ssm.MaintenanceWindowTaskTargetArgs>[]>;
181
+ /**
182
+ * The resource that the task uses during execution.
183
+ */
184
+ taskArn: pulumi.Input<string>;
185
+ /**
186
+ * The parameters to pass to the task when it runs. Populate only the fields that match the task type. All other fields should be empty.
187
+ */
188
+ taskInvocationParameters?: pulumi.Input<inputs.ssm.MaintenanceWindowTaskTaskInvocationParametersArgs>;
189
+ /**
190
+ * The parameters to pass to the task when it runs.
191
+ *
192
+ * Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::SSM::MaintenanceWindowTask` for more information about the expected schema for this property.
193
+ */
194
+ taskParameters?: any;
195
+ /**
196
+ * The type of task.
197
+ */
198
+ taskType: pulumi.Input<string>;
199
+ /**
200
+ * The ID of the maintenance window where the task is registered.
201
+ */
202
+ windowId: pulumi.Input<string>;
203
+ }
@@ -0,0 +1,146 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.MaintenanceWindowTask = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource Type definition for AWS::SSM::MaintenanceWindowTask
10
+ *
11
+ * ## Example Usage
12
+ * ### Example
13
+ *
14
+ * ```typescript
15
+ * import * as pulumi from "@pulumi/pulumi";
16
+ * import * as aws_native from "@pulumi/aws-native";
17
+ *
18
+ * const lambdaTask = new aws_native.ssm.MaintenanceWindowTask("lambdaTask", {
19
+ * windowId: "mw-04fd6f19dfEXAMPLE",
20
+ * taskArn: "arn:aws:lambda:us-east-2:111222333444:function:MyLambdaTaskArn",
21
+ * serviceRoleArn: "arn:aws:iam::111222333444:role/aws-service-role/ssm.amazonaws.com/AWSServiceRoleForAmazonSSM",
22
+ * taskType: "LAMBDA",
23
+ * taskInvocationParameters: {
24
+ * maintenanceWindowLambdaParameters: {
25
+ * clientContext: "eyJ0ZXN0Q29udGV4dCI6Ik5vdGhp==trucated==EXAMPLE",
26
+ * qualifier: "$LATEST",
27
+ * payload: "eyJJbnN0YW5jZUlkIjoie3tSRVNPVVJDRV9JRH19IiwidGFyZ2V0VHlwZSI6Int7VEFSR0VUX1RZUEV9fSJ9",
28
+ * },
29
+ * },
30
+ * priority: 1,
31
+ * name: "UpdateLambdaTaskEXAMPLE",
32
+ * });
33
+ *
34
+ * ```
35
+ * ### Example
36
+ *
37
+ * ```typescript
38
+ * import * as pulumi from "@pulumi/pulumi";
39
+ * import * as aws_native from "@pulumi/aws-native";
40
+ *
41
+ * const lambdaTask = new aws_native.ssm.MaintenanceWindowTask("lambdaTask", {
42
+ * windowId: "mw-04fd6f19dfEXAMPLE",
43
+ * taskArn: "arn:aws:lambda:us-east-2:111222333444:function:MyLambdaTaskArn",
44
+ * serviceRoleArn: "arn:aws:iam::111222333444:role/aws-service-role/ssm.amazonaws.com/AWSServiceRoleForAmazonSSM",
45
+ * taskType: "LAMBDA",
46
+ * taskInvocationParameters: {
47
+ * maintenanceWindowLambdaParameters: {
48
+ * clientContext: "eyJ0ZXN0Q29udGV4dCI6Ik5vdGhp==trucated==EXAMPLE",
49
+ * qualifier: "$LATEST",
50
+ * payload: "eyJJbnN0YW5jZUlkIjoie3tSRVNPVVJDRV9JRH19IiwidGFyZ2V0VHlwZSI6Int7VEFSR0VUX1RZUEV9fSJ9",
51
+ * },
52
+ * },
53
+ * priority: 1,
54
+ * name: "UpdateLambdaTaskEXAMPLE",
55
+ * });
56
+ *
57
+ * ```
58
+ */
59
+ class MaintenanceWindowTask extends pulumi.CustomResource {
60
+ /**
61
+ * Get an existing MaintenanceWindowTask resource's state with the given name, ID, and optional extra
62
+ * properties used to qualify the lookup.
63
+ *
64
+ * @param name The _unique_ name of the resulting resource.
65
+ * @param id The _unique_ provider ID of the resource to lookup.
66
+ * @param opts Optional settings to control the behavior of the CustomResource.
67
+ */
68
+ static get(name, id, opts) {
69
+ return new MaintenanceWindowTask(name, undefined, { ...opts, id: id });
70
+ }
71
+ /**
72
+ * Returns true if the given object is an instance of MaintenanceWindowTask. This is designed to work even
73
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
74
+ */
75
+ static isInstance(obj) {
76
+ if (obj === undefined || obj === null) {
77
+ return false;
78
+ }
79
+ return obj['__pulumiType'] === MaintenanceWindowTask.__pulumiType;
80
+ }
81
+ /**
82
+ * Create a MaintenanceWindowTask resource with the given unique name, arguments, and options.
83
+ *
84
+ * @param name The _unique_ name of the resource.
85
+ * @param args The arguments to use to populate this resource's properties.
86
+ * @param opts A bag of options that control this resource's behavior.
87
+ */
88
+ constructor(name, args, opts) {
89
+ let resourceInputs = {};
90
+ opts = opts || {};
91
+ if (!opts.id) {
92
+ if (args?.priority === undefined && !opts.urn) {
93
+ throw new Error("Missing required property 'priority'");
94
+ }
95
+ if (args?.taskArn === undefined && !opts.urn) {
96
+ throw new Error("Missing required property 'taskArn'");
97
+ }
98
+ if (args?.taskType === undefined && !opts.urn) {
99
+ throw new Error("Missing required property 'taskType'");
100
+ }
101
+ if (args?.windowId === undefined && !opts.urn) {
102
+ throw new Error("Missing required property 'windowId'");
103
+ }
104
+ resourceInputs["cutoffBehavior"] = args?.cutoffBehavior;
105
+ resourceInputs["description"] = args?.description;
106
+ resourceInputs["loggingInfo"] = args?.loggingInfo;
107
+ resourceInputs["maxConcurrency"] = args?.maxConcurrency;
108
+ resourceInputs["maxErrors"] = args?.maxErrors;
109
+ resourceInputs["name"] = args?.name;
110
+ resourceInputs["priority"] = args?.priority;
111
+ resourceInputs["serviceRoleArn"] = args?.serviceRoleArn;
112
+ resourceInputs["targets"] = args?.targets;
113
+ resourceInputs["taskArn"] = args?.taskArn;
114
+ resourceInputs["taskInvocationParameters"] = args?.taskInvocationParameters;
115
+ resourceInputs["taskParameters"] = args?.taskParameters;
116
+ resourceInputs["taskType"] = args?.taskType;
117
+ resourceInputs["windowId"] = args?.windowId;
118
+ resourceInputs["windowTaskId"] = undefined /*out*/;
119
+ }
120
+ else {
121
+ resourceInputs["cutoffBehavior"] = undefined /*out*/;
122
+ resourceInputs["description"] = undefined /*out*/;
123
+ resourceInputs["loggingInfo"] = undefined /*out*/;
124
+ resourceInputs["maxConcurrency"] = undefined /*out*/;
125
+ resourceInputs["maxErrors"] = undefined /*out*/;
126
+ resourceInputs["name"] = undefined /*out*/;
127
+ resourceInputs["priority"] = undefined /*out*/;
128
+ resourceInputs["serviceRoleArn"] = undefined /*out*/;
129
+ resourceInputs["targets"] = undefined /*out*/;
130
+ resourceInputs["taskArn"] = undefined /*out*/;
131
+ resourceInputs["taskInvocationParameters"] = undefined /*out*/;
132
+ resourceInputs["taskParameters"] = undefined /*out*/;
133
+ resourceInputs["taskType"] = undefined /*out*/;
134
+ resourceInputs["windowId"] = undefined /*out*/;
135
+ resourceInputs["windowTaskId"] = undefined /*out*/;
136
+ }
137
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
138
+ const replaceOnChanges = { replaceOnChanges: ["taskType", "windowId"] };
139
+ opts = pulumi.mergeOptions(opts, replaceOnChanges);
140
+ super(MaintenanceWindowTask.__pulumiType, name, resourceInputs, opts);
141
+ }
142
+ }
143
+ exports.MaintenanceWindowTask = MaintenanceWindowTask;
144
+ /** @internal */
145
+ MaintenanceWindowTask.__pulumiType = 'aws-native:ssm:MaintenanceWindowTask';
146
+ //# sourceMappingURL=maintenanceWindowTask.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"maintenanceWindowTask.js","sourceRoot":"","sources":["../../ssm/maintenanceWindowTask.ts"],"names":[],"mappings":"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"}
@@ -42,12 +42,18 @@ export type CodeInterpreterCustomCodeInterpreterStatus = (typeof CodeInterpreter
42
42
  export declare const GatewayAuthorizerType: {
43
43
  readonly CustomJwt: "CUSTOM_JWT";
44
44
  readonly AwsIam: "AWS_IAM";
45
+ readonly None: "NONE";
45
46
  };
46
47
  export type GatewayAuthorizerType = (typeof GatewayAuthorizerType)[keyof typeof GatewayAuthorizerType];
47
48
  export declare const GatewayExceptionLevel: {
48
49
  readonly Debug: "DEBUG";
49
50
  };
50
51
  export type GatewayExceptionLevel = (typeof GatewayExceptionLevel)[keyof typeof GatewayExceptionLevel];
52
+ export declare const GatewayInterceptionPoint: {
53
+ readonly Request: "REQUEST";
54
+ readonly Response: "RESPONSE";
55
+ };
56
+ export type GatewayInterceptionPoint = (typeof GatewayInterceptionPoint)[keyof typeof GatewayInterceptionPoint];
51
57
  export declare const GatewayProtocolType: {
52
58
  readonly Mcp: "MCP";
53
59
  };
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.RuntimeProtocolConfiguration = exports.RuntimeNetworkMode = exports.RuntimeEndpointAgentRuntimeEndpointStatus = exports.RuntimeAgentStatus = exports.RuntimeAgentManagedRuntimeType = exports.MemoryUserPreferenceMemoryStrategyType = exports.MemoryUserPreferenceMemoryStrategyStatus = exports.MemorySummaryMemoryStrategyType = exports.MemorySummaryMemoryStrategyStatus = exports.MemoryStatus = exports.MemorySemanticMemoryStrategyType = exports.MemorySemanticMemoryStrategyStatus = exports.MemoryCustomMemoryStrategyType = exports.MemoryCustomMemoryStrategyStatus = exports.GatewayTargetTargetStatus = exports.GatewayTargetSchemaType = exports.GatewayTargetCredentialProviderType = exports.GatewayTargetApiKeyCredentialLocation = exports.GatewayStatus = exports.GatewaySearchType = exports.GatewayProtocolType = exports.GatewayExceptionLevel = exports.GatewayAuthorizerType = exports.CodeInterpreterCustomCodeInterpreterStatus = exports.CodeInterpreterCustomCodeInterpreterNetworkMode = exports.BrowserCustomBrowserStatus = exports.BrowserCustomBrowserNetworkMode = void 0;
5
+ exports.RuntimeProtocolConfiguration = exports.RuntimeNetworkMode = exports.RuntimeEndpointAgentRuntimeEndpointStatus = exports.RuntimeAgentStatus = exports.RuntimeAgentManagedRuntimeType = exports.MemoryUserPreferenceMemoryStrategyType = exports.MemoryUserPreferenceMemoryStrategyStatus = exports.MemorySummaryMemoryStrategyType = exports.MemorySummaryMemoryStrategyStatus = exports.MemoryStatus = exports.MemorySemanticMemoryStrategyType = exports.MemorySemanticMemoryStrategyStatus = exports.MemoryCustomMemoryStrategyType = exports.MemoryCustomMemoryStrategyStatus = exports.GatewayTargetTargetStatus = exports.GatewayTargetSchemaType = exports.GatewayTargetCredentialProviderType = exports.GatewayTargetApiKeyCredentialLocation = exports.GatewayStatus = exports.GatewaySearchType = exports.GatewayProtocolType = exports.GatewayInterceptionPoint = exports.GatewayExceptionLevel = exports.GatewayAuthorizerType = exports.CodeInterpreterCustomCodeInterpreterStatus = exports.CodeInterpreterCustomCodeInterpreterNetworkMode = exports.BrowserCustomBrowserStatus = exports.BrowserCustomBrowserNetworkMode = void 0;
6
6
  exports.BrowserCustomBrowserNetworkMode = {
7
7
  Public: "PUBLIC",
8
8
  Vpc: "VPC",
@@ -31,10 +31,15 @@ exports.CodeInterpreterCustomCodeInterpreterStatus = {
31
31
  exports.GatewayAuthorizerType = {
32
32
  CustomJwt: "CUSTOM_JWT",
33
33
  AwsIam: "AWS_IAM",
34
+ None: "NONE",
34
35
  };
35
36
  exports.GatewayExceptionLevel = {
36
37
  Debug: "DEBUG",
37
38
  };
39
+ exports.GatewayInterceptionPoint = {
40
+ Request: "REQUEST",
41
+ Response: "RESPONSE",
42
+ };
38
43
  exports.GatewayProtocolType = {
39
44
  Mcp: "MCP",
40
45
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/bedrockagentcore/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/bedrockagentcore/index.ts"],"names":[],"mappings":"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"}
@@ -46,6 +46,9 @@ export declare const DataTableAttributeValueType: {
46
46
  readonly TextList: "TEXT_LIST";
47
47
  readonly NumberList: "NUMBER_LIST";
48
48
  };
49
+ /**
50
+ * The type of value allowed for this attribute. Must be one of TEXT, TEXT_LIST, NUMBER, NUMBER_LIST, or BOOLEAN. Determines how values are validated and processed.
51
+ */
49
52
  export type DataTableAttributeValueType = (typeof DataTableAttributeValueType)[keyof typeof DataTableAttributeValueType];
50
53
  export declare const DataTableStatus: {
51
54
  readonly Published: "PUBLISHED";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/connect/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/connect/index.ts"],"names":[],"mappings":"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"}
@@ -197,6 +197,8 @@ export declare const ServiceDeploymentConfigurationStrategy: {
197
197
  * The deployment strategy for the service. Choose from these valid values:
198
198
  * + ``ROLLING`` - When you create a service which uses the rolling update (``ROLLING``) deployment strategy, the Amazon ECS service scheduler replaces the currently running tasks with new tasks. The number of tasks that Amazon ECS adds or removes from the service during a rolling update is controlled by the service deployment configuration.
199
199
  * + ``BLUE_GREEN`` - A blue/green deployment strategy (``BLUE_GREEN``) is a release methodology that reduces downtime and risk by running two identical production environments called blue and green. With Amazon ECS blue/green deployments, you can validate new service revisions before directing production traffic to them. This approach provides a safer way to deploy changes with the ability to quickly roll back if needed.
200
+ * + ``LINEAR`` - A *linear* deployment strategy (``LINEAR``) gradually shifts traffic from the current production environment to a new environment in equal percentages over time. With Amazon ECS linear deployments, you can control the pace of traffic shifting and validate new service revisions with increasing amounts of production traffic.
201
+ * + ``CANARY`` - A *canary* deployment strategy (``CANARY``) shifts a small percentage of traffic to the new service revision first, then shifts the remaining traffic all at once after a specified time period. This allows you to test the new version with a subset of users before full deployment.
200
202
  */
201
203
  export type ServiceDeploymentConfigurationStrategy = (typeof ServiceDeploymentConfigurationStrategy)[keyof typeof ServiceDeploymentConfigurationStrategy];
202
204
  export declare const ServiceDeploymentControllerType: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/ecs/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/ecs/index.ts"],"names":[],"mappings":"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"}
@@ -47,3 +47,21 @@ export declare const DataflowEndpointGroupAuditResults: {
47
47
  * The results of the audit.
48
48
  */
49
49
  export type DataflowEndpointGroupAuditResults = (typeof DataflowEndpointGroupAuditResults)[keyof typeof DataflowEndpointGroupAuditResults];
50
+ export declare const DataflowEndpointGroupV2AgentStatus: {
51
+ readonly Success: "SUCCESS";
52
+ readonly Failed: "FAILED";
53
+ readonly Active: "ACTIVE";
54
+ readonly Inactive: "INACTIVE";
55
+ };
56
+ /**
57
+ * The status of AgentEndpoint.
58
+ */
59
+ export type DataflowEndpointGroupV2AgentStatus = (typeof DataflowEndpointGroupV2AgentStatus)[keyof typeof DataflowEndpointGroupV2AgentStatus];
60
+ export declare const DataflowEndpointGroupV2AuditResults: {
61
+ readonly Healthy: "HEALTHY";
62
+ readonly Unhealthy: "UNHEALTHY";
63
+ };
64
+ /**
65
+ * The results of the audit.
66
+ */
67
+ export type DataflowEndpointGroupV2AuditResults = (typeof DataflowEndpointGroupV2AuditResults)[keyof typeof DataflowEndpointGroupV2AuditResults];
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.DataflowEndpointGroupAuditResults = exports.DataflowEndpointGroupAgentStatus = exports.ConfigTrackingConfigAutotrack = exports.ConfigPolarization = exports.ConfigFrequencyUnits = exports.ConfigEirpUnits = exports.ConfigBandwidthUnits = void 0;
5
+ exports.DataflowEndpointGroupV2AuditResults = exports.DataflowEndpointGroupV2AgentStatus = exports.DataflowEndpointGroupAuditResults = exports.DataflowEndpointGroupAgentStatus = exports.ConfigTrackingConfigAutotrack = exports.ConfigPolarization = exports.ConfigFrequencyUnits = exports.ConfigEirpUnits = exports.ConfigBandwidthUnits = void 0;
6
6
  exports.ConfigBandwidthUnits = {
7
7
  GHz: "GHz",
8
8
  MHz: "MHz",
@@ -36,4 +36,14 @@ exports.DataflowEndpointGroupAuditResults = {
36
36
  Healthy: "HEALTHY",
37
37
  Unhealthy: "UNHEALTHY",
38
38
  };
39
+ exports.DataflowEndpointGroupV2AgentStatus = {
40
+ Success: "SUCCESS",
41
+ Failed: "FAILED",
42
+ Active: "ACTIVE",
43
+ Inactive: "INACTIVE",
44
+ };
45
+ exports.DataflowEndpointGroupV2AuditResults = {
46
+ Healthy: "HEALTHY",
47
+ Unhealthy: "UNHEALTHY",
48
+ };
39
49
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/groundstation/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,oBAAoB,GAAG;IAChC,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;CACJ,CAAC;AAIE,QAAA,eAAe,GAAG;IAC3B,GAAG,EAAE,KAAK;CACJ,CAAC;AAIE,QAAA,oBAAoB,GAAG;IAChC,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;CACJ,CAAC;AAIE,QAAA,kBAAkB,GAAG;IAC9B,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,YAAY;IACvB,IAAI,EAAE,MAAM;CACN,CAAC;AAIE,QAAA,6BAA6B,GAAG;IACzC,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,OAAO,EAAE,SAAS;CACZ,CAAC;AAOE,QAAA,gCAAgC,GAAG;IAC5C,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,iCAAiC,GAAG;IAC7C,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CAChB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/groundstation/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,oBAAoB,GAAG;IAChC,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;CACJ,CAAC;AAIE,QAAA,eAAe,GAAG;IAC3B,GAAG,EAAE,KAAK;CACJ,CAAC;AAIE,QAAA,oBAAoB,GAAG;IAChC,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;CACJ,CAAC;AAIE,QAAA,kBAAkB,GAAG;IAC9B,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,YAAY;IACvB,IAAI,EAAE,MAAM;CACN,CAAC;AAIE,QAAA,6BAA6B,GAAG;IACzC,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,OAAO,EAAE,SAAS;CACZ,CAAC;AAOE,QAAA,gCAAgC,GAAG;IAC5C,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,iCAAiC,GAAG;IAC7C,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CAChB,CAAC;AAOE,QAAA,kCAAkC,GAAG;IAC9C,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,mCAAmC,GAAG;IAC/C,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;CAChB,CAAC"}
@@ -146,6 +146,7 @@ import * as resourceexplorer2 from "./resourceexplorer2";
146
146
  import * as resourcegroups from "./resourcegroups";
147
147
  import * as rolesanywhere from "./rolesanywhere";
148
148
  import * as route53 from "./route53";
149
+ import * as route53profiles from "./route53profiles";
149
150
  import * as route53recoverycontrol from "./route53recoverycontrol";
150
151
  import * as route53resolver from "./route53resolver";
151
152
  import * as rtbfabric from "./rtbfabric";
@@ -185,7 +186,7 @@ import * as workspaces from "./workspaces";
185
186
  import * as workspacesinstances from "./workspacesinstances";
186
187
  import * as workspacesthinclient from "./workspacesthinclient";
187
188
  import * as workspacesweb from "./workspacesweb";
188
- export { amazonmq, amplify, amplifyuibuilder, apigateway, apigatewayv2, appconfig, appflow, appintegrations, applicationinsights, applicationsignals, apprunner, appsync, aps, arcregionswitch, arczonalshift, athena, auditmanager, autoscaling, b2bi, backup, batch, bedrock, bedrockagentcore, billing, budgets, cassandra, ce, chatbot, cleanrooms, cleanroomsml, cloudformation, cloudfront, cloudtrail, codeartifact, codebuild, codeguruprofiler, codegurureviewer, codepipeline, codestarconnections, codestarnotifications, cognito, comprehend, connect, connectcampaignsv2, controltower, customerprofiles, databrew, datasync, datazone, deadline, devicefarm, devopsguru, dms, dynamodb, ec2, ecr, ecs, efs, eks, elasticache, emr, emrserverless, entityresolution, events, evidently, evs, finspace, fis, fms, forecast, frauddetector, fsx, gamelift, globalaccelerator, glue, grafana, greengrassv2, groundstation, guardduty, healthimaging, healthlake, iam, imagebuilder, inspectorv2, internetmonitor, iot, iotanalytics, iotevents, iotsitewise, iottwinmaker, iotwireless, ivs, ivschat, kafkaconnect, kendra, kinesis, kinesisanalyticsv2, kinesisfirehose, kinesisvideo, kms, lakeformation, lambda, launchwizard, lex, lightsail, location, logs, m2, macie, mediaconnect, medialive, mediapackage, mediapackagev2, mediatailor, memorydb, msk, mwaa, networkfirewall, oam, observabilityadmin, odb, omics, opensearchserverless, opensearchservice, organizations, osis, panorama, paymentcryptography, pcaconnectorad, pcaconnectorscep, pcs, personalize, pinpoint, pipes, proton, qbusiness, quicksight, ram, rbin, rds, redshift, redshiftserverless, refactorspaces, resiliencehub, resourceexplorer2, resourcegroups, rolesanywhere, route53, route53recoverycontrol, route53resolver, rtbfabric, rum, s3, s3express, s3outposts, s3tables, s3vectors, sagemaker, scheduler, securityhub, securitylake, servicecatalog, servicecatalogappregistry, ses, shield, signer, smsvoice, sns, ssm, ssmcontacts, ssmincidents, ssmquicksetup, sso, stepfunctions, supportapp, synthetics, systemsmanagersap, timestream, transfer, verifiedpermissions, vpclattice, wafv2, wisdom, workspaces, workspacesinstances, workspacesthinclient, workspacesweb, };
189
+ export { amazonmq, amplify, amplifyuibuilder, apigateway, apigatewayv2, appconfig, appflow, appintegrations, applicationinsights, applicationsignals, apprunner, appsync, aps, arcregionswitch, arczonalshift, athena, auditmanager, autoscaling, b2bi, backup, batch, bedrock, bedrockagentcore, billing, budgets, cassandra, ce, chatbot, cleanrooms, cleanroomsml, cloudformation, cloudfront, cloudtrail, codeartifact, codebuild, codeguruprofiler, codegurureviewer, codepipeline, codestarconnections, codestarnotifications, cognito, comprehend, connect, connectcampaignsv2, controltower, customerprofiles, databrew, datasync, datazone, deadline, devicefarm, devopsguru, dms, dynamodb, ec2, ecr, ecs, efs, eks, elasticache, emr, emrserverless, entityresolution, events, evidently, evs, finspace, fis, fms, forecast, frauddetector, fsx, gamelift, globalaccelerator, glue, grafana, greengrassv2, groundstation, guardduty, healthimaging, healthlake, iam, imagebuilder, inspectorv2, internetmonitor, iot, iotanalytics, iotevents, iotsitewise, iottwinmaker, iotwireless, ivs, ivschat, kafkaconnect, kendra, kinesis, kinesisanalyticsv2, kinesisfirehose, kinesisvideo, kms, lakeformation, lambda, launchwizard, lex, lightsail, location, logs, m2, macie, mediaconnect, medialive, mediapackage, mediapackagev2, mediatailor, memorydb, msk, mwaa, networkfirewall, oam, observabilityadmin, odb, omics, opensearchserverless, opensearchservice, organizations, osis, panorama, paymentcryptography, pcaconnectorad, pcaconnectorscep, pcs, personalize, pinpoint, pipes, proton, qbusiness, quicksight, ram, rbin, rds, redshift, redshiftserverless, refactorspaces, resiliencehub, resourceexplorer2, resourcegroups, rolesanywhere, route53, route53profiles, route53recoverycontrol, route53resolver, rtbfabric, rum, s3, s3express, s3outposts, s3tables, s3vectors, sagemaker, scheduler, securityhub, securitylake, servicecatalog, servicecatalogappregistry, ses, shield, signer, smsvoice, sns, ssm, ssmcontacts, ssmincidents, ssmquicksetup, sso, stepfunctions, supportapp, synthetics, systemsmanagersap, timestream, transfer, verifiedpermissions, vpclattice, wafv2, wisdom, workspaces, workspacesinstances, workspacesthinclient, workspacesweb, };
189
190
  export declare const Region: {
190
191
  /**
191
192
  * Africa (Cape Town)
@@ -4,8 +4,8 @@
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.deadline = exports.datazone = exports.datasync = exports.databrew = exports.customerprofiles = exports.controltower = exports.connectcampaignsv2 = exports.connect = exports.comprehend = exports.cognito = exports.codestarnotifications = exports.codestarconnections = exports.codepipeline = exports.codegurureviewer = exports.codeguruprofiler = exports.codebuild = exports.codeartifact = exports.cloudtrail = exports.cloudfront = exports.cloudformation = exports.cleanroomsml = exports.cleanrooms = exports.chatbot = exports.ce = exports.cassandra = exports.budgets = exports.billing = exports.bedrockagentcore = exports.bedrock = exports.batch = exports.backup = exports.b2bi = exports.autoscaling = exports.auditmanager = exports.athena = exports.arczonalshift = exports.arcregionswitch = exports.aps = exports.appsync = exports.apprunner = exports.applicationsignals = exports.applicationinsights = exports.appintegrations = exports.appflow = exports.appconfig = exports.apigatewayv2 = exports.apigateway = exports.amplifyuibuilder = exports.amplify = exports.amazonmq = void 0;
6
6
  exports.kms = exports.kinesisvideo = exports.kinesisfirehose = exports.kinesisanalyticsv2 = exports.kinesis = exports.kendra = exports.kafkaconnect = exports.ivschat = exports.ivs = exports.iotwireless = exports.iottwinmaker = exports.iotsitewise = exports.iotevents = exports.iotanalytics = exports.iot = exports.internetmonitor = exports.inspectorv2 = exports.imagebuilder = exports.iam = exports.healthlake = exports.healthimaging = exports.guardduty = exports.groundstation = exports.greengrassv2 = exports.grafana = exports.glue = exports.globalaccelerator = exports.gamelift = exports.fsx = exports.frauddetector = exports.forecast = exports.fms = exports.fis = exports.finspace = exports.evs = exports.evidently = exports.events = exports.entityresolution = exports.emrserverless = exports.emr = exports.elasticache = exports.eks = exports.efs = exports.ecs = exports.ecr = exports.ec2 = exports.dynamodb = exports.dms = exports.devopsguru = exports.devicefarm = void 0;
7
- exports.route53resolver = exports.route53recoverycontrol = exports.route53 = exports.rolesanywhere = exports.resourcegroups = exports.resourceexplorer2 = exports.resiliencehub = exports.refactorspaces = exports.redshiftserverless = exports.redshift = exports.rds = exports.rbin = exports.ram = exports.quicksight = exports.qbusiness = exports.proton = exports.pipes = exports.pinpoint = exports.personalize = exports.pcs = exports.pcaconnectorscep = exports.pcaconnectorad = exports.paymentcryptography = exports.panorama = exports.osis = exports.organizations = exports.opensearchservice = exports.opensearchserverless = exports.omics = exports.odb = exports.observabilityadmin = exports.oam = exports.networkfirewall = exports.mwaa = exports.msk = exports.memorydb = exports.mediatailor = exports.mediapackagev2 = exports.mediapackage = exports.medialive = exports.mediaconnect = exports.macie = exports.m2 = exports.logs = exports.location = exports.lightsail = exports.lex = exports.launchwizard = exports.lambda = exports.lakeformation = void 0;
8
- exports.Region = exports.workspacesweb = exports.workspacesthinclient = exports.workspacesinstances = exports.workspaces = exports.wisdom = exports.wafv2 = exports.vpclattice = exports.verifiedpermissions = exports.transfer = exports.timestream = exports.systemsmanagersap = exports.synthetics = exports.supportapp = exports.stepfunctions = exports.sso = exports.ssmquicksetup = exports.ssmincidents = exports.ssmcontacts = exports.ssm = exports.sns = exports.smsvoice = exports.signer = exports.shield = exports.ses = exports.servicecatalogappregistry = exports.servicecatalog = exports.securitylake = exports.securityhub = exports.scheduler = exports.sagemaker = exports.s3vectors = exports.s3tables = exports.s3outposts = exports.s3express = exports.s3 = exports.rum = exports.rtbfabric = void 0;
7
+ exports.route53recoverycontrol = exports.route53profiles = exports.route53 = exports.rolesanywhere = exports.resourcegroups = exports.resourceexplorer2 = exports.resiliencehub = exports.refactorspaces = exports.redshiftserverless = exports.redshift = exports.rds = exports.rbin = exports.ram = exports.quicksight = exports.qbusiness = exports.proton = exports.pipes = exports.pinpoint = exports.personalize = exports.pcs = exports.pcaconnectorscep = exports.pcaconnectorad = exports.paymentcryptography = exports.panorama = exports.osis = exports.organizations = exports.opensearchservice = exports.opensearchserverless = exports.omics = exports.odb = exports.observabilityadmin = exports.oam = exports.networkfirewall = exports.mwaa = exports.msk = exports.memorydb = exports.mediatailor = exports.mediapackagev2 = exports.mediapackage = exports.medialive = exports.mediaconnect = exports.macie = exports.m2 = exports.logs = exports.location = exports.lightsail = exports.lex = exports.launchwizard = exports.lambda = exports.lakeformation = void 0;
8
+ exports.Region = exports.workspacesweb = exports.workspacesthinclient = exports.workspacesinstances = exports.workspaces = exports.wisdom = exports.wafv2 = exports.vpclattice = exports.verifiedpermissions = exports.transfer = exports.timestream = exports.systemsmanagersap = exports.synthetics = exports.supportapp = exports.stepfunctions = exports.sso = exports.ssmquicksetup = exports.ssmincidents = exports.ssmcontacts = exports.ssm = exports.sns = exports.smsvoice = exports.signer = exports.shield = exports.ses = exports.servicecatalogappregistry = exports.servicecatalog = exports.securitylake = exports.securityhub = exports.scheduler = exports.sagemaker = exports.s3vectors = exports.s3tables = exports.s3outposts = exports.s3express = exports.s3 = exports.rum = exports.rtbfabric = exports.route53resolver = void 0;
9
9
  // Export sub-modules:
10
10
  const amazonmq = require("./amazonmq");
11
11
  exports.amazonmq = amazonmq;
@@ -303,6 +303,8 @@ const rolesanywhere = require("./rolesanywhere");
303
303
  exports.rolesanywhere = rolesanywhere;
304
304
  const route53 = require("./route53");
305
305
  exports.route53 = route53;
306
+ const route53profiles = require("./route53profiles");
307
+ exports.route53profiles = route53profiles;
306
308
  const route53recoverycontrol = require("./route53recoverycontrol");
307
309
  exports.route53recoverycontrol = route53recoverycontrol;
308
310
  const route53resolver = require("./route53resolver");