@jjrawlins/cdk-ami-builder 0.0.69 → 0.0.71

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 (735) 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 +27 -3
  9. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_3.js +4 -3
  10. package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_4.js +3 -0
  11. package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +19 -0
  12. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +3 -0
  13. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
  14. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
  15. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -0
  16. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +3 -0
  17. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -2
  18. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
  19. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -0
  20. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -2
  21. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -0
  22. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -2
  23. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -0
  24. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -0
  25. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -0
  26. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -0
  27. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -0
  28. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -2
  29. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -0
  30. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -0
  31. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -0
  32. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -0
  33. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -0
  34. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +18 -0
  35. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +29 -11
  36. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +12 -320
  37. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +319 -43
  38. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +45 -29
  39. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +28 -33
  40. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +33 -1
  41. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +4 -2
  42. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +4 -2
  43. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +4 -2
  44. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +4 -2
  45. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +2 -0
  46. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +8 -4
  47. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +4 -8
  48. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +7 -7
  49. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +8 -7
  50. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +7 -7
  51. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +12 -1
  52. package/node_modules/@aws-sdk/client-ec2/package.json +5 -5
  53. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +3726 -3105
  54. package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.shared.js +7 -0
  55. package/node_modules/@aws-sdk/client-ecs/dist-es/ECSClient.js +2 -0
  56. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateCapacityProviderCommand.js +3 -9
  57. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateClusterCommand.js +3 -9
  58. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateServiceCommand.js +3 -9
  59. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/CreateTaskSetCommand.js +3 -9
  60. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteAccountSettingCommand.js +3 -9
  61. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteAttributesCommand.js +3 -9
  62. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteCapacityProviderCommand.js +3 -9
  63. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteClusterCommand.js +3 -9
  64. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteServiceCommand.js +3 -9
  65. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteTaskDefinitionsCommand.js +3 -9
  66. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeleteTaskSetCommand.js +3 -9
  67. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeregisterContainerInstanceCommand.js +3 -9
  68. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DeregisterTaskDefinitionCommand.js +3 -9
  69. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeCapacityProvidersCommand.js +3 -9
  70. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeClustersCommand.js +3 -9
  71. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeContainerInstancesCommand.js +3 -9
  72. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServiceDeploymentsCommand.js +3 -9
  73. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServiceRevisionsCommand.js +3 -9
  74. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServicesCommand.js +3 -9
  75. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeTaskDefinitionCommand.js +3 -9
  76. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeTaskSetsCommand.js +3 -9
  77. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeTasksCommand.js +3 -9
  78. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DiscoverPollEndpointCommand.js +3 -9
  79. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ExecuteCommandCommand.js +3 -10
  80. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/GetTaskProtectionCommand.js +3 -9
  81. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListAccountSettingsCommand.js +3 -9
  82. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListAttributesCommand.js +3 -9
  83. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListClustersCommand.js +3 -9
  84. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListContainerInstancesCommand.js +3 -9
  85. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServiceDeploymentsCommand.js +3 -9
  86. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServicesByNamespaceCommand.js +3 -9
  87. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServicesCommand.js +3 -9
  88. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  89. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +3 -9
  90. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTaskDefinitionsCommand.js +3 -9
  91. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListTasksCommand.js +3 -9
  92. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutAccountSettingCommand.js +3 -9
  93. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutAccountSettingDefaultCommand.js +3 -9
  94. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutAttributesCommand.js +3 -9
  95. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/PutClusterCapacityProvidersCommand.js +3 -9
  96. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/RegisterContainerInstanceCommand.js +3 -9
  97. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/RegisterTaskDefinitionCommand.js +3 -9
  98. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/RunTaskCommand.js +3 -9
  99. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/StartTaskCommand.js +3 -9
  100. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/StopServiceDeploymentCommand.js +3 -9
  101. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/StopTaskCommand.js +3 -9
  102. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/SubmitAttachmentStateChangesCommand.js +3 -9
  103. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/SubmitContainerStateChangeCommand.js +3 -9
  104. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/SubmitTaskStateChangeCommand.js +3 -9
  105. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/TagResourceCommand.js +3 -9
  106. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UntagResourceCommand.js +3 -9
  107. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateCapacityProviderCommand.js +3 -9
  108. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateClusterCommand.js +3 -9
  109. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateClusterSettingsCommand.js +3 -9
  110. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateContainerAgentCommand.js +3 -9
  111. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateContainerInstancesStateCommand.js +3 -9
  112. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateServiceCommand.js +3 -9
  113. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +3 -9
  114. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateTaskProtectionCommand.js +3 -9
  115. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/UpdateTaskSetCommand.js +3 -9
  116. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +0 -9
  117. package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js +7 -0
  118. package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +3541 -0
  119. package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +10 -1
  120. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +0 -8
  121. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.browser.d.ts +1 -0
  122. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.d.ts +1 -0
  123. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.native.d.ts +1 -0
  124. package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.shared.d.ts +1 -0
  125. package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +446 -0
  126. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECSClient.d.ts +4 -0
  127. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +0 -4
  128. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  129. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  130. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  131. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  132. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +452 -0
  133. package/node_modules/@aws-sdk/client-ecs/package.json +5 -6
  134. package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +1971 -2615
  135. package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.shared.js +7 -0
  136. package/node_modules/@aws-sdk/client-kms/dist-es/KMSClient.js +2 -0
  137. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CancelKeyDeletionCommand.js +3 -9
  138. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ConnectCustomKeyStoreCommand.js +3 -9
  139. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateAliasCommand.js +3 -9
  140. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateCustomKeyStoreCommand.js +3 -10
  141. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateGrantCommand.js +3 -9
  142. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateKeyCommand.js +3 -9
  143. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DecryptCommand.js +3 -10
  144. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteAliasCommand.js +3 -9
  145. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteCustomKeyStoreCommand.js +3 -9
  146. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteImportedKeyMaterialCommand.js +3 -9
  147. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeriveSharedSecretCommand.js +3 -10
  148. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DescribeCustomKeyStoresCommand.js +3 -10
  149. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DescribeKeyCommand.js +3 -9
  150. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisableKeyCommand.js +3 -9
  151. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisableKeyRotationCommand.js +3 -9
  152. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisconnectCustomKeyStoreCommand.js +3 -9
  153. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EnableKeyCommand.js +3 -9
  154. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EnableKeyRotationCommand.js +3 -9
  155. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EncryptCommand.js +3 -10
  156. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyCommand.js +3 -10
  157. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyPairCommand.js +3 -10
  158. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -9
  159. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -9
  160. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateMacCommand.js +3 -10
  161. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateRandomCommand.js +3 -10
  162. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyPolicyCommand.js +3 -9
  163. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyRotationStatusCommand.js +3 -9
  164. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetParametersForImportCommand.js +3 -10
  165. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetPublicKeyCommand.js +3 -9
  166. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ImportKeyMaterialCommand.js +3 -9
  167. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListAliasesCommand.js +3 -9
  168. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListGrantsCommand.js +3 -9
  169. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeyPoliciesCommand.js +3 -9
  170. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeyRotationsCommand.js +3 -9
  171. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeysCommand.js +3 -9
  172. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListResourceTagsCommand.js +3 -9
  173. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListRetirableGrantsCommand.js +3 -9
  174. package/node_modules/@aws-sdk/client-kms/dist-es/commands/PutKeyPolicyCommand.js +3 -9
  175. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ReEncryptCommand.js +3 -9
  176. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ReplicateKeyCommand.js +3 -9
  177. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RetireGrantCommand.js +3 -9
  178. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RevokeGrantCommand.js +3 -9
  179. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RotateKeyOnDemandCommand.js +3 -9
  180. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ScheduleKeyDeletionCommand.js +3 -9
  181. package/node_modules/@aws-sdk/client-kms/dist-es/commands/SignCommand.js +3 -10
  182. package/node_modules/@aws-sdk/client-kms/dist-es/commands/TagResourceCommand.js +3 -9
  183. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UntagResourceCommand.js +3 -9
  184. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateAliasCommand.js +3 -9
  185. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateCustomKeyStoreCommand.js +3 -10
  186. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateKeyDescriptionCommand.js +3 -9
  187. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdatePrimaryRegionCommand.js +3 -9
  188. package/node_modules/@aws-sdk/client-kms/dist-es/commands/VerifyCommand.js +3 -10
  189. package/node_modules/@aws-sdk/client-kms/dist-es/commands/VerifyMacCommand.js +3 -10
  190. package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +0 -80
  191. package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.shared.js +7 -0
  192. package/node_modules/@aws-sdk/client-kms/dist-es/schemas/schemas_0.js +1728 -0
  193. package/node_modules/@aws-sdk/client-kms/dist-types/KMSClient.d.ts +10 -1
  194. package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +0 -68
  195. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.browser.d.ts +1 -0
  196. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.d.ts +1 -0
  197. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.native.d.ts +1 -0
  198. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.shared.d.ts +1 -0
  199. package/node_modules/@aws-sdk/client-kms/dist-types/schemas/schemas_0.d.ts +229 -0
  200. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMSClient.d.ts +4 -0
  201. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +0 -49
  202. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  203. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  204. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  205. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  206. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/schemas/schemas_0.d.ts +235 -0
  207. package/node_modules/@aws-sdk/client-kms/package.json +5 -5
  208. package/node_modules/@aws-sdk/client-s3/package.json +9 -9
  209. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +808 -1068
  210. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +7 -0
  211. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +2 -0
  212. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/BatchGetSecretValueCommand.js +3 -10
  213. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CancelRotateSecretCommand.js +3 -9
  214. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/CreateSecretCommand.js +3 -10
  215. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  216. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DeleteSecretCommand.js +3 -9
  217. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/DescribeSecretCommand.js +3 -9
  218. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetRandomPasswordCommand.js +3 -10
  219. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  220. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/GetSecretValueCommand.js +3 -10
  221. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretVersionIdsCommand.js +3 -9
  222. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ListSecretsCommand.js +3 -9
  223. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  224. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/PutSecretValueCommand.js +3 -10
  225. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RemoveRegionsFromReplicationCommand.js +3 -9
  226. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ReplicateSecretToRegionsCommand.js +3 -9
  227. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RestoreSecretCommand.js +3 -9
  228. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/RotateSecretCommand.js +3 -9
  229. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/StopReplicationToReplicaCommand.js +3 -9
  230. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/TagResourceCommand.js +3 -9
  231. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UntagResourceCommand.js +3 -9
  232. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretCommand.js +3 -10
  233. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/UpdateSecretVersionStageCommand.js +3 -9
  234. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/commands/ValidateResourcePolicyCommand.js +3 -9
  235. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/models/models_0.js +0 -35
  236. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +7 -0
  237. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +731 -0
  238. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +10 -1
  239. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +0 -28
  240. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +1 -0
  241. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -0
  242. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +1 -0
  243. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.shared.d.ts +1 -0
  244. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +112 -0
  245. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +4 -0
  246. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +0 -21
  247. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  248. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  249. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  250. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  251. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +119 -0
  252. package/node_modules/@aws-sdk/client-secrets-manager/package.json +5 -6
  253. package/node_modules/@aws-sdk/client-sfn/dist-cjs/index.js +2040 -2279
  254. package/node_modules/@aws-sdk/client-sfn/dist-cjs/runtimeConfig.shared.js +7 -0
  255. package/node_modules/@aws-sdk/client-sfn/dist-es/SFNClient.js +2 -0
  256. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/CreateActivityCommand.js +3 -9
  257. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/CreateStateMachineAliasCommand.js +3 -10
  258. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/CreateStateMachineCommand.js +3 -10
  259. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteActivityCommand.js +3 -9
  260. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteStateMachineAliasCommand.js +3 -9
  261. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteStateMachineCommand.js +3 -9
  262. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DeleteStateMachineVersionCommand.js +3 -9
  263. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeActivityCommand.js +3 -9
  264. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeExecutionCommand.js +3 -10
  265. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeMapRunCommand.js +3 -9
  266. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeStateMachineAliasCommand.js +3 -10
  267. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeStateMachineCommand.js +3 -10
  268. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/DescribeStateMachineForExecutionCommand.js +3 -10
  269. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/GetActivityTaskCommand.js +3 -10
  270. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/GetExecutionHistoryCommand.js +3 -10
  271. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListActivitiesCommand.js +3 -9
  272. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListExecutionsCommand.js +3 -9
  273. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListMapRunsCommand.js +3 -9
  274. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListStateMachineAliasesCommand.js +3 -9
  275. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListStateMachineVersionsCommand.js +3 -9
  276. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListStateMachinesCommand.js +3 -9
  277. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  278. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/PublishStateMachineVersionCommand.js +3 -10
  279. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/RedriveExecutionCommand.js +3 -9
  280. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/SendTaskFailureCommand.js +3 -10
  281. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/SendTaskHeartbeatCommand.js +3 -9
  282. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/SendTaskSuccessCommand.js +3 -10
  283. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/StartExecutionCommand.js +3 -10
  284. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/StartSyncExecutionCommand.js +3 -10
  285. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/StopExecutionCommand.js +3 -10
  286. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/TagResourceCommand.js +3 -9
  287. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/TestStateCommand.js +3 -10
  288. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UntagResourceCommand.js +3 -9
  289. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UpdateMapRunCommand.js +3 -9
  290. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UpdateStateMachineAliasCommand.js +3 -10
  291. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/UpdateStateMachineCommand.js +3 -10
  292. package/node_modules/@aws-sdk/client-sfn/dist-es/commands/ValidateStateMachineDefinitionCommand.js +3 -10
  293. package/node_modules/@aws-sdk/client-sfn/dist-es/models/models_0.js +0 -333
  294. package/node_modules/@aws-sdk/client-sfn/dist-es/runtimeConfig.shared.js +7 -0
  295. package/node_modules/@aws-sdk/client-sfn/dist-es/schemas/schemas_0.js +1867 -0
  296. package/node_modules/@aws-sdk/client-sfn/dist-types/SFNClient.d.ts +10 -1
  297. package/node_modules/@aws-sdk/client-sfn/dist-types/models/models_0.d.ts +0 -204
  298. package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.browser.d.ts +1 -0
  299. package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.d.ts +1 -0
  300. package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.native.d.ts +1 -0
  301. package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.shared.d.ts +1 -0
  302. package/node_modules/@aws-sdk/client-sfn/dist-types/schemas/schemas_0.d.ts +235 -0
  303. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/SFNClient.d.ts +4 -0
  304. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/models/models_0.d.ts +0 -151
  305. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  306. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  307. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  308. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  309. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/schemas/schemas_0.d.ts +242 -0
  310. package/node_modules/@aws-sdk/client-sfn/package.json +5 -6
  311. package/node_modules/@aws-sdk/client-sns/package.json +5 -5
  312. package/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js +1509 -1437
  313. package/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js +7 -0
  314. package/node_modules/@aws-sdk/client-sqs/dist-es/SQSClient.js +2 -0
  315. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/AddPermissionCommand.js +3 -9
  316. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/CancelMessageMoveTaskCommand.js +3 -9
  317. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +3 -9
  318. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ChangeMessageVisibilityCommand.js +3 -9
  319. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/CreateQueueCommand.js +3 -9
  320. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteMessageBatchCommand.js +3 -9
  321. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteMessageCommand.js +3 -9
  322. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/DeleteQueueCommand.js +3 -9
  323. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/GetQueueAttributesCommand.js +3 -9
  324. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/GetQueueUrlCommand.js +3 -9
  325. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +3 -9
  326. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListMessageMoveTasksCommand.js +3 -9
  327. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListQueueTagsCommand.js +3 -9
  328. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ListQueuesCommand.js +3 -9
  329. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/PurgeQueueCommand.js +3 -9
  330. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/ReceiveMessageCommand.js +3 -10
  331. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/RemovePermissionCommand.js +3 -9
  332. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SendMessageBatchCommand.js +3 -10
  333. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SendMessageCommand.js +3 -10
  334. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/SetQueueAttributesCommand.js +3 -9
  335. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/StartMessageMoveTaskCommand.js +3 -9
  336. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/TagQueueCommand.js +3 -9
  337. package/node_modules/@aws-sdk/client-sqs/dist-es/commands/UntagQueueCommand.js +3 -9
  338. package/node_modules/@aws-sdk/client-sqs/dist-es/runtimeConfig.shared.js +7 -0
  339. package/node_modules/@aws-sdk/client-sqs/dist-es/schemas/schemas_0.js +1384 -0
  340. package/node_modules/@aws-sdk/client-sqs/dist-types/SQSClient.d.ts +10 -1
  341. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.browser.d.ts +1 -0
  342. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.d.ts +1 -0
  343. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.native.d.ts +1 -0
  344. package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.shared.d.ts +1 -0
  345. package/node_modules/@aws-sdk/client-sqs/dist-types/schemas/schemas_0.d.ts +125 -0
  346. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/SQSClient.d.ts +4 -0
  347. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  348. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  349. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  350. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  351. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/schemas/schemas_0.d.ts +131 -0
  352. package/node_modules/@aws-sdk/client-sqs/package.json +5 -5
  353. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +8788 -8207
  354. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +7 -0
  355. package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +2 -0
  356. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AddTagsToResourceCommand.js +3 -9
  357. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/AssociateOpsItemRelatedItemCommand.js +3 -9
  358. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelCommandCommand.js +3 -9
  359. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CancelMaintenanceWindowExecutionCommand.js +3 -9
  360. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateActivationCommand.js +3 -9
  361. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationBatchCommand.js +3 -10
  362. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateAssociationCommand.js +3 -10
  363. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateDocumentCommand.js +3 -9
  364. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateMaintenanceWindowCommand.js +3 -10
  365. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsItemCommand.js +3 -9
  366. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateOpsMetadataCommand.js +3 -9
  367. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreatePatchBaselineCommand.js +3 -10
  368. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/CreateResourceDataSyncCommand.js +3 -9
  369. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteActivationCommand.js +3 -9
  370. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteAssociationCommand.js +3 -9
  371. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteDocumentCommand.js +3 -9
  372. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteInventoryCommand.js +3 -9
  373. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteMaintenanceWindowCommand.js +3 -9
  374. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsItemCommand.js +3 -9
  375. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteOpsMetadataCommand.js +3 -9
  376. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParameterCommand.js +3 -9
  377. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteParametersCommand.js +3 -9
  378. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeletePatchBaselineCommand.js +3 -9
  379. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourceDataSyncCommand.js +3 -9
  380. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  381. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterManagedInstanceCommand.js +3 -9
  382. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterPatchBaselineForPatchGroupCommand.js +3 -9
  383. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTargetFromMaintenanceWindowCommand.js +3 -9
  384. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DeregisterTaskFromMaintenanceWindowCommand.js +3 -9
  385. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeActivationsCommand.js +3 -9
  386. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationCommand.js +3 -10
  387. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionTargetsCommand.js +3 -9
  388. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAssociationExecutionsCommand.js +3 -9
  389. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationExecutionsCommand.js +3 -9
  390. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAutomationStepExecutionsCommand.js +3 -9
  391. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeAvailablePatchesCommand.js +3 -9
  392. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentCommand.js +3 -9
  393. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeDocumentPermissionCommand.js +3 -9
  394. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectiveInstanceAssociationsCommand.js +3 -9
  395. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeEffectivePatchesForPatchBaselineCommand.js +3 -9
  396. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceAssociationsStatusCommand.js +3 -9
  397. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstanceInformationCommand.js +3 -10
  398. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesCommand.js +3 -10
  399. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchStatesForPatchGroupCommand.js +3 -10
  400. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePatchesCommand.js +3 -9
  401. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInstancePropertiesCommand.js +3 -10
  402. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeInventoryDeletionsCommand.js +3 -9
  403. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.js +3 -10
  404. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionTasksCommand.js +3 -9
  405. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowExecutionsCommand.js +3 -9
  406. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowScheduleCommand.js +3 -9
  407. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTargetsCommand.js +3 -10
  408. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowTasksCommand.js +3 -10
  409. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +3 -10
  410. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsForTargetCommand.js +3 -9
  411. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeOpsItemsCommand.js +3 -9
  412. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeParametersCommand.js +3 -9
  413. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchBaselinesCommand.js +3 -9
  414. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupStateCommand.js +3 -9
  415. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchGroupsCommand.js +3 -9
  416. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribePatchPropertiesCommand.js +3 -9
  417. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeSessionsCommand.js +3 -9
  418. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DisassociateOpsItemRelatedItemCommand.js +3 -9
  419. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +3 -10
  420. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAutomationExecutionCommand.js +3 -9
  421. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCalendarStateCommand.js +3 -9
  422. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetCommandInvocationCommand.js +3 -9
  423. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetConnectionStatusCommand.js +3 -9
  424. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDefaultPatchBaselineCommand.js +3 -9
  425. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDeployablePatchSnapshotForInstanceCommand.js +3 -10
  426. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetDocumentCommand.js +3 -9
  427. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +3 -9
  428. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventoryCommand.js +3 -9
  429. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetInventorySchemaCommand.js +3 -9
  430. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowCommand.js +3 -10
  431. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionCommand.js +3 -9
  432. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskCommand.js +3 -10
  433. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.js +3 -10
  434. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetMaintenanceWindowTaskCommand.js +3 -10
  435. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsItemCommand.js +3 -9
  436. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsMetadataCommand.js +3 -9
  437. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetOpsSummaryCommand.js +3 -9
  438. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterCommand.js +3 -10
  439. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParameterHistoryCommand.js +3 -10
  440. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersByPathCommand.js +3 -10
  441. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetParametersCommand.js +3 -10
  442. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineCommand.js +3 -10
  443. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetPatchBaselineForPatchGroupCommand.js +3 -9
  444. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetResourcePoliciesCommand.js +3 -9
  445. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetServiceSettingCommand.js +3 -9
  446. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/LabelParameterVersionCommand.js +3 -9
  447. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationVersionsCommand.js +3 -10
  448. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListAssociationsCommand.js +3 -9
  449. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandInvocationsCommand.js +3 -9
  450. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListCommandsCommand.js +3 -10
  451. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceItemsCommand.js +3 -9
  452. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListComplianceSummariesCommand.js +3 -9
  453. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentMetadataHistoryCommand.js +3 -9
  454. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentVersionsCommand.js +3 -9
  455. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListDocumentsCommand.js +3 -9
  456. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListInventoryEntriesCommand.js +3 -9
  457. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +3 -10
  458. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +3 -9
  459. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemEventsCommand.js +3 -9
  460. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsItemRelatedItemsCommand.js +3 -9
  461. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListOpsMetadataCommand.js +3 -9
  462. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceComplianceSummariesCommand.js +3 -9
  463. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListResourceDataSyncCommand.js +3 -9
  464. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  465. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ModifyDocumentPermissionCommand.js +3 -9
  466. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutComplianceItemsCommand.js +3 -9
  467. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutInventoryCommand.js +3 -9
  468. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutParameterCommand.js +3 -10
  469. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  470. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterDefaultPatchBaselineCommand.js +3 -9
  471. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterPatchBaselineForPatchGroupCommand.js +3 -9
  472. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +3 -10
  473. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +3 -10
  474. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
  475. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResetServiceSettingCommand.js +3 -9
  476. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ResumeSessionCommand.js +3 -9
  477. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendAutomationSignalCommand.js +3 -9
  478. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +3 -10
  479. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +3 -9
  480. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAssociationsOnceCommand.js +3 -9
  481. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAutomationExecutionCommand.js +3 -9
  482. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartChangeRequestExecutionCommand.js +3 -9
  483. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +3 -9
  484. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartSessionCommand.js +3 -9
  485. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StopAutomationExecutionCommand.js +3 -9
  486. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/TerminateSessionCommand.js +3 -9
  487. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UnlabelParameterVersionCommand.js +3 -9
  488. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationCommand.js +3 -10
  489. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateAssociationStatusCommand.js +3 -10
  490. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentCommand.js +3 -9
  491. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentDefaultVersionCommand.js +3 -9
  492. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateDocumentMetadataCommand.js +3 -9
  493. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowCommand.js +3 -10
  494. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTargetCommand.js +3 -10
  495. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateMaintenanceWindowTaskCommand.js +3 -10
  496. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateManagedInstanceRoleCommand.js +3 -9
  497. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsItemCommand.js +3 -9
  498. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateOpsMetadataCommand.js +3 -9
  499. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdatePatchBaselineCommand.js +3 -10
  500. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateResourceDataSyncCommand.js +3 -9
  501. package/node_modules/@aws-sdk/client-ssm/dist-es/commands/UpdateServiceSettingCommand.js +3 -9
  502. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +0 -99
  503. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +0 -159
  504. package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +0 -82
  505. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +7 -0
  506. package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +8146 -0
  507. package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +10 -1
  508. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +0 -80
  509. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +0 -140
  510. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +0 -60
  511. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +1 -0
  512. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -0
  513. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +1 -0
  514. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +1 -0
  515. package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +957 -0
  516. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +4 -0
  517. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +0 -58
  518. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +0 -93
  519. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +0 -45
  520. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  521. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  522. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  523. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  524. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +964 -0
  525. package/node_modules/@aws-sdk/client-ssm/package.json +5 -6
  526. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +277 -270
  527. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
  528. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -0
  529. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +3 -10
  530. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +3 -10
  531. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +3 -10
  532. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +3 -10
  533. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -26
  534. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
  535. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +265 -0
  536. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +10 -1
  537. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -24
  538. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  539. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  540. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
  541. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +1 -0
  542. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +26 -0
  543. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +4 -0
  544. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -18
  545. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  546. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  547. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  548. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  549. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -0
  550. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  551. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
  552. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
  553. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
  554. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +1 -1
  555. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -1
  556. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
  557. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  558. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
  559. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
  560. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
  561. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -1
  562. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  563. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -1
  564. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
  565. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
  566. package/node_modules/@aws-sdk/core/package.json +1 -1
  567. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  568. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  569. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  570. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  571. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  572. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  573. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  574. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  575. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
  576. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  577. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +246 -310
  578. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  579. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -0
  580. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
  581. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -13
  582. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  583. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +211 -0
  584. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +10 -1
  585. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -8
  586. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -0
  587. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
  588. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -0
  589. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
  590. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
  591. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -2
  592. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -3
  593. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +8 -8
  594. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -0
  595. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -6
  596. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -0
  597. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +4 -0
  598. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -0
  599. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +4 -0
  600. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +28 -0
  601. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  602. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  603. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  604. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  605. package/node_modules/@smithy/abort-controller/package.json +2 -2
  606. package/node_modules/@smithy/config-resolver/package.json +5 -5
  607. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -1
  608. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -1
  609. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
  610. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  611. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  612. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  613. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
  614. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  615. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  616. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  617. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  618. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  619. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  620. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  621. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
  622. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
  623. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  624. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  625. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
  626. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  627. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  628. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
  629. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
  630. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  631. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  632. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  633. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
  634. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
  635. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
  636. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
  637. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
  638. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
  639. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
  640. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
  641. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
  642. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
  643. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
  644. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
  645. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
  646. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
  647. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  648. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
  649. package/node_modules/@smithy/core/package.json +7 -7
  650. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  651. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  652. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  653. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  654. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  655. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  656. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  657. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  658. package/node_modules/@smithy/hash-node/package.json +2 -2
  659. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  660. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  661. package/node_modules/@smithy/md5-js/package.json +2 -2
  662. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  663. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  664. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  665. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  666. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  667. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  668. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  669. package/node_modules/@smithy/property-provider/package.json +2 -2
  670. package/node_modules/@smithy/protocol-http/package.json +2 -2
  671. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  672. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  673. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  674. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
  675. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
  676. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  677. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
  678. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
  679. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
  680. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
  681. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
  682. package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  683. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
  684. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
  685. package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  686. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
  687. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
  688. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
  689. package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
  690. package/node_modules/@smithy/signature-v4/package.json +4 -4
  691. package/node_modules/@smithy/smithy-client/package.json +7 -7
  692. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
  693. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
  694. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
  695. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
  696. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
  697. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
  698. package/node_modules/@smithy/types/package.json +1 -1
  699. package/node_modules/@smithy/url-parser/package.json +3 -3
  700. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  701. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  702. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  703. package/node_modules/@smithy/util-middleware/package.json +2 -2
  704. package/node_modules/@smithy/util-retry/package.json +3 -3
  705. package/node_modules/@smithy/util-stream/package.json +4 -4
  706. package/node_modules/@smithy/util-waiter/package.json +3 -3
  707. package/package.json +13 -13
  708. package/node_modules/@aws-sdk/client-ecs/dist-es/protocols/Aws_json1_1.js +0 -2596
  709. package/node_modules/@aws-sdk/client-ecs/dist-types/protocols/Aws_json1_1.d.ts +0 -542
  710. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -725
  711. package/node_modules/@aws-sdk/client-kms/dist-es/protocols/Aws_json1_1.js +0 -2008
  712. package/node_modules/@aws-sdk/client-kms/dist-types/protocols/Aws_json1_1.d.ts +0 -479
  713. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -638
  714. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/protocols/Aws_json1_1.js +0 -834
  715. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/protocols/Aws_json1_1.d.ts +0 -209
  716. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -281
  717. package/node_modules/@aws-sdk/client-sfn/dist-es/protocols/Aws_json1_0.js +0 -1539
  718. package/node_modules/@aws-sdk/client-sfn/dist-types/protocols/Aws_json1_0.d.ts +0 -335
  719. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -449
  720. package/node_modules/@aws-sdk/client-sqs/dist-es/protocols/Aws_json1_0.js +0 -1193
  721. package/node_modules/@aws-sdk/client-sqs/dist-types/protocols/Aws_json1_0.d.ts +0 -209
  722. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -281
  723. package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +0 -6370
  724. package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +0 -1316
  725. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1757
  726. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  727. package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  728. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  729. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -257
  730. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  731. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  732. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
  733. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
  734. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
  735. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
@@ -3,6 +3,325 @@ import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSp
3
3
  import { GroupIdentifier, InstanceIpv6Address, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement } from "./models_2";
4
4
  import { Byoasn, Filter, IdFormat } from "./models_3";
5
5
  import { AttributeBooleanValue, EventInformation, PermissionGroup, ProductCode, VirtualizationType } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeInstanceTypesRequest {
10
+ /**
11
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
12
+ * and provides an error response. If you have the required permissions, the error response is
13
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
14
+ * @public
15
+ */
16
+ DryRun?: boolean | undefined;
17
+ /**
18
+ * <p>The instance types.</p>
19
+ * @public
20
+ */
21
+ InstanceTypes?: _InstanceType[] | undefined;
22
+ /**
23
+ * <p>One or more filters. Filter names and values are case-sensitive.</p>
24
+ * <ul>
25
+ * <li>
26
+ * <p>
27
+ * <code>auto-recovery-supported</code> - Indicates whether Amazon CloudWatch action
28
+ * based recovery is supported (<code>true</code> | <code>false</code>).</p>
29
+ * </li>
30
+ * <li>
31
+ * <p>
32
+ * <code>bare-metal</code> - Indicates whether it is a bare metal instance type
33
+ * (<code>true</code> | <code>false</code>).</p>
34
+ * </li>
35
+ * <li>
36
+ * <p>
37
+ * <code>burstable-performance-supported</code> - Indicates whether the instance type is a
38
+ * burstable performance T instance type (<code>true</code> | <code>false</code>).</p>
39
+ * </li>
40
+ * <li>
41
+ * <p>
42
+ * <code>current-generation</code> - Indicates whether this instance type is the latest
43
+ * generation instance type of an instance family (<code>true</code> | <code>false</code>).</p>
44
+ * </li>
45
+ * <li>
46
+ * <p>
47
+ * <code>dedicated-hosts-supported</code> - Indicates whether the instance type supports
48
+ * Dedicated Hosts. (<code>true</code> | <code>false</code>)</p>
49
+ * </li>
50
+ * <li>
51
+ * <p>
52
+ * <code>ebs-info.attachment-limit-type</code> - The type of Amazon EBS volume attachment limit
53
+ * (<code>shared</code> | <code>dedicated</code>).</p>
54
+ * </li>
55
+ * <li>
56
+ * <p>
57
+ * <code>ebs-info.maximum-ebs-attachments</code> - The maximum number of Amazon EBS volumes that
58
+ * can be attached to the instance type.</p>
59
+ * </li>
60
+ * <li>
61
+ * <p>
62
+ * <code>ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps</code> - The baseline
63
+ * bandwidth performance for an EBS-optimized instance type, in Mbps.</p>
64
+ * </li>
65
+ * <li>
66
+ * <p>
67
+ * <code>ebs-info.ebs-optimized-info.baseline-iops</code> - The baseline input/output storage
68
+ * operations per second for an EBS-optimized instance type.</p>
69
+ * </li>
70
+ * <li>
71
+ * <p>
72
+ * <code>ebs-info.ebs-optimized-info.baseline-throughput-in-mbps</code> - The baseline
73
+ * throughput performance for an EBS-optimized instance type, in MB/s.</p>
74
+ * </li>
75
+ * <li>
76
+ * <p>
77
+ * <code>ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps</code> - The maximum bandwidth
78
+ * performance for an EBS-optimized instance type, in Mbps.</p>
79
+ * </li>
80
+ * <li>
81
+ * <p>
82
+ * <code>ebs-info.ebs-optimized-info.maximum-iops</code> - The maximum input/output storage
83
+ * operations per second for an EBS-optimized instance type.</p>
84
+ * </li>
85
+ * <li>
86
+ * <p>
87
+ * <code>ebs-info.ebs-optimized-info.maximum-throughput-in-mbps</code> - The maximum
88
+ * throughput performance for an EBS-optimized instance type, in MB/s.</p>
89
+ * </li>
90
+ * <li>
91
+ * <p>
92
+ * <code>ebs-info.ebs-optimized-support</code> - Indicates whether the instance type is
93
+ * EBS-optimized (<code>supported</code> | <code>unsupported</code> |
94
+ * <code>default</code>).</p>
95
+ * </li>
96
+ * <li>
97
+ * <p>
98
+ * <code>ebs-info.encryption-support</code> - Indicates whether EBS encryption is supported
99
+ * (<code>supported</code> | <code>unsupported</code>).</p>
100
+ * </li>
101
+ * <li>
102
+ * <p>
103
+ * <code>ebs-info.nvme-support</code> - Indicates whether non-volatile memory express (NVMe)
104
+ * is supported for EBS volumes (<code>required</code> | <code>supported</code> |
105
+ * <code>unsupported</code>).</p>
106
+ * </li>
107
+ * <li>
108
+ * <p>
109
+ * <code>free-tier-eligible</code> - A Boolean that indicates whether this instance type can
110
+ * be used under the Amazon Web Services Free Tier (<code>true</code> | <code>false</code>).</p>
111
+ * </li>
112
+ * <li>
113
+ * <p>
114
+ * <code>hibernation-supported</code> - Indicates whether On-Demand hibernation is supported
115
+ * (<code>true</code> | <code>false</code>).</p>
116
+ * </li>
117
+ * <li>
118
+ * <p>
119
+ * <code>hypervisor</code> - The hypervisor (<code>nitro</code> | <code>xen</code>).</p>
120
+ * </li>
121
+ * <li>
122
+ * <p>
123
+ * <code>instance-storage-info.disk.count</code> - The number of local disks.</p>
124
+ * </li>
125
+ * <li>
126
+ * <p>
127
+ * <code>instance-storage-info.disk.size-in-gb</code> - The storage size of each instance
128
+ * storage disk, in GB.</p>
129
+ * </li>
130
+ * <li>
131
+ * <p>
132
+ * <code>instance-storage-info.disk.type</code> - The storage technology for the local
133
+ * instance storage disks (<code>hdd</code> | <code>ssd</code>).</p>
134
+ * </li>
135
+ * <li>
136
+ * <p>
137
+ * <code>instance-storage-info.encryption-support</code> - Indicates whether data is
138
+ * encrypted at rest (<code>required</code> | <code>supported</code> |
139
+ * <code>unsupported</code>).</p>
140
+ * </li>
141
+ * <li>
142
+ * <p>
143
+ * <code>instance-storage-info.nvme-support</code> - Indicates whether non-volatile memory
144
+ * express (NVMe) is supported for instance store (<code>required</code> | <code>supported</code>
145
+ * | <code>unsupported</code>).</p>
146
+ * </li>
147
+ * <li>
148
+ * <p>
149
+ * <code>instance-storage-info.total-size-in-gb</code> - The total amount of storage
150
+ * available from all local instance storage, in GB.</p>
151
+ * </li>
152
+ * <li>
153
+ * <p>
154
+ * <code>instance-storage-supported</code> - Indicates whether the instance type has local
155
+ * instance storage (<code>true</code> | <code>false</code>).</p>
156
+ * </li>
157
+ * <li>
158
+ * <p>
159
+ * <code>instance-type</code> - The instance type (for example <code>c5.2xlarge</code> or
160
+ * c5*).</p>
161
+ * </li>
162
+ * <li>
163
+ * <p>
164
+ * <code>memory-info.size-in-mib</code> - The memory size.</p>
165
+ * </li>
166
+ * <li>
167
+ * <p>
168
+ * <code>network-info.bandwidth-weightings</code> - For instances that support bandwidth
169
+ * weighting to boost performance (<code>default</code>, <code>vpc-1</code>,
170
+ * <code>ebs-1</code>).</p>
171
+ * </li>
172
+ * <li>
173
+ * <p>
174
+ * <code>network-info.efa-info.maximum-efa-interfaces</code> - The maximum number of Elastic
175
+ * Fabric Adapters (EFAs) per instance.</p>
176
+ * </li>
177
+ * <li>
178
+ * <p>
179
+ * <code>network-info.efa-supported</code> - Indicates whether the instance type supports
180
+ * Elastic Fabric Adapter (EFA) (<code>true</code> | <code>false</code>).</p>
181
+ * </li>
182
+ * <li>
183
+ * <p>
184
+ * <code>network-info.ena-support</code> - Indicates whether Elastic Network Adapter (ENA) is
185
+ * supported or required (<code>required</code> | <code>supported</code> |
186
+ * <code>unsupported</code>).</p>
187
+ * </li>
188
+ * <li>
189
+ * <p>
190
+ * <code>network-info.flexible-ena-queues-support</code> - Indicates whether an instance supports
191
+ * flexible ENA queues (<code>supported</code> | <code>unsupported</code>).</p>
192
+ * </li>
193
+ * <li>
194
+ * <p>
195
+ * <code>network-info.encryption-in-transit-supported</code> - Indicates whether the instance
196
+ * type automatically encrypts in-transit traffic between instances (<code>true</code> | <code>false</code>).</p>
197
+ * </li>
198
+ * <li>
199
+ * <p>
200
+ * <code>network-info.ipv4-addresses-per-interface</code> - The maximum number of private
201
+ * IPv4 addresses per network interface.</p>
202
+ * </li>
203
+ * <li>
204
+ * <p>
205
+ * <code>network-info.ipv6-addresses-per-interface</code> - The maximum number of private
206
+ * IPv6 addresses per network interface.</p>
207
+ * </li>
208
+ * <li>
209
+ * <p>
210
+ * <code>network-info.ipv6-supported</code> - Indicates whether the instance type supports
211
+ * IPv6 (<code>true</code> | <code>false</code>).</p>
212
+ * </li>
213
+ * <li>
214
+ * <p>
215
+ * <code>network-info.maximum-network-cards</code> - The maximum number of network cards per
216
+ * instance.</p>
217
+ * </li>
218
+ * <li>
219
+ * <p>
220
+ * <code>network-info.maximum-network-interfaces</code> - The maximum number of network
221
+ * interfaces per instance.</p>
222
+ * </li>
223
+ * <li>
224
+ * <p>
225
+ * <code>network-info.network-performance</code> - The network performance (for example, "25
226
+ * Gigabit").</p>
227
+ * </li>
228
+ * <li>
229
+ * <p>
230
+ * <code>nitro-enclaves-support</code> - Indicates whether Nitro Enclaves is supported
231
+ * (<code>supported</code> | <code>unsupported</code>).</p>
232
+ * </li>
233
+ * <li>
234
+ * <p>
235
+ * <code>nitro-tpm-support</code> - Indicates whether NitroTPM is supported
236
+ * (<code>supported</code> | <code>unsupported</code>).</p>
237
+ * </li>
238
+ * <li>
239
+ * <p>
240
+ * <code>nitro-tpm-info.supported-versions</code> - The supported NitroTPM version
241
+ * (<code>2.0</code>).</p>
242
+ * </li>
243
+ * <li>
244
+ * <p>
245
+ * <code>processor-info.supported-architecture</code> - The CPU architecture
246
+ * (<code>arm64</code> | <code>i386</code> | <code>x86_64</code>).</p>
247
+ * </li>
248
+ * <li>
249
+ * <p>
250
+ * <code>processor-info.sustained-clock-speed-in-ghz</code> - The CPU clock speed, in
251
+ * GHz.</p>
252
+ * </li>
253
+ * <li>
254
+ * <p>
255
+ * <code>processor-info.supported-features</code> - The supported CPU features
256
+ * (<code>amd-sev-snp</code>).</p>
257
+ * </li>
258
+ * <li>
259
+ * <p>
260
+ * <code>reboot-migration-support</code> - Indicates whether enabling reboot migration is
261
+ * supported (<code>supported</code> | <code>unsupported</code>).</p>
262
+ * </li>
263
+ * <li>
264
+ * <p>
265
+ * <code>supported-boot-mode</code> - The boot mode (<code>legacy-bios</code> |
266
+ * <code>uefi</code>).</p>
267
+ * </li>
268
+ * <li>
269
+ * <p>
270
+ * <code>supported-root-device-type</code> - The root device type (<code>ebs</code> |
271
+ * <code>instance-store</code>).</p>
272
+ * </li>
273
+ * <li>
274
+ * <p>
275
+ * <code>supported-usage-class</code> - The usage class (<code>on-demand</code> |
276
+ * <code>spot</code> | <code>capacity-block</code>).</p>
277
+ * </li>
278
+ * <li>
279
+ * <p>
280
+ * <code>supported-virtualization-type</code> - The virtualization type (<code>hvm</code> |
281
+ * <code>paravirtual</code>).</p>
282
+ * </li>
283
+ * <li>
284
+ * <p>
285
+ * <code>vcpu-info.default-cores</code> - The default number of cores for the instance
286
+ * type.</p>
287
+ * </li>
288
+ * <li>
289
+ * <p>
290
+ * <code>vcpu-info.default-threads-per-core</code> - The default number of threads per core
291
+ * for the instance type.</p>
292
+ * </li>
293
+ * <li>
294
+ * <p>
295
+ * <code>vcpu-info.default-vcpus</code> - The default number of vCPUs for the instance
296
+ * type.</p>
297
+ * </li>
298
+ * <li>
299
+ * <p>
300
+ * <code>vcpu-info.valid-cores</code> - The number of cores that can be configured for the
301
+ * instance type.</p>
302
+ * </li>
303
+ * <li>
304
+ * <p>
305
+ * <code>vcpu-info.valid-threads-per-core</code> - The number of threads per core that can be
306
+ * configured for the instance type. For example, "1" or "1,2".</p>
307
+ * </li>
308
+ * </ul>
309
+ * @public
310
+ */
311
+ Filters?: Filter[] | undefined;
312
+ /**
313
+ * <p>The maximum number of items to return for this request.
314
+ * To get the next page of items, make another request with the token returned in the output.
315
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
316
+ * @public
317
+ */
318
+ MaxResults?: number | undefined;
319
+ /**
320
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
321
+ * @public
322
+ */
323
+ NextToken?: string | undefined;
324
+ }
6
325
  /**
7
326
  * @public
8
327
  * @enum
@@ -10785,49 +11104,6 @@ export interface DescribeTransitGatewayVpcAttachmentsResult {
10785
11104
  */
10786
11105
  NextToken?: string | undefined;
10787
11106
  }
10788
- /**
10789
- * @public
10790
- */
10791
- export interface DescribeTrunkInterfaceAssociationsRequest {
10792
- /**
10793
- * <p>The IDs of the associations.</p>
10794
- * @public
10795
- */
10796
- AssociationIds?: string[] | undefined;
10797
- /**
10798
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10799
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10800
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10801
- * @public
10802
- */
10803
- DryRun?: boolean | undefined;
10804
- /**
10805
- * <p>One or more filters.</p>
10806
- * <ul>
10807
- * <li>
10808
- * <p>
10809
- * <code>gre-key</code> - The ID of a trunk interface association.</p>
10810
- * </li>
10811
- * <li>
10812
- * <p>
10813
- * <code>interface-protocol</code> - The interface protocol. Valid values are <code>VLAN</code> and <code>GRE</code>.</p>
10814
- * </li>
10815
- * </ul>
10816
- * @public
10817
- */
10818
- Filters?: Filter[] | undefined;
10819
- /**
10820
- * <p>The token for the next page of results.</p>
10821
- * @public
10822
- */
10823
- NextToken?: string | undefined;
10824
- /**
10825
- * <p>The maximum number of results to return with a single call.
10826
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
10827
- * @public
10828
- */
10829
- MaxResults?: number | undefined;
10830
- }
10831
11107
  /**
10832
11108
  * @internal
10833
11109
  */
@@ -1,8 +1,51 @@
1
1
  import { ActiveVpnTunnelStatus, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AllowedPrincipal, AsnAssociation, AssociationStatus, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, TrunkInterfaceAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
2
  import { CapacityReservationState, DiskImageFormat, IpAddressType, SSEType, Volume, VolumeType, Vpc } from "./models_1";
3
3
  import { VerifiedAccessEndpoint } from "./models_2";
4
- import { ConnectionNotification, DnsEntry, DnsNameState, Filter, MetricType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConnection, VpnGateway } from "./models_3";
5
- import { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, PeriodType, ProductCode, ReservationState, StatisticType } from "./models_4";
4
+ import { ConnectionNotification, DnsEntry, DnsNameState, Filter, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConnection, VpnGateway } from "./models_3";
5
+ import { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, MetricType, PeriodType, ProductCode, ReservationState, StatisticType } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeTrunkInterfaceAssociationsRequest {
10
+ /**
11
+ * <p>The IDs of the associations.</p>
12
+ * @public
13
+ */
14
+ AssociationIds?: string[] | undefined;
15
+ /**
16
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
17
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
18
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
19
+ * @public
20
+ */
21
+ DryRun?: boolean | undefined;
22
+ /**
23
+ * <p>One or more filters.</p>
24
+ * <ul>
25
+ * <li>
26
+ * <p>
27
+ * <code>gre-key</code> - The ID of a trunk interface association.</p>
28
+ * </li>
29
+ * <li>
30
+ * <p>
31
+ * <code>interface-protocol</code> - The interface protocol. Valid values are <code>VLAN</code> and <code>GRE</code>.</p>
32
+ * </li>
33
+ * </ul>
34
+ * @public
35
+ */
36
+ Filters?: Filter[] | undefined;
37
+ /**
38
+ * <p>The token for the next page of results.</p>
39
+ * @public
40
+ */
41
+ NextToken?: string | undefined;
42
+ /**
43
+ * <p>The maximum number of results to return with a single call.
44
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
45
+ * @public
46
+ */
47
+ MaxResults?: number | undefined;
48
+ }
6
49
  /**
7
50
  * @public
8
51
  */
@@ -7491,33 +7534,6 @@ export interface IntegrateServices {
7491
7534
  */
7492
7535
  AthenaIntegrations?: AthenaIntegration[] | undefined;
7493
7536
  }
7494
- /**
7495
- * @public
7496
- */
7497
- export interface GetFlowLogsIntegrationTemplateRequest {
7498
- /**
7499
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7500
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7501
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7502
- * @public
7503
- */
7504
- DryRun?: boolean | undefined;
7505
- /**
7506
- * <p>The ID of the flow log.</p>
7507
- * @public
7508
- */
7509
- FlowLogId: string | undefined;
7510
- /**
7511
- * <p>To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.</p>
7512
- * @public
7513
- */
7514
- ConfigDeliveryS3DestinationArn: string | undefined;
7515
- /**
7516
- * <p>Information about the service integration.</p>
7517
- * @public
7518
- */
7519
- IntegrateServices: IntegrateServices | undefined;
7520
- }
7521
7537
  /**
7522
7538
  * @internal
7523
7539
  */
@@ -4,7 +4,34 @@ import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, De
4
4
  import { Filter, IpamPoolCidr } from "./models_3";
5
5
  import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStatusEvent, LaunchPermission, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_4";
6
6
  import { AnalysisStatus, ArchitectureType, CreateVolumePermission, ExcessCapacityTerminationPolicy, LaunchTemplateConfig, LockState, ReservedInstancesConfiguration, SnapshotAttributeName } from "./models_5";
7
- import { InstanceFamilyCreditSpecification, ManagedBy, RouteServerPropagation, SnapshotBlockPublicAccessState, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily } from "./models_6";
7
+ import { InstanceFamilyCreditSpecification, IntegrateServices, ManagedBy, RouteServerPropagation, SnapshotBlockPublicAccessState, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily } from "./models_6";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface GetFlowLogsIntegrationTemplateRequest {
12
+ /**
13
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
14
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
15
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
16
+ * @public
17
+ */
18
+ DryRun?: boolean | undefined;
19
+ /**
20
+ * <p>The ID of the flow log.</p>
21
+ * @public
22
+ */
23
+ FlowLogId: string | undefined;
24
+ /**
25
+ * <p>To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.</p>
26
+ * @public
27
+ */
28
+ ConfigDeliveryS3DestinationArn: string | undefined;
29
+ /**
30
+ * <p>Information about the service integration.</p>
31
+ * @public
32
+ */
33
+ IntegrateServices: IntegrateServices | undefined;
34
+ }
8
35
  /**
9
36
  * @public
10
37
  */
@@ -8526,38 +8553,6 @@ export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
8526
8553
  */
8527
8554
  ApplianceModeSupport?: ApplianceModeSupportValue | undefined;
8528
8555
  }
8529
- /**
8530
- * @public
8531
- */
8532
- export interface ModifyTransitGatewayVpcAttachmentRequest {
8533
- /**
8534
- * <p>The ID of the attachment.</p>
8535
- * @public
8536
- */
8537
- TransitGatewayAttachmentId: string | undefined;
8538
- /**
8539
- * <p>The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.</p>
8540
- * @public
8541
- */
8542
- AddSubnetIds?: string[] | undefined;
8543
- /**
8544
- * <p>The IDs of one or more subnets to remove.</p>
8545
- * @public
8546
- */
8547
- RemoveSubnetIds?: string[] | undefined;
8548
- /**
8549
- * <p>The new VPC attachment options.</p>
8550
- * @public
8551
- */
8552
- Options?: ModifyTransitGatewayVpcAttachmentRequestOptions | undefined;
8553
- /**
8554
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8555
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8556
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8557
- * @public
8558
- */
8559
- DryRun?: boolean | undefined;
8560
- }
8561
8556
  /**
8562
8557
  * @internal
8563
8558
  */
@@ -5,7 +5,39 @@ import { Byoasn, DnsOptionsSpecification, Filter, IKEVersionsRequestListValue, I
5
5
  import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CapacityBlock, CapacityBlockExtension, ClientVpnConnectionStatus, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, TpmSupportValues } from "./models_4";
6
6
  import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_5";
7
7
  import { CapacityManagerStatus, InternetGatewayBlockMode, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_6";
8
- import { CapacityReservationSpecification, Purchase } from "./models_7";
8
+ import { CapacityReservationSpecification, ModifyTransitGatewayVpcAttachmentRequestOptions, Purchase } from "./models_7";
9
+ /**
10
+ * @public
11
+ */
12
+ export interface ModifyTransitGatewayVpcAttachmentRequest {
13
+ /**
14
+ * <p>The ID of the attachment.</p>
15
+ * @public
16
+ */
17
+ TransitGatewayAttachmentId: string | undefined;
18
+ /**
19
+ * <p>The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.</p>
20
+ * @public
21
+ */
22
+ AddSubnetIds?: string[] | undefined;
23
+ /**
24
+ * <p>The IDs of one or more subnets to remove.</p>
25
+ * @public
26
+ */
27
+ RemoveSubnetIds?: string[] | undefined;
28
+ /**
29
+ * <p>The new VPC attachment options.</p>
30
+ * @public
31
+ */
32
+ Options?: ModifyTransitGatewayVpcAttachmentRequestOptions | undefined;
33
+ /**
34
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
35
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
36
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
37
+ * @public
38
+ */
39
+ DryRun?: boolean | undefined;
40
+ }
9
41
  /**
10
42
  * @public
11
43
  */
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeInstanceTypesRequest } from "../models/models_4";
9
- import { DescribeInstanceTypesResult } from "../models/models_5";
8
+ import {
9
+ DescribeInstanceTypesRequest,
10
+ DescribeInstanceTypesResult,
11
+ } from "../models/models_5";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeInstanceTypesCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeTrunkInterfaceAssociationsRequest } from "../models/models_5";
9
- import { DescribeTrunkInterfaceAssociationsResult } from "../models/models_6";
8
+ import {
9
+ DescribeTrunkInterfaceAssociationsRequest,
10
+ DescribeTrunkInterfaceAssociationsResult,
11
+ } from "../models/models_6";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeTrunkInterfaceAssociationsCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { GetFlowLogsIntegrationTemplateRequest } from "../models/models_6";
9
- import { GetFlowLogsIntegrationTemplateResult } from "../models/models_7";
8
+ import {
9
+ GetFlowLogsIntegrationTemplateRequest,
10
+ GetFlowLogsIntegrationTemplateResult,
11
+ } from "../models/models_7";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface GetFlowLogsIntegrationTemplateCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ModifyTransitGatewayVpcAttachmentRequest } from "../models/models_7";
9
- import { ModifyTransitGatewayVpcAttachmentResult } from "../models/models_8";
8
+ import {
9
+ ModifyTransitGatewayVpcAttachmentRequest,
10
+ ModifyTransitGatewayVpcAttachmentResult,
11
+ } from "../models/models_8";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface ModifyTransitGatewayVpcAttachmentCommandInput
@@ -2020,6 +2020,7 @@ export interface InstanceRequirementsRequest {
2020
2020
  AllowedInstanceTypes?: string[] | undefined;
2021
2021
  MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: number | undefined;
2022
2022
  BaselinePerformanceFactors?: BaselinePerformanceFactorsRequest | undefined;
2023
+ RequireEncryptionInTransit?: boolean | undefined;
2023
2024
  }
2024
2025
  export interface Placement {
2025
2026
  AvailabilityZoneId?: string | undefined;
@@ -2241,6 +2242,7 @@ export interface InstanceRequirements {
2241
2242
  AllowedInstanceTypes?: string[] | undefined;
2242
2243
  MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: number | undefined;
2243
2244
  BaselinePerformanceFactors?: BaselinePerformanceFactors | undefined;
2245
+ RequireEncryptionInTransit?: boolean | undefined;
2244
2246
  }
2245
2247
  export interface PlacementResponse {
2246
2248
  GroupName?: string | undefined;