@jjrawlins/cdk-ami-builder 0.0.157 → 0.0.158

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (595) hide show
  1. package/.jsii +11 -11
  2. package/cdkamibuilder/go.mod +1 -1
  3. package/cdkamibuilder/jsii/jsii.go +2 -2
  4. package/cdkamibuilder/version +1 -1
  5. package/lib/ImagePipeline/ImagePipeline.js +1 -1
  6. package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
  7. package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
  8. package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +790 -34324
  9. package/node_modules/@aws-sdk/client-ec2/dist-cjs/models/EC2ServiceException.js +12 -0
  10. package/node_modules/@aws-sdk/client-ec2/dist-cjs/runtimeConfig.shared.js +2 -0
  11. package/node_modules/@aws-sdk/client-ec2/dist-cjs/schemas/schemas_0.js +30588 -0
  12. package/node_modules/@aws-sdk/client-ec2/dist-es/models/enums.js +18 -0
  13. package/node_modules/@aws-sdk/client-ec2/dist-es/runtimeConfig.shared.js +2 -0
  14. package/node_modules/@aws-sdk/client-ec2/dist-es/schemas/schemas_0.js +123 -70
  15. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  16. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +4 -4
  17. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -1
  18. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -2
  19. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePlacementGroupCommand.d.ts +7 -0
  20. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
  21. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +10 -0
  22. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  23. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
  24. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +3 -2
  25. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  26. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +3 -3
  27. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstancesCommand.d.ts +2 -1
  28. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -1
  29. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribePlacementGroupsCommand.d.ts +4 -0
  30. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeRegionsCommand.d.ts +5 -0
  31. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
  34. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  35. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  36. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  37. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -1
  38. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -1
  39. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -1
  41. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  42. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +4 -2
  44. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -1
  47. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  49. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  50. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +4 -2
  51. package/node_modules/@aws-sdk/client-ec2/dist-types/models/enums.d.ts +26 -0
  52. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +23 -1
  53. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +34 -72
  54. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +95 -89
  55. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +88 -33
  56. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +47 -51
  57. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +56 -2
  58. package/node_modules/@aws-sdk/client-ec2/dist-types/schemas/schemas_0.d.ts +11 -1
  59. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +2 -4
  60. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -4
  61. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -4
  62. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +2 -4
  64. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/enums.d.ts +20 -0
  66. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +5 -0
  67. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +8 -16
  68. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +23 -23
  69. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +22 -11
  70. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +16 -16
  71. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +16 -0
  72. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -1
  73. package/node_modules/@aws-sdk/client-ec2/package.json +14 -14
  74. package/node_modules/@aws-sdk/client-ecs/README.md +1 -15
  75. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +254 -4069
  76. package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/ECSServiceException.js +12 -0
  77. package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/errors.js +370 -0
  78. package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.shared.js +2 -0
  79. package/node_modules/@aws-sdk/client-ecs/dist-cjs/schemas/schemas_0.js +3113 -0
  80. package/node_modules/@aws-sdk/client-ecs/dist-es/models/enums.js +156 -156
  81. package/node_modules/@aws-sdk/client-ecs/dist-es/models/errors.js +68 -68
  82. package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js +2 -0
  83. package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +252 -246
  84. package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesInactive.js +2 -2
  85. package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesStable.js +2 -2
  86. package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksRunning.js +2 -2
  87. package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksStopped.js +2 -2
  88. package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +1 -15
  89. package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +1 -15
  90. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +4 -16
  91. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +3 -20
  92. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +4 -18
  93. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +4 -236
  94. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +6 -25
  95. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +12 -18
  96. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAttributesCommand.d.ts +2 -7
  97. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -21
  98. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +7 -30
  99. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +5 -19
  100. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +4 -30
  101. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -27
  102. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +6 -16
  103. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -21
  104. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -25
  105. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +34 -39
  106. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +3 -10
  107. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -9
  108. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -14
  109. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +44 -13
  110. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +44 -14
  111. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +2 -7
  112. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -15
  113. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +5 -16
  114. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +3 -12
  115. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -8
  116. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +4 -32
  117. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -7
  118. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +9 -14
  119. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAttributesCommand.d.ts +2 -11
  120. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +2 -7
  121. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -11
  122. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +4 -15
  123. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -13
  124. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +3 -9
  125. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -7
  126. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -24
  127. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +13 -20
  128. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +14 -23
  129. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +12 -22
  130. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -9
  131. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAttributesCommand.d.ts +4 -14
  132. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +4 -29
  133. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -13
  134. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -26
  135. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +6 -75
  136. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +3 -23
  137. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopServiceDeploymentCommand.d.ts +5 -25
  138. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +3 -25
  139. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -12
  140. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -8
  141. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -12
  142. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +3 -11
  143. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +2 -7
  144. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -10
  145. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +2 -7
  146. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -7
  147. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +6 -41
  148. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -56
  149. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +5 -19
  150. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +14 -146
  151. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -19
  152. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +15 -47
  153. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +6 -17
  154. package/node_modules/@aws-sdk/client-ecs/dist-types/index.d.ts +1 -15
  155. package/node_modules/@aws-sdk/client-ecs/dist-types/models/enums.d.ts +338 -338
  156. package/node_modules/@aws-sdk/client-ecs/dist-types/models/errors.d.ts +74 -128
  157. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +3435 -9819
  158. package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +36 -29
  159. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/enums.d.ts +222 -222
  160. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/errors.d.ts +61 -61
  161. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +1055 -1055
  162. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +31 -29
  163. package/node_modules/@aws-sdk/client-ecs/package.json +13 -13
  164. package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +83 -2269
  165. package/node_modules/@aws-sdk/client-kms/dist-cjs/models/KMSServiceException.js +12 -0
  166. package/node_modules/@aws-sdk/client-kms/dist-cjs/models/errors.js +628 -0
  167. package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.shared.js +2 -0
  168. package/node_modules/@aws-sdk/client-kms/dist-cjs/schemas/schemas_0.js +1394 -0
  169. package/node_modules/@aws-sdk/client-kms/dist-es/models/enums.js +3 -0
  170. package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.shared.js +2 -0
  171. package/node_modules/@aws-sdk/client-kms/dist-es/schemas/schemas_0.js +288 -280
  172. package/node_modules/@aws-sdk/client-kms/dist-types/KMS.d.ts +1 -0
  173. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +1 -1
  174. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +5 -2
  175. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReEncryptCommand.d.ts +4 -1
  176. package/node_modules/@aws-sdk/client-kms/dist-types/commands/RotateKeyOnDemandCommand.d.ts +1 -1
  177. package/node_modules/@aws-sdk/client-kms/dist-types/models/enums.d.ts +11 -0
  178. package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +29 -6
  179. package/node_modules/@aws-sdk/client-kms/dist-types/schemas/schemas_0.d.ts +52 -45
  180. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMS.d.ts +1 -0
  181. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/commands/DecryptCommand.d.ts +3 -1
  182. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/enums.d.ts +5 -0
  183. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +5 -2
  184. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/schemas/schemas_0.d.ts +47 -45
  185. package/node_modules/@aws-sdk/client-kms/package.json +13 -13
  186. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +133 -4006
  187. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
  188. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
  189. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +2 -0
  190. package/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3256 -0
  191. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +2 -0
  192. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +102 -96
  193. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +23 -16
  194. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -16
  195. package/node_modules/@aws-sdk/client-s3/package.json +18 -18
  196. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +49 -955
  197. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/SecretsManagerServiceException.js +12 -0
  198. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/errors.js +184 -0
  199. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +2 -0
  200. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/schemas/schemas_0.js +665 -0
  201. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +2 -0
  202. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +82 -76
  203. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +20 -13
  204. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -13
  205. package/node_modules/@aws-sdk/client-secrets-manager/package.json +13 -13
  206. package/node_modules/@aws-sdk/client-sfn/dist-cjs/index.js +63 -2198
  207. package/node_modules/@aws-sdk/client-sfn/dist-cjs/models/SFNServiceException.js +12 -0
  208. package/node_modules/@aws-sdk/client-sfn/dist-cjs/models/errors.js +441 -0
  209. package/node_modules/@aws-sdk/client-sfn/dist-cjs/runtimeConfig.shared.js +2 -0
  210. package/node_modules/@aws-sdk/client-sfn/dist-cjs/schemas/schemas_0.js +1515 -0
  211. package/node_modules/@aws-sdk/client-sfn/dist-es/runtimeConfig.shared.js +2 -0
  212. package/node_modules/@aws-sdk/client-sfn/dist-es/schemas/schemas_0.js +236 -230
  213. package/node_modules/@aws-sdk/client-sfn/dist-types/schemas/schemas_0.d.ts +39 -32
  214. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/schemas/schemas_0.d.ts +34 -32
  215. package/node_modules/@aws-sdk/client-sfn/package.json +13 -13
  216. package/node_modules/@aws-sdk/client-sns/dist-cjs/index.js +68 -1712
  217. package/node_modules/@aws-sdk/client-sns/dist-cjs/models/SNSServiceException.js +12 -0
  218. package/node_modules/@aws-sdk/client-sns/dist-cjs/models/errors.js +452 -0
  219. package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.shared.js +2 -0
  220. package/node_modules/@aws-sdk/client-sns/dist-cjs/schemas/schemas_0.js +1066 -0
  221. package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.shared.js +2 -0
  222. package/node_modules/@aws-sdk/client-sns/dist-es/schemas/schemas_0.js +219 -213
  223. package/node_modules/@aws-sdk/client-sns/dist-types/schemas/schemas_0.d.ts +40 -33
  224. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/schemas/schemas_0.d.ts +35 -33
  225. package/node_modules/@aws-sdk/client-sns/package.json +13 -13
  226. package/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js +49 -1248
  227. package/node_modules/@aws-sdk/client-sqs/dist-cjs/models/SQSServiceException.js +12 -0
  228. package/node_modules/@aws-sdk/client-sqs/dist-cjs/models/errors.js +368 -0
  229. package/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js +2 -0
  230. package/node_modules/@aws-sdk/client-sqs/dist-cjs/schemas/schemas_0.js +764 -0
  231. package/node_modules/@aws-sdk/client-sqs/dist-es/runtimeConfig.shared.js +2 -0
  232. package/node_modules/@aws-sdk/client-sqs/dist-es/schemas/schemas_0.js +171 -165
  233. package/node_modules/@aws-sdk/client-sqs/dist-types/schemas/schemas_0.d.ts +35 -28
  234. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -28
  235. package/node_modules/@aws-sdk/client-sqs/package.json +14 -14
  236. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +172 -8469
  237. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +12 -0
  238. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/errors.js +2059 -0
  239. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +2 -0
  240. package/node_modules/@aws-sdk/client-ssm/dist-cjs/schemas/schemas_0.js +5616 -0
  241. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +2 -0
  242. package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +1633 -1626
  243. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +2 -0
  244. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +2 -0
  245. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
  246. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
  247. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -2
  248. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -2
  249. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -0
  250. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
  251. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -2
  252. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +42 -2
  253. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +25 -0
  254. package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +146 -139
  255. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +3 -0
  256. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +2 -0
  257. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +141 -139
  258. package/node_modules/@aws-sdk/client-ssm/package.json +13 -13
  259. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +30 -242
  260. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +12 -0
  261. package/node_modules/@aws-sdk/client-sso/dist-cjs/models/errors.js +56 -0
  262. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
  263. package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +161 -0
  264. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
  265. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +32 -26
  266. package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +12 -5
  267. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -5
  268. package/node_modules/@aws-sdk/client-sso/package.json +12 -12
  269. package/node_modules/@aws-sdk/core/dist-cjs/index.js +19 -10
  270. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +19 -10
  271. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +3 -3
  272. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +1 -0
  273. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
  274. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +14 -6
  275. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +4 -0
  276. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  277. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
  278. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
  279. package/node_modules/@aws-sdk/core/package.json +4 -4
  280. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  281. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  282. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  283. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  284. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  285. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  286. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -1
  287. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-Bw7VSvlO.js +8 -0
  288. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  289. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
  290. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  291. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +4 -4
  292. package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +3 -3
  293. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
  294. package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +2 -2
  295. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  296. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +27 -206
  297. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  298. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  299. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +2 -0
  300. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  301. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +27 -355
  302. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  303. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  304. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  305. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  306. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +33 -314
  307. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  308. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
  309. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +2 -0
  310. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  311. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
  312. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +15 -12
  313. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  314. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +40 -37
  315. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
  316. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +60 -57
  317. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +11 -4
  318. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +10 -3
  319. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +15 -8
  320. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +6 -4
  321. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +5 -3
  322. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +10 -8
  323. package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
  324. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  325. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  326. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -12
  327. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  328. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +12 -1
  329. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +4 -2
  330. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
  331. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
  332. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
  333. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
  334. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  335. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +13 -0
  336. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  337. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +83 -14
  338. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  339. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  340. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  341. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  342. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +4 -4
  343. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +74 -12
  344. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +7 -5
  345. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +65 -53
  346. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +84 -44
  347. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +255 -187
  348. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  349. package/node_modules/@smithy/abort-controller/package.json +6 -6
  350. package/node_modules/@smithy/chunked-blob-reader/package.json +5 -5
  351. package/node_modules/@smithy/chunked-blob-reader-native/package.json +6 -6
  352. package/node_modules/@smithy/config-resolver/package.json +10 -10
  353. package/node_modules/@smithy/core/dist-cjs/index.js +1 -4
  354. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +13 -10
  355. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +3 -0
  356. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -1
  357. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +24 -5
  358. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1 -4
  359. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
  360. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +3 -0
  361. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +3 -1
  362. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +6 -1
  363. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
  364. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  365. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  366. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
  367. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
  368. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
  369. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  370. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  371. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
  372. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
  373. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
  374. package/node_modules/@smithy/core/package.json +11 -11
  375. package/node_modules/@smithy/credential-provider-imds/package.json +9 -9
  376. package/node_modules/@smithy/eventstream-codec/package.json +8 -8
  377. package/node_modules/@smithy/eventstream-serde-browser/package.json +7 -7
  378. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +6 -6
  379. package/node_modules/@smithy/eventstream-serde-node/package.json +7 -7
  380. package/node_modules/@smithy/eventstream-serde-universal/package.json +8 -8
  381. package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
  382. package/node_modules/@smithy/hash-blob-browser/package.json +9 -9
  383. package/node_modules/@smithy/hash-node/package.json +8 -8
  384. package/node_modules/@smithy/hash-stream-node/package.json +8 -8
  385. package/node_modules/@smithy/invalid-dependency/package.json +6 -6
  386. package/node_modules/@smithy/is-array-buffer/package.json +5 -5
  387. package/node_modules/@smithy/md5-js/package.json +9 -9
  388. package/node_modules/@smithy/middleware-content-length/package.json +7 -7
  389. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  390. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  391. package/node_modules/@smithy/middleware-serde/package.json +7 -7
  392. package/node_modules/@smithy/middleware-stack/package.json +6 -6
  393. package/node_modules/@smithy/node-config-provider/package.json +8 -8
  394. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +9 -2
  395. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +9 -2
  396. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  397. package/node_modules/@smithy/property-provider/package.json +6 -6
  398. package/node_modules/@smithy/protocol-http/package.json +6 -6
  399. package/node_modules/@smithy/querystring-builder/package.json +7 -7
  400. package/node_modules/@smithy/querystring-parser/package.json +6 -6
  401. package/node_modules/@smithy/service-error-classification/package.json +6 -6
  402. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +16 -14
  403. package/node_modules/@smithy/shared-ini-file-loader/package.json +6 -6
  404. package/node_modules/@smithy/signature-v4/package.json +12 -12
  405. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +10 -15
  406. package/node_modules/@smithy/smithy-client/package.json +7 -7
  407. package/node_modules/@smithy/types/package.json +5 -5
  408. package/node_modules/@smithy/url-parser/package.json +7 -7
  409. package/node_modules/@smithy/util-base64/dist-cjs/index.js +14 -6
  410. package/node_modules/@smithy/util-base64/package.json +7 -7
  411. package/node_modules/@smithy/util-body-length-browser/package.json +5 -5
  412. package/node_modules/@smithy/util-body-length-node/package.json +5 -5
  413. package/node_modules/@smithy/util-buffer-from/package.json +6 -6
  414. package/node_modules/@smithy/util-config-provider/package.json +5 -5
  415. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -3
  416. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  417. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  418. package/node_modules/@smithy/util-endpoints/package.json +7 -7
  419. package/node_modules/@smithy/util-hex-encoding/package.json +5 -5
  420. package/node_modules/@smithy/util-middleware/package.json +6 -6
  421. package/node_modules/@smithy/util-retry/package.json +7 -7
  422. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +13 -2
  423. package/node_modules/@smithy/util-stream/dist-cjs/index.js +51 -29
  424. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +13 -2
  425. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
  426. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +1 -0
  427. package/node_modules/@smithy/util-stream/package.json +8 -8
  428. package/node_modules/@smithy/util-uri-escape/package.json +5 -5
  429. package/node_modules/@smithy/util-utf8/package.json +6 -6
  430. package/node_modules/@smithy/util-waiter/package.json +7 -7
  431. package/node_modules/@smithy/uuid/package.json +5 -5
  432. package/package.json +13 -13
  433. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  434. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  435. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
  436. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  437. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  438. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  439. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  440. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  441. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  442. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  443. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  444. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  445. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
  446. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  447. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  448. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  449. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  450. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  451. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  452. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  453. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  454. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  455. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
  456. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  457. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  458. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  459. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  460. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  461. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
  462. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  463. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  464. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  465. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  466. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  467. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  468. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  469. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  470. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
  471. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  472. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  473. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  474. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  475. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  476. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  477. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  478. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  479. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  480. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  481. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  482. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  483. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  484. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  485. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  486. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
  487. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
  488. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  489. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  490. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
  491. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  492. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  493. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  494. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  495. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  496. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  497. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  498. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  499. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  500. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
  501. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  502. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  503. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  504. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  505. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  506. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  507. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  508. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  509. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  510. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
  511. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  512. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  513. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  514. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  515. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  516. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
  517. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  518. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  519. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  520. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  521. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  522. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  523. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  524. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  525. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
  526. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  527. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  528. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  529. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  530. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  531. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  532. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  533. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  534. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  535. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  536. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  537. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  538. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  539. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  540. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  541. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
  542. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  543. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  544. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
  545. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  546. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  547. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  548. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  549. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  550. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  551. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  552. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  553. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  554. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
  555. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  556. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  557. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  558. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  559. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  560. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  561. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  562. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  563. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  564. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
  565. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  566. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  567. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  568. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  569. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  570. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
  571. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  572. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  573. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  574. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  575. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  576. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  577. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  578. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  579. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
  580. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  581. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  582. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  583. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  584. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  585. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  586. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  587. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  588. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  589. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  590. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  591. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  592. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  593. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  594. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  595. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
@@ -390,13 +390,17 @@ const _AWSAKI = "AWSAccessKeyId";
390
390
  const _AZ = "AvailabilityZone";
391
391
  const _AZA = "AvailabilityZoneAddress";
392
392
  const _AZAv = "AvailabilityZoneAddresses";
393
- const _AZG = "AvailabilityZoneGroup";
393
+ const _AZG = "AvailabilityZoneGeography";
394
+ const _AZGL = "AvailabilityZoneGeographyList";
395
+ const _AZGv = "AvailabilityZoneGroup";
394
396
  const _AZI = "AvailabilityZoneId";
395
397
  const _AZISL = "AvailabilityZoneIdStringList";
396
398
  const _AZIv = "AvailabilityZoneIds";
397
399
  const _AZL = "AvailabilityZoneList";
398
400
  const _AZM = "AvailabilityZoneMessage";
399
401
  const _AZML = "AvailabilityZoneMessageList";
402
+ const _AZSG = "AvailabilityZoneSubGeography";
403
+ const _AZSGL = "AvailabilityZoneSubGeographyList";
400
404
  const _AZSL = "AvailabilityZoneStringList";
401
405
  const _AZv = "AvailabilityZones";
402
406
  const _Ac = "Acl";
@@ -2898,6 +2902,7 @@ const _GVRBEERe = "GetVpcResourcesBlockingEncryptionEnforcementResult";
2898
2902
  const _GVTRS = "GetVpnTunnelReplacementStatus";
2899
2903
  const _GVTRSR = "GetVpnTunnelReplacementStatusRequest";
2900
2904
  const _GVTRSRe = "GetVpnTunnelReplacementStatusResult";
2905
+ const _Ge = "Geography";
2901
2906
  const _Gp = "Gpus";
2902
2907
  const _Gr = "Group";
2903
2908
  const _H = "Hosts";
@@ -4217,6 +4222,7 @@ const _NTI = "NitroTpmInfo";
4217
4222
  const _NTS = "NitroTpmSupport";
4218
4223
  const _NTSVL = "NitroTpmSupportedVersionsList";
4219
4224
  const _NTe = "NextToken";
4225
+ const _NV = "NestedVirtualization";
4220
4226
  const _Na = "Nameservers";
4221
4227
  const _O = "Origin";
4222
4228
  const _OA = "OutpostArn";
@@ -4669,9 +4675,11 @@ const _RFISL = "ReservationFleetInstanceSpecificationList";
4669
4675
  const _RFP = "RekeyFuzzPercentage";
4670
4676
  const _RFPR = "RequestFilterPortRange";
4671
4677
  const _RFe = "RemoveField";
4678
+ const _RG = "RegionGeography";
4672
4679
  const _RGA = "RuleGroupArn";
4673
4680
  const _RGI = "ReferencedGroupId";
4674
4681
  const _RGIe = "ReferencedGroupInfo";
4682
+ const _RGL = "RegionGeographyList";
4675
4683
  const _RGLBA = "RemoveGatewayLoadBalancerArns";
4676
4684
  const _RGLBAe = "RemoveGatewayLoadBalancerArn";
4677
4685
  const _RGROP = "RuleGroupRuleOptionsPairs";
@@ -5085,7 +5093,7 @@ const _SFRIp = "SpotFleetRequestIds";
5085
5093
  const _SFRS = "SpotFleetRequestState";
5086
5094
  const _SFTS = "SpotFleetTagSpecification";
5087
5095
  const _SFTSL = "SpotFleetTagSpecificationList";
5088
- const _SG = "SecurityGroups";
5096
+ const _SG = "SubGeography";
5089
5097
  const _SGA = "SecurityGroupArn";
5090
5098
  const _SGFV = "SecurityGroupForVpcs";
5091
5099
  const _SGFVL = "SecurityGroupForVpcList";
@@ -5119,7 +5127,8 @@ const _SGSL = "SecurityGroupStringList";
5119
5127
  const _SGVA = "SecurityGroupVpcAssociations";
5120
5128
  const _SGVAL = "SecurityGroupVpcAssociationList";
5121
5129
  const _SGVAe = "SecurityGroupVpcAssociation";
5122
- const _SGe = "SecurityGroup";
5130
+ const _SGe = "SecurityGroups";
5131
+ const _SGec = "SecurityGroup";
5123
5132
  const _SH = "StartHour";
5124
5133
  const _SI = "SubnetIds";
5125
5134
  const _SIA = "ScheduledInstanceAvailability";
@@ -6671,8 +6680,9 @@ const _gM = "groupMember";
6671
6680
  const _gN = "groupName";
6672
6681
  const _gOI = "groupOwnerId";
6673
6682
  const _gPS = "gpuPartitionSize";
6674
- const _gS = "groupSet";
6675
- const _gSr = "groupSource";
6683
+ const _gS = "geographySet";
6684
+ const _gSr = "groupSet";
6685
+ const _gSro = "groupSource";
6676
6686
  const _gp = "gpus";
6677
6687
  const _gr = "groups";
6678
6688
  const _h = "hypervisor";
@@ -7210,6 +7220,7 @@ const _nT = "networkType";
7210
7220
  const _nTI = "nitroTpmInfo";
7211
7221
  const _nTS = "nitroTpmSupport";
7212
7222
  const _nTe = "nextToken";
7223
+ const _nV = "nestedVirtualization";
7213
7224
  const _o = "origin";
7214
7225
  const _oA = "outpostArn";
7215
7226
  const _oAr = "organizationsAccess";
@@ -7577,7 +7588,7 @@ const _req = "requested";
7577
7588
  const _res = "result";
7578
7589
  const _ro = "route";
7579
7590
  const _rou = "routes";
7580
- const _s = "source";
7591
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ec2";
7581
7592
  const _sA = "sourceArn";
7582
7593
  const _sAS = "sourceAddressSet";
7583
7594
  const _sASu = "suggestedAccountSet";
@@ -7635,7 +7646,8 @@ const _sGRI = "securityGroupRuleId";
7635
7646
  const _sGRS = "securityGroupRuleSet";
7636
7647
  const _sGRSe = "securityGroupReferenceSet";
7637
7648
  const _sGRSec = "securityGroupReferencingSupport";
7638
- const _sGS = "securityGroupSet";
7649
+ const _sGS = "subGeographySet";
7650
+ const _sGSe = "securityGroupSet";
7639
7651
  const _sGVAS = "securityGroupVpcAssociationSet";
7640
7652
  const _sGe = "securityGroups";
7641
7653
  const _sH = "startHour";
@@ -7773,8 +7785,8 @@ const _scop = "scopes";
7773
7785
  const _scor = "score";
7774
7786
  const _se = "service";
7775
7787
  const _si = "size";
7776
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ec2";
7777
- const _so = "sockets";
7788
+ const _so = "source";
7789
+ const _soc = "sockets";
7778
7790
  const _sof = "software";
7779
7791
  const _st = "state";
7780
7792
  const _sta = "status";
@@ -8072,6 +8084,12 @@ const _zT = "zoneType";
8072
8084
  const n0 = "com.amazonaws.ec2";
8073
8085
  import { TypeRegistry } from "@smithy/core/schema";
8074
8086
  import { EC2ServiceException } from "../models/EC2ServiceException";
8087
+ const _s_registry = TypeRegistry.for(_s);
8088
+ export var EC2ServiceException$ = [-3, _s, "EC2ServiceException", 0, [], []];
8089
+ _s_registry.registerError(EC2ServiceException$, EC2ServiceException);
8090
+ export const errorTypeRegistries = [
8091
+ _s_registry,
8092
+ ];
8075
8093
  var ClientSecretType = [0, n0, _CST, 8, 0];
8076
8094
  var CopySnapshotRequestPSU = [0, n0, _CSRPSU, 8, 0];
8077
8095
  var customerGatewayConfiguration = [0, n0, _cGC, 8, 0];
@@ -8213,7 +8231,7 @@ export var AccessScopePath$ = [3, n0, _ASP,
8213
8231
  0,
8214
8232
  [_S, _D, _TR],
8215
8233
  [[() => PathStatement$, { [_eQN]: `Source`,
8216
- [_xN]: _s }], [() => PathStatement$, { [_eQN]: `Destination`,
8234
+ [_xN]: _so }], [() => PathStatement$, { [_eQN]: `Destination`,
8217
8235
  [_xN]: _d }], [() => ThroughResourcesStatementList, { [_eQN]: `ThroughResourceSet`,
8218
8236
  [_xN]: _tRS }]]
8219
8237
  ];
@@ -8975,7 +8993,7 @@ export var AuthorizeSecurityGroupIngressResult$ = [3, n0, _ASGIRu,
8975
8993
  ];
8976
8994
  export var AvailabilityZone$ = [3, n0, _AZ,
8977
8995
  0,
8978
- [_OIS, _Mes, _RN, _ZN, _ZI, _GN, _NBG, _ZT, _PZN, _PZI, _GLN, _St],
8996
+ [_OIS, _Mes, _RN, _ZN, _ZI, _GN, _NBG, _ZT, _PZN, _PZI, _GLN, _Ge, _SG, _St],
8979
8997
  [[0, { [_eQN]: `OptInStatus`,
8980
8998
  [_xN]: _oIS }], [() => AvailabilityZoneMessageList, { [_eQN]: `MessageSet`,
8981
8999
  [_xN]: _mS }], [0, { [_eQN]: `RegionName`,
@@ -8987,7 +9005,9 @@ export var AvailabilityZone$ = [3, n0, _AZ,
8987
9005
  [_xN]: _zT }], [0, { [_eQN]: `ParentZoneName`,
8988
9006
  [_xN]: _pZN }], [0, { [_eQN]: `ParentZoneId`,
8989
9007
  [_xN]: _pZI }], [0, { [_eQN]: `GroupLongName`,
8990
- [_xN]: _gLN }], [0, { [_eQN]: `ZoneState`,
9008
+ [_xN]: _gLN }], [() => AvailabilityZoneGeographyList, { [_eQN]: `GeographySet`,
9009
+ [_xN]: _gS }], [() => AvailabilityZoneSubGeographyList, { [_eQN]: `SubGeographySet`,
9010
+ [_xN]: _sGS }], [0, { [_eQN]: `ZoneState`,
8991
9011
  [_xN]: _zS }]]
8992
9012
  ];
8993
9013
  export var AvailabilityZoneAddress$ = [3, n0, _AZA,
@@ -8995,12 +9015,24 @@ export var AvailabilityZoneAddress$ = [3, n0, _AZA,
8995
9015
  [_AZ, _AZI, _AIll],
8996
9016
  [0, 0, [() => AllocationIdList, { [_xN]: _AIl }]]
8997
9017
  ];
9018
+ export var AvailabilityZoneGeography$ = [3, n0, _AZG,
9019
+ 0,
9020
+ [_N],
9021
+ [[0, { [_eQN]: `Name`,
9022
+ [_xN]: _n }]]
9023
+ ];
8998
9024
  export var AvailabilityZoneMessage$ = [3, n0, _AZM,
8999
9025
  0,
9000
9026
  [_Me],
9001
9027
  [[0, { [_eQN]: `Message`,
9002
9028
  [_xN]: _me }]]
9003
9029
  ];
9030
+ export var AvailabilityZoneSubGeography$ = [3, n0, _AZSG,
9031
+ 0,
9032
+ [_N],
9033
+ [[0, { [_eQN]: `Name`,
9034
+ [_xN]: _n }]]
9035
+ ];
9004
9036
  export var AvailableCapacity$ = [3, n0, _ACv,
9005
9037
  0,
9006
9038
  [_AIC, _AVC],
@@ -9598,7 +9630,7 @@ export var ClassicLinkInstance$ = [3, n0, _CLI,
9598
9630
  0,
9599
9631
  [_G, _II, _T, _VI],
9600
9632
  [[() => GroupIdentifierList, { [_eQN]: `GroupSet`,
9601
- [_xN]: _gS }], [0, { [_eQN]: `InstanceId`,
9633
+ [_xN]: _gSr }], [0, { [_eQN]: `InstanceId`,
9602
9634
  [_xN]: _iI }], [() => TagList, { [_eQN]: `TagSet`,
9603
9635
  [_xN]: _tS }], [0, { [_eQN]: `VpcId`,
9604
9636
  [_xN]: _vI }]]
@@ -9951,16 +9983,17 @@ export var CopyVolumesResult$ = [3, n0, _CVRop,
9951
9983
  ];
9952
9984
  export var CpuOptions$ = [3, n0, _CO,
9953
9985
  0,
9954
- [_CCor, _TPC, _ASS],
9986
+ [_CCor, _TPC, _ASS, _NV],
9955
9987
  [[1, { [_eQN]: `CoreCount`,
9956
9988
  [_xN]: _cCo }], [1, { [_eQN]: `ThreadsPerCore`,
9957
9989
  [_xN]: _tPC }], [0, { [_eQN]: `AmdSevSnp`,
9958
- [_xN]: _aSS }]]
9990
+ [_xN]: _aSS }], [0, { [_eQN]: `NestedVirtualization`,
9991
+ [_xN]: _nV }]]
9959
9992
  ];
9960
9993
  export var CpuOptionsRequest$ = [3, n0, _COR,
9961
9994
  0,
9962
- [_CCor, _TPC, _ASS],
9963
- [1, 1, 0]
9995
+ [_CCor, _TPC, _ASS, _NV],
9996
+ [1, 1, 0, 0]
9964
9997
  ];
9965
9998
  export var CpuPerformanceFactor$ = [3, n0, _CPF,
9966
9999
  0,
@@ -10607,8 +10640,8 @@ export var CreateNetworkInterfaceResult$ = [3, n0, _CNIRr,
10607
10640
  ];
10608
10641
  export var CreatePlacementGroupRequest$ = [3, n0, _CPGR,
10609
10642
  0,
10610
- [_PCa, _TS, _SLp, _LGIi, _DR, _GN, _Str],
10611
- [1, [() => TagSpecificationList, { [_xN]: _TSa }], 0, 0, [2, { [_eQN]: `DryRun`,
10643
+ [_PCa, _TS, _SLp, _LGIi, _Op, _DR, _GN, _Str],
10644
+ [1, [() => TagSpecificationList, { [_xN]: _TSa }], 0, 0, () => OperatorRequest$, [2, { [_eQN]: `DryRun`,
10612
10645
  [_xN]: _dR }], [0, { [_eQN]: `GroupName`,
10613
10646
  [_xN]: _gN }], [0, { [_eQN]: `Strategy`,
10614
10647
  [_xN]: _str }]]
@@ -11332,7 +11365,7 @@ export var DataResponse$ = [3, n0, _DRa,
11332
11365
  [_I, _S, _D, _Met, _Stat, _Per, _MPe],
11333
11366
  [[0, { [_eQN]: `Id`,
11334
11367
  [_xN]: _i }], [0, { [_eQN]: `Source`,
11335
- [_xN]: _s }], [0, { [_eQN]: `Destination`,
11368
+ [_xN]: _so }], [0, { [_eQN]: `Destination`,
11336
11369
  [_xN]: _d }], [0, { [_eQN]: `Metric`,
11337
11370
  [_xN]: _met }], [0, { [_eQN]: `Statistic`,
11338
11371
  [_xN]: _stat }], [0, { [_eQN]: `Period`,
@@ -13750,7 +13783,7 @@ export var DescribeNetworkInterfaceAttributeResult$ = [3, n0, _DNIARescri,
13750
13783
  [[() => NetworkInterfaceAttachment$, { [_eQN]: `Attachment`,
13751
13784
  [_xN]: _at }], [() => AttributeValue$, { [_eQN]: `Description`,
13752
13785
  [_xN]: _de }], [() => GroupIdentifierList, { [_eQN]: `GroupSet`,
13753
- [_xN]: _gS }], [0, { [_eQN]: `NetworkInterfaceId`,
13786
+ [_xN]: _gSr }], [0, { [_eQN]: `NetworkInterfaceId`,
13754
13787
  [_xN]: _nII }], [() => AttributeBooleanValue$, { [_eQN]: `SourceDestCheck`,
13755
13788
  [_xN]: _sDC }], [2, { [_eQN]: `AssociatePublicIpAddress`,
13756
13789
  [_xN]: _aPIA }]]
@@ -14062,7 +14095,7 @@ export var DescribeSecurityGroupsRequest$ = [3, n0, _DSGRes,
14062
14095
  ];
14063
14096
  export var DescribeSecurityGroupsResult$ = [3, n0, _DSGResc,
14064
14097
  0,
14065
- [_NTe, _SG],
14098
+ [_NTe, _SGe],
14066
14099
  [[0, { [_eQN]: `NextToken`,
14067
14100
  [_xN]: _nTe }], [() => SecurityGroupList, { [_eQN]: `SecurityGroupInfo`,
14068
14101
  [_xN]: _sGIec }]]
@@ -15980,7 +16013,7 @@ export var EventInformation$ = [3, n0, _EIv,
15980
16013
  ];
15981
16014
  export var Explanation$ = [3, n0, _Ex,
15982
16015
  0,
15983
- [_Ac, _ARcl, _A, _Add, _ATtta, _AZv, _AZIv, _Cid, _C, _CGu, _D, _DVe, _Di, _ECx, _IRT, _IG, _LBAo, _CLBL, _LBLP, _LBT, _LBTG, _LBTGo, _LBTP, _ELBL, _MCi, _NG, _NIe, _PF, _VPC, _Po, _PRor, _PL, _Prot, _RTR, _RTo, _SGe, _SGRe, _SG, _SVo, _St, _Su, _SRT, _Vp, _VE, _VCp, _VG, _TG, _TGRT, _TGRTR, _TGAra, _CAo, _CRo, _FSRi, _FSRir],
16016
+ [_Ac, _ARcl, _A, _Add, _ATtta, _AZv, _AZIv, _Cid, _C, _CGu, _D, _DVe, _Di, _ECx, _IRT, _IG, _LBAo, _CLBL, _LBLP, _LBT, _LBTG, _LBTGo, _LBTP, _ELBL, _MCi, _NG, _NIe, _PF, _VPC, _Po, _PRor, _PL, _Prot, _RTR, _RTo, _SGec, _SGRe, _SGe, _SVo, _St, _Su, _SRT, _Vp, _VE, _VCp, _VG, _TG, _TGRT, _TGRTR, _TGAra, _CAo, _CRo, _FSRi, _FSRir],
15984
16017
  [[() => AnalysisComponent$, { [_eQN]: `Acl`,
15985
16018
  [_xN]: _ac }], [() => AnalysisAclRule$, { [_eQN]: `AclRule`,
15986
16019
  [_xN]: _aRc }], [0, { [_eQN]: `Address`,
@@ -16019,7 +16052,7 @@ export var Explanation$ = [3, n0, _Ex,
16019
16052
  [_xN]: _rTo }], [() => AnalysisComponent$, { [_eQN]: `SecurityGroup`,
16020
16053
  [_xN]: _sG }], [() => AnalysisSecurityGroupRule$, { [_eQN]: `SecurityGroupRule`,
16021
16054
  [_xN]: _sGR }], [() => AnalysisComponentList, { [_eQN]: `SecurityGroupSet`,
16022
- [_xN]: _sGS }], [() => AnalysisComponent$, { [_eQN]: `SourceVpc`,
16055
+ [_xN]: _sGSe }], [() => AnalysisComponent$, { [_eQN]: `SourceVpc`,
16023
16056
  [_xN]: _sV }], [0, { [_eQN]: `State`,
16024
16057
  [_xN]: _st }], [() => AnalysisComponent$, { [_eQN]: `Subnet`,
16025
16058
  [_xN]: _su }], [() => AnalysisComponent$, { [_eQN]: `SubnetRouteTable`,
@@ -17419,7 +17452,7 @@ export var HostProperties$ = [3, n0, _HP,
17419
17452
  [_xN]: _cor }], [0, { [_eQN]: `InstanceType`,
17420
17453
  [_xN]: _iT }], [0, { [_eQN]: `InstanceFamily`,
17421
17454
  [_xN]: _iF }], [1, { [_eQN]: `Sockets`,
17422
- [_xN]: _so }], [1, { [_eQN]: `TotalVCpus`,
17455
+ [_xN]: _soc }], [1, { [_eQN]: `TotalVCpus`,
17423
17456
  [_xN]: _tVC }]]
17424
17457
  ];
17425
17458
  export var HostReservation$ = [3, n0, _HRo,
@@ -17884,7 +17917,7 @@ export var InitializationStatusDetails$ = [3, n0, _ISD,
17884
17917
  ];
17885
17918
  export var Instance$ = [3, n0, _In,
17886
17919
  0,
17887
- [_Arc, _BDMl, _CT, _EO, _ESna, _Hy, _IIP, _ILn, _EGAl, _EIAAla, _NIet, _OA, _RDN, _RDT, _SG, _SDC, _SIRI, _SNS, _SRt, _T, _VTir, _CO, _CBI, _CRI, _CRSa, _HO, _Li, _MO, _EOn, _BM, _PDl, _UO, _UOUT, _PDNO, _IApv, _TSp, _MOa, _CIBM, _NPO, _Op, _SIec, _II, _IIm, _St, _PDN, _PDNub, _STR, _KN, _ALI, _PCro, _IT, _LTau, _Pla, _KI, _RIa, _Pl, _Mon, _SIu, _VI, _PIAr, _PIAu],
17920
+ [_Arc, _BDMl, _CT, _EO, _ESna, _Hy, _IIP, _ILn, _EGAl, _EIAAla, _NIet, _OA, _RDN, _RDT, _SGe, _SDC, _SIRI, _SNS, _SRt, _T, _VTir, _CO, _CBI, _CRI, _CRSa, _HO, _Li, _MO, _EOn, _BM, _PDl, _UO, _UOUT, _PDNO, _IApv, _TSp, _MOa, _CIBM, _NPO, _Op, _SIec, _II, _IIm, _St, _PDN, _PDNub, _STR, _KN, _ALI, _PCro, _IT, _LTau, _Pla, _KI, _RIa, _Pl, _Mon, _SIu, _VI, _PIAr, _PIAu],
17888
17921
  [[0, { [_eQN]: `Architecture`,
17889
17922
  [_xN]: _arc }], [() => InstanceBlockDeviceMappingList, { [_eQN]: `BlockDeviceMapping`,
17890
17923
  [_xN]: _bDM }], [0, { [_eQN]: `ClientToken`,
@@ -17900,7 +17933,7 @@ export var Instance$ = [3, n0, _In,
17900
17933
  [_xN]: _oA }], [0, { [_eQN]: `RootDeviceName`,
17901
17934
  [_xN]: _rDN }], [0, { [_eQN]: `RootDeviceType`,
17902
17935
  [_xN]: _rDT }], [() => GroupIdentifierList, { [_eQN]: `GroupSet`,
17903
- [_xN]: _gS }], [2, { [_eQN]: `SourceDestCheck`,
17936
+ [_xN]: _gSr }], [2, { [_eQN]: `SourceDestCheck`,
17904
17937
  [_xN]: _sDC }], [0, { [_eQN]: `SpotInstanceRequestId`,
17905
17938
  [_xN]: _sIRI }], [0, { [_eQN]: `SriovNetSupport`,
17906
17939
  [_xN]: _sNSr }], [() => StateReason$, { [_eQN]: `StateReason`,
@@ -17981,7 +18014,7 @@ export var InstanceAttribute$ = [3, n0, _IAns,
17981
18014
  [_xN]: _sNSr }], [() => AttributeValue$, { [_eQN]: `UserData`,
17982
18015
  [_xN]: _uDs }], [() => AttributeBooleanValue$, { [_eQN]: `DisableApiStop`,
17983
18016
  [_xN]: _dASi }], [() => GroupIdentifierList, { [_eQN]: `GroupSet`,
17984
- [_xN]: _gS }]]
18017
+ [_xN]: _gSr }]]
17985
18018
  ];
17986
18019
  export var InstanceBlockDeviceMapping$ = [3, n0, _IBDM,
17987
18020
  0,
@@ -18202,7 +18235,7 @@ export var InstanceNetworkInterface$ = [3, n0, _INI,
18202
18235
  [_xN]: _ass }], [() => InstanceNetworkInterfaceAttachment$, { [_eQN]: `Attachment`,
18203
18236
  [_xN]: _at }], [0, { [_eQN]: `Description`,
18204
18237
  [_xN]: _de }], [() => GroupIdentifierList, { [_eQN]: `GroupSet`,
18205
- [_xN]: _gS }], [() => InstanceIpv6AddressList, { [_eQN]: `Ipv6AddressesSet`,
18238
+ [_xN]: _gSr }], [() => InstanceIpv6AddressList, { [_eQN]: `Ipv6AddressesSet`,
18206
18239
  [_xN]: _iASp }], [0, { [_eQN]: `MacAddress`,
18207
18240
  [_xN]: _mAa }], [0, { [_eQN]: `NetworkInterfaceId`,
18208
18241
  [_xN]: _nII }], [0, { [_eQN]: `OwnerId`,
@@ -18603,7 +18636,7 @@ export var IpamDiscoveredAccount$ = [3, n0, _IDAp,
18603
18636
  ];
18604
18637
  export var IpamDiscoveredPublicAddress$ = [3, n0, _IDPAp,
18605
18638
  0,
18606
- [_IRDI, _ARd, _A, _AOI, _AAId, _ASs, _ATddr, _Se, _SRer, _VI, _SIu, _PIPI, _NII, _NID, _II, _T, _NBG, _SG, _STam],
18639
+ [_IRDI, _ARd, _A, _AOI, _AAId, _ASs, _ATddr, _Se, _SRer, _VI, _SIu, _PIPI, _NII, _NID, _II, _T, _NBG, _SGe, _STam],
18607
18640
  [[0, { [_eQN]: `IpamResourceDiscoveryId`,
18608
18641
  [_xN]: _iRDI }], [0, { [_eQN]: `AddressRegion`,
18609
18642
  [_xN]: _aRd }], [0, { [_eQN]: `Address`,
@@ -18622,7 +18655,7 @@ export var IpamDiscoveredPublicAddress$ = [3, n0, _IDPAp,
18622
18655
  [_xN]: _iI }], [() => IpamPublicAddressTags$, { [_eQN]: `Tags`,
18623
18656
  [_xN]: _tag }], [0, { [_eQN]: `NetworkBorderGroup`,
18624
18657
  [_xN]: _nBG }], [() => IpamPublicAddressSecurityGroupList, { [_eQN]: `SecurityGroupSet`,
18625
- [_xN]: _sGS }], [4, { [_eQN]: `SampleTime`,
18658
+ [_xN]: _sGSe }], [4, { [_eQN]: `SampleTime`,
18626
18659
  [_xN]: _sTa }]]
18627
18660
  ];
18628
18661
  export var IpamDiscoveredResourceCidr$ = [3, n0, _IDRCp,
@@ -19097,7 +19130,7 @@ export var LaunchPermissionModifications$ = [3, n0, _LPM,
19097
19130
  ];
19098
19131
  export var LaunchSpecification$ = [3, n0, _LSa,
19099
19132
  0,
19100
- [_UDs, _ATddre, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _NIet, _Pla, _RIa, _SIu, _SG, _Mon],
19133
+ [_UDs, _ATddre, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _NIet, _Pla, _RIa, _SIu, _SGe, _Mon],
19101
19134
  [[() => SensitiveUserData, { [_eQN]: `UserData`,
19102
19135
  [_xN]: _uDs }], [0, { [_eQN]: `AddressingType`,
19103
19136
  [_xN]: _aTddr }], [() => BlockDeviceMappingList, { [_eQN]: `BlockDeviceMapping`,
@@ -19112,7 +19145,7 @@ export var LaunchSpecification$ = [3, n0, _LSa,
19112
19145
  [_xN]: _pla }], [0, { [_eQN]: `RamdiskId`,
19113
19146
  [_xN]: _rIa }], [0, { [_eQN]: `SubnetId`,
19114
19147
  [_xN]: _sIu }], [() => GroupIdentifierList, { [_eQN]: `GroupSet`,
19115
- [_xN]: _gS }], [() => RunInstancesMonitoringEnabled$, { [_eQN]: `Monitoring`,
19148
+ [_xN]: _gSr }], [() => RunInstancesMonitoringEnabled$, { [_eQN]: `Monitoring`,
19116
19149
  [_xN]: _mo }]]
19117
19150
  ];
19118
19151
  export var LaunchTemplate$ = [3, n0, _LT,
@@ -19170,16 +19203,17 @@ export var LaunchTemplateConfig$ = [3, n0, _LTCa,
19170
19203
  ];
19171
19204
  export var LaunchTemplateCpuOptions$ = [3, n0, _LTCO,
19172
19205
  0,
19173
- [_CCor, _TPC, _ASS],
19206
+ [_CCor, _TPC, _ASS, _NV],
19174
19207
  [[1, { [_eQN]: `CoreCount`,
19175
19208
  [_xN]: _cCo }], [1, { [_eQN]: `ThreadsPerCore`,
19176
19209
  [_xN]: _tPC }], [0, { [_eQN]: `AmdSevSnp`,
19177
- [_xN]: _aSS }]]
19210
+ [_xN]: _aSS }], [0, { [_eQN]: `NestedVirtualization`,
19211
+ [_xN]: _nV }]]
19178
19212
  ];
19179
19213
  export var LaunchTemplateCpuOptionsRequest$ = [3, n0, _LTCOR,
19180
19214
  0,
19181
- [_CCor, _TPC, _ASS],
19182
- [1, 1, 0]
19215
+ [_CCor, _TPC, _ASS, _NV],
19216
+ [1, 1, 0, 0]
19183
19217
  ];
19184
19218
  export var LaunchTemplateEbsBlockDevice$ = [3, n0, _LTEBD,
19185
19219
  0,
@@ -19308,7 +19342,7 @@ export var LaunchTemplateInstanceNetworkInterfaceSpecification$ = [3, n0, _LTINI
19308
19342
  [_xN]: _dOT }], [0, { [_eQN]: `Description`,
19309
19343
  [_xN]: _de }], [1, { [_eQN]: `DeviceIndex`,
19310
19344
  [_xN]: _dI }], [() => GroupIdStringList, { [_eQN]: `GroupSet`,
19311
- [_xN]: _gS }], [0, { [_eQN]: `InterfaceType`,
19345
+ [_xN]: _gSr }], [0, { [_eQN]: `InterfaceType`,
19312
19346
  [_xN]: _iTnt }], [1, { [_eQN]: `Ipv6AddressCount`,
19313
19347
  [_xN]: _iAC }], [() => InstanceIpv6AddressList, { [_eQN]: `Ipv6AddressesSet`,
19314
19348
  [_xN]: _iASp }], [0, { [_eQN]: `NetworkInterfaceId`,
@@ -19989,16 +20023,17 @@ export var ModifyInstanceConnectEndpointResult$ = [3, n0, _MICERo,
19989
20023
  ];
19990
20024
  export var ModifyInstanceCpuOptionsRequest$ = [3, n0, _MICOR,
19991
20025
  0,
19992
- [_II, _CCor, _TPC, _DR],
19993
- [0, 1, 1, 2], 3
20026
+ [_II, _CCor, _TPC, _NV, _DR],
20027
+ [0, 1, 1, 0, 2], 1
19994
20028
  ];
19995
20029
  export var ModifyInstanceCpuOptionsResult$ = [3, n0, _MICORo,
19996
20030
  0,
19997
- [_II, _CCor, _TPC],
20031
+ [_II, _CCor, _TPC, _NV],
19998
20032
  [[0, { [_eQN]: `InstanceId`,
19999
20033
  [_xN]: _iI }], [1, { [_eQN]: `CoreCount`,
20000
20034
  [_xN]: _cCo }], [1, { [_eQN]: `ThreadsPerCore`,
20001
- [_xN]: _tPC }]]
20035
+ [_xN]: _tPC }], [0, { [_eQN]: `NestedVirtualization`,
20036
+ [_xN]: _nV }]]
20002
20037
  ];
20003
20038
  export var ModifyInstanceCreditSpecificationRequest$ = [3, n0, _MICSR,
20004
20039
  0,
@@ -20983,7 +21018,7 @@ export var NetworkInsightsPath$ = [3, n0, _NIP,
20983
21018
  [_xN]: _nIPI }], [0, { [_eQN]: `NetworkInsightsPathArn`,
20984
21019
  [_xN]: _nIPA }], [4, { [_eQN]: `CreatedDate`,
20985
21020
  [_xN]: _cDre }], [0, { [_eQN]: `Source`,
20986
- [_xN]: _s }], [0, { [_eQN]: `Destination`,
21021
+ [_xN]: _so }], [0, { [_eQN]: `Destination`,
20987
21022
  [_xN]: _d }], [0, { [_eQN]: `SourceArn`,
20988
21023
  [_xN]: _sA }], [0, { [_eQN]: `DestinationArn`,
20989
21024
  [_xN]: _dA }], [0, { [_eQN]: `SourceIp`,
@@ -21004,7 +21039,7 @@ export var NetworkInterface$ = [3, n0, _NIe,
21004
21039
  [_xN]: _aZ }], [() => ConnectionTrackingConfiguration$, { [_eQN]: `ConnectionTrackingConfiguration`,
21005
21040
  [_xN]: _cTC }], [0, { [_eQN]: `Description`,
21006
21041
  [_xN]: _de }], [() => GroupIdentifierList, { [_eQN]: `GroupSet`,
21007
- [_xN]: _gS }], [0, { [_eQN]: `InterfaceType`,
21042
+ [_xN]: _gSr }], [0, { [_eQN]: `InterfaceType`,
21008
21043
  [_xN]: _iTnt }], [() => NetworkInterfaceIpv6AddressesList, { [_eQN]: `Ipv6AddressesSet`,
21009
21044
  [_xN]: _iASp }], [0, { [_eQN]: `MacAddress`,
21010
21045
  [_xN]: _mAa }], [0, { [_eQN]: `NetworkInterfaceId`,
@@ -21402,7 +21437,7 @@ export var Placement$ = [3, n0, _Pla,
21402
21437
  ];
21403
21438
  export var PlacementGroup$ = [3, n0, _PG,
21404
21439
  0,
21405
- [_GN, _St, _Str, _PCa, _GIr, _T, _GA, _SLp, _LGIi],
21440
+ [_GN, _St, _Str, _PCa, _GIr, _T, _GA, _SLp, _LGIi, _Op],
21406
21441
  [[0, { [_eQN]: `GroupName`,
21407
21442
  [_xN]: _gN }], [0, { [_eQN]: `State`,
21408
21443
  [_xN]: _st }], [0, { [_eQN]: `Strategy`,
@@ -21412,7 +21447,8 @@ export var PlacementGroup$ = [3, n0, _PG,
21412
21447
  [_xN]: _tS }], [0, { [_eQN]: `GroupArn`,
21413
21448
  [_xN]: _gA }], [0, { [_eQN]: `SpreadLevel`,
21414
21449
  [_xN]: _sLp }], [0, { [_eQN]: `LinkedGroupId`,
21415
- [_xN]: _lGIi }]]
21450
+ [_xN]: _lGIi }], [() => OperatorResponse$, { [_eQN]: `Operator`,
21451
+ [_xN]: _ope }]]
21416
21452
  ];
21417
21453
  export var PlacementGroupInfo$ = [3, n0, _PGI,
21418
21454
  0,
@@ -21762,9 +21798,10 @@ export var ReferencedSecurityGroup$ = [3, n0, _RSG,
21762
21798
  ];
21763
21799
  export var Region$ = [3, n0, _Regi,
21764
21800
  0,
21765
- [_OIS, _RN, _Endp],
21801
+ [_OIS, _Ge, _RN, _Endp],
21766
21802
  [[0, { [_eQN]: `OptInStatus`,
21767
- [_xN]: _oIS }], [0, { [_eQN]: `RegionName`,
21803
+ [_xN]: _oIS }], [() => RegionGeographyList, { [_eQN]: `GeographySet`,
21804
+ [_xN]: _gS }], [0, { [_eQN]: `RegionName`,
21768
21805
  [_xN]: _rNe }], [0, { [_eQN]: `RegionEndpoint`,
21769
21806
  [_xN]: _rEe }]]
21770
21807
  ];
@@ -21776,6 +21813,12 @@ export var RegionalSummary$ = [3, n0, _RSeg,
21776
21813
  [_xN]: _nOMA }], [1, { [_eQN]: `NumberOfUnmatchedAccounts`,
21777
21814
  [_xN]: _nOUA }]]
21778
21815
  ];
21816
+ export var RegionGeography$ = [3, n0, _RG,
21817
+ 0,
21818
+ [_N],
21819
+ [[0, { [_eQN]: `Name`,
21820
+ [_xN]: _n }]]
21821
+ ];
21779
21822
  export var RegisteredInstance$ = [3, n0, _RIeg,
21780
21823
  0,
21781
21824
  [_II, _SSLU, _HSa, _PSro, _LUTa, _SSC, _T],
@@ -22100,8 +22143,8 @@ export var RequestIpamResourceTag$ = [3, n0, _RIRT,
22100
22143
  ];
22101
22144
  export var RequestLaunchTemplateData$ = [3, n0, _RLTD,
22102
22145
  0,
22103
- [_KI, _EO, _IIP, _BDMl, _NIet, _IIm, _IT, _KN, _Mon, _Pla, _RDI, _DAT, _IISB, _UDs, _TS, _EGSlas, _EIAl, _SGIe, _SG, _IMOns, _CSr, _CO, _CRSa, _LS, _HO, _MO, _EOn, _IRn, _PDNO, _MOa, _DASi, _Op, _NPO, _SIec],
22104
- [0, 2, () => LaunchTemplateIamInstanceProfileSpecificationRequest$, [() => LaunchTemplateBlockDeviceMappingRequestList, { [_xN]: _BDM }], [() => LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList, { [_xN]: _NIe }], 0, 0, 0, () => LaunchTemplatesMonitoringRequest$, () => LaunchTemplatePlacementRequest$, 0, 2, 0, [() => SensitiveUserData, 0], [() => LaunchTemplateTagSpecificationRequestList, { [_xN]: _TSa }], [() => ElasticGpuSpecificationList, { [_xN]: _EGSla }], [() => LaunchTemplateElasticInferenceAcceleratorList, { [_xN]: _EIA }], [() => SecurityGroupIdStringList, { [_xN]: _SGI }], [() => SecurityGroupStringList, { [_xN]: _SGe }], () => LaunchTemplateInstanceMarketOptionsRequest$, () => CreditSpecificationRequest$, () => LaunchTemplateCpuOptionsRequest$, () => LaunchTemplateCapacityReservationSpecificationRequest$, [() => LaunchTemplateLicenseSpecificationListRequest, { [_xN]: _LSi }], () => LaunchTemplateHibernationOptionsRequest$, () => LaunchTemplateInstanceMetadataOptionsRequest$, () => LaunchTemplateEnclaveOptionsRequest$, [() => InstanceRequirementsRequest$, 0], () => LaunchTemplatePrivateDnsNameOptionsRequest$, () => LaunchTemplateInstanceMaintenanceOptionsRequest$, 2, () => OperatorRequest$, () => LaunchTemplateNetworkPerformanceOptionsRequest$, [() => LaunchTemplateInstanceSecondaryInterfaceSpecificationRequestList, { [_xN]: _SIeco }]]
22146
+ [_KI, _EO, _IIP, _BDMl, _NIet, _IIm, _IT, _KN, _Mon, _Pla, _RDI, _DAT, _IISB, _UDs, _TS, _EGSlas, _EIAl, _SGIe, _SGe, _IMOns, _CSr, _CO, _CRSa, _LS, _HO, _MO, _EOn, _IRn, _PDNO, _MOa, _DASi, _Op, _NPO, _SIec],
22147
+ [0, 2, () => LaunchTemplateIamInstanceProfileSpecificationRequest$, [() => LaunchTemplateBlockDeviceMappingRequestList, { [_xN]: _BDM }], [() => LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList, { [_xN]: _NIe }], 0, 0, 0, () => LaunchTemplatesMonitoringRequest$, () => LaunchTemplatePlacementRequest$, 0, 2, 0, [() => SensitiveUserData, 0], [() => LaunchTemplateTagSpecificationRequestList, { [_xN]: _TSa }], [() => ElasticGpuSpecificationList, { [_xN]: _EGSla }], [() => LaunchTemplateElasticInferenceAcceleratorList, { [_xN]: _EIA }], [() => SecurityGroupIdStringList, { [_xN]: _SGI }], [() => SecurityGroupStringList, { [_xN]: _SGec }], () => LaunchTemplateInstanceMarketOptionsRequest$, () => CreditSpecificationRequest$, () => LaunchTemplateCpuOptionsRequest$, () => LaunchTemplateCapacityReservationSpecificationRequest$, [() => LaunchTemplateLicenseSpecificationListRequest, { [_xN]: _LSi }], () => LaunchTemplateHibernationOptionsRequest$, () => LaunchTemplateInstanceMetadataOptionsRequest$, () => LaunchTemplateEnclaveOptionsRequest$, [() => InstanceRequirementsRequest$, 0], () => LaunchTemplatePrivateDnsNameOptionsRequest$, () => LaunchTemplateInstanceMaintenanceOptionsRequest$, 2, () => OperatorRequest$, () => LaunchTemplateNetworkPerformanceOptionsRequest$, [() => LaunchTemplateInstanceSecondaryInterfaceSpecificationRequestList, { [_xN]: _SIeco }]]
22105
22148
  ];
22106
22149
  export var RequestSpotFleetRequest$ = [3, n0, _RSFR,
22107
22150
  0,
@@ -22118,7 +22161,7 @@ export var RequestSpotFleetResponse$ = [3, n0, _RSFRe,
22118
22161
  ];
22119
22162
  export var RequestSpotInstancesRequest$ = [3, n0, _RSIR,
22120
22163
  0,
22121
- [_LSa, _TS, _IIB, _DR, _SPp, _CT, _IC, _Ty, _VF, _VU, _LGa, _AZG, _BDMlo],
22164
+ [_LSa, _TS, _IIB, _DR, _SPp, _CT, _IC, _Ty, _VF, _VU, _LGa, _AZGv, _BDMlo],
22122
22165
  [[() => RequestSpotLaunchSpecification$, 0], [() => TagSpecificationList, { [_xN]: _TSa }], 0, [2, { [_eQN]: `DryRun`,
22123
22166
  [_xN]: _dR }], [0, { [_eQN]: `SpotPrice`,
22124
22167
  [_xN]: _sPp }], [0, { [_eQN]: `ClientToken`,
@@ -22139,8 +22182,8 @@ export var RequestSpotInstancesResult$ = [3, n0, _RSIRe,
22139
22182
  ];
22140
22183
  export var RequestSpotLaunchSpecification$ = [3, n0, _RSLS,
22141
22184
  0,
22142
- [_SGIe, _SG, _ATddre, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _Mon, _NIet, _Pla, _RIa, _SIu, _UDs],
22143
- [[() => RequestSpotLaunchSpecificationSecurityGroupIdList, { [_xN]: _SGI }], [() => RequestSpotLaunchSpecificationSecurityGroupList, { [_xN]: _SGe }], [0, { [_eQN]: `AddressingType`,
22185
+ [_SGIe, _SGe, _ATddre, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _Mon, _NIet, _Pla, _RIa, _SIu, _UDs],
22186
+ [[() => RequestSpotLaunchSpecificationSecurityGroupIdList, { [_xN]: _SGI }], [() => RequestSpotLaunchSpecificationSecurityGroupList, { [_xN]: _SGec }], [0, { [_eQN]: `AddressingType`,
22144
22187
  [_xN]: _aTddr }], [() => BlockDeviceMappingList, { [_eQN]: `BlockDeviceMapping`,
22145
22188
  [_xN]: _bDM }], [2, { [_eQN]: `EbsOptimized`,
22146
22189
  [_xN]: _eO }], [() => IamInstanceProfileSpecification$, { [_eQN]: `IamInstanceProfile`,
@@ -22162,7 +22205,7 @@ export var Reservation$ = [3, n0, _Reser,
22162
22205
  [_xN]: _rI }], [0, { [_eQN]: `OwnerId`,
22163
22206
  [_xN]: _oI }], [0, { [_eQN]: `RequesterId`,
22164
22207
  [_xN]: _rIeq }], [() => GroupIdentifierList, { [_eQN]: `GroupSet`,
22165
- [_xN]: _gS }], [() => InstanceList, { [_eQN]: `InstancesSet`,
22208
+ [_xN]: _gSr }], [() => InstanceList, { [_eQN]: `InstancesSet`,
22166
22209
  [_xN]: _iSn }]]
22167
22210
  ];
22168
22211
  export var ReservationFleetInstanceSpecification$ = [3, n0, _RFIS,
@@ -22382,7 +22425,7 @@ export var ResponseError$ = [3, n0, _REe,
22382
22425
  ];
22383
22426
  export var ResponseLaunchTemplateData$ = [3, n0, _RLTDe,
22384
22427
  0,
22385
- [_KI, _EO, _IIP, _BDMl, _NIet, _IIm, _IT, _KN, _Mon, _Pla, _RDI, _DAT, _IISB, _UDs, _TS, _EGSlas, _EIAl, _SGIe, _SG, _IMOns, _CSr, _CO, _CRSa, _LS, _HO, _MO, _EOn, _IRn, _PDNO, _MOa, _DASi, _Op, _NPO, _SIec],
22428
+ [_KI, _EO, _IIP, _BDMl, _NIet, _IIm, _IT, _KN, _Mon, _Pla, _RDI, _DAT, _IISB, _UDs, _TS, _EGSlas, _EIAl, _SGIe, _SGe, _IMOns, _CSr, _CO, _CRSa, _LS, _HO, _MO, _EOn, _IRn, _PDNO, _MOa, _DASi, _Op, _NPO, _SIec],
22386
22429
  [[0, { [_eQN]: `KernelId`,
22387
22430
  [_xN]: _kI }], [2, { [_eQN]: `EbsOptimized`,
22388
22431
  [_xN]: _eO }], [() => LaunchTemplateIamInstanceProfileSpecification$, { [_eQN]: `IamInstanceProfile`,
@@ -22402,7 +22445,7 @@ export var ResponseLaunchTemplateData$ = [3, n0, _RLTDe,
22402
22445
  [_xN]: _eGSS }], [() => LaunchTemplateElasticInferenceAcceleratorResponseList, { [_eQN]: `ElasticInferenceAcceleratorSet`,
22403
22446
  [_xN]: _eIAS }], [() => ValueStringList, { [_eQN]: `SecurityGroupIdSet`,
22404
22447
  [_xN]: _sGIS }], [() => ValueStringList, { [_eQN]: `SecurityGroupSet`,
22405
- [_xN]: _sGS }], [() => LaunchTemplateInstanceMarketOptions$, { [_eQN]: `InstanceMarketOptions`,
22448
+ [_xN]: _sGSe }], [() => LaunchTemplateInstanceMarketOptions$, { [_eQN]: `InstanceMarketOptions`,
22406
22449
  [_xN]: _iMOn }], [() => CreditSpecification$, { [_eQN]: `CreditSpecification`,
22407
22450
  [_xN]: _cSr }], [() => LaunchTemplateCpuOptions$, { [_eQN]: `CpuOptions`,
22408
22451
  [_xN]: _cO }], [() => LaunchTemplateCapacityReservationSpecificationResponse$, { [_eQN]: `CapacityReservationSpecification`,
@@ -22754,8 +22797,8 @@ export var RunInstancesMonitoringEnabled$ = [3, n0, _RIME,
22754
22797
  ];
22755
22798
  export var RunInstancesRequest$ = [3, n0, _RIRu,
22756
22799
  0,
22757
- [_MCa, _MCin, _BDMl, _IIm, _IT, _IAC, _IA, _KI, _KN, _Mon, _Pla, _RIa, _SGIe, _SG, _SIu, _UDs, _EGSla, _EIAl, _TS, _LT, _IMOns, _CSr, _CO, _CRSa, _HO, _LS, _MO, _EOn, _PDNO, _MOa, _DASi, _EPI, _NPO, _Op, _SIec, _DR, _DAT, _IISB, _PIAr, _CT, _AId, _NIet, _IIP, _EO],
22758
- [1, 1, [() => BlockDeviceMappingRequestList, { [_xN]: _BDM }], 0, 0, 1, [() => InstanceIpv6AddressList, { [_xN]: _IApv }], 0, 0, [() => RunInstancesMonitoringEnabled$, 0], [() => Placement$, 0], 0, [() => SecurityGroupIdStringList, { [_xN]: _SGI }], [() => SecurityGroupStringList, { [_xN]: _SGe }], 0, [() => RunInstancesUserData, 0], [() => ElasticGpuSpecifications, 0], [() => ElasticInferenceAccelerators, { [_xN]: _EIA }], [() => TagSpecificationList, { [_xN]: _TSa }], () => LaunchTemplateSpecification$, () => InstanceMarketOptionsRequest$, () => CreditSpecificationRequest$, () => CpuOptionsRequest$, () => CapacityReservationSpecification$, () => HibernationOptionsRequest$, [() => LicenseSpecificationListRequest, { [_xN]: _LSi }], () => InstanceMetadataOptionsRequest$, () => EnclaveOptionsRequest$, () => PrivateDnsNameOptionsRequest$, () => InstanceMaintenanceOptionsRequest$, 2, 2, () => InstanceNetworkPerformanceOptionsRequest$, () => OperatorRequest$, [() => InstanceSecondaryInterfaceSpecificationListRequest, { [_xN]: _SIeco }], [2, { [_eQN]: `DryRun`,
22800
+ [_MCa, _MCin, _BDMl, _IIm, _IT, _IAC, _IA, _KI, _KN, _Mon, _Pla, _RIa, _SGIe, _SGe, _SIu, _UDs, _EGSla, _EIAl, _TS, _LT, _IMOns, _CSr, _CO, _CRSa, _HO, _LS, _MO, _EOn, _PDNO, _MOa, _DASi, _EPI, _NPO, _Op, _SIec, _DR, _DAT, _IISB, _PIAr, _CT, _AId, _NIet, _IIP, _EO],
22801
+ [1, 1, [() => BlockDeviceMappingRequestList, { [_xN]: _BDM }], 0, 0, 1, [() => InstanceIpv6AddressList, { [_xN]: _IApv }], 0, 0, [() => RunInstancesMonitoringEnabled$, 0], [() => Placement$, 0], 0, [() => SecurityGroupIdStringList, { [_xN]: _SGI }], [() => SecurityGroupStringList, { [_xN]: _SGec }], 0, [() => RunInstancesUserData, 0], [() => ElasticGpuSpecifications, 0], [() => ElasticInferenceAccelerators, { [_xN]: _EIA }], [() => TagSpecificationList, { [_xN]: _TSa }], () => LaunchTemplateSpecification$, () => InstanceMarketOptionsRequest$, () => CreditSpecificationRequest$, () => CpuOptionsRequest$, () => CapacityReservationSpecification$, () => HibernationOptionsRequest$, [() => LicenseSpecificationListRequest, { [_xN]: _LSi }], () => InstanceMetadataOptionsRequest$, () => EnclaveOptionsRequest$, () => PrivateDnsNameOptionsRequest$, () => InstanceMaintenanceOptionsRequest$, 2, 2, () => InstanceNetworkPerformanceOptionsRequest$, () => OperatorRequest$, [() => InstanceSecondaryInterfaceSpecificationListRequest, { [_xN]: _SIeco }], [2, { [_eQN]: `DryRun`,
22759
22802
  [_xN]: _dR }], [2, { [_eQN]: `DisableApiTermination`,
22760
22803
  [_xN]: _dAT }], [0, { [_eQN]: `InstanceInitiatedShutdownBehavior`,
22761
22804
  [_xN]: _iISB }], [0, { [_eQN]: `PrivateIpAddress`,
@@ -23023,7 +23066,7 @@ export var SecondarySubnetIpv4CidrBlockAssociation$ = [3, n0, _SSICBA,
23023
23066
  [_xN]: _st }], [0, { [_eQN]: `StateReason`,
23024
23067
  [_xN]: _sRt }]]
23025
23068
  ];
23026
- export var SecurityGroup$ = [3, n0, _SGe,
23069
+ export var SecurityGroup$ = [3, n0, _SGec,
23027
23070
  0,
23028
23071
  [_GIr, _IPEp, _T, _VI, _SGA, _OI, _GN, _De, _IPpe],
23029
23072
  [[0, { [_eQN]: `GroupId`,
@@ -23320,7 +23363,7 @@ export var SpotDatafeedSubscription$ = [3, n0, _SDS,
23320
23363
  ];
23321
23364
  export var SpotFleetLaunchSpecification$ = [3, n0, _SFLS,
23322
23365
  0,
23323
- [_ATddre, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _Mon, _NIet, _Pla, _RIa, _SPp, _SIu, _UDs, _WCe, _TS, _IRn, _SG],
23366
+ [_ATddre, _BDMl, _EO, _IIP, _IIm, _IT, _KI, _KN, _Mon, _NIet, _Pla, _RIa, _SPp, _SIu, _UDs, _WCe, _TS, _IRn, _SGe],
23324
23367
  [[0, { [_eQN]: `AddressingType`,
23325
23368
  [_xN]: _aTddr }], [() => BlockDeviceMappingList, { [_eQN]: `BlockDeviceMapping`,
23326
23369
  [_xN]: _bDM }], [2, { [_eQN]: `EbsOptimized`,
@@ -23340,7 +23383,7 @@ export var SpotFleetLaunchSpecification$ = [3, n0, _SFLS,
23340
23383
  [_xN]: _wC }], [() => SpotFleetTagSpecificationList, { [_eQN]: `TagSpecificationSet`,
23341
23384
  [_xN]: _tSS }], [() => InstanceRequirements$, { [_eQN]: `InstanceRequirements`,
23342
23385
  [_xN]: _iR }], [() => GroupIdentifierList, { [_eQN]: `GroupSet`,
23343
- [_xN]: _gS }]]
23386
+ [_xN]: _gSr }]]
23344
23387
  ];
23345
23388
  export var SpotFleetMonitoring$ = [3, n0, _SFM,
23346
23389
  0,
@@ -23398,7 +23441,7 @@ export var SpotFleetTagSpecification$ = [3, n0, _SFTS,
23398
23441
  ];
23399
23442
  export var SpotInstanceRequest$ = [3, n0, _SIRp,
23400
23443
  0,
23401
- [_ABHP, _AZG, _BDMlo, _CTr, _Fa, _II, _LGa, _LSa, _LAZ, _LAZI, _PDr, _SIRI, _SPp, _St, _Sta, _T, _Ty, _VF, _VU, _IIB],
23444
+ [_ABHP, _AZGv, _BDMlo, _CTr, _Fa, _II, _LGa, _LSa, _LAZ, _LAZI, _PDr, _SIRI, _SPp, _St, _Sta, _T, _Ty, _VF, _VU, _IIB],
23402
23445
  [[0, { [_eQN]: `ActualBlockHourlyPrice`,
23403
23446
  [_xN]: _aBHP }], [0, { [_eQN]: `AvailabilityZoneGroup`,
23404
23447
  [_xN]: _aZG }], [1, { [_eQN]: `BlockDurationMinutes`,
@@ -23694,7 +23737,7 @@ export var Subscription$ = [3, n0, _Subs,
23694
23737
  0,
23695
23738
  [_S, _D, _Met, _Stat, _Per],
23696
23739
  [[0, { [_eQN]: `Source`,
23697
- [_xN]: _s }], [0, { [_eQN]: `Destination`,
23740
+ [_xN]: _so }], [0, { [_eQN]: `Destination`,
23698
23741
  [_xN]: _d }], [0, { [_eQN]: `Metric`,
23699
23742
  [_xN]: _met }], [0, { [_eQN]: `Statistic`,
23700
23743
  [_xN]: _stat }], [0, { [_eQN]: `Period`,
@@ -23782,7 +23825,7 @@ export var TargetGroupsConfig$ = [3, n0, _TGCa,
23782
23825
  ];
23783
23826
  export var TargetNetwork$ = [3, n0, _TNa,
23784
23827
  0,
23785
- [_AIs, _VI, _TNI, _CVEI, _Sta, _SG],
23828
+ [_AIs, _VI, _TNI, _CVEI, _Sta, _SGe],
23786
23829
  [[0, { [_eQN]: `AssociationId`,
23787
23830
  [_xN]: _aIs }], [0, { [_eQN]: `VpcId`,
23788
23831
  [_xN]: _vI }], [0, { [_eQN]: `TargetNetworkId`,
@@ -24134,7 +24177,7 @@ export var TransitGatewayMulticastGroup$ = [3, n0, _TGMG,
24134
24177
  [_xN]: _rOI }], [0, { [_eQN]: `NetworkInterfaceId`,
24135
24178
  [_xN]: _nII }], [2, { [_eQN]: `GroupMember`,
24136
24179
  [_xN]: _gM }], [2, { [_eQN]: `GroupSource`,
24137
- [_xN]: _gSr }], [0, { [_eQN]: `MemberType`,
24180
+ [_xN]: _gSro }], [0, { [_eQN]: `MemberType`,
24138
24181
  [_xN]: _mTe }], [0, { [_eQN]: `SourceType`,
24139
24182
  [_xN]: _sTo }]]
24140
24183
  ];
@@ -25157,7 +25200,7 @@ export var VpcEndpoint$ = [3, n0, _VE,
25157
25200
  [_xN]: _pDo }], [() => ValueStringList, { [_eQN]: `RouteTableIdSet`,
25158
25201
  [_xN]: _rTIS }], [() => ValueStringList, { [_eQN]: `SubnetIdSet`,
25159
25202
  [_xN]: _sISu }], [() => GroupIdentifierSet, { [_eQN]: `GroupSet`,
25160
- [_xN]: _gS }], [0, { [_eQN]: `IpAddressType`,
25203
+ [_xN]: _gSr }], [0, { [_eQN]: `IpAddressType`,
25161
25204
  [_xN]: _iAT }], [() => DnsOptions$, { [_eQN]: `DnsOptions`,
25162
25205
  [_xN]: _dOn }], [2, { [_eQN]: `PrivateDnsEnabled`,
25163
25206
  [_xN]: _pDE }], [2, { [_eQN]: `RequesterManaged`,
@@ -25340,7 +25383,7 @@ export var VpnStaticRoute$ = [3, n0, _VSR,
25340
25383
  [_DCB, _S, _St],
25341
25384
  [[0, { [_eQN]: `DestinationCidrBlock`,
25342
25385
  [_xN]: _dCB }], [0, { [_eQN]: `Source`,
25343
- [_xN]: _s }], [0, { [_eQN]: `State`,
25386
+ [_xN]: _so }], [0, { [_eQN]: `State`,
25344
25387
  [_xN]: _st }]]
25345
25388
  ];
25346
25389
  export var VpnTunnelLogOptions$ = [3, n0, _VTLO,
@@ -25371,8 +25414,6 @@ export var WithdrawByoipCidrResult$ = [3, n0, _WBCRi,
25371
25414
  [_xN]: _bC }]]
25372
25415
  ];
25373
25416
  var __Unit = "unit";
25374
- export var EC2ServiceException$ = [-3, _sm, "EC2ServiceException", 0, [], []];
25375
- TypeRegistry.for(_sm).registerError(EC2ServiceException$, EC2ServiceException);
25376
25417
  var AcceleratorManufacturerSet = [1, n0, _AMSc,
25377
25418
  0, [0,
25378
25419
  { [_xN]: _it }]
@@ -25523,6 +25564,10 @@ var AvailabilityZoneAddresses = [1, n0, _AZAv,
25523
25564
  0, [() => AvailabilityZoneAddress$,
25524
25565
  { [_xN]: _AZA }]
25525
25566
  ];
25567
+ var AvailabilityZoneGeographyList = [1, n0, _AZGL,
25568
+ 0, [() => AvailabilityZoneGeography$,
25569
+ { [_xN]: _it }]
25570
+ ];
25526
25571
  var AvailabilityZoneIdStringList = [1, n0, _AZISL,
25527
25572
  0, [0,
25528
25573
  { [_xN]: _AZI }]
@@ -25539,6 +25584,10 @@ var AvailabilityZoneStringList = [1, n0, _AZSL,
25539
25584
  0, [0,
25540
25585
  { [_xN]: _AZ }]
25541
25586
  ];
25587
+ var AvailabilityZoneSubGeographyList = [1, n0, _AZSGL,
25588
+ 0, [() => AvailabilityZoneSubGeography$,
25589
+ { [_xN]: _it }]
25590
+ ];
25542
25591
  var AvailableInstanceCapacityList = [1, n0, _AICL,
25543
25592
  0, [() => InstanceCapacity$,
25544
25593
  { [_xN]: _it }]
@@ -27212,6 +27261,10 @@ var RegionalSummaryList = [1, n0, _RSL,
27212
27261
  0, [() => RegionalSummary$,
27213
27262
  { [_xN]: _it }]
27214
27263
  ];
27264
+ var RegionGeographyList = [1, n0, _RGL,
27265
+ 0, [() => RegionGeography$,
27266
+ { [_xN]: _it }]
27267
+ ];
27215
27268
  var RegionList = [1, n0, _RL,
27216
27269
  0, [() => Region$,
27217
27270
  { [_xN]: _it }]
@@ -27527,7 +27580,7 @@ var SecurityGroupRuleUpdateList = [1, n0, _SGRUL,
27527
27580
  ];
27528
27581
  var SecurityGroupStringList = [1, n0, _SGSL,
27529
27582
  0, [0,
27530
- { [_xN]: _SGe }]
27583
+ { [_xN]: _SGec }]
27531
27584
  ];
27532
27585
  var SecurityGroupVpcAssociationList = [1, n0, _SGVAL,
27533
27586
  0, [() => SecurityGroupVpcAssociation$,