cdk-comprehend-s3olap 2.0.75 → 2.0.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +18 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +350 -82
  8. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +107 -91
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2 -1
  10. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +428 -13
  11. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +18 -0
  12. package/node_modules/aws-sdk/apis/forecastquery-2018-06-26.min.json +54 -21
  13. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  14. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +44 -0
  15. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +64 -29
  16. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +23 -0
  17. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +308 -162
  18. package/node_modules/aws-sdk/apis/support-app-2021-08-20.examples.json +5 -0
  19. package/node_modules/aws-sdk/apis/support-app-2021-08-20.min.json +267 -0
  20. package/node_modules/aws-sdk/apis/support-app-2021-08-20.paginators.json +12 -0
  21. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  22. package/node_modules/aws-sdk/clients/all.js +2 -1
  23. package/node_modules/aws-sdk/clients/cloudfront.d.ts +246 -4
  24. package/node_modules/aws-sdk/clients/configservice.d.ts +27 -7
  25. package/node_modules/aws-sdk/clients/docdb.d.ts +1 -1
  26. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  27. package/node_modules/aws-sdk/clients/forecastqueryservice.d.ts +35 -1
  28. package/node_modules/aws-sdk/clients/forecastservice.d.ts +559 -0
  29. package/node_modules/aws-sdk/clients/iam.d.ts +6 -6
  30. package/node_modules/aws-sdk/clients/ivs.d.ts +3 -3
  31. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +49 -1
  32. package/node_modules/aws-sdk/clients/quicksight.d.ts +38 -4
  33. package/node_modules/aws-sdk/clients/rds.d.ts +21 -0
  34. package/node_modules/aws-sdk/clients/securityhub.d.ts +346 -70
  35. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +6 -6
  36. package/node_modules/aws-sdk/clients/supportapp.d.ts +330 -0
  37. package/node_modules/aws-sdk/clients/supportapp.js +18 -0
  38. package/node_modules/aws-sdk/clients/transfer.d.ts +20 -20
  39. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  40. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
  41. package/node_modules/aws-sdk/dist/aws-sdk.js +989 -211
  42. package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
  43. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  44. package/node_modules/aws-sdk/lib/core.js +1 -1
  45. package/node_modules/aws-sdk/package.json +1 -1
  46. package/package.json +3 -3
@@ -28,19 +28,19 @@ declare class SSOAdmin extends Service {
28
28
  */
29
29
  attachManagedPolicyToPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.AttachManagedPolicyToPermissionSetResponse) => void): Request<SSOAdmin.Types.AttachManagedPolicyToPermissionSetResponse, AWSError>;
30
30
  /**
31
- * Assigns access to a principal for a specified Amazon Web Services account using a specified permission set. The term principal here refers to a user or group that is defined in Amazon Web Services SSO. As part of a successful CreateAccountAssignment call, the specified permission set will automatically be provisioned to the account in the form of an IAM policy. That policy is attached to the IAM role created in Amazon Web Services SSO. If the permission set is subsequently updated, the corresponding IAM policies attached to roles in your accounts will not be updated automatically. In this case, you must call ProvisionPermissionSet to make these updates.
31
+ * Assigns access to a principal for a specified Amazon Web Services account using a specified permission set. The term principal here refers to a user or group that is defined in Amazon Web Services SSO. As part of a successful CreateAccountAssignment call, the specified permission set will automatically be provisioned to the account in the form of an IAM policy. That policy is attached to the IAM role created in Amazon Web Services SSO. If the permission set is subsequently updated, the corresponding IAM policies attached to roles in your accounts will not be updated automatically. In this case, you must call ProvisionPermissionSet to make these updates. After a successful response, call DescribeAccountAssignmentCreationStatus to describe the status of an assignment creation request.
32
32
  */
33
33
  createAccountAssignment(params: SSOAdmin.Types.CreateAccountAssignmentRequest, callback?: (err: AWSError, data: SSOAdmin.Types.CreateAccountAssignmentResponse) => void): Request<SSOAdmin.Types.CreateAccountAssignmentResponse, AWSError>;
34
34
  /**
35
- * Assigns access to a principal for a specified Amazon Web Services account using a specified permission set. The term principal here refers to a user or group that is defined in Amazon Web Services SSO. As part of a successful CreateAccountAssignment call, the specified permission set will automatically be provisioned to the account in the form of an IAM policy. That policy is attached to the IAM role created in Amazon Web Services SSO. If the permission set is subsequently updated, the corresponding IAM policies attached to roles in your accounts will not be updated automatically. In this case, you must call ProvisionPermissionSet to make these updates.
35
+ * Assigns access to a principal for a specified Amazon Web Services account using a specified permission set. The term principal here refers to a user or group that is defined in Amazon Web Services SSO. As part of a successful CreateAccountAssignment call, the specified permission set will automatically be provisioned to the account in the form of an IAM policy. That policy is attached to the IAM role created in Amazon Web Services SSO. If the permission set is subsequently updated, the corresponding IAM policies attached to roles in your accounts will not be updated automatically. In this case, you must call ProvisionPermissionSet to make these updates. After a successful response, call DescribeAccountAssignmentCreationStatus to describe the status of an assignment creation request.
36
36
  */
37
37
  createAccountAssignment(callback?: (err: AWSError, data: SSOAdmin.Types.CreateAccountAssignmentResponse) => void): Request<SSOAdmin.Types.CreateAccountAssignmentResponse, AWSError>;
38
38
  /**
39
- * Enables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO instance. You can also specify new attributes to add to your ABAC configuration during the enabling process. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.
39
+ * Enables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO instance. You can also specify new attributes to add to your ABAC configuration during the enabling process. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide. After a successful response, call DescribeInstanceAccessControlAttributeConfiguration to validate that InstanceAccessControlAttributeConfiguration was created.
40
40
  */
41
41
  createInstanceAccessControlAttributeConfiguration(params: SSOAdmin.Types.CreateInstanceAccessControlAttributeConfigurationRequest, callback?: (err: AWSError, data: SSOAdmin.Types.CreateInstanceAccessControlAttributeConfigurationResponse) => void): Request<SSOAdmin.Types.CreateInstanceAccessControlAttributeConfigurationResponse, AWSError>;
42
42
  /**
43
- * Enables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO instance. You can also specify new attributes to add to your ABAC configuration during the enabling process. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide.
43
+ * Enables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO instance. You can also specify new attributes to add to your ABAC configuration during the enabling process. For more information about ABAC, see Attribute-Based Access Control in the Amazon Web Services SSO User Guide. After a successful response, call DescribeInstanceAccessControlAttributeConfiguration to validate that InstanceAccessControlAttributeConfiguration was created.
44
44
  */
45
45
  createInstanceAccessControlAttributeConfiguration(callback?: (err: AWSError, data: SSOAdmin.Types.CreateInstanceAccessControlAttributeConfigurationResponse) => void): Request<SSOAdmin.Types.CreateInstanceAccessControlAttributeConfigurationResponse, AWSError>;
46
46
  /**
@@ -52,11 +52,11 @@ declare class SSOAdmin extends Service {
52
52
  */
53
53
  createPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.CreatePermissionSetResponse) => void): Request<SSOAdmin.Types.CreatePermissionSetResponse, AWSError>;
54
54
  /**
55
- * Deletes a principal's access from a specified Amazon Web Services account using a specified permission set.
55
+ * Deletes a principal's access from a specified Amazon Web Services account using a specified permission set. After a successful response, call DescribeAccountAssignmentCreationStatus to describe the status of an assignment deletion request.
56
56
  */
57
57
  deleteAccountAssignment(params: SSOAdmin.Types.DeleteAccountAssignmentRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DeleteAccountAssignmentResponse) => void): Request<SSOAdmin.Types.DeleteAccountAssignmentResponse, AWSError>;
58
58
  /**
59
- * Deletes a principal's access from a specified Amazon Web Services account using a specified permission set.
59
+ * Deletes a principal's access from a specified Amazon Web Services account using a specified permission set. After a successful response, call DescribeAccountAssignmentCreationStatus to describe the status of an assignment deletion request.
60
60
  */
61
61
  deleteAccountAssignment(callback?: (err: AWSError, data: SSOAdmin.Types.DeleteAccountAssignmentResponse) => void): Request<SSOAdmin.Types.DeleteAccountAssignmentResponse, AWSError>;
62
62
  /**
@@ -0,0 +1,330 @@
1
+ import {Request} from '../lib/request';
2
+ import {Response} from '../lib/response';
3
+ import {AWSError} from '../lib/error';
4
+ import {Service} from '../lib/service';
5
+ import {ServiceConfigurationOptions} from '../lib/service';
6
+ import {ConfigBase as Config} from '../lib/config-base';
7
+ interface Blob {}
8
+ declare class SupportApp extends Service {
9
+ /**
10
+ * Constructs a service object. This object has one method for each API operation.
11
+ */
12
+ constructor(options?: SupportApp.Types.ClientConfiguration)
13
+ config: Config & SupportApp.Types.ClientConfiguration;
14
+ /**
15
+ * Creates a Slack channel configuration for your Amazon Web Services account. You can add up to 5 Slack workspaces for your account. You can add up to 20 Slack channels for your account. A Slack channel can have up to 100 Amazon Web Services accounts. This means that only 100 accounts can add the same Slack channel to the Amazon Web Services Support App. We recommend that you only add the accounts that you need to manage support cases for your organization. This can reduce the notifications about case updates that you receive in the Slack channel. We recommend that you choose a private Slack channel so that only members in that channel have read and write access to your support cases. Anyone in your Slack channel can create, update, or resolve support cases for your account. Users require an invitation to join private channels.
16
+ */
17
+ createSlackChannelConfiguration(params: SupportApp.Types.CreateSlackChannelConfigurationRequest, callback?: (err: AWSError, data: SupportApp.Types.CreateSlackChannelConfigurationResult) => void): Request<SupportApp.Types.CreateSlackChannelConfigurationResult, AWSError>;
18
+ /**
19
+ * Creates a Slack channel configuration for your Amazon Web Services account. You can add up to 5 Slack workspaces for your account. You can add up to 20 Slack channels for your account. A Slack channel can have up to 100 Amazon Web Services accounts. This means that only 100 accounts can add the same Slack channel to the Amazon Web Services Support App. We recommend that you only add the accounts that you need to manage support cases for your organization. This can reduce the notifications about case updates that you receive in the Slack channel. We recommend that you choose a private Slack channel so that only members in that channel have read and write access to your support cases. Anyone in your Slack channel can create, update, or resolve support cases for your account. Users require an invitation to join private channels.
20
+ */
21
+ createSlackChannelConfiguration(callback?: (err: AWSError, data: SupportApp.Types.CreateSlackChannelConfigurationResult) => void): Request<SupportApp.Types.CreateSlackChannelConfigurationResult, AWSError>;
22
+ /**
23
+ * Deletes an alias for an Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.
24
+ */
25
+ deleteAccountAlias(params: SupportApp.Types.DeleteAccountAliasRequest, callback?: (err: AWSError, data: SupportApp.Types.DeleteAccountAliasResult) => void): Request<SupportApp.Types.DeleteAccountAliasResult, AWSError>;
26
+ /**
27
+ * Deletes an alias for an Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.
28
+ */
29
+ deleteAccountAlias(callback?: (err: AWSError, data: SupportApp.Types.DeleteAccountAliasResult) => void): Request<SupportApp.Types.DeleteAccountAliasResult, AWSError>;
30
+ /**
31
+ * Deletes a Slack channel configuration from your Amazon Web Services account. This operation doesn't delete your Slack channel.
32
+ */
33
+ deleteSlackChannelConfiguration(params: SupportApp.Types.DeleteSlackChannelConfigurationRequest, callback?: (err: AWSError, data: SupportApp.Types.DeleteSlackChannelConfigurationResult) => void): Request<SupportApp.Types.DeleteSlackChannelConfigurationResult, AWSError>;
34
+ /**
35
+ * Deletes a Slack channel configuration from your Amazon Web Services account. This operation doesn't delete your Slack channel.
36
+ */
37
+ deleteSlackChannelConfiguration(callback?: (err: AWSError, data: SupportApp.Types.DeleteSlackChannelConfigurationResult) => void): Request<SupportApp.Types.DeleteSlackChannelConfigurationResult, AWSError>;
38
+ /**
39
+ * Deletes a Slack workspace configuration from your Amazon Web Services account. This operation doesn't delete your Slack workspace.
40
+ */
41
+ deleteSlackWorkspaceConfiguration(params: SupportApp.Types.DeleteSlackWorkspaceConfigurationRequest, callback?: (err: AWSError, data: SupportApp.Types.DeleteSlackWorkspaceConfigurationResult) => void): Request<SupportApp.Types.DeleteSlackWorkspaceConfigurationResult, AWSError>;
42
+ /**
43
+ * Deletes a Slack workspace configuration from your Amazon Web Services account. This operation doesn't delete your Slack workspace.
44
+ */
45
+ deleteSlackWorkspaceConfiguration(callback?: (err: AWSError, data: SupportApp.Types.DeleteSlackWorkspaceConfigurationResult) => void): Request<SupportApp.Types.DeleteSlackWorkspaceConfigurationResult, AWSError>;
46
+ /**
47
+ * Retrieves the alias from an Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.
48
+ */
49
+ getAccountAlias(params: SupportApp.Types.GetAccountAliasRequest, callback?: (err: AWSError, data: SupportApp.Types.GetAccountAliasResult) => void): Request<SupportApp.Types.GetAccountAliasResult, AWSError>;
50
+ /**
51
+ * Retrieves the alias from an Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.
52
+ */
53
+ getAccountAlias(callback?: (err: AWSError, data: SupportApp.Types.GetAccountAliasResult) => void): Request<SupportApp.Types.GetAccountAliasResult, AWSError>;
54
+ /**
55
+ * Lists the Slack channel configurations for an Amazon Web Services account.
56
+ */
57
+ listSlackChannelConfigurations(params: SupportApp.Types.ListSlackChannelConfigurationsRequest, callback?: (err: AWSError, data: SupportApp.Types.ListSlackChannelConfigurationsResult) => void): Request<SupportApp.Types.ListSlackChannelConfigurationsResult, AWSError>;
58
+ /**
59
+ * Lists the Slack channel configurations for an Amazon Web Services account.
60
+ */
61
+ listSlackChannelConfigurations(callback?: (err: AWSError, data: SupportApp.Types.ListSlackChannelConfigurationsResult) => void): Request<SupportApp.Types.ListSlackChannelConfigurationsResult, AWSError>;
62
+ /**
63
+ * Lists the Slack workspace configurations for an Amazon Web Services account.
64
+ */
65
+ listSlackWorkspaceConfigurations(params: SupportApp.Types.ListSlackWorkspaceConfigurationsRequest, callback?: (err: AWSError, data: SupportApp.Types.ListSlackWorkspaceConfigurationsResult) => void): Request<SupportApp.Types.ListSlackWorkspaceConfigurationsResult, AWSError>;
66
+ /**
67
+ * Lists the Slack workspace configurations for an Amazon Web Services account.
68
+ */
69
+ listSlackWorkspaceConfigurations(callback?: (err: AWSError, data: SupportApp.Types.ListSlackWorkspaceConfigurationsResult) => void): Request<SupportApp.Types.ListSlackWorkspaceConfigurationsResult, AWSError>;
70
+ /**
71
+ * Creates or updates an individual alias for each Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.
72
+ */
73
+ putAccountAlias(params: SupportApp.Types.PutAccountAliasRequest, callback?: (err: AWSError, data: SupportApp.Types.PutAccountAliasResult) => void): Request<SupportApp.Types.PutAccountAliasResult, AWSError>;
74
+ /**
75
+ * Creates or updates an individual alias for each Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.
76
+ */
77
+ putAccountAlias(callback?: (err: AWSError, data: SupportApp.Types.PutAccountAliasResult) => void): Request<SupportApp.Types.PutAccountAliasResult, AWSError>;
78
+ /**
79
+ * Updates the configuration for a Slack channel, such as case update notifications.
80
+ */
81
+ updateSlackChannelConfiguration(params: SupportApp.Types.UpdateSlackChannelConfigurationRequest, callback?: (err: AWSError, data: SupportApp.Types.UpdateSlackChannelConfigurationResult) => void): Request<SupportApp.Types.UpdateSlackChannelConfigurationResult, AWSError>;
82
+ /**
83
+ * Updates the configuration for a Slack channel, such as case update notifications.
84
+ */
85
+ updateSlackChannelConfiguration(callback?: (err: AWSError, data: SupportApp.Types.UpdateSlackChannelConfigurationResult) => void): Request<SupportApp.Types.UpdateSlackChannelConfigurationResult, AWSError>;
86
+ }
87
+ declare namespace SupportApp {
88
+ export interface CreateSlackChannelConfigurationRequest {
89
+ /**
90
+ * The channel ID in Slack. This ID identifies a channel within a Slack workspace.
91
+ */
92
+ channelId: channelId;
93
+ /**
94
+ * The name of the Slack channel that you configure for the Amazon Web Services Support App.
95
+ */
96
+ channelName?: channelName;
97
+ /**
98
+ * The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services. For more information, see Managing access to the Amazon Web Services Support App in the Amazon Web Services Support User Guide.
99
+ */
100
+ channelRoleArn: roleArn;
101
+ /**
102
+ * Whether you want to get notified when a support case has a new correspondence.
103
+ */
104
+ notifyOnAddCorrespondenceToCase?: booleanValue;
105
+ /**
106
+ * The case severity for a support case that you want to receive notifications. &lt;p&gt;If you specify &lt;code&gt;high&lt;/code&gt; or &lt;code&gt;all&lt;/code&gt;, you must specify &lt;code&gt;true&lt;/code&gt; for at least one of the following parameters:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;notifyOnAddCorrespondenceToCase&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;notifyOnCreateOrReopenCase&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;notifyOnResolveCase&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;/ul&gt; &lt;p&gt;If you specify &lt;code&gt;none&lt;/code&gt;, the following parameters must be null or &lt;code&gt;false&lt;/code&gt;:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;notifyOnAddCorrespondenceToCase&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;notifyOnCreateOrReopenCase&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;notifyOnResolveCase&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;/ul&gt; &lt;note&gt; &lt;p&gt;If you don't specify these parameters in your request, they default to &lt;code&gt;false&lt;/code&gt;.&lt;/p&gt; &lt;/note&gt;
107
+ */
108
+ notifyOnCaseSeverity: NotificationSeverityLevel;
109
+ /**
110
+ * Whether you want to get notified when a support case is created or reopened.
111
+ */
112
+ notifyOnCreateOrReopenCase?: booleanValue;
113
+ /**
114
+ * Whether you want to get notified when a support case is resolved.
115
+ */
116
+ notifyOnResolveCase?: booleanValue;
117
+ /**
118
+ * The team ID in Slack. This ID uniquely identifies a Slack workspace.
119
+ */
120
+ teamId: teamId;
121
+ }
122
+ export interface CreateSlackChannelConfigurationResult {
123
+ }
124
+ export interface DeleteAccountAliasRequest {
125
+ }
126
+ export interface DeleteAccountAliasResult {
127
+ }
128
+ export interface DeleteSlackChannelConfigurationRequest {
129
+ /**
130
+ * The channel ID in Slack. This ID identifies a channel within a Slack workspace.
131
+ */
132
+ channelId: channelId;
133
+ /**
134
+ * The team ID in Slack. This ID uniquely identifies a Slack workspace.
135
+ */
136
+ teamId: teamId;
137
+ }
138
+ export interface DeleteSlackChannelConfigurationResult {
139
+ }
140
+ export interface DeleteSlackWorkspaceConfigurationRequest {
141
+ /**
142
+ * The team ID in Slack. This ID uniquely identifies a Slack workspace.
143
+ */
144
+ teamId: teamId;
145
+ }
146
+ export interface DeleteSlackWorkspaceConfigurationResult {
147
+ }
148
+ export interface GetAccountAliasRequest {
149
+ }
150
+ export interface GetAccountAliasResult {
151
+ /**
152
+ * An alias or short name for an Amazon Web Services account.
153
+ */
154
+ accountAlias?: awsAccountAlias;
155
+ }
156
+ export interface ListSlackChannelConfigurationsRequest {
157
+ /**
158
+ * If the results of a search are large, the API only returns a portion of the results and includes a nextToken pagination token in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When the API returns the last set of results, the response doesn't include a pagination token value.
159
+ */
160
+ nextToken?: paginationToken;
161
+ }
162
+ export interface ListSlackChannelConfigurationsResult {
163
+ /**
164
+ * The point where pagination should resume when the response returns only partial results.
165
+ */
166
+ nextToken?: paginationToken;
167
+ /**
168
+ * The configurations for a Slack channel.
169
+ */
170
+ slackChannelConfigurations: slackChannelConfigurationList;
171
+ }
172
+ export interface ListSlackWorkspaceConfigurationsRequest {
173
+ /**
174
+ * If the results of a search are large, the API only returns a portion of the results and includes a nextToken pagination token in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When the API returns the last set of results, the response doesn't include a pagination token value.
175
+ */
176
+ nextToken?: paginationToken;
177
+ }
178
+ export interface ListSlackWorkspaceConfigurationsResult {
179
+ /**
180
+ * The point where pagination should resume when the response returns only partial results.
181
+ */
182
+ nextToken?: paginationToken;
183
+ /**
184
+ * The configurations for a Slack workspace.
185
+ */
186
+ slackWorkspaceConfigurations?: SlackWorkspaceConfigurationList;
187
+ }
188
+ export type NotificationSeverityLevel = "none"|"all"|"high"|string;
189
+ export interface PutAccountAliasRequest {
190
+ /**
191
+ * An alias or short name for an Amazon Web Services account.
192
+ */
193
+ accountAlias: awsAccountAlias;
194
+ }
195
+ export interface PutAccountAliasResult {
196
+ }
197
+ export interface SlackChannelConfiguration {
198
+ /**
199
+ * The channel ID in Slack. This ID identifies a channel within a Slack workspace.
200
+ */
201
+ channelId: channelId;
202
+ /**
203
+ * The name of the Slack channel that you configured with the Amazon Web Services Support App.
204
+ */
205
+ channelName?: channelName;
206
+ /**
207
+ * The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services. For more information, see Managing access to the Amazon Web Services Support App in the Amazon Web Services Support User Guide.
208
+ */
209
+ channelRoleArn?: roleArn;
210
+ /**
211
+ * Whether you want to get notified when a support case has a new correspondence.
212
+ */
213
+ notifyOnAddCorrespondenceToCase?: booleanValue;
214
+ /**
215
+ * The case severity for a support case that you want to receive notifications.
216
+ */
217
+ notifyOnCaseSeverity?: NotificationSeverityLevel;
218
+ /**
219
+ * Whether you want to get notified when a support case is created or reopened.
220
+ */
221
+ notifyOnCreateOrReopenCase?: booleanValue;
222
+ /**
223
+ * Whether you want to get notified when a support case is resolved.
224
+ */
225
+ notifyOnResolveCase?: booleanValue;
226
+ /**
227
+ * The team ID in Slack. This ID uniquely identifies a Slack workspace.
228
+ */
229
+ teamId: teamId;
230
+ }
231
+ export interface SlackWorkspaceConfiguration {
232
+ /**
233
+ * The team ID in Slack. This ID uniquely identifies a Slack workspace.
234
+ */
235
+ teamId: teamId;
236
+ }
237
+ export type SlackWorkspaceConfigurationList = SlackWorkspaceConfiguration[];
238
+ export interface UpdateSlackChannelConfigurationRequest {
239
+ /**
240
+ * The channel ID in Slack. This ID identifies a channel within a Slack workspace.
241
+ */
242
+ channelId: channelId;
243
+ /**
244
+ * The Slack channel name that you want to update.
245
+ */
246
+ channelName?: channelName;
247
+ /**
248
+ * The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services. For more information, see Managing access to the Amazon Web Services Support App in the Amazon Web Services Support User Guide.
249
+ */
250
+ channelRoleArn?: roleArn;
251
+ /**
252
+ * Whether you want to get notified when a support case has a new correspondence.
253
+ */
254
+ notifyOnAddCorrespondenceToCase?: booleanValue;
255
+ /**
256
+ * The case severity for a support case that you want to receive notifications. &lt;p&gt;If you specify &lt;code&gt;high&lt;/code&gt; or &lt;code&gt;all&lt;/code&gt;, at least one of the following parameters must be &lt;code&gt;true&lt;/code&gt;:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;notifyOnAddCorrespondenceToCase&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;notifyOnCreateOrReopenCase&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;notifyOnResolveCase&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;/ul&gt; &lt;p&gt;If you specify &lt;code&gt;none&lt;/code&gt;, any of the following parameters that you specify in your request must be &lt;code&gt;false&lt;/code&gt;:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;notifyOnAddCorrespondenceToCase&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;notifyOnCreateOrReopenCase&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;notifyOnResolveCase&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;/ul&gt; &lt;note&gt; &lt;p&gt;If you don't specify these parameters in your request, the Amazon Web Services Support App uses the current values by default.&lt;/p&gt; &lt;/note&gt;
257
+ */
258
+ notifyOnCaseSeverity?: NotificationSeverityLevel;
259
+ /**
260
+ * Whether you want to get notified when a support case is created or reopened.
261
+ */
262
+ notifyOnCreateOrReopenCase?: booleanValue;
263
+ /**
264
+ * Whether you want to get notified when a support case is resolved.
265
+ */
266
+ notifyOnResolveCase?: booleanValue;
267
+ /**
268
+ * The team ID in Slack. This ID uniquely identifies a Slack workspace.
269
+ */
270
+ teamId: teamId;
271
+ }
272
+ export interface UpdateSlackChannelConfigurationResult {
273
+ /**
274
+ * The channel ID in Slack. This ID identifies a channel within a Slack workspace.
275
+ */
276
+ channelId?: channelId;
277
+ /**
278
+ * The name of the Slack channel that you configure for the Amazon Web Services Support App.
279
+ */
280
+ channelName?: channelName;
281
+ /**
282
+ * The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services. For more information, see Managing access to the Amazon Web Services Support App in the Amazon Web Services Support User Guide.
283
+ */
284
+ channelRoleArn?: roleArn;
285
+ /**
286
+ * Whether you want to get notified when a support case has a new correspondence.
287
+ */
288
+ notifyOnAddCorrespondenceToCase?: booleanValue;
289
+ /**
290
+ * The case severity for a support case that you want to receive notifications.
291
+ */
292
+ notifyOnCaseSeverity?: NotificationSeverityLevel;
293
+ /**
294
+ * Whether you want to get notified when a support case is created or reopened.
295
+ */
296
+ notifyOnCreateOrReopenCase?: booleanValue;
297
+ /**
298
+ * Whether you want to get notified when a support case is resolved.
299
+ */
300
+ notifyOnResolveCase?: booleanValue;
301
+ /**
302
+ * The team ID in Slack. This ID uniquely identifies a Slack workspace.
303
+ */
304
+ teamId?: teamId;
305
+ }
306
+ export type awsAccountAlias = string;
307
+ export type booleanValue = boolean;
308
+ export type channelId = string;
309
+ export type channelName = string;
310
+ export type paginationToken = string;
311
+ export type roleArn = string;
312
+ export type slackChannelConfigurationList = SlackChannelConfiguration[];
313
+ export type teamId = string;
314
+ /**
315
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
316
+ */
317
+ export type apiVersion = "2021-08-20"|"latest"|string;
318
+ export interface ClientApiVersions {
319
+ /**
320
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
321
+ */
322
+ apiVersion?: apiVersion;
323
+ }
324
+ export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
325
+ /**
326
+ * Contains interfaces for use with the SupportApp client.
327
+ */
328
+ export import Types = SupportApp;
329
+ }
330
+ export = SupportApp;
@@ -0,0 +1,18 @@
1
+ require('../lib/node_loader');
2
+ var AWS = require('../lib/core');
3
+ var Service = AWS.Service;
4
+ var apiLoader = AWS.apiLoader;
5
+
6
+ apiLoader.services['supportapp'] = {};
7
+ AWS.SupportApp = Service.defineService('supportapp', ['2021-08-20']);
8
+ Object.defineProperty(apiLoader.services['supportapp'], '2021-08-20', {
9
+ get: function get() {
10
+ var model = require('../apis/support-app-2021-08-20.min.json');
11
+ model.paginators = require('../apis/support-app-2021-08-20.paginators.json').pagination;
12
+ return model;
13
+ },
14
+ enumerable: true,
15
+ configurable: true
16
+ });
17
+
18
+ module.exports = AWS.SupportApp;
@@ -461,15 +461,15 @@ declare namespace Transfer {
461
461
  export type Arn = string;
462
462
  export interface As2ConnectorConfig {
463
463
  /**
464
- * A unique identifier for the AS2 process.
464
+ * A unique identifier for the AS2 local profile.
465
465
  */
466
466
  LocalProfileId?: ProfileId;
467
467
  /**
468
- * A unique identifier for the partner for the connector.
468
+ * A unique identifier for the partner profile for the connector.
469
469
  */
470
470
  PartnerProfileId?: ProfileId;
471
471
  /**
472
- * A short description to help identify the connector.
472
+ * Used as the Subject HTTP header attribute in AS2 messages that are being sent with the connector.
473
473
  */
474
474
  MessageSubject?: MessageSubject;
475
475
  /**
@@ -481,11 +481,11 @@ declare namespace Transfer {
481
481
  */
482
482
  EncryptionAlgorithm?: EncryptionAlg;
483
483
  /**
484
- * The algorithm that is used to sign the AS2 transfers for this partner profile.
484
+ * The algorithm that is used to sign the AS2 messages sent with the connector.
485
485
  */
486
486
  SigningAlgorithm?: SigningAlg;
487
487
  /**
488
- * The signing algorithm for the MDN response.
488
+ * The signing algorithm for the MDN response. If set to DEFAULT (or not set at all), the value for SigningAlogorithm is used.
489
489
  */
490
490
  MdnSigningAlgorithm?: MdnSigningAlg;
491
491
  /**
@@ -590,7 +590,7 @@ declare namespace Transfer {
590
590
  */
591
591
  BaseDirectory: HomeDirectory;
592
592
  /**
593
- * The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that grants access to at least the HomeDirectory of your users' Amazon S3 buckets.
593
+ * With AS2, you can send files by calling StartFileTransfer and specifying the file paths in the request parameter, SendFilePaths. We use the file’s parent directory (for example, for --send-file-paths /bucket/dir/file.txt, parent directory is /bucket/dir/) to temporarily store a processed AS2 message file, store the MDN when we receive them from the partner, and write a final JSON file containing relevant metadata of the transmission. So, the AccessRole needs to provide read and write access to the parent directory of the file location used in the StartFileTransfer request. Additionally, you need to provide read and write access to the parent directory of the files that you intend to send with StartFileTransfer.
594
594
  */
595
595
  AccessRole: Role;
596
596
  /**
@@ -638,7 +638,7 @@ declare namespace Transfer {
638
638
  }
639
639
  export interface CreateProfileRequest {
640
640
  /**
641
- * The As2Id is the AS2-name, as defined in the defined in the RFC 4130. For inbound transfers, this is the AS2-From header for the AS2 messages sent from the partner. For outbound connectors, this is the AS2-To header for the AS2 messages sent to the partner using the StartFileTransfer API operation. This ID cannot include spaces.
641
+ * The As2Id is the AS2-name, as defined in the RFC 4130. For inbound transfers, this is the AS2-From header for the AS2 messages sent from the partner. For outbound connectors, this is the AS2-To header for the AS2 messages sent to the partner using the StartFileTransfer API operation. This ID cannot include spaces.
642
642
  */
643
643
  As2Id: As2Id;
644
644
  /**
@@ -1107,11 +1107,11 @@ declare namespace Transfer {
1107
1107
  */
1108
1108
  ServerId?: ServerId;
1109
1109
  /**
1110
- * A unique identifier for the AS2 process.
1110
+ * A unique identifier for the AS2 local profile.
1111
1111
  */
1112
1112
  LocalProfileId?: ProfileId;
1113
1113
  /**
1114
- * A unique identifier for the partner in the agreement.
1114
+ * A unique identifier for the partner profile used in the agreement.
1115
1115
  */
1116
1116
  PartnerProfileId?: ProfileId;
1117
1117
  /**
@@ -1119,7 +1119,7 @@ declare namespace Transfer {
1119
1119
  */
1120
1120
  BaseDirectory?: HomeDirectory;
1121
1121
  /**
1122
- * The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that grants access to at least the HomeDirectory of your users' Amazon S3 buckets.
1122
+ * With AS2, you can send files by calling StartFileTransfer and specifying the file paths in the request parameter, SendFilePaths. We use the file’s parent directory (for example, for --send-file-paths /bucket/dir/file.txt, parent directory is /bucket/dir/) to temporarily store a processed AS2 message file, store the MDN when we receive them from the partner, and write a final JSON file containing relevant metadata of the transmission. So, the AccessRole needs to provide read and write access to the parent directory of the file location used in the StartFileTransfer request. Additionally, you need to provide read and write access to the parent directory of the files that you intend to send with StartFileTransfer.
1123
1123
  */
1124
1124
  AccessRole?: Role;
1125
1125
  /**
@@ -1260,7 +1260,7 @@ declare namespace Transfer {
1260
1260
  */
1261
1261
  ProfileType?: ProfileType;
1262
1262
  /**
1263
- * The unique identifier for the AS2 process.
1263
+ * The As2Id is the AS2-name, as defined in the RFC 4130. For inbound transfers, this is the AS2-From header for the AS2 messages sent from the partner. For outbound connectors, this is the AS2-To header for the AS2 messages sent to the partner using the StartFileTransfer API operation. This ID cannot include spaces.
1264
1264
  */
1265
1265
  As2Id?: As2Id;
1266
1266
  /**
@@ -1308,7 +1308,7 @@ declare namespace Transfer {
1308
1308
  */
1309
1309
  Certificate?: Certificate;
1310
1310
  /**
1311
- * The protocol settings that are configured for your server. Use the PassiveIp parameter to indicate passive mode. Enter a single IPv4 address, such as the public IP address of a firewall, router, or load balancer.
1311
+ * The protocol settings that are configured for your server. 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. 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 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. To determine whether your Transfer Family server resumes recent, negotiated sessions through a unique session ID, use the TlsSessionResumptionMode parameter. As2Transports indicates the transport method for the AS2 messages. Currently, only HTTP is supported.
1312
1312
  */
1313
1313
  ProtocolDetails?: ProtocolDetails;
1314
1314
  /**
@@ -1348,7 +1348,7 @@ declare namespace Transfer {
1348
1348
  */
1349
1349
  PreAuthenticationLoginBanner?: PreAuthenticationLoginBanner;
1350
1350
  /**
1351
- * 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: SFTP (Secure Shell (SSH) File Transfer Protocol): File transfer over SSH FTPS (File Transfer Protocol Secure): File transfer with TLS encryption FTP (File Transfer Protocol): Unencrypted file transfer
1351
+ * 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: SFTP (Secure Shell (SSH) File Transfer Protocol): File transfer over SSH FTPS (File Transfer Protocol Secure): File transfer with TLS encryption FTP (File Transfer Protocol): Unencrypted file transfer AS2 (Applicability Statement 2): used for transporting structured business-to-business data If you select FTPS, you must choose a certificate stored in Certificate Manager (ACM) which is used to identify your server when clients connect to it over FTPS. If Protocol includes either FTP or FTPS, then the EndpointType must be VPC and the IdentityProviderType must be AWS_DIRECTORY_SERVICE or API_GATEWAY. If Protocol includes FTP, then AddressAllocationIds cannot be associated. If Protocol is set only to SFTP, the EndpointType can be set to PUBLIC and the IdentityProviderType can be set to SERVICE_MANAGED. If Protocol includes AS2, then the EndpointType must be VPC, and domain must be Amazon S3.
1352
1352
  */
1353
1353
  Protocols?: Protocols;
1354
1354
  /**
@@ -1950,11 +1950,11 @@ declare namespace Transfer {
1950
1950
  */
1951
1951
  ServerId?: ServerId;
1952
1952
  /**
1953
- * A unique identifier for the AS2 process.
1953
+ * A unique identifier for the AS2 local profile.
1954
1954
  */
1955
1955
  LocalProfileId?: ProfileId;
1956
1956
  /**
1957
- * A unique identifier for the partner process.
1957
+ * A unique identifier for the partner profile.
1958
1958
  */
1959
1959
  PartnerProfileId?: ProfileId;
1960
1960
  }
@@ -2038,7 +2038,7 @@ declare namespace Transfer {
2038
2038
  */
2039
2039
  ProfileId?: ProfileId;
2040
2040
  /**
2041
- * The unique identifier for the AS2 process.
2041
+ * The As2Id is the AS2-name, as defined in the RFC 4130. For inbound transfers, this is the AS2-From header for the AS2 messages sent from the partner. For outbound connectors, this is the AS2-To header for the AS2 messages sent to the partner using the StartFileTransfer API operation. This ID cannot include spaces.
2042
2042
  */
2043
2043
  As2Id?: As2Id;
2044
2044
  /**
@@ -2474,11 +2474,11 @@ declare namespace Transfer {
2474
2474
  */
2475
2475
  Status?: AgreementStatusType;
2476
2476
  /**
2477
- * To change the local profile identifier, provide a new value here.
2477
+ * A unique identifier for the AS2 local profile. To change the local profile identifier, provide a new value here.
2478
2478
  */
2479
2479
  LocalProfileId?: ProfileId;
2480
2480
  /**
2481
- * To change the partner profile identifier, provide a new value here.
2481
+ * A unique identifier for the partner profile. To change the partner profile identifier, provide a new value here.
2482
2482
  */
2483
2483
  PartnerProfileId?: ProfileId;
2484
2484
  /**
@@ -2486,7 +2486,7 @@ declare namespace Transfer {
2486
2486
  */
2487
2487
  BaseDirectory?: HomeDirectory;
2488
2488
  /**
2489
- * The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that grants access to at least the HomeDirectory of your users' Amazon S3 buckets.
2489
+ * With AS2, you can send files by calling StartFileTransfer and specifying the file paths in the request parameter, SendFilePaths. We use the file’s parent directory (for example, for --send-file-paths /bucket/dir/file.txt, parent directory is /bucket/dir/) to temporarily store a processed AS2 message file, store the MDN when we receive them from the partner, and write a final JSON file containing relevant metadata of the transmission. So, the AccessRole needs to provide read and write access to the parent directory of the file location used in the StartFileTransfer request. Additionally, you need to provide read and write access to the parent directory of the files that you intend to send with StartFileTransfer.
2490
2490
  */
2491
2491
  AccessRole?: Role;
2492
2492
  }
@@ -2602,7 +2602,7 @@ declare namespace Transfer {
2602
2602
  */
2603
2603
  PreAuthenticationLoginBanner?: PreAuthenticationLoginBanner;
2604
2604
  /**
2605
- * 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: Secure Shell (SSH) File Transfer Protocol (SFTP): File transfer over SSH File Transfer Protocol Secure (FTPS): File transfer with TLS encryption File Transfer Protocol (FTP): Unencrypted file transfer If you select FTPS, you must choose a certificate stored in Amazon Web ServicesCertificate Manager (ACM) which will be used to identify your server when clients connect to it over FTPS. If Protocol includes either FTP or FTPS, then the EndpointType must be VPC and the IdentityProviderType must be AWS_DIRECTORY_SERVICE or API_GATEWAY. If Protocol includes FTP, then AddressAllocationIds cannot be associated. If Protocol is set only to SFTP, the EndpointType can be set to PUBLIC and the IdentityProviderType can be set to SERVICE_MANAGED.
2605
+ * 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: SFTP (Secure Shell (SSH) File Transfer Protocol): File transfer over SSH FTPS (File Transfer Protocol Secure): File transfer with TLS encryption FTP (File Transfer Protocol): Unencrypted file transfer AS2 (Applicability Statement 2): used for transporting structured business-to-business data If you select FTPS, you must choose a certificate stored in Certificate Manager (ACM) which is used to identify your server when clients connect to it over FTPS. If Protocol includes either FTP or FTPS, then the EndpointType must be VPC and the IdentityProviderType must be AWS_DIRECTORY_SERVICE or API_GATEWAY. If Protocol includes FTP, then AddressAllocationIds cannot be associated. If Protocol is set only to SFTP, the EndpointType can be set to PUBLIC and the IdentityProviderType can be set to SERVICE_MANAGED. If Protocol includes AS2, then the EndpointType must be VPC, and domain must be Amazon S3.
2606
2606
  */
2607
2607
  Protocols?: Protocols;
2608
2608
  /**