@aws-sdk/client-lightsail 3.300.0 → 3.303.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/dist-cjs/models/models_0.js +459 -512
  2. package/dist-cjs/models/models_1.js +162 -187
  3. package/dist-es/models/models_0.js +459 -512
  4. package/dist-es/models/models_1.js +162 -187
  5. package/dist-types/commands/AllocateStaticIpCommand.d.ts +1 -1
  6. package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +1 -1
  7. package/dist-types/commands/AttachDiskCommand.d.ts +1 -1
  8. package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +2 -2
  9. package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +1 -1
  10. package/dist-types/commands/AttachStaticIpCommand.d.ts +1 -1
  11. package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +3 -3
  12. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateBucketCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateCertificateCommand.d.ts +4 -4
  16. package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateContactMethodCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateContainerServiceCommand.d.ts +15 -15
  19. package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +8 -8
  20. package/dist-types/commands/CreateDiskCommand.d.ts +7 -7
  21. package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +7 -7
  22. package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateDistributionCommand.d.ts +13 -13
  24. package/dist-types/commands/CreateDomainCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateDomainEntryCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateInstancesCommand.d.ts +8 -8
  29. package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +11 -11
  30. package/dist-types/commands/CreateKeyPairCommand.d.ts +3 -3
  31. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +4 -4
  32. package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +4 -4
  33. package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +3 -3
  34. package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +3 -3
  35. package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +3 -3
  36. package/dist-types/commands/DeleteAlarmCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteContactMethodCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteContainerImageCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteContainerServiceCommand.d.ts +1 -1
  44. package/dist-types/commands/DeleteDiskCommand.d.ts +1 -1
  45. package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteDistributionCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteDomainEntryCommand.d.ts +3 -3
  49. package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
  52. package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +1 -1
  57. package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +1 -1
  58. package/dist-types/commands/DetachDiskCommand.d.ts +1 -1
  59. package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +2 -2
  60. package/dist-types/commands/DetachStaticIpCommand.d.ts +1 -1
  61. package/dist-types/commands/DisableAddOnCommand.d.ts +1 -1
  62. package/dist-types/commands/EnableAddOnCommand.d.ts +4 -4
  63. package/dist-types/commands/ExportSnapshotCommand.d.ts +1 -1
  64. package/dist-types/commands/GetActiveNamesCommand.d.ts +1 -1
  65. package/dist-types/commands/GetAlarmsCommand.d.ts +1 -1
  66. package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +1 -1
  67. package/dist-types/commands/GetBlueprintsCommand.d.ts +1 -1
  68. package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +1 -1
  69. package/dist-types/commands/GetBucketBundlesCommand.d.ts +1 -1
  70. package/dist-types/commands/GetBucketMetricDataCommand.d.ts +2 -2
  71. package/dist-types/commands/GetBucketsCommand.d.ts +1 -1
  72. package/dist-types/commands/GetBundlesCommand.d.ts +1 -1
  73. package/dist-types/commands/GetCertificatesCommand.d.ts +2 -2
  74. package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +1 -1
  75. package/dist-types/commands/GetContactMethodsCommand.d.ts +2 -2
  76. package/dist-types/commands/GetContainerImagesCommand.d.ts +1 -1
  77. package/dist-types/commands/GetContainerLogCommand.d.ts +1 -1
  78. package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +1 -1
  79. package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +2 -2
  80. package/dist-types/commands/GetContainerServicesCommand.d.ts +1 -1
  81. package/dist-types/commands/GetCostEstimateCommand.d.ts +1 -1
  82. package/dist-types/commands/GetDiskCommand.d.ts +1 -1
  83. package/dist-types/commands/GetDiskSnapshotCommand.d.ts +1 -1
  84. package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +1 -1
  85. package/dist-types/commands/GetDisksCommand.d.ts +1 -1
  86. package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +1 -1
  87. package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +2 -2
  88. package/dist-types/commands/GetDistributionsCommand.d.ts +1 -1
  89. package/dist-types/commands/GetDomainCommand.d.ts +1 -1
  90. package/dist-types/commands/GetDomainsCommand.d.ts +1 -1
  91. package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +1 -1
  92. package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +1 -1
  93. package/dist-types/commands/GetInstanceCommand.d.ts +1 -1
  94. package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +2 -2
  95. package/dist-types/commands/GetInstancePortStatesCommand.d.ts +1 -1
  96. package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +1 -1
  97. package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +1 -1
  98. package/dist-types/commands/GetInstanceStateCommand.d.ts +1 -1
  99. package/dist-types/commands/GetInstancesCommand.d.ts +1 -1
  100. package/dist-types/commands/GetKeyPairCommand.d.ts +1 -1
  101. package/dist-types/commands/GetKeyPairsCommand.d.ts +1 -1
  102. package/dist-types/commands/GetLoadBalancerCommand.d.ts +1 -1
  103. package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +2 -2
  104. package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +1 -1
  105. package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +1 -1
  106. package/dist-types/commands/GetLoadBalancersCommand.d.ts +1 -1
  107. package/dist-types/commands/GetOperationCommand.d.ts +1 -1
  108. package/dist-types/commands/GetOperationsCommand.d.ts +1 -1
  109. package/dist-types/commands/GetOperationsForResourceCommand.d.ts +1 -1
  110. package/dist-types/commands/GetRegionsCommand.d.ts +1 -1
  111. package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +1 -1
  112. package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +1 -1
  113. package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +1 -1
  114. package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +1 -1
  115. package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +1 -1
  116. package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +1 -1
  117. package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +1 -1
  118. package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +2 -2
  119. package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +1 -1
  120. package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +1 -1
  121. package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +1 -1
  122. package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +1 -1
  123. package/dist-types/commands/GetStaticIpCommand.d.ts +1 -1
  124. package/dist-types/commands/GetStaticIpsCommand.d.ts +1 -1
  125. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  126. package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +3 -3
  127. package/dist-types/commands/PutAlarmCommand.d.ts +3 -3
  128. package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +4 -4
  129. package/dist-types/commands/RebootInstanceCommand.d.ts +1 -1
  130. package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +1 -1
  131. package/dist-types/commands/RegisterContainerImageCommand.d.ts +1 -1
  132. package/dist-types/commands/ReleaseStaticIpCommand.d.ts +1 -1
  133. package/dist-types/commands/ResetDistributionCacheCommand.d.ts +1 -1
  134. package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +1 -1
  135. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +1 -1
  136. package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +1 -1
  137. package/dist-types/commands/StartGUISessionCommand.d.ts +1 -1
  138. package/dist-types/commands/StartInstanceCommand.d.ts +1 -1
  139. package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +1 -1
  140. package/dist-types/commands/StopGUISessionCommand.d.ts +1 -1
  141. package/dist-types/commands/StopInstanceCommand.d.ts +1 -1
  142. package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +1 -1
  143. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  144. package/dist-types/commands/TestAlarmCommand.d.ts +1 -1
  145. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  146. package/dist-types/commands/UpdateBucketBundleCommand.d.ts +1 -1
  147. package/dist-types/commands/UpdateBucketCommand.d.ts +4 -4
  148. package/dist-types/commands/UpdateContainerServiceCommand.d.ts +5 -5
  149. package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +1 -1
  150. package/dist-types/commands/UpdateDistributionCommand.d.ts +11 -11
  151. package/dist-types/commands/UpdateDomainEntryCommand.d.ts +3 -3
  152. package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +1 -1
  153. package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +1 -1
  154. package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +1 -1
  155. package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +3 -3
  156. package/dist-types/models/models_0.d.ts +732 -467
  157. package/dist-types/models/models_1.d.ts +287 -162
  158. package/dist-types/ts3.4/models/models_0.d.ts +544 -459
  159. package/dist-types/ts3.4/models/models_1.d.ts +209 -162
  160. package/package.json +34 -34
@@ -30,7 +30,7 @@ export interface GetLoadBalancerTlsCertificatesCommandOutput extends GetLoadBala
30
30
  * import { LightsailClient, GetLoadBalancerTlsCertificatesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
31
31
  * // const { LightsailClient, GetLoadBalancerTlsCertificatesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
32
32
  * const client = new LightsailClient(config);
33
- * const input = {
33
+ * const input = { // GetLoadBalancerTlsCertificatesRequest
34
34
  * loadBalancerName: "STRING_VALUE", // required
35
35
  * };
36
36
  * const command = new GetLoadBalancerTlsCertificatesCommand(input);
@@ -29,7 +29,7 @@ export interface GetLoadBalancerTlsPoliciesCommandOutput extends GetLoadBalancer
29
29
  * import { LightsailClient, GetLoadBalancerTlsPoliciesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, GetLoadBalancerTlsPoliciesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // GetLoadBalancerTlsPoliciesRequest
33
33
  * pageToken: "STRING_VALUE",
34
34
  * };
35
35
  * const command = new GetLoadBalancerTlsPoliciesCommand(input);
@@ -26,7 +26,7 @@ export interface GetLoadBalancersCommandOutput extends GetLoadBalancersResult, _
26
26
  * import { LightsailClient, GetLoadBalancersCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetLoadBalancersCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetLoadBalancersRequest
30
30
  * pageToken: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new GetLoadBalancersCommand(input);
@@ -27,7 +27,7 @@ export interface GetOperationCommandOutput extends GetOperationResult, __Metadat
27
27
  * import { LightsailClient, GetOperationCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
28
28
  * // const { LightsailClient, GetOperationCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
29
29
  * const client = new LightsailClient(config);
30
- * const input = {
30
+ * const input = { // GetOperationRequest
31
31
  * operationId: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new GetOperationCommand(input);
@@ -29,7 +29,7 @@ export interface GetOperationsCommandOutput extends GetOperationsResult, __Metad
29
29
  * import { LightsailClient, GetOperationsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, GetOperationsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // GetOperationsRequest
33
33
  * pageToken: "STRING_VALUE",
34
34
  * };
35
35
  * const command = new GetOperationsCommand(input);
@@ -26,7 +26,7 @@ export interface GetOperationsForResourceCommandOutput extends GetOperationsForR
26
26
  * import { LightsailClient, GetOperationsForResourceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetOperationsForResourceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetOperationsForResourceRequest
30
30
  * resourceName: "STRING_VALUE", // required
31
31
  * pageToken: "STRING_VALUE",
32
32
  * };
@@ -28,7 +28,7 @@ export interface GetRegionsCommandOutput extends GetRegionsResult, __MetadataBea
28
28
  * import { LightsailClient, GetRegionsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
29
29
  * // const { LightsailClient, GetRegionsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
30
30
  * const client = new LightsailClient(config);
31
- * const input = {
31
+ * const input = { // GetRegionsRequest
32
32
  * includeAvailabilityZones: true || false,
33
33
  * includeRelationalDatabaseAvailabilityZones: true || false,
34
34
  * };
@@ -29,7 +29,7 @@ export interface GetRelationalDatabaseBlueprintsCommandOutput extends GetRelatio
29
29
  * import { LightsailClient, GetRelationalDatabaseBlueprintsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, GetRelationalDatabaseBlueprintsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // GetRelationalDatabaseBlueprintsRequest
33
33
  * pageToken: "STRING_VALUE",
34
34
  * };
35
35
  * const command = new GetRelationalDatabaseBlueprintsCommand(input);
@@ -29,7 +29,7 @@ export interface GetRelationalDatabaseBundlesCommandOutput extends GetRelational
29
29
  * import { LightsailClient, GetRelationalDatabaseBundlesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, GetRelationalDatabaseBundlesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // GetRelationalDatabaseBundlesRequest
33
33
  * pageToken: "STRING_VALUE",
34
34
  * includeInactive: true || false,
35
35
  * };
@@ -26,7 +26,7 @@ export interface GetRelationalDatabaseCommandOutput extends GetRelationalDatabas
26
26
  * import { LightsailClient, GetRelationalDatabaseCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetRelationalDatabaseCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetRelationalDatabaseRequest
30
30
  * relationalDatabaseName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetRelationalDatabaseCommand(input);
@@ -26,7 +26,7 @@ export interface GetRelationalDatabaseEventsCommandOutput extends GetRelationalD
26
26
  * import { LightsailClient, GetRelationalDatabaseEventsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetRelationalDatabaseEventsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetRelationalDatabaseEventsRequest
30
30
  * relationalDatabaseName: "STRING_VALUE", // required
31
31
  * durationInMinutes: Number("int"),
32
32
  * pageToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface GetRelationalDatabaseLogEventsCommandOutput extends GetRelation
26
26
  * import { LightsailClient, GetRelationalDatabaseLogEventsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetRelationalDatabaseLogEventsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetRelationalDatabaseLogEventsRequest
30
30
  * relationalDatabaseName: "STRING_VALUE", // required
31
31
  * logStreamName: "STRING_VALUE", // required
32
32
  * startTime: new Date("TIMESTAMP"),
@@ -26,7 +26,7 @@ export interface GetRelationalDatabaseLogStreamsCommandOutput extends GetRelatio
26
26
  * import { LightsailClient, GetRelationalDatabaseLogStreamsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetRelationalDatabaseLogStreamsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetRelationalDatabaseLogStreamsRequest
30
30
  * relationalDatabaseName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetRelationalDatabaseLogStreamsCommand(input);
@@ -30,7 +30,7 @@ export interface GetRelationalDatabaseMasterUserPasswordCommandOutput extends Ge
30
30
  * import { LightsailClient, GetRelationalDatabaseMasterUserPasswordCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
31
31
  * // const { LightsailClient, GetRelationalDatabaseMasterUserPasswordCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
32
32
  * const client = new LightsailClient(config);
33
- * const input = {
33
+ * const input = { // GetRelationalDatabaseMasterUserPasswordRequest
34
34
  * relationalDatabaseName: "STRING_VALUE", // required
35
35
  * passwordVersion: "CURRENT" || "PREVIOUS" || "PENDING",
36
36
  * };
@@ -29,14 +29,14 @@ export interface GetRelationalDatabaseMetricDataCommandOutput extends GetRelatio
29
29
  * import { LightsailClient, GetRelationalDatabaseMetricDataCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, GetRelationalDatabaseMetricDataCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // GetRelationalDatabaseMetricDataRequest
33
33
  * relationalDatabaseName: "STRING_VALUE", // required
34
34
  * metricName: "CPUUtilization" || "DatabaseConnections" || "DiskQueueDepth" || "FreeStorageSpace" || "NetworkReceiveThroughput" || "NetworkTransmitThroughput", // required
35
35
  * period: Number("int"), // required
36
36
  * startTime: new Date("TIMESTAMP"), // required
37
37
  * endTime: new Date("TIMESTAMP"), // required
38
38
  * unit: "Seconds" || "Microseconds" || "Milliseconds" || "Bytes" || "Kilobytes" || "Megabytes" || "Gigabytes" || "Terabytes" || "Bits" || "Kilobits" || "Megabits" || "Gigabits" || "Terabits" || "Percent" || "Count" || "Bytes/Second" || "Kilobytes/Second" || "Megabytes/Second" || "Gigabytes/Second" || "Terabytes/Second" || "Bits/Second" || "Kilobits/Second" || "Megabits/Second" || "Gigabits/Second" || "Terabits/Second" || "Count/Second" || "None", // required
39
- * statistics: [ // required
39
+ * statistics: [ // MetricStatisticList // required
40
40
  * "Minimum" || "Maximum" || "Sum" || "Average" || "SampleCount",
41
41
  * ],
42
42
  * };
@@ -30,7 +30,7 @@ export interface GetRelationalDatabaseParametersCommandOutput extends GetRelatio
30
30
  * import { LightsailClient, GetRelationalDatabaseParametersCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
31
31
  * // const { LightsailClient, GetRelationalDatabaseParametersCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
32
32
  * const client = new LightsailClient(config);
33
- * const input = {
33
+ * const input = { // GetRelationalDatabaseParametersRequest
34
34
  * relationalDatabaseName: "STRING_VALUE", // required
35
35
  * pageToken: "STRING_VALUE",
36
36
  * };
@@ -26,7 +26,7 @@ export interface GetRelationalDatabaseSnapshotCommandOutput extends GetRelationa
26
26
  * import { LightsailClient, GetRelationalDatabaseSnapshotCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetRelationalDatabaseSnapshotCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetRelationalDatabaseSnapshotRequest
30
30
  * relationalDatabaseSnapshotName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetRelationalDatabaseSnapshotCommand(input);
@@ -26,7 +26,7 @@ export interface GetRelationalDatabaseSnapshotsCommandOutput extends GetRelation
26
26
  * import { LightsailClient, GetRelationalDatabaseSnapshotsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetRelationalDatabaseSnapshotsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetRelationalDatabaseSnapshotsRequest
30
30
  * pageToken: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new GetRelationalDatabaseSnapshotsCommand(input);
@@ -26,7 +26,7 @@ export interface GetRelationalDatabasesCommandOutput extends GetRelationalDataba
26
26
  * import { LightsailClient, GetRelationalDatabasesCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetRelationalDatabasesCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetRelationalDatabasesRequest
30
30
  * pageToken: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new GetRelationalDatabasesCommand(input);
@@ -26,7 +26,7 @@ export interface GetStaticIpCommandOutput extends GetStaticIpResult, __MetadataB
26
26
  * import { LightsailClient, GetStaticIpCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetStaticIpCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetStaticIpRequest
30
30
  * staticIpName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetStaticIpCommand(input);
@@ -26,7 +26,7 @@ export interface GetStaticIpsCommandOutput extends GetStaticIpsResult, __Metadat
26
26
  * import { LightsailClient, GetStaticIpsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, GetStaticIpsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // GetStaticIpsRequest
30
30
  * pageToken: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new GetStaticIpsCommand(input);
@@ -26,7 +26,7 @@ export interface ImportKeyPairCommandOutput extends ImportKeyPairResult, __Metad
26
26
  * import { LightsailClient, ImportKeyPairCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, ImportKeyPairCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // ImportKeyPairRequest
30
30
  * keyPairName: "STRING_VALUE", // required
31
31
  * publicKeyBase64: "STRING_VALUE", // required
32
32
  * };
@@ -30,12 +30,12 @@ export interface OpenInstancePublicPortsCommandOutput extends OpenInstancePublic
30
30
  * import { LightsailClient, OpenInstancePublicPortsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
31
31
  * // const { LightsailClient, OpenInstancePublicPortsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
32
32
  * const client = new LightsailClient(config);
33
- * const input = {
34
- * portInfo: {
33
+ * const input = { // OpenInstancePublicPortsRequest
34
+ * portInfo: { // PortInfo
35
35
  * fromPort: Number("int"),
36
36
  * toPort: Number("int"),
37
37
  * protocol: "tcp" || "all" || "udp" || "icmp",
38
- * cidrs: [
38
+ * cidrs: [ // StringList
39
39
  * "STRING_VALUE",
40
40
  * ],
41
41
  * ipv6Cidrs: [
@@ -36,7 +36,7 @@ export interface PutAlarmCommandOutput extends PutAlarmResult, __MetadataBearer
36
36
  * import { LightsailClient, PutAlarmCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
37
37
  * // const { LightsailClient, PutAlarmCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
38
38
  * const client = new LightsailClient(config);
39
- * const input = {
39
+ * const input = { // PutAlarmRequest
40
40
  * alarmName: "STRING_VALUE", // required
41
41
  * metricName: "CPUUtilization" || "NetworkIn" || "NetworkOut" || "StatusCheckFailed" || "StatusCheckFailed_Instance" || "StatusCheckFailed_System" || "ClientTLSNegotiationErrorCount" || "HealthyHostCount" || "UnhealthyHostCount" || "HTTPCode_LB_4XX_Count" || "HTTPCode_LB_5XX_Count" || "HTTPCode_Instance_2XX_Count" || "HTTPCode_Instance_3XX_Count" || "HTTPCode_Instance_4XX_Count" || "HTTPCode_Instance_5XX_Count" || "InstanceResponseTime" || "RejectedConnectionCount" || "RequestCount" || "DatabaseConnections" || "DiskQueueDepth" || "FreeStorageSpace" || "NetworkReceiveThroughput" || "NetworkTransmitThroughput" || "BurstCapacityTime" || "BurstCapacityPercentage", // required
42
42
  * monitoredResourceName: "STRING_VALUE", // required
@@ -45,10 +45,10 @@ export interface PutAlarmCommandOutput extends PutAlarmResult, __MetadataBearer
45
45
  * evaluationPeriods: Number("int"), // required
46
46
  * datapointsToAlarm: Number("int"),
47
47
  * treatMissingData: "breaching" || "notBreaching" || "ignore" || "missing",
48
- * contactProtocols: [
48
+ * contactProtocols: [ // ContactProtocolsList
49
49
  * "Email" || "SMS",
50
50
  * ],
51
- * notificationTriggers: [
51
+ * notificationTriggers: [ // NotificationTriggerList
52
52
  * "OK" || "ALARM" || "INSUFFICIENT_DATA",
53
53
  * ],
54
54
  * notificationEnabled: true || false,
@@ -34,13 +34,13 @@ export interface PutInstancePublicPortsCommandOutput extends PutInstancePublicPo
34
34
  * import { LightsailClient, PutInstancePublicPortsCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
35
35
  * // const { LightsailClient, PutInstancePublicPortsCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
36
36
  * const client = new LightsailClient(config);
37
- * const input = {
38
- * portInfos: [ // required
39
- * {
37
+ * const input = { // PutInstancePublicPortsRequest
38
+ * portInfos: [ // PortInfoList // required
39
+ * { // PortInfo
40
40
  * fromPort: Number("int"),
41
41
  * toPort: Number("int"),
42
42
  * protocol: "tcp" || "all" || "udp" || "icmp",
43
- * cidrs: [
43
+ * cidrs: [ // StringList
44
44
  * "STRING_VALUE",
45
45
  * ],
46
46
  * ipv6Cidrs: [
@@ -29,7 +29,7 @@ export interface RebootInstanceCommandOutput extends RebootInstanceResult, __Met
29
29
  * import { LightsailClient, RebootInstanceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, RebootInstanceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // RebootInstanceRequest
33
33
  * instanceName: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new RebootInstanceCommand(input);
@@ -29,7 +29,7 @@ export interface RebootRelationalDatabaseCommandOutput extends RebootRelationalD
29
29
  * import { LightsailClient, RebootRelationalDatabaseCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, RebootRelationalDatabaseCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // RebootRelationalDatabaseRequest
33
33
  * relationalDatabaseName: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new RebootRelationalDatabaseCommand(input);
@@ -32,7 +32,7 @@ export interface RegisterContainerImageCommandOutput extends RegisterContainerIm
32
32
  * import { LightsailClient, RegisterContainerImageCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
33
33
  * // const { LightsailClient, RegisterContainerImageCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
34
34
  * const client = new LightsailClient(config);
35
- * const input = {
35
+ * const input = { // RegisterContainerImageRequest
36
36
  * serviceName: "STRING_VALUE", // required
37
37
  * label: "STRING_VALUE", // required
38
38
  * digest: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface ReleaseStaticIpCommandOutput extends ReleaseStaticIpResult, __M
26
26
  * import { LightsailClient, ReleaseStaticIpCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
27
27
  * // const { LightsailClient, ReleaseStaticIpCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
28
28
  * const client = new LightsailClient(config);
29
- * const input = {
29
+ * const input = { // ReleaseStaticIpRequest
30
30
  * staticIpName: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ReleaseStaticIpCommand(input);
@@ -29,7 +29,7 @@ export interface ResetDistributionCacheCommandOutput extends ResetDistributionCa
29
29
  * import { LightsailClient, ResetDistributionCacheCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, ResetDistributionCacheCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // ResetDistributionCacheRequest
33
33
  * distributionName: "STRING_VALUE",
34
34
  * };
35
35
  * const command = new ResetDistributionCacheCommand(input);
@@ -38,7 +38,7 @@ export interface SendContactMethodVerificationCommandOutput extends SendContactM
38
38
  * import { LightsailClient, SendContactMethodVerificationCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
39
39
  * // const { LightsailClient, SendContactMethodVerificationCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
40
40
  * const client = new LightsailClient(config);
41
- * const input = {
41
+ * const input = { // SendContactMethodVerificationRequest
42
42
  * protocol: "Email", // required
43
43
  * };
44
44
  * const command = new SendContactMethodVerificationCommand(input);
@@ -29,7 +29,7 @@ export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeResult, _
29
29
  * import { LightsailClient, SetIpAddressTypeCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, SetIpAddressTypeCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // SetIpAddressTypeRequest
33
33
  * resourceType: "ContainerService" || "Instance" || "StaticIp" || "KeyPair" || "InstanceSnapshot" || "Domain" || "PeeredVpc" || "LoadBalancer" || "LoadBalancerTlsCertificate" || "Disk" || "DiskSnapshot" || "RelationalDatabase" || "RelationalDatabaseSnapshot" || "ExportSnapshotRecord" || "CloudFormationStackRecord" || "Alarm" || "ContactMethod" || "Distribution" || "Certificate" || "Bucket", // required
34
34
  * resourceName: "STRING_VALUE", // required
35
35
  * ipAddressType: "dualstack" || "ipv4", // required
@@ -29,7 +29,7 @@ export interface SetResourceAccessForBucketCommandOutput extends SetResourceAcce
29
29
  * import { LightsailClient, SetResourceAccessForBucketCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, SetResourceAccessForBucketCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // SetResourceAccessForBucketRequest
33
33
  * resourceName: "STRING_VALUE", // required
34
34
  * bucketName: "STRING_VALUE", // required
35
35
  * access: "allow" || "deny", // required
@@ -27,7 +27,7 @@ export interface StartGUISessionCommandOutput extends StartGUISessionResult, __M
27
27
  * import { LightsailClient, StartGUISessionCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
28
28
  * // const { LightsailClient, StartGUISessionCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
29
29
  * const client = new LightsailClient(config);
30
- * const input = {
30
+ * const input = { // StartGUISessionRequest
31
31
  * resourceName: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new StartGUISessionCommand(input);
@@ -35,7 +35,7 @@ export interface StartInstanceCommandOutput extends StartInstanceResult, __Metad
35
35
  * import { LightsailClient, StartInstanceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
36
36
  * // const { LightsailClient, StartInstanceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
37
37
  * const client = new LightsailClient(config);
38
- * const input = {
38
+ * const input = { // StartInstanceRequest
39
39
  * instanceName: "STRING_VALUE", // required
40
40
  * };
41
41
  * const command = new StartInstanceCommand(input);
@@ -30,7 +30,7 @@ export interface StartRelationalDatabaseCommandOutput extends StartRelationalDat
30
30
  * import { LightsailClient, StartRelationalDatabaseCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
31
31
  * // const { LightsailClient, StartRelationalDatabaseCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
32
32
  * const client = new LightsailClient(config);
33
- * const input = {
33
+ * const input = { // StartRelationalDatabaseRequest
34
34
  * relationalDatabaseName: "STRING_VALUE", // required
35
35
  * };
36
36
  * const command = new StartRelationalDatabaseCommand(input);
@@ -27,7 +27,7 @@ export interface StopGUISessionCommandOutput extends StopGUISessionResult, __Met
27
27
  * import { LightsailClient, StopGUISessionCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
28
28
  * // const { LightsailClient, StopGUISessionCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
29
29
  * const client = new LightsailClient(config);
30
- * const input = {
30
+ * const input = { // StopGUISessionRequest
31
31
  * resourceName: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new StopGUISessionCommand(input);
@@ -34,7 +34,7 @@ export interface StopInstanceCommandOutput extends StopInstanceResult, __Metadat
34
34
  * import { LightsailClient, StopInstanceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
35
35
  * // const { LightsailClient, StopInstanceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
36
36
  * const client = new LightsailClient(config);
37
- * const input = {
37
+ * const input = { // StopInstanceRequest
38
38
  * instanceName: "STRING_VALUE", // required
39
39
  * force: true || false,
40
40
  * };
@@ -29,7 +29,7 @@ export interface StopRelationalDatabaseCommandOutput extends StopRelationalDatab
29
29
  * import { LightsailClient, StopRelationalDatabaseCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
30
30
  * // const { LightsailClient, StopRelationalDatabaseCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
31
31
  * const client = new LightsailClient(config);
32
- * const input = {
32
+ * const input = { // StopRelationalDatabaseRequest
33
33
  * relationalDatabaseName: "STRING_VALUE", // required
34
34
  * relationalDatabaseSnapshotName: "STRING_VALUE",
35
35
  * };
@@ -31,11 +31,11 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
31
31
  * import { LightsailClient, TagResourceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
32
32
  * // const { LightsailClient, TagResourceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
33
33
  * const client = new LightsailClient(config);
34
- * const input = {
34
+ * const input = { // TagResourceRequest
35
35
  * resourceName: "STRING_VALUE", // required
36
36
  * resourceArn: "STRING_VALUE",
37
- * tags: [ // required
38
- * {
37
+ * tags: [ // TagList // required
38
+ * { // Tag
39
39
  * key: "STRING_VALUE",
40
40
  * value: "STRING_VALUE",
41
41
  * },
@@ -33,7 +33,7 @@ export interface TestAlarmCommandOutput extends TestAlarmResult, __MetadataBeare
33
33
  * import { LightsailClient, TestAlarmCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
34
34
  * // const { LightsailClient, TestAlarmCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
35
35
  * const client = new LightsailClient(config);
36
- * const input = {
36
+ * const input = { // TestAlarmRequest
37
37
  * alarmName: "STRING_VALUE", // required
38
38
  * state: "OK" || "ALARM" || "INSUFFICIENT_DATA", // required
39
39
  * };
@@ -30,10 +30,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
30
30
  * import { LightsailClient, UntagResourceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
31
31
  * // const { LightsailClient, UntagResourceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
32
32
  * const client = new LightsailClient(config);
33
- * const input = {
33
+ * const input = { // UntagResourceRequest
34
34
  * resourceName: "STRING_VALUE", // required
35
35
  * resourceArn: "STRING_VALUE",
36
- * tagKeys: [ // required
36
+ * tagKeys: [ // TagKeyList // required
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * };
@@ -38,7 +38,7 @@ export interface UpdateBucketBundleCommandOutput extends UpdateBucketBundleResul
38
38
  * import { LightsailClient, UpdateBucketBundleCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
39
39
  * // const { LightsailClient, UpdateBucketBundleCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
40
40
  * const client = new LightsailClient(config);
41
- * const input = {
41
+ * const input = { // UpdateBucketBundleRequest
42
42
  * bucketName: "STRING_VALUE", // required
43
43
  * bundleId: "STRING_VALUE", // required
44
44
  * };
@@ -28,17 +28,17 @@ export interface UpdateBucketCommandOutput extends UpdateBucketResult, __Metadat
28
28
  * import { LightsailClient, UpdateBucketCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
29
29
  * // const { LightsailClient, UpdateBucketCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
30
30
  * const client = new LightsailClient(config);
31
- * const input = {
31
+ * const input = { // UpdateBucketRequest
32
32
  * bucketName: "STRING_VALUE", // required
33
- * accessRules: {
33
+ * accessRules: { // AccessRules
34
34
  * getObject: "public" || "private",
35
35
  * allowPublicOverrides: true || false,
36
36
  * },
37
37
  * versioning: "STRING_VALUE",
38
- * readonlyAccessAccounts: [
38
+ * readonlyAccessAccounts: [ // PartnerIdList
39
39
  * "STRING_VALUE",
40
40
  * ],
41
- * accessLogConfig: {
41
+ * accessLogConfig: { // BucketAccessLogConfig
42
42
  * enabled: true || false, // required
43
43
  * destination: "STRING_VALUE",
44
44
  * prefix: "STRING_VALUE",
@@ -27,18 +27,18 @@ export interface UpdateContainerServiceCommandOutput extends UpdateContainerServ
27
27
  * import { LightsailClient, UpdateContainerServiceCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
28
28
  * // const { LightsailClient, UpdateContainerServiceCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
29
29
  * const client = new LightsailClient(config);
30
- * const input = {
30
+ * const input = { // UpdateContainerServiceRequest
31
31
  * serviceName: "STRING_VALUE", // required
32
32
  * power: "nano" || "micro" || "small" || "medium" || "large" || "xlarge",
33
33
  * scale: Number("int"),
34
34
  * isDisabled: true || false,
35
- * publicDomainNames: {
36
- * "<keys>": [
35
+ * publicDomainNames: { // ContainerServicePublicDomains
36
+ * "<keys>": [ // ContainerServicePublicDomainsList
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * },
40
- * privateRegistryAccess: {
41
- * ecrImagePullerRole: {
40
+ * privateRegistryAccess: { // PrivateRegistryAccessRequest
41
+ * ecrImagePullerRole: { // ContainerServiceECRImagePullerRoleRequest
42
42
  * isActive: true || false,
43
43
  * },
44
44
  * },
@@ -34,7 +34,7 @@ export interface UpdateDistributionBundleCommandOutput extends UpdateDistributio
34
34
  * import { LightsailClient, UpdateDistributionBundleCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
35
35
  * // const { LightsailClient, UpdateDistributionBundleCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
36
36
  * const client = new LightsailClient(config);
37
- * const input = {
37
+ * const input = { // UpdateDistributionBundleRequest
38
38
  * distributionName: "STRING_VALUE",
39
39
  * bundleId: "STRING_VALUE",
40
40
  * };