cdk-lambda-subminute 2.0.278 → 2.0.280
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.
- package/.gitattributes +0 -1
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +17 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +28 -5
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +115 -56
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +26 -25
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +30 -16
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +184 -167
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +168 -58
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +877 -862
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +62 -27
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +53 -53
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +12 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +33 -41
- package/node_modules/aws-sdk/clients/appstream.d.ts +46 -6
- package/node_modules/aws-sdk/clients/connectcases.d.ts +5 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +68 -0
- package/node_modules/aws-sdk/clients/groundstation.d.ts +5 -0
- package/node_modules/aws-sdk/clients/iam.d.ts +4 -4
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +31 -11
- package/node_modules/aws-sdk/clients/opensearch.d.ts +47 -22
- package/node_modules/aws-sdk/clients/redshift.d.ts +143 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +36 -14
- package/node_modules/aws-sdk/clients/sns.d.ts +4 -4
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +75 -4
- package/node_modules/aws-sdk/clients/transfer.d.ts +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +298 -117
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +68 -68
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -4
@@ -157,6 +157,7 @@ declare class SsmSap extends Service {
|
|
157
157
|
updateApplicationSettings(callback?: (err: AWSError, data: SsmSap.Types.UpdateApplicationSettingsOutput) => void): Request<SsmSap.Types.UpdateApplicationSettingsOutput, AWSError>;
|
158
158
|
}
|
159
159
|
declare namespace SsmSap {
|
160
|
+
export type AllocationType = "VPC_SUBNET"|"ELASTIC_IP"|"OVERLAY"|"UNKNOWN"|string;
|
160
161
|
export type AppRegistryArn = string;
|
161
162
|
export interface Application {
|
162
163
|
/**
|
@@ -219,6 +220,10 @@ declare namespace SsmSap {
|
|
219
220
|
* The ID of the application.
|
220
221
|
*/
|
221
222
|
Id?: ApplicationId;
|
223
|
+
/**
|
224
|
+
* The status of the latest discovery.
|
225
|
+
*/
|
226
|
+
DiscoveryStatus?: ApplicationDiscoveryStatus;
|
222
227
|
/**
|
223
228
|
* The type of the application.
|
224
229
|
*/
|
@@ -233,7 +238,7 @@ declare namespace SsmSap {
|
|
233
238
|
Tags?: TagMap;
|
234
239
|
}
|
235
240
|
export type ApplicationSummaryList = ApplicationSummary[];
|
236
|
-
export type ApplicationType = "HANA"|string;
|
241
|
+
export type ApplicationType = "HANA"|"SAP_ABAP"|string;
|
237
242
|
export type Arn = string;
|
238
243
|
export interface AssociatedHost {
|
239
244
|
/**
|
@@ -244,6 +249,10 @@ declare namespace SsmSap {
|
|
244
249
|
* The ID of the Amazon EC2 instance.
|
245
250
|
*/
|
246
251
|
Ec2InstanceId?: String;
|
252
|
+
/**
|
253
|
+
* The IP addresses of the associated host.
|
254
|
+
*/
|
255
|
+
IpAddresses?: IpAddressList;
|
247
256
|
/**
|
248
257
|
* The version of the operating system.
|
249
258
|
*/
|
@@ -267,6 +276,14 @@ declare namespace SsmSap {
|
|
267
276
|
* The ID of the component.
|
268
277
|
*/
|
269
278
|
ComponentId?: ComponentId;
|
279
|
+
/**
|
280
|
+
* The SAP System Identifier of the application component.
|
281
|
+
*/
|
282
|
+
Sid?: SID;
|
283
|
+
/**
|
284
|
+
* The SAP system number of the application component.
|
285
|
+
*/
|
286
|
+
SystemNumber?: SAPInstanceNumber;
|
270
287
|
/**
|
271
288
|
* The parent component of a highly available environment. For example, in a highly available SAP on AWS workload, the parent component consists of the entire setup, including the child components.
|
272
289
|
*/
|
@@ -284,13 +301,17 @@ declare namespace SsmSap {
|
|
284
301
|
*/
|
285
302
|
ComponentType?: ComponentType;
|
286
303
|
/**
|
287
|
-
* The status of the component.
|
304
|
+
* The status of the component. ACTIVATED - this status has been deprecated. STARTING - the component is in the process of being started. STOPPED - the component is not running. STOPPING - the component is in the process of being stopped. RUNNING - the component is running. RUNNING_WITH_ERROR - one or more child component(s) of the parent component is not running. Call GetComponent to review the status of each child component. UNDEFINED - AWS Systems Manager for SAP cannot provide the component status based on the discovered information. Verify your SAP application.
|
288
305
|
*/
|
289
306
|
Status?: ComponentStatus;
|
290
307
|
/**
|
291
308
|
* The hostname of the component.
|
292
309
|
*/
|
293
310
|
SapHostname?: String;
|
311
|
+
/**
|
312
|
+
* The SAP feature of the component.
|
313
|
+
*/
|
314
|
+
SapFeature?: String;
|
294
315
|
/**
|
295
316
|
* The kernel version of the component.
|
296
317
|
*/
|
@@ -319,6 +340,10 @@ declare namespace SsmSap {
|
|
319
340
|
* The primary host of the component.
|
320
341
|
*/
|
321
342
|
PrimaryHost?: String;
|
343
|
+
/**
|
344
|
+
* The connection specifications for the database of the component.
|
345
|
+
*/
|
346
|
+
DatabaseConnection?: DatabaseConnection;
|
322
347
|
/**
|
323
348
|
* The time at which the component was last updated.
|
324
349
|
*/
|
@@ -354,7 +379,7 @@ declare namespace SsmSap {
|
|
354
379
|
Arn?: SsmSapArn;
|
355
380
|
}
|
356
381
|
export type ComponentSummaryList = ComponentSummary[];
|
357
|
-
export type ComponentType = "HANA"|"HANA_NODE"|string;
|
382
|
+
export type ComponentType = "HANA"|"HANA_NODE"|"ABAP"|"ASCS"|"DIALOG"|"WEBDISP"|"WD"|"ERS"|string;
|
358
383
|
export type CredentialType = "ADMIN"|string;
|
359
384
|
export interface Database {
|
360
385
|
/**
|
@@ -402,6 +427,21 @@ declare namespace SsmSap {
|
|
402
427
|
*/
|
403
428
|
LastUpdated?: Timestamp;
|
404
429
|
}
|
430
|
+
export interface DatabaseConnection {
|
431
|
+
/**
|
432
|
+
* The method of connection.
|
433
|
+
*/
|
434
|
+
DatabaseConnectionMethod?: DatabaseConnectionMethod;
|
435
|
+
/**
|
436
|
+
* The Amazon Resource Name of the connected SAP HANA database.
|
437
|
+
*/
|
438
|
+
DatabaseArn?: SsmSapArn;
|
439
|
+
/**
|
440
|
+
* The IP address for connection.
|
441
|
+
*/
|
442
|
+
ConnectionIp?: String;
|
443
|
+
}
|
444
|
+
export type DatabaseConnectionMethod = "DIRECT"|"OVERLAY"|string;
|
405
445
|
export type DatabaseId = string;
|
406
446
|
export type DatabaseIdList = DatabaseId[];
|
407
447
|
export type DatabaseName = string;
|
@@ -611,6 +651,21 @@ declare namespace SsmSap {
|
|
611
651
|
export type InstanceId = string;
|
612
652
|
export type InstanceList = InstanceId[];
|
613
653
|
export type Integer = number;
|
654
|
+
export type IpAddressList = IpAddressMember[];
|
655
|
+
export interface IpAddressMember {
|
656
|
+
/**
|
657
|
+
* The IP address.
|
658
|
+
*/
|
659
|
+
IpAddress?: String;
|
660
|
+
/**
|
661
|
+
* The primary IP address.
|
662
|
+
*/
|
663
|
+
Primary?: Boolean;
|
664
|
+
/**
|
665
|
+
* The type of allocation for the IP address.
|
666
|
+
*/
|
667
|
+
AllocationType?: AllocationType;
|
668
|
+
}
|
614
669
|
export interface ListApplicationsInput {
|
615
670
|
/**
|
616
671
|
* The token for the next page of results.
|
@@ -620,6 +675,10 @@ declare namespace SsmSap {
|
|
620
675
|
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
621
676
|
*/
|
622
677
|
MaxResults?: MaxResults;
|
678
|
+
/**
|
679
|
+
* The filter of name, value, and operator.
|
680
|
+
*/
|
681
|
+
Filters?: FilterList;
|
623
682
|
}
|
624
683
|
export interface ListApplicationsOutput {
|
625
684
|
/**
|
@@ -827,7 +886,11 @@ declare namespace SsmSap {
|
|
827
886
|
/**
|
828
887
|
* The credentials of the SAP application.
|
829
888
|
*/
|
830
|
-
Credentials
|
889
|
+
Credentials?: ApplicationCredentialList;
|
890
|
+
/**
|
891
|
+
* The Amazon Resource Name of the SAP HANA database.
|
892
|
+
*/
|
893
|
+
DatabaseArn?: SsmSapArn;
|
831
894
|
}
|
832
895
|
export interface RegisterApplicationOutput {
|
833
896
|
/**
|
@@ -857,6 +920,10 @@ declare namespace SsmSap {
|
|
857
920
|
* The cluster status of the component.
|
858
921
|
*/
|
859
922
|
ClusterStatus?: ClusterStatus;
|
923
|
+
/**
|
924
|
+
* Indicates if or not enqueue replication is enabled for the ASCS component.
|
925
|
+
*/
|
926
|
+
EnqueueReplication?: Boolean;
|
860
927
|
}
|
861
928
|
export type ResourceId = string;
|
862
929
|
export type ResourceType = string;
|
@@ -923,6 +990,10 @@ declare namespace SsmSap {
|
|
923
990
|
* Installation of AWS Backint Agent for SAP HANA.
|
924
991
|
*/
|
925
992
|
Backint?: BackintConfig;
|
993
|
+
/**
|
994
|
+
* The Amazon Resource Name of the SAP HANA database that replaces the current SAP HANA connection with the SAP_ABAP application.
|
995
|
+
*/
|
996
|
+
DatabaseArn?: SsmSapArn;
|
926
997
|
}
|
927
998
|
export interface UpdateApplicationSettingsOutput {
|
928
999
|
/**
|
@@ -749,7 +749,7 @@ declare namespace Transfer {
|
|
749
749
|
/**
|
750
750
|
* The Amazon Resource Name (ARN) of the 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.
|
751
751
|
*/
|
752
|
-
LoggingRole?:
|
752
|
+
LoggingRole?: NullableRole;
|
753
753
|
/**
|
754
754
|
* Specifies a string to display when users connect to a server. This string is displayed after the user authenticates. The SFTP protocol does not support post-authentication display banners.
|
755
755
|
*/
|
@@ -1481,7 +1481,7 @@ declare namespace Transfer {
|
|
1481
1481
|
/**
|
1482
1482
|
* The Amazon Resource Name (ARN) of the 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.
|
1483
1483
|
*/
|
1484
|
-
LoggingRole?:
|
1484
|
+
LoggingRole?: NullableRole;
|
1485
1485
|
/**
|
1486
1486
|
* Specifies a string to display when users connect to a server. This string is displayed after the user authenticates. The SFTP protocol does not support post-authentication display banners.
|
1487
1487
|
*/
|
@@ -2514,7 +2514,7 @@ declare namespace Transfer {
|
|
2514
2514
|
export type SftpAuthenticationMethods = "PASSWORD"|"PUBLIC_KEY"|"PUBLIC_KEY_OR_PASSWORD"|"PUBLIC_KEY_AND_PASSWORD"|string;
|
2515
2515
|
export interface SftpConnectorConfig {
|
2516
2516
|
/**
|
2517
|
-
* The identifier for the secret (in Amazon Web Services Secrets Manager) that contains the SFTP user's private key, password, or both. The identifier
|
2517
|
+
* The identifier for the secret (in Amazon Web Services Secrets Manager) that contains the SFTP user's private key, password, or both. The identifier must be the Amazon Resource Name (ARN) of the secret.
|
2518
2518
|
*/
|
2519
2519
|
UserSecretId?: SecretId;
|
2520
2520
|
/**
|