@jjrawlins/cdk-ami-builder 0.0.157 → 0.0.158

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 (595) hide show
  1. package/.jsii +11 -11
  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 +790 -34324
  9. package/node_modules/@aws-sdk/client-ec2/dist-cjs/models/EC2ServiceException.js +12 -0
  10. package/node_modules/@aws-sdk/client-ec2/dist-cjs/runtimeConfig.shared.js +2 -0
  11. package/node_modules/@aws-sdk/client-ec2/dist-cjs/schemas/schemas_0.js +30588 -0
  12. package/node_modules/@aws-sdk/client-ec2/dist-es/models/enums.js +18 -0
  13. package/node_modules/@aws-sdk/client-ec2/dist-es/runtimeConfig.shared.js +2 -0
  14. package/node_modules/@aws-sdk/client-ec2/dist-es/schemas/schemas_0.js +123 -70
  15. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  16. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +4 -4
  17. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -1
  18. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -2
  19. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePlacementGroupCommand.d.ts +7 -0
  20. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
  21. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +10 -0
  22. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  23. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
  24. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +3 -2
  25. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  26. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +3 -3
  27. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstancesCommand.d.ts +2 -1
  28. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -1
  29. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribePlacementGroupsCommand.d.ts +4 -0
  30. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeRegionsCommand.d.ts +5 -0
  31. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
  34. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  35. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  36. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  37. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -1
  38. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -1
  39. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -1
  41. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  42. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +4 -2
  44. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -1
  47. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  49. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  50. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +4 -2
  51. package/node_modules/@aws-sdk/client-ec2/dist-types/models/enums.d.ts +26 -0
  52. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +23 -1
  53. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +34 -72
  54. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +95 -89
  55. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +88 -33
  56. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +47 -51
  57. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +56 -2
  58. package/node_modules/@aws-sdk/client-ec2/dist-types/schemas/schemas_0.d.ts +11 -1
  59. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +2 -4
  60. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -4
  61. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -4
  62. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +2 -4
  64. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/enums.d.ts +20 -0
  66. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +5 -0
  67. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +8 -16
  68. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +23 -23
  69. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +22 -11
  70. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +16 -16
  71. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +16 -0
  72. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -1
  73. package/node_modules/@aws-sdk/client-ec2/package.json +14 -14
  74. package/node_modules/@aws-sdk/client-ecs/README.md +1 -15
  75. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +254 -4069
  76. package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/ECSServiceException.js +12 -0
  77. package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/errors.js +370 -0
  78. package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.shared.js +2 -0
  79. package/node_modules/@aws-sdk/client-ecs/dist-cjs/schemas/schemas_0.js +3113 -0
  80. package/node_modules/@aws-sdk/client-ecs/dist-es/models/enums.js +156 -156
  81. package/node_modules/@aws-sdk/client-ecs/dist-es/models/errors.js +68 -68
  82. package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js +2 -0
  83. package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +252 -246
  84. package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesInactive.js +2 -2
  85. package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesStable.js +2 -2
  86. package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksRunning.js +2 -2
  87. package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksStopped.js +2 -2
  88. package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +1 -15
  89. package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +1 -15
  90. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +4 -16
  91. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +3 -20
  92. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +4 -18
  93. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +4 -236
  94. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +6 -25
  95. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +12 -18
  96. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAttributesCommand.d.ts +2 -7
  97. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -21
  98. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +7 -30
  99. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +5 -19
  100. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +4 -30
  101. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -27
  102. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +6 -16
  103. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -21
  104. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -25
  105. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +34 -39
  106. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +3 -10
  107. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -9
  108. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -14
  109. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +44 -13
  110. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +44 -14
  111. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +2 -7
  112. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -15
  113. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +5 -16
  114. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +3 -12
  115. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -8
  116. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +4 -32
  117. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -7
  118. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +9 -14
  119. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAttributesCommand.d.ts +2 -11
  120. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +2 -7
  121. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -11
  122. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +4 -15
  123. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -13
  124. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +3 -9
  125. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -7
  126. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -24
  127. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +13 -20
  128. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +14 -23
  129. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +12 -22
  130. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -9
  131. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAttributesCommand.d.ts +4 -14
  132. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +4 -29
  133. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -13
  134. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -26
  135. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +6 -75
  136. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +3 -23
  137. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopServiceDeploymentCommand.d.ts +5 -25
  138. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +3 -25
  139. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -12
  140. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -8
  141. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -12
  142. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +3 -11
  143. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +2 -7
  144. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -10
  145. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +2 -7
  146. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -7
  147. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +6 -41
  148. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -56
  149. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +5 -19
  150. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +14 -146
  151. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -19
  152. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +15 -47
  153. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +6 -17
  154. package/node_modules/@aws-sdk/client-ecs/dist-types/index.d.ts +1 -15
  155. package/node_modules/@aws-sdk/client-ecs/dist-types/models/enums.d.ts +338 -338
  156. package/node_modules/@aws-sdk/client-ecs/dist-types/models/errors.d.ts +74 -128
  157. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +3435 -9819
  158. package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +36 -29
  159. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/enums.d.ts +222 -222
  160. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/errors.d.ts +61 -61
  161. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +1055 -1055
  162. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +31 -29
  163. package/node_modules/@aws-sdk/client-ecs/package.json +13 -13
  164. package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +83 -2269
  165. package/node_modules/@aws-sdk/client-kms/dist-cjs/models/KMSServiceException.js +12 -0
  166. package/node_modules/@aws-sdk/client-kms/dist-cjs/models/errors.js +628 -0
  167. package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.shared.js +2 -0
  168. package/node_modules/@aws-sdk/client-kms/dist-cjs/schemas/schemas_0.js +1394 -0
  169. package/node_modules/@aws-sdk/client-kms/dist-es/models/enums.js +3 -0
  170. package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.shared.js +2 -0
  171. package/node_modules/@aws-sdk/client-kms/dist-es/schemas/schemas_0.js +288 -280
  172. package/node_modules/@aws-sdk/client-kms/dist-types/KMS.d.ts +1 -0
  173. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +1 -1
  174. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +5 -2
  175. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReEncryptCommand.d.ts +4 -1
  176. package/node_modules/@aws-sdk/client-kms/dist-types/commands/RotateKeyOnDemandCommand.d.ts +1 -1
  177. package/node_modules/@aws-sdk/client-kms/dist-types/models/enums.d.ts +11 -0
  178. package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +29 -6
  179. package/node_modules/@aws-sdk/client-kms/dist-types/schemas/schemas_0.d.ts +52 -45
  180. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMS.d.ts +1 -0
  181. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/commands/DecryptCommand.d.ts +3 -1
  182. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/enums.d.ts +5 -0
  183. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +5 -2
  184. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/schemas/schemas_0.d.ts +47 -45
  185. package/node_modules/@aws-sdk/client-kms/package.json +13 -13
  186. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +133 -4006
  187. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
  188. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
  189. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +2 -0
  190. package/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3256 -0
  191. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +2 -0
  192. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +102 -96
  193. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +23 -16
  194. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -16
  195. package/node_modules/@aws-sdk/client-s3/package.json +18 -18
  196. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +49 -955
  197. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/SecretsManagerServiceException.js +12 -0
  198. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/errors.js +184 -0
  199. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +2 -0
  200. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/schemas/schemas_0.js +665 -0
  201. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +2 -0
  202. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +82 -76
  203. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +20 -13
  204. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -13
  205. package/node_modules/@aws-sdk/client-secrets-manager/package.json +13 -13
  206. package/node_modules/@aws-sdk/client-sfn/dist-cjs/index.js +63 -2198
  207. package/node_modules/@aws-sdk/client-sfn/dist-cjs/models/SFNServiceException.js +12 -0
  208. package/node_modules/@aws-sdk/client-sfn/dist-cjs/models/errors.js +441 -0
  209. package/node_modules/@aws-sdk/client-sfn/dist-cjs/runtimeConfig.shared.js +2 -0
  210. package/node_modules/@aws-sdk/client-sfn/dist-cjs/schemas/schemas_0.js +1515 -0
  211. package/node_modules/@aws-sdk/client-sfn/dist-es/runtimeConfig.shared.js +2 -0
  212. package/node_modules/@aws-sdk/client-sfn/dist-es/schemas/schemas_0.js +236 -230
  213. package/node_modules/@aws-sdk/client-sfn/dist-types/schemas/schemas_0.d.ts +39 -32
  214. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/schemas/schemas_0.d.ts +34 -32
  215. package/node_modules/@aws-sdk/client-sfn/package.json +13 -13
  216. package/node_modules/@aws-sdk/client-sns/dist-cjs/index.js +68 -1712
  217. package/node_modules/@aws-sdk/client-sns/dist-cjs/models/SNSServiceException.js +12 -0
  218. package/node_modules/@aws-sdk/client-sns/dist-cjs/models/errors.js +452 -0
  219. package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.shared.js +2 -0
  220. package/node_modules/@aws-sdk/client-sns/dist-cjs/schemas/schemas_0.js +1066 -0
  221. package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.shared.js +2 -0
  222. package/node_modules/@aws-sdk/client-sns/dist-es/schemas/schemas_0.js +219 -213
  223. package/node_modules/@aws-sdk/client-sns/dist-types/schemas/schemas_0.d.ts +40 -33
  224. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/schemas/schemas_0.d.ts +35 -33
  225. package/node_modules/@aws-sdk/client-sns/package.json +13 -13
  226. package/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js +49 -1248
  227. package/node_modules/@aws-sdk/client-sqs/dist-cjs/models/SQSServiceException.js +12 -0
  228. package/node_modules/@aws-sdk/client-sqs/dist-cjs/models/errors.js +368 -0
  229. package/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js +2 -0
  230. package/node_modules/@aws-sdk/client-sqs/dist-cjs/schemas/schemas_0.js +764 -0
  231. package/node_modules/@aws-sdk/client-sqs/dist-es/runtimeConfig.shared.js +2 -0
  232. package/node_modules/@aws-sdk/client-sqs/dist-es/schemas/schemas_0.js +171 -165
  233. package/node_modules/@aws-sdk/client-sqs/dist-types/schemas/schemas_0.d.ts +35 -28
  234. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -28
  235. package/node_modules/@aws-sdk/client-sqs/package.json +14 -14
  236. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +172 -8469
  237. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +12 -0
  238. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/errors.js +2059 -0
  239. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +2 -0
  240. package/node_modules/@aws-sdk/client-ssm/dist-cjs/schemas/schemas_0.js +5616 -0
  241. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +2 -0
  242. package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +1633 -1626
  243. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +2 -0
  244. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +2 -0
  245. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
  246. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
  247. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -2
  248. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -2
  249. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -0
  250. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
  251. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -2
  252. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +42 -2
  253. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +25 -0
  254. package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +146 -139
  255. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +3 -0
  256. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +2 -0
  257. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +141 -139
  258. package/node_modules/@aws-sdk/client-ssm/package.json +13 -13
  259. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +30 -242
  260. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +12 -0
  261. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/errors.js +56 -0
  262. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
  263. package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +161 -0
  264. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
  265. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +32 -26
  266. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +12 -5
  267. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -5
  268. package/node_modules/@aws-sdk/client-sso/package.json +12 -12
  269. package/node_modules/@aws-sdk/core/dist-cjs/index.js +19 -10
  270. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +19 -10
  271. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +3 -3
  272. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +1 -0
  273. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
  274. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +14 -6
  275. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +4 -0
  276. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  277. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
  278. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
  279. package/node_modules/@aws-sdk/core/package.json +4 -4
  280. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  281. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  282. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  283. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  284. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  285. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  286. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -1
  287. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-Bw7VSvlO.js +8 -0
  288. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  289. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
  290. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  291. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +4 -4
  292. package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +3 -3
  293. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
  294. package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +2 -2
  295. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  296. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +27 -206
  297. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  298. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  299. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +2 -0
  300. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  301. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +27 -355
  302. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  303. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  304. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  305. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  306. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +33 -314
  307. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  308. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
  309. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +2 -0
  310. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  311. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
  312. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +15 -12
  313. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  314. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +40 -37
  315. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
  316. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +60 -57
  317. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +11 -4
  318. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +10 -3
  319. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +15 -8
  320. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +6 -4
  321. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +5 -3
  322. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +10 -8
  323. package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
  324. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  325. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  326. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -12
  327. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  328. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +12 -1
  329. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +4 -2
  330. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
  331. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
  332. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
  333. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
  334. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  335. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +13 -0
  336. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  337. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +83 -14
  338. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  339. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  340. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  341. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  342. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +4 -4
  343. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +74 -12
  344. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +7 -5
  345. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +65 -53
  346. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +84 -44
  347. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +255 -187
  348. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  349. package/node_modules/@smithy/abort-controller/package.json +6 -6
  350. package/node_modules/@smithy/chunked-blob-reader/package.json +5 -5
  351. package/node_modules/@smithy/chunked-blob-reader-native/package.json +6 -6
  352. package/node_modules/@smithy/config-resolver/package.json +10 -10
  353. package/node_modules/@smithy/core/dist-cjs/index.js +1 -4
  354. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +13 -10
  355. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +3 -0
  356. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -1
  357. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +24 -5
  358. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1 -4
  359. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
  360. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +3 -0
  361. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +3 -1
  362. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +6 -1
  363. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
  364. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  365. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  366. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
  367. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
  368. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
  369. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  370. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  371. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
  372. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
  373. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
  374. package/node_modules/@smithy/core/package.json +11 -11
  375. package/node_modules/@smithy/credential-provider-imds/package.json +9 -9
  376. package/node_modules/@smithy/eventstream-codec/package.json +8 -8
  377. package/node_modules/@smithy/eventstream-serde-browser/package.json +7 -7
  378. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +6 -6
  379. package/node_modules/@smithy/eventstream-serde-node/package.json +7 -7
  380. package/node_modules/@smithy/eventstream-serde-universal/package.json +8 -8
  381. package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
  382. package/node_modules/@smithy/hash-blob-browser/package.json +9 -9
  383. package/node_modules/@smithy/hash-node/package.json +8 -8
  384. package/node_modules/@smithy/hash-stream-node/package.json +8 -8
  385. package/node_modules/@smithy/invalid-dependency/package.json +6 -6
  386. package/node_modules/@smithy/is-array-buffer/package.json +5 -5
  387. package/node_modules/@smithy/md5-js/package.json +9 -9
  388. package/node_modules/@smithy/middleware-content-length/package.json +7 -7
  389. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  390. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  391. package/node_modules/@smithy/middleware-serde/package.json +7 -7
  392. package/node_modules/@smithy/middleware-stack/package.json +6 -6
  393. package/node_modules/@smithy/node-config-provider/package.json +8 -8
  394. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +9 -2
  395. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +9 -2
  396. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  397. package/node_modules/@smithy/property-provider/package.json +6 -6
  398. package/node_modules/@smithy/protocol-http/package.json +6 -6
  399. package/node_modules/@smithy/querystring-builder/package.json +7 -7
  400. package/node_modules/@smithy/querystring-parser/package.json +6 -6
  401. package/node_modules/@smithy/service-error-classification/package.json +6 -6
  402. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +16 -14
  403. package/node_modules/@smithy/shared-ini-file-loader/package.json +6 -6
  404. package/node_modules/@smithy/signature-v4/package.json +12 -12
  405. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +10 -15
  406. package/node_modules/@smithy/smithy-client/package.json +7 -7
  407. package/node_modules/@smithy/types/package.json +5 -5
  408. package/node_modules/@smithy/url-parser/package.json +7 -7
  409. package/node_modules/@smithy/util-base64/dist-cjs/index.js +14 -6
  410. package/node_modules/@smithy/util-base64/package.json +7 -7
  411. package/node_modules/@smithy/util-body-length-browser/package.json +5 -5
  412. package/node_modules/@smithy/util-body-length-node/package.json +5 -5
  413. package/node_modules/@smithy/util-buffer-from/package.json +6 -6
  414. package/node_modules/@smithy/util-config-provider/package.json +5 -5
  415. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -3
  416. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  417. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  418. package/node_modules/@smithy/util-endpoints/package.json +7 -7
  419. package/node_modules/@smithy/util-hex-encoding/package.json +5 -5
  420. package/node_modules/@smithy/util-middleware/package.json +6 -6
  421. package/node_modules/@smithy/util-retry/package.json +7 -7
  422. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +13 -2
  423. package/node_modules/@smithy/util-stream/dist-cjs/index.js +51 -29
  424. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +13 -2
  425. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
  426. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +1 -0
  427. package/node_modules/@smithy/util-stream/package.json +8 -8
  428. package/node_modules/@smithy/util-uri-escape/package.json +5 -5
  429. package/node_modules/@smithy/util-utf8/package.json +6 -6
  430. package/node_modules/@smithy/util-waiter/package.json +7 -7
  431. package/node_modules/@smithy/uuid/package.json +5 -5
  432. package/package.json +13 -13
  433. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  434. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  435. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
  436. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  437. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  438. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  439. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  440. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  441. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  442. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  443. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  444. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  445. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
  446. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  447. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  448. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  449. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  450. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  451. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  452. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  453. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  454. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  455. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
  456. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  457. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  458. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  459. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  460. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  461. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
  462. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  463. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  464. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  465. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  466. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  467. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  468. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  469. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  470. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
  471. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  472. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  473. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  474. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  475. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  476. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  477. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  478. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  479. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  480. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  481. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  482. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  483. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  484. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  485. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  486. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
  487. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
  488. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  489. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  490. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
  491. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  492. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  493. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  494. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  495. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  496. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  497. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  498. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  499. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  500. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
  501. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  502. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  503. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  504. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  505. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  506. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  507. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  508. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  509. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  510. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
  511. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  512. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  513. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  514. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  515. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  516. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
  517. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  518. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  519. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  520. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  521. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  522. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  523. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  524. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  525. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
  526. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  527. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  528. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  529. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  530. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  531. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  532. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  533. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  534. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  535. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  536. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  537. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  538. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  539. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  540. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  541. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
  542. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  543. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  544. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
  545. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  546. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  547. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  548. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  549. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  550. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  551. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  552. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  553. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  554. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
  555. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  556. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  557. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  558. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  559. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  560. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  561. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  562. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  563. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  564. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
  565. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  566. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  567. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  568. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  569. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  570. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
  571. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  572. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  573. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  574. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  575. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  576. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  577. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  578. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  579. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
  580. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  581. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  582. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  583. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  584. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  585. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  586. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  587. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  588. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  589. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  590. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  591. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  592. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  593. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  594. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  595. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
@@ -1,8 +1,80 @@
1
- import { _InstanceType, ActivityStatus, AllocationStrategy, AmdSevSnpSpecification, AnalysisStatus, ArchitectureType, ArchitectureValues, AttachmentLimitType, AttachmentStatus, BandwidthWeightingType, BatchState, BootModeType, BootModeValues, CapacityReservationPreference, CurrencyCodeValues, DeviceType, DiskType, EbsEncryptionSupport, EbsNvmeSupport, EbsOptimizedSupport, EnaSupport, EphemeralNvmeSupport, EventCode, EventType, ExcessCapacityTerminationPolicy, FindingsFound, FleetType, FlexibleEnaQueuesSupport, HaStatus, HostnameType, HttpTokensState, HypervisorType, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceBootModeValues, InstanceInterruptionBehavior, InstanceLifecycleType, InstanceMetadataEndpointState, InstanceMetadataOptionsState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStorageEncryptionSupport, InstanceTypeHypervisor, KeyType, LocationType, LockState, MonitoringState, MoveStatus, NetworkInterfaceAttribute, NetworkInterfaceStatus, NitroEnclavesSupport, NitroTpmSupport, OfferingClassType, OfferingTypeValues, OnDemandAllocationStrategy, PermissionGroup, PhcSupport, PlacementGroupStrategy, PlatformValues, RebootMigrationSupport, RecurringChargeFrequency, ReplacementStrategy, ReservedInstanceState, ResourceType, RIProductDescription, RootDeviceType, Scope, SecondaryInterfaceStatus, SecondaryInterfaceType, SecondaryNetworkType, SecurityGroupVpcAssociationState, ServiceLinkVirtualInterfaceConfigurationState, SnapshotAttributeName, SnapshotState, SpotInstanceState, SpotInstanceType, SqlServerLicenseUsage, StatusName, StatusType, StorageTier, SummaryStatus, SupportedAdditionalProcessorFeature, TargetCapacityUnitType, Tenancy, TieringOperationStatus, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, UsageClassType, VirtualizationType } from "./enums";
1
+ import { _InstanceType, ActivityStatus, AllocationStrategy, AmdSevSnpSpecification, AnalysisStatus, ArchitectureType, ArchitectureValues, AttachmentLimitType, AttachmentStatus, BandwidthWeightingType, BatchState, BootModeType, BootModeValues, CapacityReservationPreference, CurrencyCodeValues, DeviceType, DiskType, EbsEncryptionSupport, EbsNvmeSupport, EbsOptimizedSupport, EnaSupport, EphemeralNvmeSupport, EventCode, EventType, ExcessCapacityTerminationPolicy, FindingsFound, FleetType, FlexibleEnaQueuesSupport, HaStatus, HostnameType, HttpTokensState, HypervisorType, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceBootModeValues, InstanceInterruptionBehavior, InstanceLifecycleType, InstanceMetadataEndpointState, InstanceMetadataOptionsState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStorageEncryptionSupport, InstanceTypeHypervisor, KeyType, LocationType, LockState, MonitoringState, MoveStatus, NestedVirtualizationSpecification, NetworkInterfaceAttribute, NetworkInterfaceStatus, NitroEnclavesSupport, NitroTpmSupport, OfferingClassType, OfferingTypeValues, OnDemandAllocationStrategy, PermissionGroup, PhcSupport, PlacementGroupStrategy, PlatformValues, RebootMigrationSupport, RecurringChargeFrequency, ReplacementStrategy, ReservedInstanceState, ResourceType, RIProductDescription, RootDeviceType, Scope, SecondaryInterfaceStatus, SecondaryInterfaceType, SecondaryNetworkType, SecurityGroupVpcAssociationState, ServiceLinkVirtualInterfaceConfigurationState, SnapshotAttributeName, SnapshotState, SpotInstanceState, SpotInstanceType, SqlServerLicenseUsage, StatusName, StatusType, StorageTier, SummaryStatus, SupportedAdditionalProcessorFeature, TargetCapacityUnitType, Tenancy, TieringOperationStatus, UsageClassType, VirtualizationType } from "./enums";
2
2
  import { type IamInstanceProfile, type IamInstanceProfileSpecification, type OperatorResponse, ActiveInstance, AlternatePathHint, Explanation, IpamResourceDiscoveryAssociation, IpPermission, MacModificationTask, PathComponent, ReservedInstancesListing, SecurityGroupRule, Subnet, Tag, TagSpecification, UserIdGroupPair } from "./models_0";
3
3
  import { type AttributeValue, type CapacityReservationTargetResponse, type ConnectionTrackingSpecificationRequest, type EnaSrdSpecificationRequest, type FleetLaunchTemplateSpecification, type InstanceRequirements, type NetworkInterfaceAttachment, type Placement, type StateReason, BlockDeviceMapping, GroupIdentifier, InstanceIpv6Address, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, SecondaryNetwork } from "./models_1";
4
4
  import { type SpotDatafeedSubscription, type SpotInstanceStateFault, SecondarySubnet, Snapshot, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget } from "./models_2";
5
- import { type AttributeBooleanValue, type EnclaveOptions, type EventInformation, type InstanceState, Byoasn, Filter, IdFormat, InstanceBlockDeviceMapping, ProductCode } from "./models_3";
5
+ import { type AttributeBooleanValue, type EnclaveOptions, type EventInformation, type ImageMetadata, type InstanceState, Byoasn, Filter, IdFormat, InstanceBlockDeviceMapping, ProductCode } from "./models_3";
6
+ /**
7
+ * <p>Information about the instance and the AMI used to launch the instance.</p>
8
+ * @public
9
+ */
10
+ export interface InstanceImageMetadata {
11
+ /**
12
+ * <p>The ID of the instance.</p>
13
+ * @public
14
+ */
15
+ InstanceId?: string | undefined;
16
+ /**
17
+ * <p>The instance type.</p>
18
+ * @public
19
+ */
20
+ InstanceType?: _InstanceType | undefined;
21
+ /**
22
+ * <p>The time the instance was launched.</p>
23
+ * @public
24
+ */
25
+ LaunchTime?: Date | undefined;
26
+ /**
27
+ * <p>The Availability Zone or Local Zone of the instance.</p>
28
+ * @public
29
+ */
30
+ AvailabilityZone?: string | undefined;
31
+ /**
32
+ * <p>The ID of the Availability Zone or Local Zone of the instance.</p>
33
+ * @public
34
+ */
35
+ ZoneId?: string | undefined;
36
+ /**
37
+ * <p>The current state of the instance.</p>
38
+ * @public
39
+ */
40
+ State?: InstanceState | undefined;
41
+ /**
42
+ * <p>The ID of the Amazon Web Services account that owns the instance.</p>
43
+ * @public
44
+ */
45
+ OwnerId?: string | undefined;
46
+ /**
47
+ * <p>Any tags assigned to the instance.</p>
48
+ * @public
49
+ */
50
+ Tags?: Tag[] | undefined;
51
+ /**
52
+ * <p>Information about the AMI used to launch the instance.</p>
53
+ * @public
54
+ */
55
+ ImageMetadata?: ImageMetadata | undefined;
56
+ /**
57
+ * <p>The entity that manages the instance.</p>
58
+ * @public
59
+ */
60
+ Operator?: OperatorResponse | undefined;
61
+ }
62
+ /**
63
+ * @public
64
+ */
65
+ export interface DescribeInstanceImageMetadataResult {
66
+ /**
67
+ * <p>Information about the instance and the AMI used to launch the instance.</p>
68
+ * @public
69
+ */
70
+ InstanceImageMetadata?: InstanceImageMetadata[] | undefined;
71
+ /**
72
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
73
+ * are no more items to return.</p>
74
+ * @public
75
+ */
76
+ NextToken?: string | undefined;
77
+ }
6
78
  /**
7
79
  * @public
8
80
  */
@@ -807,6 +879,11 @@ export interface CpuOptions {
807
879
  * @public
808
880
  */
809
881
  AmdSevSnp?: AmdSevSnpSpecification | undefined;
882
+ /**
883
+ * <p>Indicates whether the instance is enabled for nested virtualization.</p>
884
+ * @public
885
+ */
886
+ NestedVirtualization?: NestedVirtualizationSpecification | undefined;
810
887
  }
811
888
  /**
812
889
  * <note>
@@ -7466,6 +7543,17 @@ export interface DescribeRegionsRequest {
7466
7543
  */
7467
7544
  Filters?: Filter[] | undefined;
7468
7545
  }
7546
+ /**
7547
+ * <p>Describes the geography information for a Region.</p>
7548
+ * @public
7549
+ */
7550
+ export interface RegionGeography {
7551
+ /**
7552
+ * <p>The name of the geography, for example, <code>United States of America</code>.</p>
7553
+ * @public
7554
+ */
7555
+ Name?: string | undefined;
7556
+ }
7469
7557
  /**
7470
7558
  * <p>Describes a Region.</p>
7471
7559
  * @public
@@ -7477,6 +7565,11 @@ export interface Region {
7477
7565
  * @public
7478
7566
  */
7479
7567
  OptInStatus?: string | undefined;
7568
+ /**
7569
+ * <p>The geography information for the Region. The geography is returned as a list.</p>
7570
+ * @public
7571
+ */
7572
+ Geography?: RegionGeography[] | undefined;
7480
7573
  /**
7481
7574
  * <p>The name of the Region.</p>
7482
7575
  * @public
@@ -13156,90 +13249,3 @@ export interface DescribeTransitGatewayAttachmentsRequest {
13156
13249
  */
13157
13250
  DryRun?: boolean | undefined;
13158
13251
  }
13159
- /**
13160
- * <p>Describes an association.</p>
13161
- * @public
13162
- */
13163
- export interface TransitGatewayAttachmentAssociation {
13164
- /**
13165
- * <p>The ID of the route table for the transit gateway.</p>
13166
- * @public
13167
- */
13168
- TransitGatewayRouteTableId?: string | undefined;
13169
- /**
13170
- * <p>The state of the association.</p>
13171
- * @public
13172
- */
13173
- State?: TransitGatewayAssociationState | undefined;
13174
- }
13175
- /**
13176
- * <p>Describes an attachment between a resource and a transit gateway.</p>
13177
- * @public
13178
- */
13179
- export interface TransitGatewayAttachment {
13180
- /**
13181
- * <p>The ID of the attachment.</p>
13182
- * @public
13183
- */
13184
- TransitGatewayAttachmentId?: string | undefined;
13185
- /**
13186
- * <p>The ID of the transit gateway.</p>
13187
- * @public
13188
- */
13189
- TransitGatewayId?: string | undefined;
13190
- /**
13191
- * <p>The ID of the Amazon Web Services account that owns the transit gateway.</p>
13192
- * @public
13193
- */
13194
- TransitGatewayOwnerId?: string | undefined;
13195
- /**
13196
- * <p>The ID of the Amazon Web Services account that owns the resource.</p>
13197
- * @public
13198
- */
13199
- ResourceOwnerId?: string | undefined;
13200
- /**
13201
- * <p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>
13202
- * @public
13203
- */
13204
- ResourceType?: TransitGatewayAttachmentResourceType | undefined;
13205
- /**
13206
- * <p>The ID of the resource.</p>
13207
- * @public
13208
- */
13209
- ResourceId?: string | undefined;
13210
- /**
13211
- * <p>The attachment state. Note that the <code>initiating</code> state has been deprecated.</p>
13212
- * @public
13213
- */
13214
- State?: TransitGatewayAttachmentState | undefined;
13215
- /**
13216
- * <p>The association.</p>
13217
- * @public
13218
- */
13219
- Association?: TransitGatewayAttachmentAssociation | undefined;
13220
- /**
13221
- * <p>The creation time.</p>
13222
- * @public
13223
- */
13224
- CreationTime?: Date | undefined;
13225
- /**
13226
- * <p>The tags for the attachment.</p>
13227
- * @public
13228
- */
13229
- Tags?: Tag[] | undefined;
13230
- }
13231
- /**
13232
- * @public
13233
- */
13234
- export interface DescribeTransitGatewayAttachmentsResult {
13235
- /**
13236
- * <p>Information about the attachments.</p>
13237
- * @public
13238
- */
13239
- TransitGatewayAttachments?: TransitGatewayAttachment[] | undefined;
13240
- /**
13241
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
13242
- * @public
13243
- */
13244
- NextToken?: string | undefined;
13245
- }
@@ -1,8 +1,95 @@
1
- import { AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, CapacityManagerStatus, CapacityReservationState, CapacityTenancy, ClientCertificateRevocationListStatusCode, Comparison, DeviceTrustProviderType, DiskImageFormat, DnsNameState, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FilterByDimension, GroupBy, ImageBlockPublicAccessDisabledState, ImageBlockPublicAccessEnabledState, IngestionStatus, InitializationType, InternetGatewayBlockMode, IpAddressType, ManagedBy, Metric, MetricType, PayerResponsibility, PeriodType, ReservationEndDateType, ReservationState, ReservationType, RouteServerPropagationState, SecurityGroupVpcAssociationState, ServiceConnectivityType, SnapshotBlockPublicAccessState, State, StatisticType, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UserTrustProviderType, VerifiedAccessLogDeliveryStatusCode, VolumeAttributeName, VolumeModificationState, VolumeStatusInfoStatus, VolumeStatusName, VolumeType, VpcAttributeName, VpcBlockPublicAccessExclusionsAllowed, VpcBlockPublicAccessState } from "./enums";
1
+ import { AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, CapacityManagerStatus, CapacityReservationState, CapacityTenancy, ClientCertificateRevocationListStatusCode, Comparison, DeviceTrustProviderType, DiskImageFormat, DnsNameState, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FilterByDimension, GroupBy, ImageBlockPublicAccessDisabledState, ImageBlockPublicAccessEnabledState, IngestionStatus, InitializationType, InternetGatewayBlockMode, IpAddressType, ManagedBy, Metric, MetricType, PayerResponsibility, PeriodType, ReservationEndDateType, ReservationState, ReservationType, RouteServerPropagationState, SecurityGroupVpcAssociationState, ServiceConnectivityType, SnapshotBlockPublicAccessState, State, StatisticType, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UserTrustProviderType, VerifiedAccessLogDeliveryStatusCode, VolumeAttributeName, VolumeModificationState, VolumeStatusInfoStatus, VolumeStatusName, VolumeType, VpcAttributeName, VpcBlockPublicAccessExclusionsAllowed, VpcBlockPublicAccessState } from "./enums";
2
2
  import { type ActiveVpnTunnelStatus, type AddressTransfer, type AsnAssociation, type AssociationStatus, type IamInstanceProfileAssociation, type InstanceEventWindow, type InterruptibleCapacityAllocation, type InterruptionInfo, type IpamResourceDiscoveryAssociation, type RouteServerAssociation, type SubnetIpv6CidrBlockAssociation, type TransitGatewayAssociation, type TransitGatewayMulticastDomainAssociations, type TransitGatewayPolicyTableAssociation, type VpcCidrBlockAssociation, type VpcIpv6CidrBlockAssociation, AllowedPrincipal, NatGatewayAddress, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, VerifiedAccessInstance, VerifiedAccessTrustProvider, Volume, Vpc, VpcEncryptionControl, VpcPeeringConnection } from "./models_0";
3
3
  import { ConnectionNotification, DnsEntry, ServiceConfiguration, ServiceTypeDetail, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConcentrator, VpnConnection, VpnGateway } from "./models_2";
4
4
  import { type AttributeBooleanValue, type ExportTaskS3Location, type FastLaunchLaunchTemplateSpecificationResponse, type FastLaunchSnapshotConfigurationResponse, Filter, ProductCode } from "./models_3";
5
5
  import { RegisteredInstance } from "./models_4";
6
+ /**
7
+ * <p>Describes an association.</p>
8
+ * @public
9
+ */
10
+ export interface TransitGatewayAttachmentAssociation {
11
+ /**
12
+ * <p>The ID of the route table for the transit gateway.</p>
13
+ * @public
14
+ */
15
+ TransitGatewayRouteTableId?: string | undefined;
16
+ /**
17
+ * <p>The state of the association.</p>
18
+ * @public
19
+ */
20
+ State?: TransitGatewayAssociationState | undefined;
21
+ }
22
+ /**
23
+ * <p>Describes an attachment between a resource and a transit gateway.</p>
24
+ * @public
25
+ */
26
+ export interface TransitGatewayAttachment {
27
+ /**
28
+ * <p>The ID of the attachment.</p>
29
+ * @public
30
+ */
31
+ TransitGatewayAttachmentId?: string | undefined;
32
+ /**
33
+ * <p>The ID of the transit gateway.</p>
34
+ * @public
35
+ */
36
+ TransitGatewayId?: string | undefined;
37
+ /**
38
+ * <p>The ID of the Amazon Web Services account that owns the transit gateway.</p>
39
+ * @public
40
+ */
41
+ TransitGatewayOwnerId?: string | undefined;
42
+ /**
43
+ * <p>The ID of the Amazon Web Services account that owns the resource.</p>
44
+ * @public
45
+ */
46
+ ResourceOwnerId?: string | undefined;
47
+ /**
48
+ * <p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>
49
+ * @public
50
+ */
51
+ ResourceType?: TransitGatewayAttachmentResourceType | undefined;
52
+ /**
53
+ * <p>The ID of the resource.</p>
54
+ * @public
55
+ */
56
+ ResourceId?: string | undefined;
57
+ /**
58
+ * <p>The attachment state. Note that the <code>initiating</code> state has been deprecated.</p>
59
+ * @public
60
+ */
61
+ State?: TransitGatewayAttachmentState | undefined;
62
+ /**
63
+ * <p>The association.</p>
64
+ * @public
65
+ */
66
+ Association?: TransitGatewayAttachmentAssociation | undefined;
67
+ /**
68
+ * <p>The creation time.</p>
69
+ * @public
70
+ */
71
+ CreationTime?: Date | undefined;
72
+ /**
73
+ * <p>The tags for the attachment.</p>
74
+ * @public
75
+ */
76
+ Tags?: Tag[] | undefined;
77
+ }
78
+ /**
79
+ * @public
80
+ */
81
+ export interface DescribeTransitGatewayAttachmentsResult {
82
+ /**
83
+ * <p>Information about the attachments.</p>
84
+ * @public
85
+ */
86
+ TransitGatewayAttachments?: TransitGatewayAttachment[] | undefined;
87
+ /**
88
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
89
+ * @public
90
+ */
91
+ NextToken?: string | undefined;
92
+ }
6
93
  /**
7
94
  * @public
8
95
  */
@@ -7936,35 +8023,3 @@ export interface InstanceFamilyCreditSpecification {
7936
8023
  */
7937
8024
  CpuCredits?: string | undefined;
7938
8025
  }
7939
- /**
7940
- * @public
7941
- */
7942
- export interface GetDefaultCreditSpecificationResult {
7943
- /**
7944
- * <p>The default credit option for CPU usage of the instance family.</p>
7945
- * @public
7946
- */
7947
- InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification | undefined;
7948
- }
7949
- /**
7950
- * @public
7951
- */
7952
- export interface GetEbsDefaultKmsKeyIdRequest {
7953
- /**
7954
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7955
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7956
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7957
- * @public
7958
- */
7959
- DryRun?: boolean | undefined;
7960
- }
7961
- /**
7962
- * @public
7963
- */
7964
- export interface GetEbsDefaultKmsKeyIdResult {
7965
- /**
7966
- * <p>The Amazon Resource Name (ARN) of the default KMS key for encryption by default.</p>
7967
- * @public
7968
- */
7969
- KmsKeyId?: string | undefined;
7970
- }
@@ -1,10 +1,42 @@
1
- import { _InstanceType, Affinity, AnalysisStatus, ArchitectureType, ArchitectureValues, AutoAcceptSharedAttachmentsValue, AutoPlacement, BootModeValues, CapacityReservationPreference, CurrencyCodeValues, DefaultInstanceMetadataEndpointState, DefaultInstanceMetadataTagsState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DiskImageFormat, DnsSupportValue, EkPubKeyFormat, EkPubKeyType, EncryptionSupportOptionValue, EndDateType, ExcessCapacityTerminationPolicy, FleetExcessCapacityTerminationPolicy, FpgaImageAttributeName, HostMaintenance, HostnameType, HostRecovery, HostTenancy, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceMatchCriteria, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, IpAddressType, IpamAddressHistoryResourceType, IpamComplianceStatus, IpamDiscoveryFailureCode, IpamManagementState, IpamMeteredAccount, IpamNetworkInterfaceAttachmentStatus, IpamOverlapStatus, IpamPolicyManagedBy, IpamPolicyResourceType, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPublicAddressAssociationStatus, IpamPublicAddressAwsService, IpamPublicAddressType, IpamResourceCidrIpSource, IpamResourceType, IpamTier, LockMode, LockState, ManagedBy, MetadataDefaultHttpTokensState, ModifyAvailabilityZoneOptInStatus, OperationType, PartitionLoadFrequency, PaymentOption, PermissionGroup, PlatformValues, PublicIpDnsOption, RouteServerPersistRoutesAction, RouteServerRouteInstallationStatus, RouteServerRouteStatus, SecurityGroupReferencingSupportValue, SelfServicePortal, ShutdownBehavior, SnapshotAttributeName, SnapshotBlockPublicAccessState, SSEType, TargetCapacityUnitType, TargetStorageTier, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorSessionField, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UnsuccessfulInstanceCreditSpecificationErrorCode, VirtualizationType, VolumeState, VolumeType, VpnEcmpSupportValue } from "./enums";
1
+ import { _InstanceType, Affinity, AnalysisStatus, ArchitectureType, ArchitectureValues, AutoAcceptSharedAttachmentsValue, AutoPlacement, BootModeValues, CapacityReservationPreference, CurrencyCodeValues, DefaultInstanceMetadataEndpointState, DefaultInstanceMetadataTagsState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DiskImageFormat, DnsSupportValue, EkPubKeyFormat, EkPubKeyType, EncryptionSupportOptionValue, EndDateType, ExcessCapacityTerminationPolicy, FleetExcessCapacityTerminationPolicy, FpgaImageAttributeName, HostMaintenance, HostnameType, HostRecovery, HostTenancy, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceMatchCriteria, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, IpAddressType, IpamAddressHistoryResourceType, IpamComplianceStatus, IpamDiscoveryFailureCode, IpamManagementState, IpamMeteredAccount, IpamNetworkInterfaceAttachmentStatus, IpamOverlapStatus, IpamPolicyManagedBy, IpamPolicyResourceType, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPublicAddressAssociationStatus, IpamPublicAddressAwsService, IpamPublicAddressType, IpamResourceCidrIpSource, IpamResourceType, IpamTier, LockMode, LockState, ManagedBy, MetadataDefaultHttpTokensState, ModifyAvailabilityZoneOptInStatus, NestedVirtualizationSpecification, OperationType, PartitionLoadFrequency, PaymentOption, PermissionGroup, PlatformValues, PublicIpDnsOption, RouteServerPersistRoutesAction, RouteServerRouteInstallationStatus, RouteServerRouteStatus, SecurityGroupReferencingSupportValue, SelfServicePortal, ShutdownBehavior, SnapshotAttributeName, SnapshotBlockPublicAccessState, SSEType, TargetCapacityUnitType, TargetStorageTier, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorSessionField, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UnsuccessfulInstanceCreditSpecificationErrorCode, VirtualizationType, VolumeState, VolumeType, VpnEcmpSupportValue } from "./enums";
2
2
  import { type AddressAttribute, type ClientConnectOptions, type ClientLoginBannerOptions, type ClientRouteEnforcementOptions, type ConnectionLogOptions, type EnaSrdSpecification, type InstanceEventWindow, type OperatorResponse, type SubnetAssociation, AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, IpamPoolAllocation, RouteServerAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayPolicyTableAssociation, UnsuccessfulItem } from "./models_0";
3
3
  import { type AttributeValue, type CapacityReservationTarget, type ConnectionTrackingSpecificationRequest, type ExternalAuthorityConfiguration, type InstanceRequirementsRequest, type Ipam, type IpamPool, type IpamPrefixListResolver, type IpamPrefixListResolverTarget, type IpamResourceDiscovery, type IpamScope, type LaunchTemplate, type LocalGatewayRoute, type ManagedPrefixList, type NetworkInsightsAccessScopeContent, type Placement, type ResponseLaunchTemplateData, type RouteServer, type TargetCapacitySpecificationRequest, FleetLaunchTemplateConfigRequest, InstanceEventWindowTimeRangeRequest, IpamPrefixListResolverRuleRequest, IpamResourceTag, RequestIpamResourceTag } from "./models_1";
4
- import { type TrafficMirrorFilter, type TrafficMirrorFilterRule, type TrafficMirrorPortRangeRequest, type TrafficMirrorSession, type TransitGateway, type TransitGatewayMeteringPolicy, SubnetCidrReservation, TransitGatewayMeteringPolicyEntry, TransitGatewayPrefixListReference } from "./models_2";
4
+ import { type TrafficMirrorFilter, type TrafficMirrorFilterRule, type TrafficMirrorPortRangeRequest, type TrafficMirrorSession, SubnetCidrReservation, TransitGatewayMeteringPolicyEntry, TransitGatewayPrefixListReference } from "./models_2";
5
5
  import { type AttributeBooleanValue, type ConversionTask, type FpgaImageAttribute, type SnapshotTaskDetail, Filter, ImportImageLicenseConfigurationResponse, IpamPoolCidr, LaunchPermission, SnapshotDetail } from "./models_3";
6
6
  import { type InstanceMetadataOptionsResponse, type InstanceStatusEvent, CreateVolumePermission, LaunchTemplateConfig, ReservedInstancesConfiguration } from "./models_4";
7
7
  import { type InstanceFamilyCreditSpecification, RouteServerPropagation } from "./models_5";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface GetDefaultCreditSpecificationResult {
12
+ /**
13
+ * <p>The default credit option for CPU usage of the instance family.</p>
14
+ * @public
15
+ */
16
+ InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification | undefined;
17
+ }
18
+ /**
19
+ * @public
20
+ */
21
+ export interface GetEbsDefaultKmsKeyIdRequest {
22
+ /**
23
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
24
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
25
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
26
+ * @public
27
+ */
28
+ DryRun?: boolean | undefined;
29
+ }
30
+ /**
31
+ * @public
32
+ */
33
+ export interface GetEbsDefaultKmsKeyIdResult {
34
+ /**
35
+ * <p>The Amazon Resource Name (ARN) of the default KMS key for encryption by default.</p>
36
+ * @public
37
+ */
38
+ KmsKeyId?: string | undefined;
39
+ }
8
40
  /**
9
41
  * @public
10
42
  */
@@ -6511,12 +6543,18 @@ export interface ModifyInstanceCpuOptionsRequest {
6511
6543
  * <p>The number of CPU cores to activate for the specified instance.</p>
6512
6544
  * @public
6513
6545
  */
6514
- CoreCount: number | undefined;
6546
+ CoreCount?: number | undefined;
6515
6547
  /**
6516
6548
  * <p>The number of threads to run for each CPU core.</p>
6517
6549
  * @public
6518
6550
  */
6519
- ThreadsPerCore: number | undefined;
6551
+ ThreadsPerCore?: number | undefined;
6552
+ /**
6553
+ * <p>Indicates whether to enable or disable nested virtualization for the instance.
6554
+ * When nested virtualization is enabled, Virtual Secure Mode (VSM) is automatically disabled for the instance.</p>
6555
+ * @public
6556
+ */
6557
+ NestedVirtualization?: NestedVirtualizationSpecification | undefined;
6520
6558
  /**
6521
6559
  * <p>Checks whether you have the required permissions for the operation, without actually making the
6522
6560
  * request, and provides an error response. If you have the required permissions, the error response is
@@ -6546,6 +6584,11 @@ export interface ModifyInstanceCpuOptionsResult {
6546
6584
  * @public
6547
6585
  */
6548
6586
  ThreadsPerCore?: number | undefined;
6587
+ /**
6588
+ * <p>Indicates whether nested virtualization has been enabled or disabled.</p>
6589
+ * @public
6590
+ */
6591
+ NestedVirtualization?: NestedVirtualizationSpecification | undefined;
6549
6592
  }
6550
6593
  /**
6551
6594
  * <p>Describes the credit option for CPU usage of a burstable performance instance.</p>
@@ -8773,50 +8816,3 @@ export interface ModifyTransitGatewayRequest {
8773
8816
  */
8774
8817
  DryRun?: boolean | undefined;
8775
8818
  }
8776
- /**
8777
- * @public
8778
- */
8779
- export interface ModifyTransitGatewayResult {
8780
- /**
8781
- * <p>Information about the transit gateway.</p>
8782
- * @public
8783
- */
8784
- TransitGateway?: TransitGateway | undefined;
8785
- }
8786
- /**
8787
- * @public
8788
- */
8789
- export interface ModifyTransitGatewayMeteringPolicyRequest {
8790
- /**
8791
- * <p>The ID of the transit gateway metering policy to modify.</p>
8792
- * @public
8793
- */
8794
- TransitGatewayMeteringPolicyId: string | undefined;
8795
- /**
8796
- * <p>The IDs of middlebox attachments to add to the metering policy.</p>
8797
- * @public
8798
- */
8799
- AddMiddleboxAttachmentIds?: string[] | undefined;
8800
- /**
8801
- * <p>The IDs of middlebox attachments to remove from the metering policy.</p>
8802
- * @public
8803
- */
8804
- RemoveMiddleboxAttachmentIds?: string[] | undefined;
8805
- /**
8806
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8807
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8808
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8809
- * @public
8810
- */
8811
- DryRun?: boolean | undefined;
8812
- }
8813
- /**
8814
- * @public
8815
- */
8816
- export interface ModifyTransitGatewayMeteringPolicyResult {
8817
- /**
8818
- * <p>Information about the modified transit gateway metering policy.</p>
8819
- * @public
8820
- */
8821
- TransitGatewayMeteringPolicy?: TransitGatewayMeteringPolicy | undefined;
8822
- }
@@ -1,11 +1,58 @@
1
- import { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ApplianceModeSupportValue, ArchitectureValues, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, DnsSupportValue, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, Ipv6SupportValue, MarketType, MembershipType, PayerResponsibility, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RuleAction, SecondaryInterfaceType, SecurityGroupReferencingSupportValue, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TpmSupportValues, TransitGatewayAttachmentResourceType, VerificationMethod, VerifiedAccessEndpointProtocol, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy } from "./enums";
1
+ import { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ApplianceModeSupportValue, ArchitectureValues, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, DnsSupportValue, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, Ipv6SupportValue, MarketType, MembershipType, NestedVirtualizationSpecification, PayerResponsibility, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RuleAction, SecondaryInterfaceType, SecurityGroupReferencingSupportValue, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TpmSupportValues, TransitGatewayAttachmentResourceType, VerificationMethod, VerifiedAccessEndpointProtocol, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy } from "./enums";
2
2
  import { type AddressAttribute, type ByoipCidr, type CapacityReservation, type ClientVpnAuthorizationRuleStatus, type IamInstanceProfileAssociation, type IamInstanceProfileSpecification, type PortRange, type RouteTableAssociationState, type TransitGatewayMulticastDomainAssociations, type TransitGatewayPeeringAttachment, type TransitGatewayVpcAttachment, type VerifiedAccessInstance, type VerifiedAccessSseSpecificationResponse, type VerifiedAccessTrustProvider, type VpcEncryptionControl, AddedPrincipal, IpPermission, NatGatewayAddress, TagSpecification, UnsuccessfulItem } from "./models_0";
3
3
  import { type CreditSpecificationRequest, type IcmpTypeCode, type ManagedPrefixList, type OperatorRequest, type Placement, BlockDeviceMapping, ElasticGpuSpecification, InstanceIpv6Address, LocalGatewayRoute } from "./models_1";
4
- import { type DnsOptionsSpecification, type TransitGatewayPrefixListReference, type VerifiedAccessEndpoint, type VerifiedAccessGroup, type VerifiedAccessSseSpecificationRequest, type VpcBlockPublicAccessExclusion, type VpnConnection, type VpnTunnelLogOptionsSpecification, IKEVersionsRequestListValue, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TransitGatewayRoute } from "./models_2";
4
+ import { type DnsOptionsSpecification, type TransitGateway, type TransitGatewayMeteringPolicy, type TransitGatewayPrefixListReference, type VerifiedAccessEndpoint, type VerifiedAccessGroup, type VerifiedAccessSseSpecificationRequest, type VpcBlockPublicAccessExclusion, type VpnConnection, type VpnTunnelLogOptionsSpecification, IKEVersionsRequestListValue, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TransitGatewayRoute } from "./models_2";
5
5
  import { type AttributeBooleanValue, type Byoasn, type ClientVpnConnectionStatus, type InstanceState, type InstanceTagNotificationAttribute, type IpamPoolCidr, CapacityBlock, CapacityBlockExtension, Filter } from "./models_3";
6
6
  import { type Monitoring, type NetworkInsightsAccessScopeAnalysis, type NetworkInsightsAnalysis, type PublicIpv4PoolRange, type RunInstancesMonitoringEnabled, type SpotFleetRequestConfigData, type SpotPlacement, InstanceNetworkInterfaceSpecification, ScheduledInstance, SpotInstanceRequest } from "./models_4";
7
7
  import type { VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
8
8
  import { type CapacityReservationSpecification, Purchase } from "./models_6";
9
+ /**
10
+ * @public
11
+ */
12
+ export interface ModifyTransitGatewayResult {
13
+ /**
14
+ * <p>Information about the transit gateway.</p>
15
+ * @public
16
+ */
17
+ TransitGateway?: TransitGateway | undefined;
18
+ }
19
+ /**
20
+ * @public
21
+ */
22
+ export interface ModifyTransitGatewayMeteringPolicyRequest {
23
+ /**
24
+ * <p>The ID of the transit gateway metering policy to modify.</p>
25
+ * @public
26
+ */
27
+ TransitGatewayMeteringPolicyId: string | undefined;
28
+ /**
29
+ * <p>The IDs of middlebox attachments to add to the metering policy.</p>
30
+ * @public
31
+ */
32
+ AddMiddleboxAttachmentIds?: string[] | undefined;
33
+ /**
34
+ * <p>The IDs of middlebox attachments to remove from the metering policy.</p>
35
+ * @public
36
+ */
37
+ RemoveMiddleboxAttachmentIds?: string[] | undefined;
38
+ /**
39
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
40
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
41
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
42
+ * @public
43
+ */
44
+ DryRun?: boolean | undefined;
45
+ }
46
+ /**
47
+ * @public
48
+ */
49
+ export interface ModifyTransitGatewayMeteringPolicyResult {
50
+ /**
51
+ * <p>Information about the modified transit gateway metering policy.</p>
52
+ * @public
53
+ */
54
+ TransitGatewayMeteringPolicy?: TransitGatewayMeteringPolicy | undefined;
55
+ }
9
56
  /**
10
57
  * @public
11
58
  */
@@ -4781,6 +4828,13 @@ export interface CpuOptionsRequest {
4781
4828
  * @public
4782
4829
  */
4783
4830
  AmdSevSnp?: AmdSevSnpSpecification | undefined;
4831
+ /**
4832
+ * <p>Indicates whether to enable the instance for nested virtualization.
4833
+ * Nested virtualization is supported only on 8th generation Intel-based instance types (c8i, m8i, r8i, and their flex variants).
4834
+ * When nested virtualization is enabled, Virtual Secure Mode (VSM) is automatically disabled for the instance.</p>
4835
+ * @public
4836
+ */
4837
+ NestedVirtualization?: NestedVirtualizationSpecification | undefined;
4784
4838
  }
4785
4839
  /**
4786
4840
  * <note>
@@ -1,4 +1,12 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var EC2ServiceException$: StaticErrorSchema;
4
+ /**
5
+ * TypeRegistry instances containing modeled errors.
6
+ * @internal
7
+ *
8
+ */
9
+ export declare const errorTypeRegistries: TypeRegistry[];
2
10
  export declare var AcceleratorCount$: StaticStructureSchema;
3
11
  export declare var AcceleratorCountRequest$: StaticStructureSchema;
4
12
  export declare var AcceleratorTotalMemoryMiB$: StaticStructureSchema;
@@ -127,7 +135,9 @@ export declare var AuthorizeSecurityGroupIngressRequest$: StaticStructureSchema;
127
135
  export declare var AuthorizeSecurityGroupIngressResult$: StaticStructureSchema;
128
136
  export declare var AvailabilityZone$: StaticStructureSchema;
129
137
  export declare var AvailabilityZoneAddress$: StaticStructureSchema;
138
+ export declare var AvailabilityZoneGeography$: StaticStructureSchema;
130
139
  export declare var AvailabilityZoneMessage$: StaticStructureSchema;
140
+ export declare var AvailabilityZoneSubGeography$: StaticStructureSchema;
131
141
  export declare var AvailableCapacity$: StaticStructureSchema;
132
142
  export declare var BaselineEbsBandwidthMbps$: StaticStructureSchema;
133
143
  export declare var BaselineEbsBandwidthMbpsRequest$: StaticStructureSchema;
@@ -1954,6 +1964,7 @@ export declare var RecurringCharge$: StaticStructureSchema;
1954
1964
  export declare var ReferencedSecurityGroup$: StaticStructureSchema;
1955
1965
  export declare var Region$: StaticStructureSchema;
1956
1966
  export declare var RegionalSummary$: StaticStructureSchema;
1967
+ export declare var RegionGeography$: StaticStructureSchema;
1957
1968
  export declare var RegisteredInstance$: StaticStructureSchema;
1958
1969
  export declare var RegisterImageRequest$: StaticStructureSchema;
1959
1970
  export declare var RegisterImageResult$: StaticStructureSchema;
@@ -2350,7 +2361,6 @@ export declare var VpnTunnelLogOptionsSpecification$: StaticStructureSchema;
2350
2361
  export declare var VpnTunnelOptionsSpecification$: StaticStructureSchema;
2351
2362
  export declare var WithdrawByoipCidrRequest$: StaticStructureSchema;
2352
2363
  export declare var WithdrawByoipCidrResult$: StaticStructureSchema;
2353
- export declare var EC2ServiceException$: StaticErrorSchema;
2354
2364
  export declare var AcceptAddressTransfer$: StaticOperationSchema;
2355
2365
  export declare var AcceptCapacityReservationBillingOwnership$: StaticOperationSchema;
2356
2366
  export declare var AcceptReservedInstancesExchangeQuote$: StaticOperationSchema;
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeInstanceImageMetadataRequest,
10
- DescribeInstanceImageMetadataResult,
11
- } from "../models/models_3";
8
+ import { DescribeInstanceImageMetadataRequest } from "../models/models_3";
9
+ import { DescribeInstanceImageMetadataResult } from "../models/models_4";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeInstanceImageMetadataCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeTransitGatewayAttachmentsRequest,
10
- DescribeTransitGatewayAttachmentsResult,
11
- } from "../models/models_4";
8
+ import { DescribeTransitGatewayAttachmentsRequest } from "../models/models_4";
9
+ import { DescribeTransitGatewayAttachmentsResult } from "../models/models_5";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeTransitGatewayAttachmentsCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- GetDefaultCreditSpecificationRequest,
10
- GetDefaultCreditSpecificationResult,
11
- } from "../models/models_5";
8
+ import { GetDefaultCreditSpecificationRequest } from "../models/models_5";
9
+ import { GetDefaultCreditSpecificationResult } from "../models/models_6";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface GetDefaultCreditSpecificationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetEbsDefaultKmsKeyIdRequest,
10
10
  GetEbsDefaultKmsKeyIdResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetEbsDefaultKmsKeyIdCommandInput