cdk-docker-image-deployment 0.0.178 → 0.0.179
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +692 -153
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1275 -1272
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +62 -2
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +282 -110
- package/node_modules/aws-sdk/apis/managedblockchain-2018-09-24.min.json +35 -29
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +142 -141
- package/node_modules/aws-sdk/clients/comprehend.d.ts +851 -52
- package/node_modules/aws-sdk/clients/ec2.d.ts +82 -77
- package/node_modules/aws-sdk/clients/kms.d.ts +20 -20
- package/node_modules/aws-sdk/clients/lightsail.d.ts +241 -2
- package/node_modules/aws-sdk/clients/managedblockchain.d.ts +21 -13
- package/node_modules/aws-sdk/clients/omics.d.ts +33 -28
- 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 +1998 -1441
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -81
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -187,6 +187,14 @@ declare class Lightsail extends Service {
|
|
|
187
187
|
* Creates one of the following domain name system (DNS) records in a domain DNS zone: Address (A), canonical name (CNAME), mail exchanger (MX), name server (NS), start of authority (SOA), service locator (SRV), or text (TXT). The create domain entry operation supports tag-based access control via resource tags applied to the resource identified by domain name. For more information, see the Amazon Lightsail Developer Guide.
|
|
188
188
|
*/
|
|
189
189
|
createDomainEntry(callback?: (err: AWSError, data: Lightsail.Types.CreateDomainEntryResult) => void): Request<Lightsail.Types.CreateDomainEntryResult, AWSError>;
|
|
190
|
+
/**
|
|
191
|
+
* Creates two URLs that are used to access a virtual computer’s graphical user interface (GUI) session. The primary URL initiates a web-based NICE DCV session to the virtual computer's application. The secondary URL initiates a web-based NICE DCV session to the virtual computer's operating session. Use StartGUISession to open the session.
|
|
192
|
+
*/
|
|
193
|
+
createGUISessionAccessDetails(params: Lightsail.Types.CreateGUISessionAccessDetailsRequest, callback?: (err: AWSError, data: Lightsail.Types.CreateGUISessionAccessDetailsResult) => void): Request<Lightsail.Types.CreateGUISessionAccessDetailsResult, AWSError>;
|
|
194
|
+
/**
|
|
195
|
+
* Creates two URLs that are used to access a virtual computer’s graphical user interface (GUI) session. The primary URL initiates a web-based NICE DCV session to the virtual computer's application. The secondary URL initiates a web-based NICE DCV session to the virtual computer's operating session. Use StartGUISession to open the session.
|
|
196
|
+
*/
|
|
197
|
+
createGUISessionAccessDetails(callback?: (err: AWSError, data: Lightsail.Types.CreateGUISessionAccessDetailsResult) => void): Request<Lightsail.Types.CreateGUISessionAccessDetailsResult, AWSError>;
|
|
190
198
|
/**
|
|
191
199
|
* Creates a snapshot of a specific virtual private server, or instance. You can use a snapshot to create a new instance that is based on that snapshot. The create instance snapshot operation supports tag-based access control via request tags. For more information, see the Amazon Lightsail Developer Guide.
|
|
192
200
|
*/
|
|
@@ -643,6 +651,14 @@ declare class Lightsail extends Service {
|
|
|
643
651
|
* Returns information about one or more of your Amazon Lightsail container services.
|
|
644
652
|
*/
|
|
645
653
|
getContainerServices(callback?: (err: AWSError, data: Lightsail.Types.ContainerServicesListResult) => void): Request<Lightsail.Types.ContainerServicesListResult, AWSError>;
|
|
654
|
+
/**
|
|
655
|
+
* Retrieves information about the cost estimate for a specified resource. A cost estimate will not generate for a resource that has been deleted.
|
|
656
|
+
*/
|
|
657
|
+
getCostEstimate(params: Lightsail.Types.GetCostEstimateRequest, callback?: (err: AWSError, data: Lightsail.Types.GetCostEstimateResult) => void): Request<Lightsail.Types.GetCostEstimateResult, AWSError>;
|
|
658
|
+
/**
|
|
659
|
+
* Retrieves information about the cost estimate for a specified resource. A cost estimate will not generate for a resource that has been deleted.
|
|
660
|
+
*/
|
|
661
|
+
getCostEstimate(callback?: (err: AWSError, data: Lightsail.Types.GetCostEstimateResult) => void): Request<Lightsail.Types.GetCostEstimateResult, AWSError>;
|
|
646
662
|
/**
|
|
647
663
|
* Returns information about a specific block storage disk.
|
|
648
664
|
*/
|
|
@@ -1107,6 +1123,14 @@ declare class Lightsail extends Service {
|
|
|
1107
1123
|
* Sets the Amazon Lightsail resources that can access the specified Lightsail bucket. Lightsail buckets currently support setting access for Lightsail instances in the same Amazon Web Services Region.
|
|
1108
1124
|
*/
|
|
1109
1125
|
setResourceAccessForBucket(callback?: (err: AWSError, data: Lightsail.Types.SetResourceAccessForBucketResult) => void): Request<Lightsail.Types.SetResourceAccessForBucketResult, AWSError>;
|
|
1126
|
+
/**
|
|
1127
|
+
* Initiates a graphical user interface (GUI) session that’s used to access a virtual computer’s operating system and application. The session will be active for 1 hour. Use this action to resume the session after it expires.
|
|
1128
|
+
*/
|
|
1129
|
+
startGUISession(params: Lightsail.Types.StartGUISessionRequest, callback?: (err: AWSError, data: Lightsail.Types.StartGUISessionResult) => void): Request<Lightsail.Types.StartGUISessionResult, AWSError>;
|
|
1130
|
+
/**
|
|
1131
|
+
* Initiates a graphical user interface (GUI) session that’s used to access a virtual computer’s operating system and application. The session will be active for 1 hour. Use this action to resume the session after it expires.
|
|
1132
|
+
*/
|
|
1133
|
+
startGUISession(callback?: (err: AWSError, data: Lightsail.Types.StartGUISessionResult) => void): Request<Lightsail.Types.StartGUISessionResult, AWSError>;
|
|
1110
1134
|
/**
|
|
1111
1135
|
* Starts a specific Amazon Lightsail instance from a stopped state. To restart an instance, use the reboot instance operation. When you start a stopped instance, Lightsail assigns a new public IP address to the instance. To use the same IP address after stopping and starting an instance, create a static IP address and attach it to the instance. For more information, see the Amazon Lightsail Developer Guide. The start instance operation supports tag-based access control via resource tags applied to the resource identified by instance name. For more information, see the Amazon Lightsail Developer Guide.
|
|
1112
1136
|
*/
|
|
@@ -1123,6 +1147,14 @@ declare class Lightsail extends Service {
|
|
|
1123
1147
|
* Starts a specific database from a stopped state in Amazon Lightsail. To restart a database, use the reboot relational database operation. The start relational database operation supports tag-based access control via resource tags applied to the resource identified by relationalDatabaseName. For more information, see the Amazon Lightsail Developer Guide.
|
|
1124
1148
|
*/
|
|
1125
1149
|
startRelationalDatabase(callback?: (err: AWSError, data: Lightsail.Types.StartRelationalDatabaseResult) => void): Request<Lightsail.Types.StartRelationalDatabaseResult, AWSError>;
|
|
1150
|
+
/**
|
|
1151
|
+
* Terminates a web-based NICE DCV session that’s used to access a virtual computer’s operating system or application. The session will close and any unsaved data will be lost.
|
|
1152
|
+
*/
|
|
1153
|
+
stopGUISession(params: Lightsail.Types.StopGUISessionRequest, callback?: (err: AWSError, data: Lightsail.Types.StopGUISessionResult) => void): Request<Lightsail.Types.StopGUISessionResult, AWSError>;
|
|
1154
|
+
/**
|
|
1155
|
+
* Terminates a web-based NICE DCV session that’s used to access a virtual computer’s operating system or application. The session will close and any unsaved data will be lost.
|
|
1156
|
+
*/
|
|
1157
|
+
stopGUISession(callback?: (err: AWSError, data: Lightsail.Types.StopGUISessionResult) => void): Request<Lightsail.Types.StopGUISessionResult, AWSError>;
|
|
1126
1158
|
/**
|
|
1127
1159
|
* Stops a specific Amazon Lightsail instance that is currently running. When you start a stopped instance, Lightsail assigns a new public IP address to the instance. To use the same IP address after stopping and starting an instance, create a static IP address and attach it to the instance. For more information, see the Amazon Lightsail Developer Guide. The stop instance operation supports tag-based access control via resource tags applied to the resource identified by instance name. For more information, see the Amazon Lightsail Developer Guide.
|
|
1128
1160
|
*/
|
|
@@ -1339,6 +1371,14 @@ declare namespace Lightsail {
|
|
|
1339
1371
|
* The next daily time an automatic snapshot will be created. The time shown is in HH:00 format, and in Coordinated Universal Time (UTC). The snapshot is automatically created between the time shown and up to 45 minutes after.
|
|
1340
1372
|
*/
|
|
1341
1373
|
nextSnapshotTimeOfDay?: TimeOfDay;
|
|
1374
|
+
/**
|
|
1375
|
+
* The trigger threshold of the action. This add-on only applies to Lightsail for Research resources.
|
|
1376
|
+
*/
|
|
1377
|
+
threshold?: string;
|
|
1378
|
+
/**
|
|
1379
|
+
* The amount of idle time in minutes after which your virtual computer will automatically stop. This add-on only applies to Lightsail for Research resources.
|
|
1380
|
+
*/
|
|
1381
|
+
duration?: string;
|
|
1342
1382
|
}
|
|
1343
1383
|
export type AddOnList = AddOn[];
|
|
1344
1384
|
export interface AddOnRequest {
|
|
@@ -1350,9 +1390,13 @@ declare namespace Lightsail {
|
|
|
1350
1390
|
* An object that represents additional parameters when enabling or modifying the automatic snapshot add-on.
|
|
1351
1391
|
*/
|
|
1352
1392
|
autoSnapshotAddOnRequest?: AutoSnapshotAddOnRequest;
|
|
1393
|
+
/**
|
|
1394
|
+
* An object that represents additional parameters when enabling or modifying the StopInstanceOnIdle add-on. This object only applies to Lightsail for Research resources.
|
|
1395
|
+
*/
|
|
1396
|
+
stopInstanceOnIdleRequest?: StopInstanceOnIdleRequest;
|
|
1353
1397
|
}
|
|
1354
1398
|
export type AddOnRequestList = AddOnRequest[];
|
|
1355
|
-
export type AddOnType = "AutoSnapshot"|string;
|
|
1399
|
+
export type AddOnType = "AutoSnapshot"|"StopInstanceOnIdle"|string;
|
|
1356
1400
|
export interface Alarm {
|
|
1357
1401
|
/**
|
|
1358
1402
|
* The name of the alarm.
|
|
@@ -1449,6 +1493,8 @@ declare namespace Lightsail {
|
|
|
1449
1493
|
*/
|
|
1450
1494
|
operations?: OperationList;
|
|
1451
1495
|
}
|
|
1496
|
+
export type AppCategory = "LfR"|string;
|
|
1497
|
+
export type AppCategoryList = AppCategory[];
|
|
1452
1498
|
export interface AttachCertificateToDistributionRequest {
|
|
1453
1499
|
/**
|
|
1454
1500
|
* The name of the distribution that the certificate will be attached to. Use the GetDistributions action to get a list of distribution names that you can specify.
|
|
@@ -1478,6 +1524,10 @@ declare namespace Lightsail {
|
|
|
1478
1524
|
* The disk path to expose to the instance (e.g., /dev/xvdf).
|
|
1479
1525
|
*/
|
|
1480
1526
|
diskPath: NonEmptyString;
|
|
1527
|
+
/**
|
|
1528
|
+
* A Boolean value used to determine the automatic mounting of a storage volume to a virtual computer. The default value is False. This value only applies to Lightsail for Research resources.
|
|
1529
|
+
*/
|
|
1530
|
+
autoMounting?: boolean;
|
|
1481
1531
|
}
|
|
1482
1532
|
export interface AttachDiskResult {
|
|
1483
1533
|
/**
|
|
@@ -1545,6 +1595,7 @@ declare namespace Lightsail {
|
|
|
1545
1595
|
}
|
|
1546
1596
|
export type AttachedDiskList = AttachedDisk[];
|
|
1547
1597
|
export type AttachedDiskMap = {[key: string]: DiskMapList};
|
|
1598
|
+
export type AutoMountStatus = "Failed"|"Pending"|"Mounted"|"NotMounted"|string;
|
|
1548
1599
|
export interface AutoSnapshotAddOnRequest {
|
|
1549
1600
|
/**
|
|
1550
1601
|
* The daily time when an automatic snapshot will be created. Constraints: Must be in HH:00 format, and in an hourly increment. Specified in Coordinated Universal Time (UTC). The snapshot will be automatically created between the time specified and up to 45 minutes after.
|
|
@@ -1635,6 +1686,10 @@ declare namespace Lightsail {
|
|
|
1635
1686
|
* The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.
|
|
1636
1687
|
*/
|
|
1637
1688
|
platform?: InstancePlatform;
|
|
1689
|
+
/**
|
|
1690
|
+
* Virtual computer blueprints that are supported by Lightsail for Research. This parameter only applies to Lightsail for Research resources.
|
|
1691
|
+
*/
|
|
1692
|
+
appCategory?: AppCategory;
|
|
1638
1693
|
}
|
|
1639
1694
|
export type BlueprintList = Blueprint[];
|
|
1640
1695
|
export type BlueprintType = "os"|"app"|string;
|
|
@@ -1804,6 +1859,10 @@ declare namespace Lightsail {
|
|
|
1804
1859
|
* The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports. You can only launch a WINDOWS bundle on a blueprint that supports the WINDOWS platform. LINUX_UNIX blueprints require a LINUX_UNIX bundle.
|
|
1805
1860
|
*/
|
|
1806
1861
|
supportedPlatforms?: InstancePlatformList;
|
|
1862
|
+
/**
|
|
1863
|
+
* Virtual computer blueprints that are supported by a Lightsail for Research bundle. This parameter only applies to Lightsail for Research resources.
|
|
1864
|
+
*/
|
|
1865
|
+
supportedAppCategories?: AppCategoryList;
|
|
1807
1866
|
}
|
|
1808
1867
|
export type BundleList = Bundle[];
|
|
1809
1868
|
export interface CacheBehavior {
|
|
@@ -2411,6 +2470,17 @@ declare namespace Lightsail {
|
|
|
2411
2470
|
*/
|
|
2412
2471
|
operations?: OperationList;
|
|
2413
2472
|
}
|
|
2473
|
+
export interface CostEstimate {
|
|
2474
|
+
/**
|
|
2475
|
+
* The types of usage that are included in the estimate, such as costs, usage, or data transfer.
|
|
2476
|
+
*/
|
|
2477
|
+
usageType?: NonEmptyString;
|
|
2478
|
+
/**
|
|
2479
|
+
* The cost estimate result that's associated with a time period.
|
|
2480
|
+
*/
|
|
2481
|
+
resultsByTime?: EstimatesByTime;
|
|
2482
|
+
}
|
|
2483
|
+
export type CostEstimates = CostEstimate[];
|
|
2414
2484
|
export interface CreateBucketAccessKeyRequest {
|
|
2415
2485
|
/**
|
|
2416
2486
|
* The name of the bucket that the new access key will belong to, and grant access to.
|
|
@@ -2747,6 +2817,34 @@ declare namespace Lightsail {
|
|
|
2747
2817
|
*/
|
|
2748
2818
|
operation?: Operation;
|
|
2749
2819
|
}
|
|
2820
|
+
export interface CreateGUISessionAccessDetailsRequest {
|
|
2821
|
+
/**
|
|
2822
|
+
* The resource name.
|
|
2823
|
+
*/
|
|
2824
|
+
resourceName: ResourceName;
|
|
2825
|
+
}
|
|
2826
|
+
export interface CreateGUISessionAccessDetailsResult {
|
|
2827
|
+
/**
|
|
2828
|
+
* The resource name.
|
|
2829
|
+
*/
|
|
2830
|
+
resourceName?: ResourceName;
|
|
2831
|
+
/**
|
|
2832
|
+
* The status of the operation.
|
|
2833
|
+
*/
|
|
2834
|
+
status?: Status;
|
|
2835
|
+
/**
|
|
2836
|
+
* The percentage of completion for the operation.
|
|
2837
|
+
*/
|
|
2838
|
+
percentageComplete?: integer;
|
|
2839
|
+
/**
|
|
2840
|
+
* The reason the operation failed.
|
|
2841
|
+
*/
|
|
2842
|
+
failureReason?: string;
|
|
2843
|
+
/**
|
|
2844
|
+
* Returns information about the specified NICE DCV GUI session.
|
|
2845
|
+
*/
|
|
2846
|
+
sessions?: Sessions;
|
|
2847
|
+
}
|
|
2750
2848
|
export interface CreateInstanceSnapshotRequest {
|
|
2751
2849
|
/**
|
|
2752
2850
|
* The name for your new snapshot.
|
|
@@ -3091,6 +3189,7 @@ declare namespace Lightsail {
|
|
|
3091
3189
|
*/
|
|
3092
3190
|
operations?: OperationList;
|
|
3093
3191
|
}
|
|
3192
|
+
export type Currency = "USD"|string;
|
|
3094
3193
|
export interface DeleteAlarmRequest {
|
|
3095
3194
|
/**
|
|
3096
3195
|
* The name of the alarm to delete.
|
|
@@ -3530,6 +3629,10 @@ declare namespace Lightsail {
|
|
|
3530
3629
|
* (Deprecated) The number of GB in use by the disk. In releases prior to November 14, 2017, this parameter was not included in the API response. It is now deprecated.
|
|
3531
3630
|
*/
|
|
3532
3631
|
gbInUse?: integer;
|
|
3632
|
+
/**
|
|
3633
|
+
* The status of automatically mounting a storage disk to a virtual computer. This parameter only applies to Lightsail for Research resources.
|
|
3634
|
+
*/
|
|
3635
|
+
autoMountStatus?: AutoMountStatus;
|
|
3533
3636
|
}
|
|
3534
3637
|
export interface DiskInfo {
|
|
3535
3638
|
/**
|
|
@@ -3807,6 +3910,29 @@ declare namespace Lightsail {
|
|
|
3807
3910
|
healthCheck?: ContainerServiceHealthCheckConfig;
|
|
3808
3911
|
}
|
|
3809
3912
|
export type Environment = {[key: string]: string};
|
|
3913
|
+
export interface EstimateByTime {
|
|
3914
|
+
/**
|
|
3915
|
+
* The amount of cost or usage that's measured for the cost estimate.
|
|
3916
|
+
*/
|
|
3917
|
+
usageCost?: double;
|
|
3918
|
+
/**
|
|
3919
|
+
* The unit of measurement that's used for the cost estimate.
|
|
3920
|
+
*/
|
|
3921
|
+
pricingUnit?: PricingUnit;
|
|
3922
|
+
/**
|
|
3923
|
+
* The number of pricing units used to calculate the total number of hours. For example, 1 unit equals 1 hour.
|
|
3924
|
+
*/
|
|
3925
|
+
unit?: double;
|
|
3926
|
+
/**
|
|
3927
|
+
* The currency of the estimate in USD.
|
|
3928
|
+
*/
|
|
3929
|
+
currency?: Currency;
|
|
3930
|
+
/**
|
|
3931
|
+
* The period of time, in days, that an estimate covers. The period has a start date and an end date. The start date must come before the end date.
|
|
3932
|
+
*/
|
|
3933
|
+
timePeriod?: TimePeriod;
|
|
3934
|
+
}
|
|
3935
|
+
export type EstimatesByTime = EstimateByTime[];
|
|
3810
3936
|
export interface ExportSnapshotRecord {
|
|
3811
3937
|
/**
|
|
3812
3938
|
* The export snapshot record name.
|
|
@@ -3959,6 +4085,10 @@ declare namespace Lightsail {
|
|
|
3959
4085
|
* The token to advance to the next page of results from your request. To get a page token, perform an initial GetBlueprints request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.
|
|
3960
4086
|
*/
|
|
3961
4087
|
pageToken?: string;
|
|
4088
|
+
/**
|
|
4089
|
+
* Returns a list of blueprints that are specific to Lightsail for Research. You must use this parameter to view Lightsail for Research blueprints.
|
|
4090
|
+
*/
|
|
4091
|
+
appCategory?: AppCategory;
|
|
3962
4092
|
}
|
|
3963
4093
|
export interface GetBlueprintsResult {
|
|
3964
4094
|
/**
|
|
@@ -4071,6 +4201,10 @@ declare namespace Lightsail {
|
|
|
4071
4201
|
* The token to advance to the next page of results from your request. To get a page token, perform an initial GetBundles request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.
|
|
4072
4202
|
*/
|
|
4073
4203
|
pageToken?: string;
|
|
4204
|
+
/**
|
|
4205
|
+
* Returns a list of bundles that are specific to Lightsail for Research. You must use this parameter to view Lightsail for Research bundles.
|
|
4206
|
+
*/
|
|
4207
|
+
appCategory?: AppCategory;
|
|
4074
4208
|
}
|
|
4075
4209
|
export interface GetBundlesResult {
|
|
4076
4210
|
/**
|
|
@@ -4248,6 +4382,26 @@ declare namespace Lightsail {
|
|
|
4248
4382
|
*/
|
|
4249
4383
|
serviceName?: ContainerServiceName;
|
|
4250
4384
|
}
|
|
4385
|
+
export interface GetCostEstimateRequest {
|
|
4386
|
+
/**
|
|
4387
|
+
* The resource name.
|
|
4388
|
+
*/
|
|
4389
|
+
resourceName: ResourceName;
|
|
4390
|
+
/**
|
|
4391
|
+
* The cost estimate start time. Constraints: Specified in Coordinated Universal Time (UTC). Specified in the Unix time format. For example, if you wish to use a start time of October 1, 2018, at 8 PM UTC, specify 1538424000 as the start time. You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
|
|
4392
|
+
*/
|
|
4393
|
+
startTime: IsoDate;
|
|
4394
|
+
/**
|
|
4395
|
+
* The cost estimate end time. Constraints: Specified in Coordinated Universal Time (UTC). Specified in the Unix time format. For example, if you wish to use an end time of October 1, 2018, at 9 PM UTC, specify 1538427600 as the end time. You can convert a human-friendly time to Unix time format using a converter like Epoch converter.
|
|
4396
|
+
*/
|
|
4397
|
+
endTime: IsoDate;
|
|
4398
|
+
}
|
|
4399
|
+
export interface GetCostEstimateResult {
|
|
4400
|
+
/**
|
|
4401
|
+
* Returns the estimate's forecasted cost or usage.
|
|
4402
|
+
*/
|
|
4403
|
+
resourcesBudgetEstimate?: ResourcesBudgetEstimate;
|
|
4404
|
+
}
|
|
4251
4405
|
export interface GetDiskRequest {
|
|
4252
4406
|
/**
|
|
4253
4407
|
* The name of the disk (e.g., my-disk).
|
|
@@ -6075,7 +6229,7 @@ declare namespace Lightsail {
|
|
|
6075
6229
|
}
|
|
6076
6230
|
export type OperationList = Operation[];
|
|
6077
6231
|
export type OperationStatus = "NotStarted"|"Started"|"Failed"|"Completed"|"Succeeded"|string;
|
|
6078
|
-
export type OperationType = "DeleteKnownHostKeys"|"DeleteInstance"|"CreateInstance"|"StopInstance"|"StartInstance"|"RebootInstance"|"OpenInstancePublicPorts"|"PutInstancePublicPorts"|"CloseInstancePublicPorts"|"AllocateStaticIp"|"ReleaseStaticIp"|"AttachStaticIp"|"DetachStaticIp"|"UpdateDomainEntry"|"DeleteDomainEntry"|"CreateDomain"|"DeleteDomain"|"CreateInstanceSnapshot"|"DeleteInstanceSnapshot"|"CreateInstancesFromSnapshot"|"CreateLoadBalancer"|"DeleteLoadBalancer"|"AttachInstancesToLoadBalancer"|"DetachInstancesFromLoadBalancer"|"UpdateLoadBalancerAttribute"|"CreateLoadBalancerTlsCertificate"|"DeleteLoadBalancerTlsCertificate"|"AttachLoadBalancerTlsCertificate"|"CreateDisk"|"DeleteDisk"|"AttachDisk"|"DetachDisk"|"CreateDiskSnapshot"|"DeleteDiskSnapshot"|"CreateDiskFromSnapshot"|"CreateRelationalDatabase"|"UpdateRelationalDatabase"|"DeleteRelationalDatabase"|"CreateRelationalDatabaseFromSnapshot"|"CreateRelationalDatabaseSnapshot"|"DeleteRelationalDatabaseSnapshot"|"UpdateRelationalDatabaseParameters"|"StartRelationalDatabase"|"RebootRelationalDatabase"|"StopRelationalDatabase"|"EnableAddOn"|"DisableAddOn"|"PutAlarm"|"GetAlarms"|"DeleteAlarm"|"TestAlarm"|"CreateContactMethod"|"GetContactMethods"|"SendContactMethodVerification"|"DeleteContactMethod"|"CreateDistribution"|"UpdateDistribution"|"DeleteDistribution"|"ResetDistributionCache"|"AttachCertificateToDistribution"|"DetachCertificateFromDistribution"|"UpdateDistributionBundle"|"SetIpAddressType"|"CreateCertificate"|"DeleteCertificate"|"CreateContainerService"|"UpdateContainerService"|"DeleteContainerService"|"CreateContainerServiceDeployment"|"CreateContainerServiceRegistryLogin"|"RegisterContainerImage"|"DeleteContainerImage"|"CreateBucket"|"DeleteBucket"|"CreateBucketAccessKey"|"DeleteBucketAccessKey"|"UpdateBucketBundle"|"UpdateBucket"|"SetResourceAccessForBucket"|"UpdateInstanceMetadataOptions"|string;
|
|
6232
|
+
export type OperationType = "DeleteKnownHostKeys"|"DeleteInstance"|"CreateInstance"|"StopInstance"|"StartInstance"|"RebootInstance"|"OpenInstancePublicPorts"|"PutInstancePublicPorts"|"CloseInstancePublicPorts"|"AllocateStaticIp"|"ReleaseStaticIp"|"AttachStaticIp"|"DetachStaticIp"|"UpdateDomainEntry"|"DeleteDomainEntry"|"CreateDomain"|"DeleteDomain"|"CreateInstanceSnapshot"|"DeleteInstanceSnapshot"|"CreateInstancesFromSnapshot"|"CreateLoadBalancer"|"DeleteLoadBalancer"|"AttachInstancesToLoadBalancer"|"DetachInstancesFromLoadBalancer"|"UpdateLoadBalancerAttribute"|"CreateLoadBalancerTlsCertificate"|"DeleteLoadBalancerTlsCertificate"|"AttachLoadBalancerTlsCertificate"|"CreateDisk"|"DeleteDisk"|"AttachDisk"|"DetachDisk"|"CreateDiskSnapshot"|"DeleteDiskSnapshot"|"CreateDiskFromSnapshot"|"CreateRelationalDatabase"|"UpdateRelationalDatabase"|"DeleteRelationalDatabase"|"CreateRelationalDatabaseFromSnapshot"|"CreateRelationalDatabaseSnapshot"|"DeleteRelationalDatabaseSnapshot"|"UpdateRelationalDatabaseParameters"|"StartRelationalDatabase"|"RebootRelationalDatabase"|"StopRelationalDatabase"|"EnableAddOn"|"DisableAddOn"|"PutAlarm"|"GetAlarms"|"DeleteAlarm"|"TestAlarm"|"CreateContactMethod"|"GetContactMethods"|"SendContactMethodVerification"|"DeleteContactMethod"|"CreateDistribution"|"UpdateDistribution"|"DeleteDistribution"|"ResetDistributionCache"|"AttachCertificateToDistribution"|"DetachCertificateFromDistribution"|"UpdateDistributionBundle"|"SetIpAddressType"|"CreateCertificate"|"DeleteCertificate"|"CreateContainerService"|"UpdateContainerService"|"DeleteContainerService"|"CreateContainerServiceDeployment"|"CreateContainerServiceRegistryLogin"|"RegisterContainerImage"|"DeleteContainerImage"|"CreateBucket"|"DeleteBucket"|"CreateBucketAccessKey"|"DeleteBucketAccessKey"|"UpdateBucketBundle"|"UpdateBucket"|"SetResourceAccessForBucket"|"UpdateInstanceMetadataOptions"|"StartGUISession"|"StopGUISession"|string;
|
|
6079
6233
|
export interface Origin {
|
|
6080
6234
|
/**
|
|
6081
6235
|
* The name of the origin resource.
|
|
@@ -6176,6 +6330,7 @@ declare namespace Lightsail {
|
|
|
6176
6330
|
export type PortList = Port[];
|
|
6177
6331
|
export type PortMap = {[key: string]: ContainerServiceProtocol};
|
|
6178
6332
|
export type PortState = "open"|"closed"|string;
|
|
6333
|
+
export type PricingUnit = "GB"|"Hrs"|"GB-Mo"|"Bundles"|"Queries"|string;
|
|
6179
6334
|
export interface PrivateRegistryAccess {
|
|
6180
6335
|
/**
|
|
6181
6336
|
* An object that describes the activation status of the role that you can use to grant a Lightsail container service access to Amazon ECR private repositories. If the role is activated, the Amazon Resource Name (ARN) of the role is also listed.
|
|
@@ -6732,6 +6887,28 @@ declare namespace Lightsail {
|
|
|
6732
6887
|
}
|
|
6733
6888
|
export type ResourceArn = string;
|
|
6734
6889
|
export type ResourceBucketAccess = "allow"|"deny"|string;
|
|
6890
|
+
export interface ResourceBudgetEstimate {
|
|
6891
|
+
/**
|
|
6892
|
+
* The resource name.
|
|
6893
|
+
*/
|
|
6894
|
+
resourceName?: ResourceName;
|
|
6895
|
+
/**
|
|
6896
|
+
* The type of resource the budget will track.
|
|
6897
|
+
*/
|
|
6898
|
+
resourceType?: ResourceType;
|
|
6899
|
+
/**
|
|
6900
|
+
* The cost estimate for the specified budget.
|
|
6901
|
+
*/
|
|
6902
|
+
costEstimates?: CostEstimates;
|
|
6903
|
+
/**
|
|
6904
|
+
* The estimate start time.
|
|
6905
|
+
*/
|
|
6906
|
+
startTime?: IsoDate;
|
|
6907
|
+
/**
|
|
6908
|
+
* The estimate end time.
|
|
6909
|
+
*/
|
|
6910
|
+
endTime?: IsoDate;
|
|
6911
|
+
}
|
|
6735
6912
|
export interface ResourceLocation {
|
|
6736
6913
|
/**
|
|
6737
6914
|
* The Availability Zone. Follows the format us-east-2a (case-sensitive).
|
|
@@ -6769,6 +6946,7 @@ declare namespace Lightsail {
|
|
|
6769
6946
|
value?: string;
|
|
6770
6947
|
}
|
|
6771
6948
|
export type ResourceType = "ContainerService"|"Instance"|"StaticIp"|"KeyPair"|"InstanceSnapshot"|"Domain"|"PeeredVpc"|"LoadBalancer"|"LoadBalancerTlsCertificate"|"Disk"|"DiskSnapshot"|"RelationalDatabase"|"RelationalDatabaseSnapshot"|"ExportSnapshotRecord"|"CloudFormationStackRecord"|"Alarm"|"ContactMethod"|"Distribution"|"Certificate"|"Bucket"|string;
|
|
6949
|
+
export type ResourcesBudgetEstimate = ResourceBudgetEstimate[];
|
|
6772
6950
|
export type RevocationReason = string;
|
|
6773
6951
|
export interface SendContactMethodVerificationRequest {
|
|
6774
6952
|
/**
|
|
@@ -6782,8 +6960,24 @@ declare namespace Lightsail {
|
|
|
6782
6960
|
*/
|
|
6783
6961
|
operations?: OperationList;
|
|
6784
6962
|
}
|
|
6963
|
+
export type SensitiveNonEmptyString = string;
|
|
6785
6964
|
export type SensitiveString = string;
|
|
6786
6965
|
export type SerialNumber = string;
|
|
6966
|
+
export interface Session {
|
|
6967
|
+
/**
|
|
6968
|
+
* The session name.
|
|
6969
|
+
*/
|
|
6970
|
+
name?: NonEmptyString;
|
|
6971
|
+
/**
|
|
6972
|
+
* The session URL.
|
|
6973
|
+
*/
|
|
6974
|
+
url?: SensitiveNonEmptyString;
|
|
6975
|
+
/**
|
|
6976
|
+
* When true, this Boolean value indicates the primary session for the specified resource.
|
|
6977
|
+
*/
|
|
6978
|
+
isPrimary?: boolean;
|
|
6979
|
+
}
|
|
6980
|
+
export type Sessions = Session[];
|
|
6787
6981
|
export interface SetIpAddressTypeRequest {
|
|
6788
6982
|
/**
|
|
6789
6983
|
* The resource type. The possible values are Distribution, Instance, and LoadBalancer. Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web Services Region. Set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit distributions.
|
|
@@ -6824,6 +7018,18 @@ declare namespace Lightsail {
|
|
|
6824
7018
|
*/
|
|
6825
7019
|
operations?: OperationList;
|
|
6826
7020
|
}
|
|
7021
|
+
export interface StartGUISessionRequest {
|
|
7022
|
+
/**
|
|
7023
|
+
* The resource name.
|
|
7024
|
+
*/
|
|
7025
|
+
resourceName: ResourceName;
|
|
7026
|
+
}
|
|
7027
|
+
export interface StartGUISessionResult {
|
|
7028
|
+
/**
|
|
7029
|
+
* The available API operations.
|
|
7030
|
+
*/
|
|
7031
|
+
operations?: OperationList;
|
|
7032
|
+
}
|
|
6827
7033
|
export interface StartInstanceRequest {
|
|
6828
7034
|
/**
|
|
6829
7035
|
* The name of the instance (a virtual private server) to start.
|
|
@@ -6887,7 +7093,30 @@ declare namespace Lightsail {
|
|
|
6887
7093
|
isAttached?: boolean;
|
|
6888
7094
|
}
|
|
6889
7095
|
export type StaticIpList = StaticIp[];
|
|
7096
|
+
export type Status = "startExpired"|"notStarted"|"started"|"starting"|"stopped"|"stopping"|"settingUpInstance"|"failedInstanceCreation"|"failedStartingGUISession"|"failedStoppingGUISession"|string;
|
|
6890
7097
|
export type StatusType = "Active"|"Inactive"|string;
|
|
7098
|
+
export interface StopGUISessionRequest {
|
|
7099
|
+
/**
|
|
7100
|
+
* The resource name.
|
|
7101
|
+
*/
|
|
7102
|
+
resourceName: ResourceName;
|
|
7103
|
+
}
|
|
7104
|
+
export interface StopGUISessionResult {
|
|
7105
|
+
/**
|
|
7106
|
+
* The available API operations.
|
|
7107
|
+
*/
|
|
7108
|
+
operations?: OperationList;
|
|
7109
|
+
}
|
|
7110
|
+
export interface StopInstanceOnIdleRequest {
|
|
7111
|
+
/**
|
|
7112
|
+
* The value to compare with the duration.
|
|
7113
|
+
*/
|
|
7114
|
+
threshold?: string;
|
|
7115
|
+
/**
|
|
7116
|
+
* The amount of idle time in minutes after which your virtual computer will automatically stop.
|
|
7117
|
+
*/
|
|
7118
|
+
duration?: string;
|
|
7119
|
+
}
|
|
6891
7120
|
export interface StopInstanceRequest {
|
|
6892
7121
|
/**
|
|
6893
7122
|
* The name of the instance (a virtual private server) to stop.
|
|
@@ -6974,6 +7203,16 @@ declare namespace Lightsail {
|
|
|
6974
7203
|
operations?: OperationList;
|
|
6975
7204
|
}
|
|
6976
7205
|
export type TimeOfDay = string;
|
|
7206
|
+
export interface TimePeriod {
|
|
7207
|
+
/**
|
|
7208
|
+
* The beginning of the time period. The start date is inclusive. For example, if start is 2017-01-01, Lightsail for Research retrieves cost and usage data starting at 2017-01-01 up to the end date. The start date must be equal to or no later than the current date to avoid a validation error.
|
|
7209
|
+
*/
|
|
7210
|
+
start?: IsoDate;
|
|
7211
|
+
/**
|
|
7212
|
+
* The end of the time period. The end date is exclusive. For example, if end is 2017-05-01, Lightsail for Research retrieves cost and usage data from the start date up to, but not including, 2017-05-01.
|
|
7213
|
+
*/
|
|
7214
|
+
end?: IsoDate;
|
|
7215
|
+
}
|
|
6977
7216
|
export type TreatMissingData = "breaching"|"notBreaching"|"ignore"|"missing"|string;
|
|
6978
7217
|
export interface UnpeerVpcRequest {
|
|
6979
7218
|
}
|
|
@@ -12,11 +12,11 @@ declare class ManagedBlockchain extends Service {
|
|
|
12
12
|
constructor(options?: ManagedBlockchain.Types.ClientConfiguration)
|
|
13
13
|
config: Config & ManagedBlockchain.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Creates a new accessor for use with Managed Blockchain Ethereum nodes. An accessor contains information required for token based access to your Ethereum nodes.
|
|
16
16
|
*/
|
|
17
17
|
createAccessor(params: ManagedBlockchain.Types.CreateAccessorInput, callback?: (err: AWSError, data: ManagedBlockchain.Types.CreateAccessorOutput) => void): Request<ManagedBlockchain.Types.CreateAccessorOutput, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Creates a new accessor for use with Managed Blockchain Ethereum nodes. An accessor contains information required for token based access to your Ethereum nodes.
|
|
20
20
|
*/
|
|
21
21
|
createAccessor(callback?: (err: AWSError, data: ManagedBlockchain.Types.CreateAccessorOutput) => void): Request<ManagedBlockchain.Types.CreateAccessorOutput, AWSError>;
|
|
22
22
|
/**
|
|
@@ -52,11 +52,11 @@ declare class ManagedBlockchain extends Service {
|
|
|
52
52
|
*/
|
|
53
53
|
createProposal(callback?: (err: AWSError, data: ManagedBlockchain.Types.CreateProposalOutput) => void): Request<ManagedBlockchain.Types.CreateProposalOutput, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* Deletes an accessor that your Amazon Web Services account owns. An accessor object is a container that has the information required for token based access to your Ethereum nodes including, the BILLING_TOKEN. After an accessor is deleted, the status of the accessor changes from AVAILABLE to PENDING_DELETION. An accessor in the PENDING_DELETION state can’t be used for new WebSocket requests or HTTP requests. However, WebSocket connections that were initiated while the accessor was in the AVAILABLE state remain open until they expire (up to 2 hours).
|
|
56
56
|
*/
|
|
57
57
|
deleteAccessor(params: ManagedBlockchain.Types.DeleteAccessorInput, callback?: (err: AWSError, data: ManagedBlockchain.Types.DeleteAccessorOutput) => void): Request<ManagedBlockchain.Types.DeleteAccessorOutput, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* Deletes an accessor that your Amazon Web Services account owns. An accessor object is a container that has the information required for token based access to your Ethereum nodes including, the BILLING_TOKEN. After an accessor is deleted, the status of the accessor changes from AVAILABLE to PENDING_DELETION. An accessor in the PENDING_DELETION state can’t be used for new WebSocket requests or HTTP requests. However, WebSocket connections that were initiated while the accessor was in the AVAILABLE state remain open until they expire (up to 2 hours).
|
|
60
60
|
*/
|
|
61
61
|
deleteAccessor(callback?: (err: AWSError, data: ManagedBlockchain.Types.DeleteAccessorOutput) => void): Request<ManagedBlockchain.Types.DeleteAccessorOutput, AWSError>;
|
|
62
62
|
/**
|
|
@@ -76,11 +76,11 @@ declare class ManagedBlockchain extends Service {
|
|
|
76
76
|
*/
|
|
77
77
|
deleteNode(callback?: (err: AWSError, data: ManagedBlockchain.Types.DeleteNodeOutput) => void): Request<ManagedBlockchain.Types.DeleteNodeOutput, AWSError>;
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* Returns detailed information about an accessor. An accessor object is a container that has the information required for token based access to your Ethereum nodes.
|
|
80
80
|
*/
|
|
81
81
|
getAccessor(params: ManagedBlockchain.Types.GetAccessorInput, callback?: (err: AWSError, data: ManagedBlockchain.Types.GetAccessorOutput) => void): Request<ManagedBlockchain.Types.GetAccessorOutput, AWSError>;
|
|
82
82
|
/**
|
|
83
|
-
*
|
|
83
|
+
* Returns detailed information about an accessor. An accessor object is a container that has the information required for token based access to your Ethereum nodes.
|
|
84
84
|
*/
|
|
85
85
|
getAccessor(callback?: (err: AWSError, data: ManagedBlockchain.Types.GetAccessorOutput) => void): Request<ManagedBlockchain.Types.GetAccessorOutput, AWSError>;
|
|
86
86
|
/**
|
|
@@ -116,11 +116,11 @@ declare class ManagedBlockchain extends Service {
|
|
|
116
116
|
*/
|
|
117
117
|
getProposal(callback?: (err: AWSError, data: ManagedBlockchain.Types.GetProposalOutput) => void): Request<ManagedBlockchain.Types.GetProposalOutput, AWSError>;
|
|
118
118
|
/**
|
|
119
|
-
*
|
|
119
|
+
* Returns a list of the accessors and their properties. Accessor objects are containers that have the information required for token based access to your Ethereum nodes.
|
|
120
120
|
*/
|
|
121
121
|
listAccessors(params: ManagedBlockchain.Types.ListAccessorsInput, callback?: (err: AWSError, data: ManagedBlockchain.Types.ListAccessorsOutput) => void): Request<ManagedBlockchain.Types.ListAccessorsOutput, AWSError>;
|
|
122
122
|
/**
|
|
123
|
-
*
|
|
123
|
+
* Returns a list of the accessors and their properties. Accessor objects are containers that have the information required for token based access to your Ethereum nodes.
|
|
124
124
|
*/
|
|
125
125
|
listAccessors(callback?: (err: AWSError, data: ManagedBlockchain.Types.ListAccessorsOutput) => void): Request<ManagedBlockchain.Types.ListAccessorsOutput, AWSError>;
|
|
126
126
|
/**
|
|
@@ -254,6 +254,10 @@ declare namespace ManagedBlockchain {
|
|
|
254
254
|
* The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
|
|
255
255
|
*/
|
|
256
256
|
Arn?: ArnString;
|
|
257
|
+
/**
|
|
258
|
+
* The tags assigned to the Accessor. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
|
|
259
|
+
*/
|
|
260
|
+
Tags?: OutputTagMap;
|
|
257
261
|
}
|
|
258
262
|
export type AccessorBillingTokenString = string;
|
|
259
263
|
export type AccessorListMaxResults = number;
|
|
@@ -308,6 +312,10 @@ declare namespace ManagedBlockchain {
|
|
|
308
312
|
* The type of accessor. Currently accessor type is restricted to BILLING_TOKEN.
|
|
309
313
|
*/
|
|
310
314
|
AccessorType: AccessorType;
|
|
315
|
+
/**
|
|
316
|
+
* Tags to assign to the Accessor. Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
|
|
317
|
+
*/
|
|
318
|
+
Tags?: InputTagMap;
|
|
311
319
|
}
|
|
312
320
|
export interface CreateAccessorOutput {
|
|
313
321
|
/**
|
|
@@ -377,7 +385,7 @@ declare namespace ManagedBlockchain {
|
|
|
377
385
|
*/
|
|
378
386
|
MemberConfiguration: MemberConfiguration;
|
|
379
387
|
/**
|
|
380
|
-
* Tags to assign to the network.
|
|
388
|
+
* Tags to assign to the network. Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
|
|
381
389
|
*/
|
|
382
390
|
Tags?: InputTagMap;
|
|
383
391
|
}
|
|
@@ -409,7 +417,7 @@ declare namespace ManagedBlockchain {
|
|
|
409
417
|
*/
|
|
410
418
|
NodeConfiguration: NodeConfiguration;
|
|
411
419
|
/**
|
|
412
|
-
* Tags to assign to the node.
|
|
420
|
+
* Tags to assign to the node. Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
|
|
413
421
|
*/
|
|
414
422
|
Tags?: InputTagMap;
|
|
415
423
|
}
|
|
@@ -441,7 +449,7 @@ declare namespace ManagedBlockchain {
|
|
|
441
449
|
*/
|
|
442
450
|
Description?: DescriptionString;
|
|
443
451
|
/**
|
|
444
|
-
* Tags to assign to the proposal.
|
|
452
|
+
* Tags to assign to the proposal. Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
|
|
445
453
|
*/
|
|
446
454
|
Tags?: InputTagMap;
|
|
447
455
|
}
|
|
@@ -853,7 +861,7 @@ declare namespace ManagedBlockchain {
|
|
|
853
861
|
*/
|
|
854
862
|
CreationDate?: Timestamp;
|
|
855
863
|
/**
|
|
856
|
-
* Tags assigned to the member. Tags consist of a key and optional value. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
|
|
864
|
+
* Tags assigned to the member. Tags consist of a key and optional value. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
|
|
857
865
|
*/
|
|
858
866
|
Tags?: OutputTagMap;
|
|
859
867
|
/**
|
|
@@ -883,7 +891,7 @@ declare namespace ManagedBlockchain {
|
|
|
883
891
|
*/
|
|
884
892
|
LogPublishingConfiguration?: MemberLogPublishingConfiguration;
|
|
885
893
|
/**
|
|
886
|
-
* Tags assigned to the member. Tags consist of a key and optional value.
|
|
894
|
+
* Tags assigned to the member. Tags consist of a key and optional value. When specifying tags during creation, you can specify multiple key-value pairs in a single request, with an overall maximum of 50 tags added to each resource. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
|
|
887
895
|
*/
|
|
888
896
|
Tags?: InputTagMap;
|
|
889
897
|
/**
|