@jjrawlins/cdk-ami-builder 0.0.136 → 0.0.138

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 (115) hide show
  1. package/.jsii +12 -12
  2. package/cdkamibuilder/go.mod +1 -1
  3. package/cdkamibuilder/jsii/jsii.go +2 -2
  4. package/cdkamibuilder/version +1 -1
  5. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  6. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  7. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  8. package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +44 -14
  9. package/node_modules/@aws-sdk/client-ec2/dist-es/schemas/schemas_0.js +43 -14
  10. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AttachVolumeCommand.d.ts +2 -0
  11. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyVolumesCommand.d.ts +1 -0
  12. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageCommand.d.ts +1 -0
  13. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
  14. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
  15. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVolumeCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeImagesCommand.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -0
  19. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +12 -0
  20. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  21. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
  22. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -0
  23. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
  24. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
  25. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DetachVolumeCommand.d.ts +1 -0
  26. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceUefiDataCommand.d.ts +2 -1
  27. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -0
  28. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RegisterImageCommand.d.ts +1 -0
  29. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +1 -0
  30. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -0
  31. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +2 -0
  32. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_0.d.ts +10 -0
  33. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +15 -0
  34. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +5 -0
  35. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +51 -21
  36. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +22 -16
  37. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +15 -41
  38. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +42 -1
  39. package/node_modules/@aws-sdk/client-ec2/dist-types/schemas/schemas_0.d.ts +1 -0
  40. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +2 -4
  41. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_0.d.ts +2 -0
  42. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +3 -0
  43. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +1 -0
  44. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +11 -5
  45. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +5 -5
  46. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +4 -9
  47. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +9 -1
  48. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  49. package/node_modules/@aws-sdk/client-ec2/package.json +15 -15
  50. package/node_modules/@aws-sdk/client-ecs/package.json +14 -14
  51. package/node_modules/@aws-sdk/client-kms/package.json +14 -14
  52. package/node_modules/@aws-sdk/client-s3/package.json +22 -22
  53. package/node_modules/@aws-sdk/client-secrets-manager/package.json +14 -14
  54. package/node_modules/@aws-sdk/client-sfn/package.json +14 -14
  55. package/node_modules/@aws-sdk/client-sns/package.json +14 -14
  56. package/node_modules/@aws-sdk/client-sqs/package.json +15 -15
  57. package/node_modules/@aws-sdk/client-ssm/package.json +14 -14
  58. package/node_modules/@aws-sdk/client-sso/package.json +13 -13
  59. package/node_modules/@aws-sdk/core/package.json +7 -7
  60. package/node_modules/@aws-sdk/crc64-nvme/package.json +3 -3
  61. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  62. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  63. package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
  64. package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
  65. package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
  66. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  67. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  68. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  69. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  70. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  71. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +6 -6
  72. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  73. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +4 -4
  74. package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
  75. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  76. package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +5 -5
  77. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +6 -6
  78. package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +4 -4
  79. package/node_modules/@aws-sdk/middleware-ssec/package.json +4 -4
  80. package/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -6
  81. package/node_modules/@aws-sdk/nested-clients/package.json +13 -13
  82. package/node_modules/@aws-sdk/region-config-resolver/package.json +4 -4
  83. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +5 -5
  84. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  85. package/node_modules/@aws-sdk/types/package.json +3 -3
  86. package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -3
  87. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  88. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  89. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
  90. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  91. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  92. package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
  93. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -1
  94. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +16 -6
  95. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +3 -1
  96. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +16 -6
  97. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  98. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
  99. package/node_modules/@smithy/core/package.json +1 -1
  100. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  101. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  102. package/node_modules/@smithy/smithy-client/package.json +3 -3
  103. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  104. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  105. package/node_modules/lodash/README.md +2 -2
  106. package/node_modules/lodash/_baseUnset.js +47 -2
  107. package/node_modules/lodash/core.js +1 -1
  108. package/node_modules/lodash/core.min.js +1 -1
  109. package/node_modules/lodash/lodash.js +43 -4
  110. package/node_modules/lodash/lodash.min.js +57 -57
  111. package/node_modules/lodash/package.json +1 -1
  112. package/package.json +12 -12
  113. package/node_modules/lodash/flake.lock +0 -40
  114. package/node_modules/lodash/flake.nix +0 -20
  115. package/node_modules/lodash/release.md +0 -48
@@ -99,6 +99,7 @@ declare const DescribeImageAttributeCommand_base: {
99
99
  * // Encrypted: true || false,
100
100
  * // VolumeInitializationRate: Number("int"),
101
101
  * // AvailabilityZoneId: "STRING_VALUE",
102
+ * // EbsCardIndex: Number("int"),
102
103
  * // },
103
104
  * // NoDevice: "STRING_VALUE",
104
105
  * // DeviceName: "STRING_VALUE",
@@ -109,6 +109,7 @@ declare const DescribeImagesCommand_base: {
109
109
  * // Encrypted: true || false,
110
110
  * // VolumeInitializationRate: Number("int"),
111
111
  * // AvailabilityZoneId: "STRING_VALUE",
112
+ * // EbsCardIndex: Number("int"),
112
113
  * // },
113
114
  * // NoDevice: "STRING_VALUE",
114
115
  * // DeviceName: "STRING_VALUE",
@@ -61,6 +61,7 @@ declare const DescribeInstanceAttributeCommand_base: {
61
61
  * // Managed: true || false,
62
62
  * // Principal: "STRING_VALUE",
63
63
  * // },
64
+ * // EbsCardIndex: Number("int"),
64
65
  * // },
65
66
  * // },
66
67
  * // ],
@@ -123,6 +123,18 @@ declare const DescribeInstanceTypesCommand_base: {
123
123
  * // NvmeSupport: "unsupported" || "supported" || "required",
124
124
  * // MaximumEbsAttachments: Number("int"),
125
125
  * // AttachmentLimitType: "shared" || "dedicated",
126
+ * // MaximumEbsCards: Number("int"),
127
+ * // EbsCards: [ // EbsCardInfoList
128
+ * // { // EbsCardInfo
129
+ * // EbsCardIndex: Number("int"),
130
+ * // BaselineBandwidthInMbps: Number("int"),
131
+ * // BaselineThroughputInMBps: Number("double"),
132
+ * // BaselineIops: Number("int"),
133
+ * // MaximumBandwidthInMbps: Number("int"),
134
+ * // MaximumThroughputInMBps: Number("double"),
135
+ * // MaximumIops: Number("int"),
136
+ * // },
137
+ * // ],
126
138
  * // },
127
139
  * // NetworkInfo: { // NetworkInfo
128
140
  * // NetworkPerformance: "STRING_VALUE",
@@ -117,6 +117,7 @@ declare const DescribeInstancesCommand_base: {
117
117
  * // Managed: true || false,
118
118
  * // Principal: "STRING_VALUE",
119
119
  * // },
120
+ * // EbsCardIndex: Number("int"),
120
121
  * // },
121
122
  * // },
122
123
  * // ],
@@ -93,6 +93,7 @@ declare const DescribeLaunchTemplateVersionsCommand_base: {
93
93
  * // VolumeType: "standard" || "io1" || "io2" || "gp2" || "sc1" || "st1" || "gp3",
94
94
  * // Throughput: Number("int"),
95
95
  * // VolumeInitializationRate: Number("int"),
96
+ * // EbsCardIndex: Number("int"),
96
97
  * // },
97
98
  * // NoDevice: "STRING_VALUE",
98
99
  * // },
@@ -86,6 +86,7 @@ declare const DescribeSpotFleetRequestsCommand_base: {
86
86
  * // Encrypted: true || false,
87
87
  * // VolumeInitializationRate: Number("int"),
88
88
  * // AvailabilityZoneId: "STRING_VALUE",
89
+ * // EbsCardIndex: Number("int"),
89
90
  * // },
90
91
  * // NoDevice: "STRING_VALUE",
91
92
  * // DeviceName: "STRING_VALUE",
@@ -100,6 +100,7 @@ declare const DescribeSpotInstanceRequestsCommand_base: {
100
100
  * // Encrypted: true || false,
101
101
  * // VolumeInitializationRate: Number("int"),
102
102
  * // AvailabilityZoneId: "STRING_VALUE",
103
+ * // EbsCardIndex: Number("int"),
103
104
  * // },
104
105
  * // NoDevice: "STRING_VALUE",
105
106
  * // DeviceName: "STRING_VALUE",
@@ -101,6 +101,7 @@ declare const DescribeVolumesCommand_base: {
101
101
  * // DeleteOnTermination: true || false,
102
102
  * // AssociatedResource: "STRING_VALUE",
103
103
  * // InstanceOwningService: "STRING_VALUE",
104
+ * // EbsCardIndex: Number("int"),
104
105
  * // VolumeId: "STRING_VALUE",
105
106
  * // InstanceId: "STRING_VALUE",
106
107
  * // Device: "STRING_VALUE",
@@ -63,6 +63,7 @@ declare const DetachVolumeCommand_base: {
63
63
  * // DeleteOnTermination: true || false,
64
64
  * // AssociatedResource: "STRING_VALUE",
65
65
  * // InstanceOwningService: "STRING_VALUE",
66
+ * // EbsCardIndex: Number("int"),
66
67
  * // VolumeId: "STRING_VALUE",
67
68
  * // InstanceId: "STRING_VALUE",
68
69
  * // Device: "STRING_VALUE",
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import type { GetInstanceUefiDataRequest, GetInstanceUefiDataResult } from "../models/models_5";
4
+ import type { GetInstanceUefiDataRequest } from "../models/models_5";
5
+ import type { GetInstanceUefiDataResult } from "../models/models_6";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -71,6 +71,7 @@ declare const GetLaunchTemplateDataCommand_base: {
71
71
  * // VolumeType: "standard" || "io1" || "io2" || "gp2" || "sc1" || "st1" || "gp3",
72
72
  * // Throughput: Number("int"),
73
73
  * // VolumeInitializationRate: Number("int"),
74
+ * // EbsCardIndex: Number("int"),
74
75
  * // },
75
76
  * // NoDevice: "STRING_VALUE",
76
77
  * // },
@@ -115,6 +115,7 @@ declare const RegisterImageCommand_base: {
115
115
  * Encrypted: true || false,
116
116
  * VolumeInitializationRate: Number("int"),
117
117
  * AvailabilityZoneId: "STRING_VALUE",
118
+ * EbsCardIndex: Number("int"),
118
119
  * },
119
120
  * NoDevice: "STRING_VALUE",
120
121
  * DeviceName: "STRING_VALUE",
@@ -96,6 +96,7 @@ declare const RequestSpotFleetCommand_base: {
96
96
  * Encrypted: true || false,
97
97
  * VolumeInitializationRate: Number("int"),
98
98
  * AvailabilityZoneId: "STRING_VALUE",
99
+ * EbsCardIndex: Number("int"),
99
100
  * },
100
101
  * NoDevice: "STRING_VALUE",
101
102
  * DeviceName: "STRING_VALUE",
@@ -69,6 +69,7 @@ declare const RequestSpotInstancesCommand_base: {
69
69
  * Encrypted: true || false,
70
70
  * VolumeInitializationRate: Number("int"),
71
71
  * AvailabilityZoneId: "STRING_VALUE",
72
+ * EbsCardIndex: Number("int"),
72
73
  * },
73
74
  * NoDevice: "STRING_VALUE",
74
75
  * DeviceName: "STRING_VALUE",
@@ -209,6 +210,7 @@ declare const RequestSpotInstancesCommand_base: {
209
210
  * // Encrypted: true || false,
210
211
  * // VolumeInitializationRate: Number("int"),
211
212
  * // AvailabilityZoneId: "STRING_VALUE",
213
+ * // EbsCardIndex: Number("int"),
212
214
  * // },
213
215
  * // NoDevice: "STRING_VALUE",
214
216
  * // DeviceName: "STRING_VALUE",
@@ -103,6 +103,7 @@ declare const RunInstancesCommand_base: {
103
103
  * Encrypted: true || false,
104
104
  * VolumeInitializationRate: Number("int"),
105
105
  * AvailabilityZoneId: "STRING_VALUE",
106
+ * EbsCardIndex: Number("int"),
106
107
  * },
107
108
  * NoDevice: "STRING_VALUE",
108
109
  * DeviceName: "STRING_VALUE",
@@ -329,6 +330,7 @@ declare const RunInstancesCommand_base: {
329
330
  * // Managed: true || false,
330
331
  * // Principal: "STRING_VALUE",
331
332
  * // },
333
+ * // EbsCardIndex: Number("int"),
332
334
  * // },
333
335
  * // },
334
336
  * // ],
@@ -5018,6 +5018,11 @@ export interface AttachVolumeRequest {
5018
5018
  * @public
5019
5019
  */
5020
5020
  VolumeId: string | undefined;
5021
+ /**
5022
+ * <p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>
5023
+ * @public
5024
+ */
5025
+ EbsCardIndex?: number | undefined;
5021
5026
  /**
5022
5027
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
5023
5028
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -5050,6 +5055,11 @@ export interface VolumeAttachment {
5050
5055
  * @public
5051
5056
  */
5052
5057
  InstanceOwningService?: string | undefined;
5058
+ /**
5059
+ * <p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>
5060
+ * @public
5061
+ */
5062
+ EbsCardIndex?: number | undefined;
5053
5063
  /**
5054
5064
  * <p>The ID of the volume.</p>
5055
5065
  * @public
@@ -3346,6 +3346,11 @@ export interface EbsBlockDevice {
3346
3346
  * @public
3347
3347
  */
3348
3348
  AvailabilityZoneId?: string | undefined;
3349
+ /**
3350
+ * <p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>
3351
+ * @public
3352
+ */
3353
+ EbsCardIndex?: number | undefined;
3349
3354
  }
3350
3355
  /**
3351
3356
  * <p>Describes a block device mapping, which defines the EBS volumes and instance store
@@ -5991,6 +5996,11 @@ export interface LaunchTemplateEbsBlockDeviceRequest {
5991
5996
  * @public
5992
5997
  */
5993
5998
  VolumeInitializationRate?: number | undefined;
5999
+ /**
6000
+ * <p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>
6001
+ * @public
6002
+ */
6003
+ EbsCardIndex?: number | undefined;
5994
6004
  }
5995
6005
  /**
5996
6006
  * <p>Describes a block device mapping.</p>
@@ -7414,6 +7424,11 @@ export interface LaunchTemplateEbsBlockDevice {
7414
7424
  * @public
7415
7425
  */
7416
7426
  VolumeInitializationRate?: number | undefined;
7427
+ /**
7428
+ * <p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>
7429
+ * @public
7430
+ */
7431
+ EbsCardIndex?: number | undefined;
7417
7432
  }
7418
7433
  /**
7419
7434
  * <p>Describes a block device mapping.</p>
@@ -9166,6 +9166,11 @@ export interface EbsInstanceBlockDevice {
9166
9166
  * @public
9167
9167
  */
9168
9168
  Operator?: OperatorResponse | undefined;
9169
+ /**
9170
+ * <p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>
9171
+ * @public
9172
+ */
9173
+ EbsCardIndex?: number | undefined;
9169
9174
  }
9170
9175
  /**
9171
9176
  * <p>Describes a block device mapping.</p>
@@ -1736,6 +1736,47 @@ export interface DescribeInstanceTypesRequest {
1736
1736
  */
1737
1737
  NextToken?: string | undefined;
1738
1738
  }
1739
+ /**
1740
+ * <p>Describes the performance characteristics of an EBS card on the instance type.</p>
1741
+ * @public
1742
+ */
1743
+ export interface EbsCardInfo {
1744
+ /**
1745
+ * <p>The index of the EBS card.</p>
1746
+ * @public
1747
+ */
1748
+ EbsCardIndex?: number | undefined;
1749
+ /**
1750
+ * <p>The baseline bandwidth performance for the EBS card, in Mbps.</p>
1751
+ * @public
1752
+ */
1753
+ BaselineBandwidthInMbps?: number | undefined;
1754
+ /**
1755
+ * <p>The baseline throughput performance for the EBS card, in MBps.</p>
1756
+ * @public
1757
+ */
1758
+ BaselineThroughputInMBps?: number | undefined;
1759
+ /**
1760
+ * <p>The baseline IOPS performance for the EBS card.</p>
1761
+ * @public
1762
+ */
1763
+ BaselineIops?: number | undefined;
1764
+ /**
1765
+ * <p>The maximum bandwidth performance for the EBS card, in Mbps.</p>
1766
+ * @public
1767
+ */
1768
+ MaximumBandwidthInMbps?: number | undefined;
1769
+ /**
1770
+ * <p>The maximum throughput performance for the EBS card, in MBps.</p>
1771
+ * @public
1772
+ */
1773
+ MaximumThroughputInMBps?: number | undefined;
1774
+ /**
1775
+ * <p>The maximum IOPS performance for the EBS card.</p>
1776
+ * @public
1777
+ */
1778
+ MaximumIops?: number | undefined;
1779
+ }
1739
1780
  /**
1740
1781
  * <p>Describes the optimized EBS performance for supported instance types.</p>
1741
1782
  * @public
@@ -1814,6 +1855,16 @@ export interface EbsInfo {
1814
1855
  * @public
1815
1856
  */
1816
1857
  AttachmentLimitType?: AttachmentLimitType | undefined;
1858
+ /**
1859
+ * <p>Indicates the number of EBS cards supported by the instance type.</p>
1860
+ * @public
1861
+ */
1862
+ MaximumEbsCards?: number | undefined;
1863
+ /**
1864
+ * <p>Describes the EBS cards available for the instance type.</p>
1865
+ * @public
1866
+ */
1867
+ EbsCards?: EbsCardInfo[] | undefined;
1817
1868
  }
1818
1869
  /**
1819
1870
  * <p>Describes the memory for the FPGA accelerator for the instance type.</p>
@@ -12334,24 +12385,3 @@ export interface VerifiedAccessLogDeliveryStatus {
12334
12385
  */
12335
12386
  Message?: string | undefined;
12336
12387
  }
12337
- /**
12338
- * <p>Options for CloudWatch Logs as a logging destination.</p>
12339
- * @public
12340
- */
12341
- export interface VerifiedAccessLogCloudWatchLogsDestination {
12342
- /**
12343
- * <p>Indicates whether logging is enabled.</p>
12344
- * @public
12345
- */
12346
- Enabled?: boolean | undefined;
12347
- /**
12348
- * <p>The delivery status for access logs.</p>
12349
- * @public
12350
- */
12351
- DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
12352
- /**
12353
- * <p>The ID of the CloudWatch Logs log group.</p>
12354
- * @public
12355
- */
12356
- LogGroup?: string | undefined;
12357
- }
@@ -3,7 +3,28 @@ import { type ActiveVpnTunnelStatus, type AddressTransfer, type AsnAssociation,
3
3
  import type { InstanceRequirementsRequest } from "./models_1";
4
4
  import { ConnectionNotification, DnsEntry, ServiceConfiguration, ServiceTypeDetail, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConcentrator, VpnConnection, VpnGateway } from "./models_2";
5
5
  import { type AttributeBooleanValue, type ExportTaskS3Location, type FastLaunchLaunchTemplateSpecificationResponse, type FastLaunchSnapshotConfigurationResponse, Filter, ProductCode } from "./models_3";
6
- import { type VerifiedAccessLogCloudWatchLogsDestination, type VerifiedAccessLogDeliveryStatus, RegisteredInstance } from "./models_4";
6
+ import { type VerifiedAccessLogDeliveryStatus, RegisteredInstance } from "./models_4";
7
+ /**
8
+ * <p>Options for CloudWatch Logs as a logging destination.</p>
9
+ * @public
10
+ */
11
+ export interface VerifiedAccessLogCloudWatchLogsDestination {
12
+ /**
13
+ * <p>Indicates whether logging is enabled.</p>
14
+ * @public
15
+ */
16
+ Enabled?: boolean | undefined;
17
+ /**
18
+ * <p>The delivery status for access logs.</p>
19
+ * @public
20
+ */
21
+ DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
22
+ /**
23
+ * <p>The ID of the CloudWatch Logs log group.</p>
24
+ * @public
25
+ */
26
+ LogGroup?: string | undefined;
27
+ }
7
28
  /**
8
29
  * <p>Options for Kinesis as a logging destination.</p>
9
30
  * @public
@@ -7693,18 +7714,3 @@ export interface GetInstanceUefiDataRequest {
7693
7714
  */
7694
7715
  DryRun?: boolean | undefined;
7695
7716
  }
7696
- /**
7697
- * @public
7698
- */
7699
- export interface GetInstanceUefiDataResult {
7700
- /**
7701
- * <p>The ID of the instance from which to retrieve the UEFI data.</p>
7702
- * @public
7703
- */
7704
- InstanceId?: string | undefined;
7705
- /**
7706
- * <p>Base64 representation of the non-volatile UEFI variable store.</p>
7707
- * @public
7708
- */
7709
- UefiData?: string | undefined;
7710
- }
@@ -5,6 +5,21 @@ import { type TrafficMirrorFilter, type TrafficMirrorFilterRule, type TrafficMir
5
5
  import { type AttributeBooleanValue, type ConversionTask, type FpgaImageAttribute, type InstanceMetadataOptionsResponse, type SnapshotTaskDetail, Filter, ImportImageLicenseConfigurationResponse, IpamPoolCidr, LaunchPermission, SnapshotDetail } from "./models_3";
6
6
  import { type InstanceStatusEvent, CreateVolumePermission, LaunchTemplateConfig, ReservedInstancesConfiguration } from "./models_4";
7
7
  import { type InstanceFamilyCreditSpecification, type VerifiedAccessInstanceLoggingConfiguration, RouteServerPropagation } from "./models_5";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface GetInstanceUefiDataResult {
12
+ /**
13
+ * <p>The ID of the instance from which to retrieve the UEFI data.</p>
14
+ * @public
15
+ */
16
+ InstanceId?: string | undefined;
17
+ /**
18
+ * <p>Base64 representation of the non-volatile UEFI variable store.</p>
19
+ * @public
20
+ */
21
+ UefiData?: string | undefined;
22
+ }
8
23
  /**
9
24
  * @public
10
25
  */
@@ -8839,44 +8854,3 @@ export interface ModifyVerifiedAccessNativeApplicationOidcOptions {
8839
8854
  */
8840
8855
  Scope?: string | undefined;
8841
8856
  }
8842
- /**
8843
- * <p>Options for an OpenID Connect-compatible user-identity trust provider.</p>
8844
- * @public
8845
- */
8846
- export interface ModifyVerifiedAccessTrustProviderOidcOptions {
8847
- /**
8848
- * <p>The OIDC issuer.</p>
8849
- * @public
8850
- */
8851
- Issuer?: string | undefined;
8852
- /**
8853
- * <p>The OIDC authorization endpoint.</p>
8854
- * @public
8855
- */
8856
- AuthorizationEndpoint?: string | undefined;
8857
- /**
8858
- * <p>The OIDC token endpoint.</p>
8859
- * @public
8860
- */
8861
- TokenEndpoint?: string | undefined;
8862
- /**
8863
- * <p>The OIDC user info endpoint.</p>
8864
- * @public
8865
- */
8866
- UserInfoEndpoint?: string | undefined;
8867
- /**
8868
- * <p>The client identifier.</p>
8869
- * @public
8870
- */
8871
- ClientId?: string | undefined;
8872
- /**
8873
- * <p>The client secret.</p>
8874
- * @public
8875
- */
8876
- ClientSecret?: string | undefined;
8877
- /**
8878
- * <p>OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.</p>
8879
- * @public
8880
- */
8881
- Scope?: string | undefined;
8882
- }
@@ -5,7 +5,48 @@ import { type DnsOptionsSpecification, type VerifiedAccessSseSpecificationReques
5
5
  import { type AttributeBooleanValue, type Byoasn, type ClientVpnConnectionStatus, type InstanceState, type InstanceTagNotificationAttribute, type IpamPoolCidr, type Monitoring, CapacityBlock, CapacityBlockExtension, Filter } from "./models_3";
6
6
  import { type NetworkInsightsAccessScopeAnalysis, type NetworkInsightsAnalysis, type PublicIpv4PoolRange, type RunInstancesMonitoringEnabled, type SpotFleetRequestConfigData, type SpotPlacement, InstanceNetworkInterfaceSpecification, ScheduledInstance, SpotInstanceRequest } from "./models_4";
7
7
  import { type VolumeModification, type VpcBlockPublicAccessOptions, Purchase } from "./models_5";
8
- import type { CapacityReservationSpecification, ModifyVerifiedAccessNativeApplicationOidcOptions, ModifyVerifiedAccessTrustProviderDeviceOptions, ModifyVerifiedAccessTrustProviderOidcOptions } from "./models_6";
8
+ import type { CapacityReservationSpecification, ModifyVerifiedAccessNativeApplicationOidcOptions, ModifyVerifiedAccessTrustProviderDeviceOptions } from "./models_6";
9
+ /**
10
+ * <p>Options for an OpenID Connect-compatible user-identity trust provider.</p>
11
+ * @public
12
+ */
13
+ export interface ModifyVerifiedAccessTrustProviderOidcOptions {
14
+ /**
15
+ * <p>The OIDC issuer.</p>
16
+ * @public
17
+ */
18
+ Issuer?: string | undefined;
19
+ /**
20
+ * <p>The OIDC authorization endpoint.</p>
21
+ * @public
22
+ */
23
+ AuthorizationEndpoint?: string | undefined;
24
+ /**
25
+ * <p>The OIDC token endpoint.</p>
26
+ * @public
27
+ */
28
+ TokenEndpoint?: string | undefined;
29
+ /**
30
+ * <p>The OIDC user info endpoint.</p>
31
+ * @public
32
+ */
33
+ UserInfoEndpoint?: string | undefined;
34
+ /**
35
+ * <p>The client identifier.</p>
36
+ * @public
37
+ */
38
+ ClientId?: string | undefined;
39
+ /**
40
+ * <p>The client secret.</p>
41
+ * @public
42
+ */
43
+ ClientSecret?: string | undefined;
44
+ /**
45
+ * <p>OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.</p>
46
+ * @public
47
+ */
48
+ Scope?: string | undefined;
49
+ }
9
50
  /**
10
51
  * @public
11
52
  */
@@ -1128,6 +1128,7 @@ export declare var DnsOptionsSpecification$: StaticStructureSchema;
1128
1128
  export declare var DnsServersOptionsModifyStructure$: StaticStructureSchema;
1129
1129
  export declare var EbsBlockDevice$: StaticStructureSchema;
1130
1130
  export declare var EbsBlockDeviceResponse$: StaticStructureSchema;
1131
+ export declare var EbsCardInfo$: StaticStructureSchema;
1131
1132
  export declare var EbsInfo$: StaticStructureSchema;
1132
1133
  export declare var EbsInstanceBlockDevice$: StaticStructureSchema;
1133
1134
  export declare var EbsInstanceBlockDeviceSpecification$: StaticStructureSchema;
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- GetInstanceUefiDataRequest,
10
- GetInstanceUefiDataResult,
11
- } from "../models/models_5";
8
+ import { GetInstanceUefiDataRequest } from "../models/models_5";
9
+ import { GetInstanceUefiDataResult } from "../models/models_6";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface GetInstanceUefiDataCommandInput
@@ -1168,12 +1168,14 @@ export interface AttachVolumeRequest {
1168
1168
  Device: string | undefined;
1169
1169
  InstanceId: string | undefined;
1170
1170
  VolumeId: string | undefined;
1171
+ EbsCardIndex?: number | undefined;
1171
1172
  DryRun?: boolean | undefined;
1172
1173
  }
1173
1174
  export interface VolumeAttachment {
1174
1175
  DeleteOnTermination?: boolean | undefined;
1175
1176
  AssociatedResource?: string | undefined;
1176
1177
  InstanceOwningService?: string | undefined;
1178
+ EbsCardIndex?: number | undefined;
1177
1179
  VolumeId?: string | undefined;
1178
1180
  InstanceId?: string | undefined;
1179
1181
  Device?: string | undefined;
@@ -530,6 +530,7 @@ export interface EbsBlockDevice {
530
530
  Encrypted?: boolean | undefined;
531
531
  VolumeInitializationRate?: number | undefined;
532
532
  AvailabilityZoneId?: string | undefined;
533
+ EbsCardIndex?: number | undefined;
533
534
  }
534
535
  export interface BlockDeviceMapping {
535
536
  Ebs?: EbsBlockDevice | undefined;
@@ -988,6 +989,7 @@ export interface LaunchTemplateEbsBlockDeviceRequest {
988
989
  VolumeType?: VolumeType | undefined;
989
990
  Throughput?: number | undefined;
990
991
  VolumeInitializationRate?: number | undefined;
992
+ EbsCardIndex?: number | undefined;
991
993
  }
992
994
  export interface LaunchTemplateBlockDeviceMappingRequest {
993
995
  DeviceName?: string | undefined;
@@ -1237,6 +1239,7 @@ export interface LaunchTemplateEbsBlockDevice {
1237
1239
  VolumeType?: VolumeType | undefined;
1238
1240
  Throughput?: number | undefined;
1239
1241
  VolumeInitializationRate?: number | undefined;
1242
+ EbsCardIndex?: number | undefined;
1240
1243
  }
1241
1244
  export interface LaunchTemplateBlockDeviceMapping {
1242
1245
  DeviceName?: string | undefined;
@@ -1772,6 +1772,7 @@ export interface EbsInstanceBlockDevice {
1772
1772
  AssociatedResource?: string | undefined;
1773
1773
  VolumeOwnerId?: string | undefined;
1774
1774
  Operator?: OperatorResponse | undefined;
1775
+ EbsCardIndex?: number | undefined;
1775
1776
  }
1776
1777
  export interface InstanceBlockDeviceMapping {
1777
1778
  DeviceName?: string | undefined;
@@ -432,6 +432,15 @@ export interface DescribeInstanceTypesRequest {
432
432
  MaxResults?: number | undefined;
433
433
  NextToken?: string | undefined;
434
434
  }
435
+ export interface EbsCardInfo {
436
+ EbsCardIndex?: number | undefined;
437
+ BaselineBandwidthInMbps?: number | undefined;
438
+ BaselineThroughputInMBps?: number | undefined;
439
+ BaselineIops?: number | undefined;
440
+ MaximumBandwidthInMbps?: number | undefined;
441
+ MaximumThroughputInMBps?: number | undefined;
442
+ MaximumIops?: number | undefined;
443
+ }
435
444
  export interface EbsOptimizedInfo {
436
445
  BaselineBandwidthInMbps?: number | undefined;
437
446
  BaselineThroughputInMBps?: number | undefined;
@@ -447,6 +456,8 @@ export interface EbsInfo {
447
456
  NvmeSupport?: EbsNvmeSupport | undefined;
448
457
  MaximumEbsAttachments?: number | undefined;
449
458
  AttachmentLimitType?: AttachmentLimitType | undefined;
459
+ MaximumEbsCards?: number | undefined;
460
+ EbsCards?: EbsCardInfo[] | undefined;
450
461
  }
451
462
  export interface FpgaDeviceMemoryInfo {
452
463
  SizeInMiB?: number | undefined;
@@ -2171,8 +2182,3 @@ export interface VerifiedAccessLogDeliveryStatus {
2171
2182
  Code?: VerifiedAccessLogDeliveryStatusCode | undefined;
2172
2183
  Message?: string | undefined;
2173
2184
  }
2174
- export interface VerifiedAccessLogCloudWatchLogsDestination {
2175
- Enabled?: boolean | undefined;
2176
- DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
2177
- LogGroup?: string | undefined;
2178
- }
@@ -108,10 +108,14 @@ import {
108
108
  ProductCode,
109
109
  } from "./models_3";
110
110
  import {
111
- VerifiedAccessLogCloudWatchLogsDestination,
112
111
  VerifiedAccessLogDeliveryStatus,
113
112
  RegisteredInstance,
114
113
  } from "./models_4";
114
+ export interface VerifiedAccessLogCloudWatchLogsDestination {
115
+ Enabled?: boolean | undefined;
116
+ DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
117
+ LogGroup?: string | undefined;
118
+ }
115
119
  export interface VerifiedAccessLogKinesisDataFirehoseDestination {
116
120
  Enabled?: boolean | undefined;
117
121
  DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
@@ -1621,7 +1625,3 @@ export interface GetInstanceUefiDataRequest {
1621
1625
  InstanceId: string | undefined;
1622
1626
  DryRun?: boolean | undefined;
1623
1627
  }
1624
- export interface GetInstanceUefiDataResult {
1625
- InstanceId?: string | undefined;
1626
- UefiData?: string | undefined;
1627
- }