cdk-lambda-subminute 2.0.341 → 2.0.343
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +71 -17
- package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +5 -1
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +282 -280
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +106 -3
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +725 -683
- package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +18 -9
- package/node_modules/aws-sdk/clients/configservice.d.ts +4 -4
- package/node_modules/aws-sdk/clients/docdb.d.ts +8 -0
- package/node_modules/aws-sdk/clients/ecs.d.ts +11 -2
- package/node_modules/aws-sdk/clients/es.d.ts +2 -2
- package/node_modules/aws-sdk/clients/kms.d.ts +1 -1
- package/node_modules/aws-sdk/clients/lightsail.d.ts +282 -129
- package/node_modules/aws-sdk/clients/opensearch.d.ts +9 -6
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +3 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +47 -0
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +13 -1
- 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 +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +374 -309
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -83
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/.gitattributes +0 -23
@@ -3495,6 +3495,75 @@
|
|
3495
3495
|
}
|
3496
3496
|
}
|
3497
3497
|
},
|
3498
|
+
"GetSetupHistory": {
|
3499
|
+
"input": {
|
3500
|
+
"type": "structure",
|
3501
|
+
"required": [
|
3502
|
+
"resourceName"
|
3503
|
+
],
|
3504
|
+
"members": {
|
3505
|
+
"resourceName": {},
|
3506
|
+
"pageToken": {}
|
3507
|
+
}
|
3508
|
+
},
|
3509
|
+
"output": {
|
3510
|
+
"type": "structure",
|
3511
|
+
"members": {
|
3512
|
+
"setupHistory": {
|
3513
|
+
"type": "list",
|
3514
|
+
"member": {
|
3515
|
+
"type": "structure",
|
3516
|
+
"members": {
|
3517
|
+
"operationId": {},
|
3518
|
+
"request": {
|
3519
|
+
"type": "structure",
|
3520
|
+
"members": {
|
3521
|
+
"instanceName": {},
|
3522
|
+
"domainNames": {
|
3523
|
+
"shape": "Sfv"
|
3524
|
+
},
|
3525
|
+
"certificateProvider": {}
|
3526
|
+
}
|
3527
|
+
},
|
3528
|
+
"resource": {
|
3529
|
+
"type": "structure",
|
3530
|
+
"members": {
|
3531
|
+
"name": {},
|
3532
|
+
"arn": {},
|
3533
|
+
"createdAt": {
|
3534
|
+
"type": "timestamp"
|
3535
|
+
},
|
3536
|
+
"location": {
|
3537
|
+
"shape": "S9"
|
3538
|
+
},
|
3539
|
+
"resourceType": {}
|
3540
|
+
}
|
3541
|
+
},
|
3542
|
+
"executionDetails": {
|
3543
|
+
"type": "list",
|
3544
|
+
"member": {
|
3545
|
+
"type": "structure",
|
3546
|
+
"members": {
|
3547
|
+
"command": {},
|
3548
|
+
"dateTime": {
|
3549
|
+
"type": "timestamp"
|
3550
|
+
},
|
3551
|
+
"name": {},
|
3552
|
+
"status": {},
|
3553
|
+
"standardError": {},
|
3554
|
+
"standardOutput": {},
|
3555
|
+
"version": {}
|
3556
|
+
}
|
3557
|
+
}
|
3558
|
+
},
|
3559
|
+
"status": {}
|
3560
|
+
}
|
3561
|
+
}
|
3562
|
+
},
|
3563
|
+
"nextPageToken": {}
|
3564
|
+
}
|
3565
|
+
}
|
3566
|
+
},
|
3498
3567
|
"GetStaticIp": {
|
3499
3568
|
"input": {
|
3500
3569
|
"type": "structure",
|
@@ -3509,7 +3578,7 @@
|
|
3509
3578
|
"type": "structure",
|
3510
3579
|
"members": {
|
3511
3580
|
"staticIp": {
|
3512
|
-
"shape": "
|
3581
|
+
"shape": "Sg4"
|
3513
3582
|
}
|
3514
3583
|
}
|
3515
3584
|
}
|
@@ -3527,7 +3596,7 @@
|
|
3527
3596
|
"staticIps": {
|
3528
3597
|
"type": "list",
|
3529
3598
|
"member": {
|
3530
|
-
"shape": "
|
3599
|
+
"shape": "Sg4"
|
3531
3600
|
}
|
3532
3601
|
},
|
3533
3602
|
"nextPageToken": {}
|
@@ -3843,6 +3912,36 @@
|
|
3843
3912
|
}
|
3844
3913
|
}
|
3845
3914
|
},
|
3915
|
+
"SetupInstanceHttps": {
|
3916
|
+
"input": {
|
3917
|
+
"type": "structure",
|
3918
|
+
"required": [
|
3919
|
+
"instanceName",
|
3920
|
+
"emailAddress",
|
3921
|
+
"domainNames",
|
3922
|
+
"certificateProvider"
|
3923
|
+
],
|
3924
|
+
"members": {
|
3925
|
+
"instanceName": {},
|
3926
|
+
"emailAddress": {
|
3927
|
+
"type": "string",
|
3928
|
+
"sensitive": true
|
3929
|
+
},
|
3930
|
+
"domainNames": {
|
3931
|
+
"shape": "Sfv"
|
3932
|
+
},
|
3933
|
+
"certificateProvider": {}
|
3934
|
+
}
|
3935
|
+
},
|
3936
|
+
"output": {
|
3937
|
+
"type": "structure",
|
3938
|
+
"members": {
|
3939
|
+
"operations": {
|
3940
|
+
"shape": "S4"
|
3941
|
+
}
|
3942
|
+
}
|
3943
|
+
}
|
3944
|
+
},
|
3846
3945
|
"StartGUISession": {
|
3847
3946
|
"input": {
|
3848
3947
|
"type": "structure",
|
@@ -5495,7 +5594,11 @@
|
|
5495
5594
|
"fromRelationalDatabaseBlueprintId": {}
|
5496
5595
|
}
|
5497
5596
|
},
|
5498
|
-
"
|
5597
|
+
"Sfv": {
|
5598
|
+
"type": "list",
|
5599
|
+
"member": {}
|
5600
|
+
},
|
5601
|
+
"Sg4": {
|
5499
5602
|
"type": "structure",
|
5500
5603
|
"members": {
|
5501
5604
|
"name": {},
|