@pulumi/aws-native 1.3.0-alpha.1729153019 → 1.3.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 (133) hide show
  1. package/appsync/dataSource.d.ts +200 -0
  2. package/appsync/dataSource.js +140 -0
  3. package/appsync/dataSource.js.map +1 -0
  4. package/appsync/getDataSource.d.ts +76 -0
  5. package/appsync/getDataSource.js +28 -0
  6. package/appsync/getDataSource.js.map +1 -0
  7. package/appsync/index.d.ts +6 -0
  8. package/appsync/index.js +8 -1
  9. package/appsync/index.js.map +1 -1
  10. package/codebuild/fleet.d.ts +0 -16
  11. package/codebuild/fleet.js.map +1 -1
  12. package/codebuild/getFleet.d.ts +0 -8
  13. package/codebuild/getFleet.js.map +1 -1
  14. package/cognito/getUserPool.d.ts +11 -15
  15. package/cognito/getUserPool.js.map +1 -1
  16. package/cognito/getUserPoolClient.d.ts +24 -6
  17. package/cognito/getUserPoolClient.js.map +1 -1
  18. package/cognito/getUserPoolResourceServer.d.ts +6 -2
  19. package/cognito/getUserPoolResourceServer.js.map +1 -1
  20. package/cognito/getUserPoolRiskConfigurationAttachment.d.ts +2 -2
  21. package/cognito/getUserPoolUiCustomizationAttachment.d.ts +2 -2
  22. package/cognito/userPool.d.ts +29 -35
  23. package/cognito/userPool.js.map +1 -1
  24. package/cognito/userPoolClient.d.ts +48 -12
  25. package/cognito/userPoolClient.js.map +1 -1
  26. package/cognito/userPoolDomain.d.ts +4 -4
  27. package/cognito/userPoolResourceServer.d.ts +6 -2
  28. package/cognito/userPoolResourceServer.js.map +1 -1
  29. package/cognito/userPoolRiskConfigurationAttachment.d.ts +2 -2
  30. package/cognito/userPoolUiCustomizationAttachment.d.ts +2 -2
  31. package/cognito/userPoolUser.d.ts +20 -2
  32. package/cognito/userPoolUser.js.map +1 -1
  33. package/cognito/userPoolUserToGroupAttachment.d.ts +6 -0
  34. package/cognito/userPoolUserToGroupAttachment.js.map +1 -1
  35. package/ecs/taskSet.d.ts +6 -0
  36. package/ecs/taskSet.js.map +1 -1
  37. package/gamelift/containerGroupDefinition.d.ts +24 -0
  38. package/gamelift/containerGroupDefinition.js +8 -0
  39. package/gamelift/containerGroupDefinition.js.map +1 -1
  40. package/gamelift/getContainerGroupDefinition.d.ts +17 -0
  41. package/gamelift/getContainerGroupDefinition.js.map +1 -1
  42. package/glue/schema.d.ts +2 -2
  43. package/glue/schema.js +0 -3
  44. package/glue/schema.js.map +1 -1
  45. package/lambda/eventSourceMapping.d.ts +2 -4
  46. package/lambda/eventSourceMapping.js.map +1 -1
  47. package/lambda/getEventSourceMapping.d.ts +1 -2
  48. package/lambda/getEventSourceMapping.js.map +1 -1
  49. package/lambda/getVersion.d.ts +0 -6
  50. package/lambda/getVersion.js.map +1 -1
  51. package/lambda/version.d.ts +0 -12
  52. package/lambda/version.js +0 -2
  53. package/lambda/version.js.map +1 -1
  54. package/organizations/policy.d.ts +2 -2
  55. package/package.json +3 -3
  56. package/package.json.dev +2 -2
  57. package/qbusiness/dataSource.d.ts +16 -6
  58. package/qbusiness/dataSource.js.map +1 -1
  59. package/qbusiness/getDataSource.d.ts +8 -3
  60. package/qbusiness/getDataSource.js.map +1 -1
  61. package/qbusiness/getWebExperience.d.ts +1 -0
  62. package/qbusiness/getWebExperience.js.map +1 -1
  63. package/qbusiness/webExperience.d.ts +2 -0
  64. package/qbusiness/webExperience.js +2 -0
  65. package/qbusiness/webExperience.js.map +1 -1
  66. package/quicksight/analysis.d.ts +2 -0
  67. package/quicksight/analysis.js +2 -0
  68. package/quicksight/analysis.js.map +1 -1
  69. package/quicksight/dashboard.d.ts +2 -0
  70. package/quicksight/dashboard.js +2 -0
  71. package/quicksight/dashboard.js.map +1 -1
  72. package/quicksight/dataSource.d.ts +2 -0
  73. package/quicksight/dataSource.js +2 -0
  74. package/quicksight/dataSource.js.map +1 -1
  75. package/quicksight/folder.d.ts +18 -2
  76. package/quicksight/folder.js.map +1 -1
  77. package/quicksight/getFolder.d.ts +11 -0
  78. package/quicksight/getFolder.js.map +1 -1
  79. package/rds/dbInstance.d.ts +2 -8
  80. package/rds/dbInstance.js.map +1 -1
  81. package/rds/getDbSubnetGroup.d.ts +4 -0
  82. package/rds/getDbSubnetGroup.js.map +1 -1
  83. package/sagemaker/getImageVersion.d.ts +1 -1
  84. package/sagemaker/imageVersion.d.ts +1 -1
  85. package/sqs/getQueue.d.ts +11 -11
  86. package/sqs/getQueue.js +2 -2
  87. package/sqs/queue.d.ts +23 -23
  88. package/sqs/queue.js +1 -1
  89. package/transfer/getServer.d.ts +165 -0
  90. package/transfer/getServer.js +28 -0
  91. package/transfer/getServer.js.map +1 -0
  92. package/transfer/index.d.ts +6 -0
  93. package/transfer/index.js +8 -1
  94. package/transfer/index.js.map +1 -1
  95. package/transfer/server.d.ts +512 -0
  96. package/transfer/server.js +286 -0
  97. package/transfer/server.js.map +1 -0
  98. package/types/enums/appsync/index.d.ts +10 -0
  99. package/types/enums/appsync/index.js +5 -1
  100. package/types/enums/appsync/index.js.map +1 -1
  101. package/types/enums/codebuild/index.d.ts +0 -4
  102. package/types/enums/codebuild/index.js.map +1 -1
  103. package/types/enums/codepipeline/index.d.ts +1 -0
  104. package/types/enums/codepipeline/index.js +1 -0
  105. package/types/enums/codepipeline/index.js.map +1 -1
  106. package/types/enums/ec2/index.d.ts +34 -0
  107. package/types/enums/ec2/index.js.map +1 -1
  108. package/types/enums/gamelift/index.d.ts +9 -0
  109. package/types/enums/gamelift/index.js +6 -1
  110. package/types/enums/gamelift/index.js.map +1 -1
  111. package/types/enums/organizations/index.d.ts +2 -1
  112. package/types/enums/organizations/index.js +1 -0
  113. package/types/enums/organizations/index.js.map +1 -1
  114. package/types/enums/quicksight/index.d.ts +1 -0
  115. package/types/enums/quicksight/index.js +1 -0
  116. package/types/enums/quicksight/index.js.map +1 -1
  117. package/types/enums/transfer/index.d.ts +55 -0
  118. package/types/enums/transfer/index.js +44 -1
  119. package/types/enums/transfer/index.js.map +1 -1
  120. package/types/enums/wisdom/index.d.ts +15 -0
  121. package/types/enums/wisdom/index.js +13 -1
  122. package/types/enums/wisdom/index.js.map +1 -1
  123. package/types/input.d.ts +501 -22
  124. package/types/output.d.ts +501 -22
  125. package/wisdom/aiPrompt.d.ts +124 -0
  126. package/wisdom/aiPrompt.js +95 -0
  127. package/wisdom/aiPrompt.js.map +1 -0
  128. package/wisdom/getAiPrompt.d.ts +52 -0
  129. package/wisdom/getAiPrompt.js +30 -0
  130. package/wisdom/getAiPrompt.js.map +1 -0
  131. package/wisdom/index.d.ts +6 -0
  132. package/wisdom/index.js +8 -1
  133. package/wisdom/index.js.map +1 -1
package/sqs/getQueue.d.ts CHANGED
@@ -9,7 +9,7 @@ import * as outputs from "../types/output";
9
9
  * + If you delete a queue, you must wait at least 60 seconds before creating a queue with the same name.
10
10
  * + To successfully create a new queue, you must provide a queue name that adheres to the [limits related to queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/limits-queues.html) and is unique within the scope of your queues.
11
11
  *
12
- * For more information about creating FIFO (first-in-first-out) queues, see [Creating an queue ()](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/screate-queue-cloudformation.html) in the *Developer Guide*.
12
+ * For more information about creating FIFO (first-in-first-out) queues, see [Creating an queue ()](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/create-queue-cloudformation.html) in the *Developer Guide*.
13
13
  */
14
14
  export declare function getQueue(args: GetQueueArgs, opts?: pulumi.InvokeOptions): Promise<GetQueueResult>;
15
15
  export interface GetQueueArgs {
@@ -47,11 +47,11 @@ export interface GetQueueResult {
47
47
  */
48
48
  readonly kmsDataKeyReusePeriodSeconds?: number;
49
49
  /**
50
- * The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (e.g. ``alias/aws/sqs``), key ARN, or key ID. For more information, see the following:
50
+ * The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (for example ``alias/aws/sqs``), key ARN, or key ID. For more information, see the following:
51
51
  * + [Encryption at rest](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html) in the *Developer Guide*
52
52
  * + [CreateQueue](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_CreateQueue.html) in the *API Reference*
53
53
  * + [Request Parameters](https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters) in the *Key Management Service API Reference*
54
- * + The Key Management Service (KMS) section of the [Best Practices](https://docs.aws.amazon.com/https://d0.awsstatic.com/whitepapers/aws-kms-best-practices.pdf) whitepaper
54
+ * + The Key Management Service (KMS) section of the [Security best practices for Key Management Service](https://docs.aws.amazon.com/kms/latest/developerguide/best-practices.html) in the *Key Management Service Developer Guide*
55
55
  */
56
56
  readonly kmsMasterKeyId?: string;
57
57
  /**
@@ -72,20 +72,20 @@ export interface GetQueueResult {
72
72
  readonly receiveMessageWaitTimeSeconds?: number;
73
73
  /**
74
74
  * The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows:
75
- * + ``redrivePermission``: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are:
76
- * + ``allowAll``: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue.
77
- * + ``denyAll``: No source queues can specify this queue as the dead-letter queue.
78
- * + ``byQueue``: Only queues specified by the ``sourceQueueArns`` parameter can specify this queue as the dead-letter queue.
75
+ * + ``redrivePermission``: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are:
76
+ * + ``allowAll``: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue.
77
+ * + ``denyAll``: No source queues can specify this queue as the dead-letter queue.
78
+ * + ``byQueue``: Only queues specified by the ``sourceQueueArns`` parameter can specify this queue as the dead-letter queue.
79
79
  *
80
- * + ``sourceQueueArns``: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when the ``redrivePermission`` parameter is set to ``byQueue``. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set the ``redrivePermission`` parameter to ``allowAll``.
80
+ * + ``sourceQueueArns``: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when the ``redrivePermission`` parameter is set to ``byQueue``. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set the ``redrivePermission`` parameter to ``allowAll``.
81
81
  *
82
82
  * Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::SQS::Queue` for more information about the expected schema for this property.
83
83
  */
84
84
  readonly redriveAllowPolicy?: any;
85
85
  /**
86
86
  * The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows:
87
- * + ``deadLetterTargetArn``: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value of ``maxReceiveCount`` is exceeded.
88
- * + ``maxReceiveCount``: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ``ReceiveCount`` for a message exceeds the ``maxReceiveCount`` for a queue, SQS moves the message to the dead-letter-queue.
87
+ * + ``deadLetterTargetArn``: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value of ``maxReceiveCount`` is exceeded.
88
+ * + ``maxReceiveCount``: The number of times a message is received by a consumer of the source queue before being moved to the dead-letter queue. When the ``ReceiveCount`` for a message exceeds the ``maxReceiveCount`` for a queue, SQS moves the message to the dead-letter-queue.
89
89
  *
90
90
  * The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
91
91
  * *JSON*
@@ -121,7 +121,7 @@ export interface GetQueueResult {
121
121
  * + If you delete a queue, you must wait at least 60 seconds before creating a queue with the same name.
122
122
  * + To successfully create a new queue, you must provide a queue name that adheres to the [limits related to queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/limits-queues.html) and is unique within the scope of your queues.
123
123
  *
124
- * For more information about creating FIFO (first-in-first-out) queues, see [Creating an queue ()](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/screate-queue-cloudformation.html) in the *Developer Guide*.
124
+ * For more information about creating FIFO (first-in-first-out) queues, see [Creating an queue ()](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/create-queue-cloudformation.html) in the *Developer Guide*.
125
125
  */
126
126
  export declare function getQueueOutput(args: GetQueueOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetQueueResult>;
127
127
  export interface GetQueueOutputArgs {
package/sqs/getQueue.js CHANGED
@@ -14,7 +14,7 @@ const utilities = require("../utilities");
14
14
  * + If you delete a queue, you must wait at least 60 seconds before creating a queue with the same name.
15
15
  * + To successfully create a new queue, you must provide a queue name that adheres to the [limits related to queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/limits-queues.html) and is unique within the scope of your queues.
16
16
  *
17
- * For more information about creating FIFO (first-in-first-out) queues, see [Creating an queue ()](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/screate-queue-cloudformation.html) in the *Developer Guide*.
17
+ * For more information about creating FIFO (first-in-first-out) queues, see [Creating an queue ()](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/create-queue-cloudformation.html) in the *Developer Guide*.
18
18
  */
19
19
  function getQueue(args, opts) {
20
20
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -32,7 +32,7 @@ exports.getQueue = getQueue;
32
32
  * + If you delete a queue, you must wait at least 60 seconds before creating a queue with the same name.
33
33
  * + To successfully create a new queue, you must provide a queue name that adheres to the [limits related to queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/limits-queues.html) and is unique within the scope of your queues.
34
34
  *
35
- * For more information about creating FIFO (first-in-first-out) queues, see [Creating an queue ()](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/screate-queue-cloudformation.html) in the *Developer Guide*.
35
+ * For more information about creating FIFO (first-in-first-out) queues, see [Creating an queue ()](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/create-queue-cloudformation.html) in the *Developer Guide*.
36
36
  */
37
37
  function getQueueOutput(args, opts) {
38
38
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
package/sqs/queue.d.ts CHANGED
@@ -10,7 +10,7 @@ import * as outputs from "../types/output";
10
10
  * + If you delete a queue, you must wait at least 60 seconds before creating a queue with the same name.
11
11
  * + To successfully create a new queue, you must provide a queue name that adheres to the [limits related to queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/limits-queues.html) and is unique within the scope of your queues.
12
12
  *
13
- * For more information about creating FIFO (first-in-first-out) queues, see [Creating an queue ()](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/screate-queue-cloudformation.html) in the *Developer Guide*.
13
+ * For more information about creating FIFO (first-in-first-out) queues, see [Creating an queue ()](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/create-queue-cloudformation.html) in the *Developer Guide*.
14
14
  *
15
15
  * ## Example Usage
16
16
  * ### Example
@@ -149,7 +149,7 @@ export declare class Queue extends pulumi.CustomResource {
149
149
  */
150
150
  readonly delaySeconds: pulumi.Output<number | undefined>;
151
151
  /**
152
- * If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see [FIFO queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html) in the *Developer Guide*.
152
+ * If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see [Amazon SQS FIFO queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-fifo-queues.html) in the *Developer Guide*.
153
153
  */
154
154
  readonly fifoQueue: pulumi.Output<boolean | undefined>;
155
155
  /**
@@ -163,11 +163,11 @@ export declare class Queue extends pulumi.CustomResource {
163
163
  */
164
164
  readonly kmsDataKeyReusePeriodSeconds: pulumi.Output<number | undefined>;
165
165
  /**
166
- * The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (e.g. ``alias/aws/sqs``), key ARN, or key ID. For more information, see the following:
166
+ * The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (for example ``alias/aws/sqs``), key ARN, or key ID. For more information, see the following:
167
167
  * + [Encryption at rest](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html) in the *Developer Guide*
168
168
  * + [CreateQueue](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_CreateQueue.html) in the *API Reference*
169
169
  * + [Request Parameters](https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters) in the *Key Management Service API Reference*
170
- * + The Key Management Service (KMS) section of the [Best Practices](https://docs.aws.amazon.com/https://d0.awsstatic.com/whitepapers/aws-kms-best-practices.pdf) whitepaper
170
+ * + The Key Management Service (KMS) section of the [Security best practices for Key Management Service](https://docs.aws.amazon.com/kms/latest/developerguide/best-practices.html) in the *Key Management Service Developer Guide*
171
171
  */
172
172
  readonly kmsMasterKeyId: pulumi.Output<string | undefined>;
173
173
  /**
@@ -179,7 +179,7 @@ export declare class Queue extends pulumi.CustomResource {
179
179
  */
180
180
  readonly messageRetentionPeriod: pulumi.Output<number | undefined>;
181
181
  /**
182
- * A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the ``.fifo`` suffix. For more information, see [FIFO queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html) in the *Developer Guide*.
182
+ * A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the ``.fifo`` suffix. For more information, see [Amazon SQS FIFO queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-fifo-queues.html) in the *Developer Guide*.
183
183
  * If you don't specify a name, CFN generates a unique physical ID and uses that ID for the queue name. For more information, see [Name type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html) in the *User Guide*.
184
184
  * If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
185
185
  */
@@ -194,20 +194,20 @@ export declare class Queue extends pulumi.CustomResource {
194
194
  readonly receiveMessageWaitTimeSeconds: pulumi.Output<number | undefined>;
195
195
  /**
196
196
  * The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows:
197
- * + ``redrivePermission``: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are:
198
- * + ``allowAll``: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue.
199
- * + ``denyAll``: No source queues can specify this queue as the dead-letter queue.
200
- * + ``byQueue``: Only queues specified by the ``sourceQueueArns`` parameter can specify this queue as the dead-letter queue.
197
+ * + ``redrivePermission``: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are:
198
+ * + ``allowAll``: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue.
199
+ * + ``denyAll``: No source queues can specify this queue as the dead-letter queue.
200
+ * + ``byQueue``: Only queues specified by the ``sourceQueueArns`` parameter can specify this queue as the dead-letter queue.
201
201
  *
202
- * + ``sourceQueueArns``: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when the ``redrivePermission`` parameter is set to ``byQueue``. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set the ``redrivePermission`` parameter to ``allowAll``.
202
+ * + ``sourceQueueArns``: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when the ``redrivePermission`` parameter is set to ``byQueue``. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set the ``redrivePermission`` parameter to ``allowAll``.
203
203
  *
204
204
  * Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::SQS::Queue` for more information about the expected schema for this property.
205
205
  */
206
206
  readonly redriveAllowPolicy: pulumi.Output<any | undefined>;
207
207
  /**
208
208
  * The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows:
209
- * + ``deadLetterTargetArn``: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value of ``maxReceiveCount`` is exceeded.
210
- * + ``maxReceiveCount``: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ``ReceiveCount`` for a message exceeds the ``maxReceiveCount`` for a queue, SQS moves the message to the dead-letter-queue.
209
+ * + ``deadLetterTargetArn``: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value of ``maxReceiveCount`` is exceeded.
210
+ * + ``maxReceiveCount``: The number of times a message is received by a consumer of the source queue before being moved to the dead-letter queue. When the ``ReceiveCount`` for a message exceeds the ``maxReceiveCount`` for a queue, SQS moves the message to the dead-letter-queue.
211
211
  *
212
212
  * The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
213
213
  * *JSON*
@@ -260,7 +260,7 @@ export interface QueueArgs {
260
260
  */
261
261
  delaySeconds?: pulumi.Input<number>;
262
262
  /**
263
- * If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see [FIFO queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html) in the *Developer Guide*.
263
+ * If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see [Amazon SQS FIFO queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-fifo-queues.html) in the *Developer Guide*.
264
264
  */
265
265
  fifoQueue?: pulumi.Input<boolean>;
266
266
  /**
@@ -274,11 +274,11 @@ export interface QueueArgs {
274
274
  */
275
275
  kmsDataKeyReusePeriodSeconds?: pulumi.Input<number>;
276
276
  /**
277
- * The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (e.g. ``alias/aws/sqs``), key ARN, or key ID. For more information, see the following:
277
+ * The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (for example ``alias/aws/sqs``), key ARN, or key ID. For more information, see the following:
278
278
  * + [Encryption at rest](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html) in the *Developer Guide*
279
279
  * + [CreateQueue](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_CreateQueue.html) in the *API Reference*
280
280
  * + [Request Parameters](https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters) in the *Key Management Service API Reference*
281
- * + The Key Management Service (KMS) section of the [Best Practices](https://docs.aws.amazon.com/https://d0.awsstatic.com/whitepapers/aws-kms-best-practices.pdf) whitepaper
281
+ * + The Key Management Service (KMS) section of the [Security best practices for Key Management Service](https://docs.aws.amazon.com/kms/latest/developerguide/best-practices.html) in the *Key Management Service Developer Guide*
282
282
  */
283
283
  kmsMasterKeyId?: pulumi.Input<string>;
284
284
  /**
@@ -290,7 +290,7 @@ export interface QueueArgs {
290
290
  */
291
291
  messageRetentionPeriod?: pulumi.Input<number>;
292
292
  /**
293
- * A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the ``.fifo`` suffix. For more information, see [FIFO queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html) in the *Developer Guide*.
293
+ * A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the ``.fifo`` suffix. For more information, see [Amazon SQS FIFO queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-fifo-queues.html) in the *Developer Guide*.
294
294
  * If you don't specify a name, CFN generates a unique physical ID and uses that ID for the queue name. For more information, see [Name type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html) in the *User Guide*.
295
295
  * If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
296
296
  */
@@ -301,20 +301,20 @@ export interface QueueArgs {
301
301
  receiveMessageWaitTimeSeconds?: pulumi.Input<number>;
302
302
  /**
303
303
  * The string that includes the parameters for the permissions for the dead-letter queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows:
304
- * + ``redrivePermission``: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are:
305
- * + ``allowAll``: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue.
306
- * + ``denyAll``: No source queues can specify this queue as the dead-letter queue.
307
- * + ``byQueue``: Only queues specified by the ``sourceQueueArns`` parameter can specify this queue as the dead-letter queue.
304
+ * + ``redrivePermission``: The permission type that defines which source queues can specify the current queue as the dead-letter queue. Valid values are:
305
+ * + ``allowAll``: (Default) Any source queues in this AWS account in the same Region can specify this queue as the dead-letter queue.
306
+ * + ``denyAll``: No source queues can specify this queue as the dead-letter queue.
307
+ * + ``byQueue``: Only queues specified by the ``sourceQueueArns`` parameter can specify this queue as the dead-letter queue.
308
308
  *
309
- * + ``sourceQueueArns``: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when the ``redrivePermission`` parameter is set to ``byQueue``. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set the ``redrivePermission`` parameter to ``allowAll``.
309
+ * + ``sourceQueueArns``: The Amazon Resource Names (ARN)s of the source queues that can specify this queue as the dead-letter queue and redrive messages. You can specify this parameter only when the ``redrivePermission`` parameter is set to ``byQueue``. You can specify up to 10 source queue ARNs. To allow more than 10 source queues to specify dead-letter queues, set the ``redrivePermission`` parameter to ``allowAll``.
310
310
  *
311
311
  * Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::SQS::Queue` for more information about the expected schema for this property.
312
312
  */
313
313
  redriveAllowPolicy?: any;
314
314
  /**
315
315
  * The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows:
316
- * + ``deadLetterTargetArn``: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value of ``maxReceiveCount`` is exceeded.
317
- * + ``maxReceiveCount``: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ``ReceiveCount`` for a message exceeds the ``maxReceiveCount`` for a queue, SQS moves the message to the dead-letter-queue.
316
+ * + ``deadLetterTargetArn``: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value of ``maxReceiveCount`` is exceeded.
317
+ * + ``maxReceiveCount``: The number of times a message is received by a consumer of the source queue before being moved to the dead-letter queue. When the ``ReceiveCount`` for a message exceeds the ``maxReceiveCount`` for a queue, SQS moves the message to the dead-letter-queue.
318
318
  *
319
319
  * The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
320
320
  * *JSON*
package/sqs/queue.js CHANGED
@@ -14,7 +14,7 @@ const utilities = require("../utilities");
14
14
  * + If you delete a queue, you must wait at least 60 seconds before creating a queue with the same name.
15
15
  * + To successfully create a new queue, you must provide a queue name that adheres to the [limits related to queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/limits-queues.html) and is unique within the scope of your queues.
16
16
  *
17
- * For more information about creating FIFO (first-in-first-out) queues, see [Creating an queue ()](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/screate-queue-cloudformation.html) in the *Developer Guide*.
17
+ * For more information about creating FIFO (first-in-first-out) queues, see [Creating an queue ()](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/create-queue-cloudformation.html) in the *Developer Guide*.
18
18
  *
19
19
  * ## Example Usage
20
20
  * ### Example
@@ -0,0 +1,165 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ import * as enums from "../types/enums";
4
+ /**
5
+ * Definition of AWS::Transfer::Server Resource Type
6
+ */
7
+ export declare function getServer(args: GetServerArgs, opts?: pulumi.InvokeOptions): Promise<GetServerResult>;
8
+ export interface GetServerArgs {
9
+ /**
10
+ * The Amazon Resource Name associated with the server, in the form `arn:aws:transfer:region: *account-id* :server/ *server-id* /` .
11
+ *
12
+ * An example of a server ARN is: `arn:aws:transfer:us-east-1:123456789012:server/s-01234567890abcdef` .
13
+ */
14
+ arn: string;
15
+ }
16
+ export interface GetServerResult {
17
+ /**
18
+ * The Amazon Resource Name associated with the server, in the form `arn:aws:transfer:region: *account-id* :server/ *server-id* /` .
19
+ *
20
+ * An example of a server ARN is: `arn:aws:transfer:us-east-1:123456789012:server/s-01234567890abcdef` .
21
+ */
22
+ readonly arn?: string;
23
+ /**
24
+ * The list of egress IP addresses of this server. These IP addresses are only relevant for servers that use the AS2 protocol. They are used for sending asynchronous MDNs. These IP addresses are assigned automatically when you create an AS2 server. Additionally, if you update an existing server and add the AS2 protocol, static IP addresses are assigned as well.
25
+ */
26
+ readonly as2ServiceManagedEgressIpAddresses?: string[];
27
+ /**
28
+ * The Amazon Resource Name (ARN) of the AWS Certificate Manager (ACM) certificate. Required when `Protocols` is set to `FTPS` .
29
+ *
30
+ * To request a new public certificate, see [Request a public certificate](https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-public.html) in the *AWS Certificate Manager User Guide* .
31
+ *
32
+ * To import an existing certificate into ACM, see [Importing certificates into ACM](https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html) in the *AWS Certificate Manager User Guide* .
33
+ *
34
+ * To request a private certificate to use FTPS through private IP addresses, see [Request a private certificate](https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-private.html) in the *AWS Certificate Manager User Guide* .
35
+ *
36
+ * Certificates with the following cryptographic algorithms and key sizes are supported:
37
+ *
38
+ * - 2048-bit RSA (RSA_2048)
39
+ * - 4096-bit RSA (RSA_4096)
40
+ * - Elliptic Prime Curve 256 bit (EC_prime256v1)
41
+ * - Elliptic Prime Curve 384 bit (EC_secp384r1)
42
+ * - Elliptic Prime Curve 521 bit (EC_secp521r1)
43
+ *
44
+ * > The certificate must be a valid SSL/TLS X.509 version 3 certificate with FQDN or IP address specified and information about the issuer.
45
+ */
46
+ readonly certificate?: string;
47
+ /**
48
+ * The virtual private cloud (VPC) endpoint settings that are configured for your server. When you host your endpoint within your VPC, you can make your endpoint accessible only to resources within your VPC, or you can attach Elastic IP addresses and make your endpoint accessible to clients over the internet. Your VPC's default security groups are automatically assigned to your endpoint.
49
+ */
50
+ readonly endpointDetails?: outputs.transfer.ServerEndpointDetails;
51
+ /**
52
+ * The type of endpoint that you want your server to use. You can choose to make your server's endpoint publicly accessible (PUBLIC) or host it inside your VPC. With an endpoint that is hosted in a VPC, you can restrict access to your server and resources only within your VPC or choose to make it internet facing by attaching Elastic IP addresses directly to it.
53
+ *
54
+ * > After May 19, 2021, you won't be able to create a server using `EndpointType=VPC_ENDPOINT` in your AWS account if your account hasn't already done so before May 19, 2021. If you have already created servers with `EndpointType=VPC_ENDPOINT` in your AWS account on or before May 19, 2021, you will not be affected. After this date, use `EndpointType` = `VPC` .
55
+ * >
56
+ * > For more information, see [Discontinuing the use of VPC_ENDPOINT](https://docs.aws.amazon.com//transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint) .
57
+ * >
58
+ * > It is recommended that you use `VPC` as the `EndpointType` . With this endpoint type, you have the option to directly associate up to three Elastic IPv4 addresses (BYO IP included) with your server's endpoint and use VPC security groups to restrict traffic by the client's public IP address. This is not possible with `EndpointType` set to `VPC_ENDPOINT` .
59
+ */
60
+ readonly endpointType?: enums.transfer.ServerEndpointType;
61
+ /**
62
+ * Required when `IdentityProviderType` is set to `AWS_DIRECTORY_SERVICE` , `AWS _LAMBDA` or `API_GATEWAY` . Accepts an array containing all of the information required to use a directory in `AWS_DIRECTORY_SERVICE` or invoke a customer-supplied authentication API, including the API Gateway URL. Cannot be specified when `IdentityProviderType` is set to `SERVICE_MANAGED` .
63
+ */
64
+ readonly identityProviderDetails?: outputs.transfer.ServerIdentityProviderDetails;
65
+ /**
66
+ * The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFSevents. When set, you can view user activity in your CloudWatch logs.
67
+ */
68
+ readonly loggingRole?: string;
69
+ /**
70
+ * Specifies a string to display when users connect to a server. This string is displayed after the user authenticates.
71
+ *
72
+ * > The SFTP protocol does not support post-authentication display banners.
73
+ */
74
+ readonly postAuthenticationLoginBanner?: string;
75
+ /**
76
+ * Specifies a string to display when users connect to a server. This string is displayed before the user authenticates. For example, the following banner displays details about using the system:
77
+ *
78
+ * `This system is for the use of authorized users only. Individuals using this computer system without authority, or in excess of their authority, are subject to having all of their activities on this system monitored and recorded by system personnel.`
79
+ */
80
+ readonly preAuthenticationLoginBanner?: string;
81
+ /**
82
+ * The protocol settings that are configured for your server.
83
+ *
84
+ * - To indicate passive mode (for FTP and FTPS protocols), use the `PassiveIp` parameter. Enter a single dotted-quad IPv4 address, such as the external IP address of a firewall, router, or load balancer.
85
+ * - To ignore the error that is generated when the client attempts to use the `SETSTAT` command on a file that you are uploading to an Amazon S3 bucket, use the `SetStatOption` parameter. To have the AWS Transfer Family server ignore the `SETSTAT` command and upload files without needing to make any changes to your SFTP client, set the value to `ENABLE_NO_OP` . If you set the `SetStatOption` parameter to `ENABLE_NO_OP` , Transfer Family generates a log entry to Amazon CloudWatch Logs, so that you can determine when the client is making a `SETSTAT` call.
86
+ * - To determine whether your AWS Transfer Family server resumes recent, negotiated sessions through a unique session ID, use the `TlsSessionResumptionMode` parameter.
87
+ * - `As2Transports` indicates the transport method for the AS2 messages. Currently, only HTTP is supported.
88
+ *
89
+ * The `Protocols` parameter is an array of strings.
90
+ *
91
+ * *Allowed values* : One or more of `SFTP` , `FTPS` , `FTP` , `AS2`
92
+ */
93
+ readonly protocolDetails?: outputs.transfer.ServerProtocolDetails;
94
+ /**
95
+ * Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint. The available protocols are:
96
+ *
97
+ * - `SFTP` (Secure Shell (SSH) File Transfer Protocol): File transfer over SSH
98
+ * - `FTPS` (File Transfer Protocol Secure): File transfer with TLS encryption
99
+ * - `FTP` (File Transfer Protocol): Unencrypted file transfer
100
+ * - `AS2` (Applicability Statement 2): used for transporting structured business-to-business data
101
+ *
102
+ * > - If you select `FTPS` , you must choose a certificate stored in AWS Certificate Manager (ACM) which is used to identify your server when clients connect to it over FTPS.
103
+ * > - If `Protocol` includes either `FTP` or `FTPS` , then the `EndpointType` must be `VPC` and the `IdentityProviderType` must be either `AWS_DIRECTORY_SERVICE` , `AWS_LAMBDA` , or `API_GATEWAY` .
104
+ * > - If `Protocol` includes `FTP` , then `AddressAllocationIds` cannot be associated.
105
+ * > - If `Protocol` is set only to `SFTP` , the `EndpointType` can be set to `PUBLIC` and the `IdentityProviderType` can be set any of the supported identity types: `SERVICE_MANAGED` , `AWS_DIRECTORY_SERVICE` , `AWS_LAMBDA` , or `API_GATEWAY` .
106
+ * > - If `Protocol` includes `AS2` , then the `EndpointType` must be `VPC` , and domain must be Amazon S3.
107
+ *
108
+ * The `Protocols` parameter is an array of strings.
109
+ *
110
+ * *Allowed values* : One or more of `SFTP` , `FTPS` , `FTP` , `AS2`
111
+ */
112
+ readonly protocols?: enums.transfer.ServerProtocol[];
113
+ /**
114
+ * Specifies whether or not performance for your Amazon S3 directories is optimized. This is disabled by default.
115
+ *
116
+ * By default, home directory mappings have a `TYPE` of `DIRECTORY` . If you enable this option, you would then need to explicitly set the `HomeDirectoryMapEntry` `Type` to `FILE` if you want a mapping to have a file target.
117
+ */
118
+ readonly s3StorageOptions?: outputs.transfer.ServerS3StorageOptions;
119
+ /**
120
+ * Specifies the name of the security policy for the server.
121
+ */
122
+ readonly securityPolicyName?: string;
123
+ /**
124
+ * The service-assigned ID of the server that is created.
125
+ *
126
+ * An example `ServerId` is `s-01234567890abcdef` .
127
+ */
128
+ readonly serverId?: string;
129
+ /**
130
+ * Specifies the log groups to which your server logs are sent.
131
+ *
132
+ * To specify a log group, you must provide the ARN for an existing log group. In this case, the format of the log group is as follows:
133
+ *
134
+ * `arn:aws:logs:region-name:amazon-account-id:log-group:log-group-name:*`
135
+ *
136
+ * For example, `arn:aws:logs:us-east-1:111122223333:log-group:mytestgroup:*`
137
+ *
138
+ * If you have previously specified a log group for a server, you can clear it, and in effect turn off structured logging, by providing an empty value for this parameter in an `update-server` call. For example:
139
+ *
140
+ * `update-server --server-id s-1234567890abcdef0 --structured-log-destinations`
141
+ */
142
+ readonly structuredLogDestinations?: string[];
143
+ /**
144
+ * Key-value pairs that can be used to group and search for servers.
145
+ */
146
+ readonly tags?: outputs.Tag[];
147
+ /**
148
+ * Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow.
149
+ *
150
+ * In addition to a workflow to execute when a file is uploaded completely, `WorkflowDetails` can also contain a workflow ID (and execution role) for a workflow to execute on partial upload. A partial upload occurs when a file is open when the session disconnects.
151
+ */
152
+ readonly workflowDetails?: outputs.transfer.ServerWorkflowDetails;
153
+ }
154
+ /**
155
+ * Definition of AWS::Transfer::Server Resource Type
156
+ */
157
+ export declare function getServerOutput(args: GetServerOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServerResult>;
158
+ export interface GetServerOutputArgs {
159
+ /**
160
+ * The Amazon Resource Name associated with the server, in the form `arn:aws:transfer:region: *account-id* :server/ *server-id* /` .
161
+ *
162
+ * An example of a server ARN is: `arn:aws:transfer:us-east-1:123456789012:server/s-01234567890abcdef` .
163
+ */
164
+ arn: pulumi.Input<string>;
165
+ }
@@ -0,0 +1,28 @@
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.getServerOutput = exports.getServer = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Definition of AWS::Transfer::Server Resource Type
10
+ */
11
+ function getServer(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("aws-native:transfer:getServer", {
14
+ "arn": args.arn,
15
+ }, opts);
16
+ }
17
+ exports.getServer = getServer;
18
+ /**
19
+ * Definition of AWS::Transfer::Server Resource Type
20
+ */
21
+ function getServerOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("aws-native:transfer:getServer", {
24
+ "arn": args.arn,
25
+ }, opts);
26
+ }
27
+ exports.getServerOutput = getServerOutput;
28
+ //# sourceMappingURL=getServer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getServer.js","sourceRoot":"","sources":["../../transfer/getServer.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AAqJD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+BAA+B,EAAE;QAChE,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
@@ -19,12 +19,18 @@ export declare const getConnectorOutput: typeof import("./getConnector").getConn
19
19
  export { GetProfileArgs, GetProfileResult, GetProfileOutputArgs } from "./getProfile";
20
20
  export declare const getProfile: typeof import("./getProfile").getProfile;
21
21
  export declare const getProfileOutput: typeof import("./getProfile").getProfileOutput;
22
+ export { GetServerArgs, GetServerResult, GetServerOutputArgs } from "./getServer";
23
+ export declare const getServer: typeof import("./getServer").getServer;
24
+ export declare const getServerOutput: typeof import("./getServer").getServerOutput;
22
25
  export { GetWorkflowArgs, GetWorkflowResult, GetWorkflowOutputArgs } from "./getWorkflow";
23
26
  export declare const getWorkflow: typeof import("./getWorkflow").getWorkflow;
24
27
  export declare const getWorkflowOutput: typeof import("./getWorkflow").getWorkflowOutput;
25
28
  export { ProfileArgs } from "./profile";
26
29
  export type Profile = import("./profile").Profile;
27
30
  export declare const Profile: typeof import("./profile").Profile;
31
+ export { ServerArgs } from "./server";
32
+ export type Server = import("./server").Server;
33
+ export declare const Server: typeof import("./server").Server;
28
34
  export { WorkflowArgs } from "./workflow";
29
35
  export type Workflow = import("./workflow").Workflow;
30
36
  export declare const Workflow: typeof import("./workflow").Workflow;
package/transfer/index.js CHANGED
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
17
  };
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
- exports.Workflow = exports.Profile = exports.getWorkflowOutput = exports.getWorkflow = exports.getProfileOutput = exports.getProfile = exports.getConnectorOutput = exports.getConnector = exports.getCertificateOutput = exports.getCertificate = exports.getAgreementOutput = exports.getAgreement = exports.Connector = exports.Certificate = exports.Agreement = void 0;
19
+ exports.Workflow = exports.Server = exports.Profile = exports.getWorkflowOutput = exports.getWorkflow = exports.getServerOutput = exports.getServer = exports.getProfileOutput = exports.getProfile = exports.getConnectorOutput = exports.getConnector = exports.getCertificateOutput = exports.getCertificate = exports.getAgreementOutput = exports.getAgreement = exports.Connector = exports.Certificate = exports.Agreement = void 0;
20
20
  const pulumi = require("@pulumi/pulumi");
21
21
  const utilities = require("../utilities");
22
22
  exports.Agreement = null;
@@ -37,11 +37,16 @@ utilities.lazyLoad(exports, ["getConnector", "getConnectorOutput"], () => requir
37
37
  exports.getProfile = null;
38
38
  exports.getProfileOutput = null;
39
39
  utilities.lazyLoad(exports, ["getProfile", "getProfileOutput"], () => require("./getProfile"));
40
+ exports.getServer = null;
41
+ exports.getServerOutput = null;
42
+ utilities.lazyLoad(exports, ["getServer", "getServerOutput"], () => require("./getServer"));
40
43
  exports.getWorkflow = null;
41
44
  exports.getWorkflowOutput = null;
42
45
  utilities.lazyLoad(exports, ["getWorkflow", "getWorkflowOutput"], () => require("./getWorkflow"));
43
46
  exports.Profile = null;
44
47
  utilities.lazyLoad(exports, ["Profile"], () => require("./profile"));
48
+ exports.Server = null;
49
+ utilities.lazyLoad(exports, ["Server"], () => require("./server"));
45
50
  exports.Workflow = null;
46
51
  utilities.lazyLoad(exports, ["Workflow"], () => require("./workflow"));
47
52
  // Export enums:
@@ -58,6 +63,8 @@ const _module = {
58
63
  return new exports.Connector(name, undefined, { urn });
59
64
  case "aws-native:transfer:Profile":
60
65
  return new exports.Profile(name, undefined, { urn });
66
+ case "aws-native:transfer:Server":
67
+ return new exports.Server(name, undefined, { urn });
61
68
  case "aws-native:transfer:Workflow":
62
69
  return new exports.Workflow(name, undefined, { urn });
63
70
  default:
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../transfer/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../transfer/index.ts"],"names":[],"mappings":"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"}