@jjrawlins/cdk-ami-builder 0.0.157 → 0.0.159

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 (825) 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 +801 -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 +30591 -0
  12. package/node_modules/@aws-sdk/client-ec2/dist-es/models/enums.js +27 -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 +130 -74
  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/GetInstanceMetadataDefaultsCommand.d.ts +1 -0
  41. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -1
  42. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  44. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +4 -2
  45. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -0
  46. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -1
  49. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  51. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  52. package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +4 -2
  53. package/node_modules/@aws-sdk/client-ec2/dist-types/models/enums.d.ts +51 -0
  54. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +23 -1
  55. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +34 -72
  56. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +95 -89
  57. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +88 -33
  58. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +63 -51
  59. package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +56 -2
  60. package/node_modules/@aws-sdk/client-ec2/dist-types/schemas/schemas_0.d.ts +11 -1
  61. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeInstanceImageMetadataCommand.d.ts +2 -4
  62. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -4
  63. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -4
  64. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +2 -4
  66. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/enums.d.ts +33 -0
  68. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +5 -0
  69. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +8 -16
  70. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +23 -23
  71. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +22 -11
  72. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +20 -16
  73. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +16 -0
  74. package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -1
  75. package/node_modules/@aws-sdk/client-ec2/package.json +39 -39
  76. package/node_modules/@aws-sdk/client-ecs/README.md +1 -15
  77. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +254 -4069
  78. package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/ECSServiceException.js +12 -0
  79. package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/errors.js +370 -0
  80. package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.shared.js +2 -0
  81. package/node_modules/@aws-sdk/client-ecs/dist-cjs/schemas/schemas_0.js +3113 -0
  82. package/node_modules/@aws-sdk/client-ecs/dist-es/models/enums.js +156 -156
  83. package/node_modules/@aws-sdk/client-ecs/dist-es/models/errors.js +68 -68
  84. package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js +2 -0
  85. package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +252 -246
  86. package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesInactive.js +2 -2
  87. package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesStable.js +2 -2
  88. package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksRunning.js +2 -2
  89. package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForTasksStopped.js +2 -2
  90. package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +1 -15
  91. package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +1 -15
  92. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +4 -16
  93. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +3 -20
  94. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +4 -18
  95. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +4 -236
  96. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +6 -25
  97. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +12 -18
  98. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAttributesCommand.d.ts +2 -7
  99. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -21
  100. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +7 -30
  101. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +5 -19
  102. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +4 -30
  103. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -27
  104. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +6 -16
  105. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -21
  106. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -25
  107. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +34 -39
  108. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +3 -10
  109. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -9
  110. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -14
  111. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +44 -13
  112. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +44 -14
  113. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +2 -7
  114. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -15
  115. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +5 -16
  116. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +3 -12
  117. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -8
  118. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +4 -32
  119. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -7
  120. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +9 -14
  121. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAttributesCommand.d.ts +2 -11
  122. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +2 -7
  123. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -11
  124. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +4 -15
  125. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -13
  126. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +3 -9
  127. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -7
  128. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -24
  129. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +13 -20
  130. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +14 -23
  131. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +12 -22
  132. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -9
  133. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAttributesCommand.d.ts +4 -14
  134. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +4 -29
  135. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -13
  136. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -26
  137. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +6 -75
  138. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +3 -23
  139. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopServiceDeploymentCommand.d.ts +5 -25
  140. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +3 -25
  141. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -12
  142. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -8
  143. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -12
  144. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +3 -11
  145. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +2 -7
  146. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -10
  147. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +2 -7
  148. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -7
  149. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +6 -41
  150. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -56
  151. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +5 -19
  152. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +14 -146
  153. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -19
  154. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +15 -47
  155. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +6 -17
  156. package/node_modules/@aws-sdk/client-ecs/dist-types/index.d.ts +1 -15
  157. package/node_modules/@aws-sdk/client-ecs/dist-types/models/enums.d.ts +338 -338
  158. package/node_modules/@aws-sdk/client-ecs/dist-types/models/errors.d.ts +74 -128
  159. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +3435 -9819
  160. package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +36 -29
  161. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/enums.d.ts +222 -222
  162. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/errors.d.ts +61 -61
  163. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +1055 -1055
  164. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +31 -29
  165. package/node_modules/@aws-sdk/client-ecs/package.json +38 -38
  166. package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +83 -2269
  167. package/node_modules/@aws-sdk/client-kms/dist-cjs/models/KMSServiceException.js +12 -0
  168. package/node_modules/@aws-sdk/client-kms/dist-cjs/models/errors.js +628 -0
  169. package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.shared.js +2 -0
  170. package/node_modules/@aws-sdk/client-kms/dist-cjs/schemas/schemas_0.js +1394 -0
  171. package/node_modules/@aws-sdk/client-kms/dist-es/models/enums.js +3 -0
  172. package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.shared.js +2 -0
  173. package/node_modules/@aws-sdk/client-kms/dist-es/schemas/schemas_0.js +288 -280
  174. package/node_modules/@aws-sdk/client-kms/dist-types/KMS.d.ts +1 -0
  175. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +1 -1
  176. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +5 -2
  177. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReEncryptCommand.d.ts +4 -1
  178. package/node_modules/@aws-sdk/client-kms/dist-types/commands/RotateKeyOnDemandCommand.d.ts +1 -1
  179. package/node_modules/@aws-sdk/client-kms/dist-types/models/enums.d.ts +11 -0
  180. package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +29 -6
  181. package/node_modules/@aws-sdk/client-kms/dist-types/schemas/schemas_0.d.ts +52 -45
  182. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMS.d.ts +1 -0
  183. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/commands/DecryptCommand.d.ts +3 -1
  184. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/enums.d.ts +5 -0
  185. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +5 -2
  186. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/schemas/schemas_0.d.ts +47 -45
  187. package/node_modules/@aws-sdk/client-kms/package.json +37 -37
  188. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +133 -4006
  189. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
  190. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
  191. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +2 -0
  192. package/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3256 -0
  193. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +2 -0
  194. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +102 -96
  195. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +23 -16
  196. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -16
  197. package/node_modules/@aws-sdk/client-s3/package.json +53 -53
  198. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +49 -955
  199. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/SecretsManagerServiceException.js +12 -0
  200. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/errors.js +184 -0
  201. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +2 -0
  202. package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/schemas/schemas_0.js +665 -0
  203. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +2 -0
  204. package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +82 -76
  205. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +20 -13
  206. package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -13
  207. package/node_modules/@aws-sdk/client-secrets-manager/package.json +37 -37
  208. package/node_modules/@aws-sdk/client-sfn/dist-cjs/index.js +63 -2198
  209. package/node_modules/@aws-sdk/client-sfn/dist-cjs/models/SFNServiceException.js +12 -0
  210. package/node_modules/@aws-sdk/client-sfn/dist-cjs/models/errors.js +441 -0
  211. package/node_modules/@aws-sdk/client-sfn/dist-cjs/runtimeConfig.shared.js +2 -0
  212. package/node_modules/@aws-sdk/client-sfn/dist-cjs/schemas/schemas_0.js +1515 -0
  213. package/node_modules/@aws-sdk/client-sfn/dist-es/runtimeConfig.shared.js +2 -0
  214. package/node_modules/@aws-sdk/client-sfn/dist-es/schemas/schemas_0.js +236 -230
  215. package/node_modules/@aws-sdk/client-sfn/dist-types/schemas/schemas_0.d.ts +39 -32
  216. package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/schemas/schemas_0.d.ts +34 -32
  217. package/node_modules/@aws-sdk/client-sfn/package.json +37 -37
  218. package/node_modules/@aws-sdk/client-sns/dist-cjs/index.js +68 -1712
  219. package/node_modules/@aws-sdk/client-sns/dist-cjs/models/SNSServiceException.js +12 -0
  220. package/node_modules/@aws-sdk/client-sns/dist-cjs/models/errors.js +452 -0
  221. package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.shared.js +2 -0
  222. package/node_modules/@aws-sdk/client-sns/dist-cjs/schemas/schemas_0.js +1066 -0
  223. package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.shared.js +2 -0
  224. package/node_modules/@aws-sdk/client-sns/dist-es/schemas/schemas_0.js +219 -213
  225. package/node_modules/@aws-sdk/client-sns/dist-types/schemas/schemas_0.d.ts +40 -33
  226. package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/schemas/schemas_0.d.ts +35 -33
  227. package/node_modules/@aws-sdk/client-sns/package.json +37 -37
  228. package/node_modules/@aws-sdk/client-sqs/dist-cjs/index.js +49 -1248
  229. package/node_modules/@aws-sdk/client-sqs/dist-cjs/models/SQSServiceException.js +12 -0
  230. package/node_modules/@aws-sdk/client-sqs/dist-cjs/models/errors.js +368 -0
  231. package/node_modules/@aws-sdk/client-sqs/dist-cjs/runtimeConfig.shared.js +2 -0
  232. package/node_modules/@aws-sdk/client-sqs/dist-cjs/schemas/schemas_0.js +764 -0
  233. package/node_modules/@aws-sdk/client-sqs/dist-es/runtimeConfig.shared.js +2 -0
  234. package/node_modules/@aws-sdk/client-sqs/dist-es/schemas/schemas_0.js +171 -165
  235. package/node_modules/@aws-sdk/client-sqs/dist-types/schemas/schemas_0.d.ts +35 -28
  236. package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -28
  237. package/node_modules/@aws-sdk/client-sqs/package.json +39 -39
  238. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +172 -8469
  239. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +12 -0
  240. package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/errors.js +2059 -0
  241. package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +2 -0
  242. package/node_modules/@aws-sdk/client-ssm/dist-cjs/schemas/schemas_0.js +5616 -0
  243. package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +2 -0
  244. package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +1633 -1626
  245. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +2 -0
  246. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +2 -0
  247. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
  248. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
  249. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -2
  250. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -2
  251. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -0
  252. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
  253. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -2
  254. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +42 -2
  255. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +25 -0
  256. package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +146 -139
  257. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +3 -0
  258. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +2 -0
  259. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +141 -139
  260. package/node_modules/@aws-sdk/client-ssm/package.json +38 -38
  261. package/node_modules/@aws-sdk/core/dist-cjs/index.js +19 -10
  262. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +19 -10
  263. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +3 -3
  264. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +1 -0
  265. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
  266. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +14 -6
  267. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +4 -0
  268. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  269. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
  270. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
  271. package/node_modules/@aws-sdk/core/package.json +13 -13
  272. package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +1 -1
  273. package/node_modules/@aws-sdk/crc64-nvme/dist-types/crc64-nvme-crt-container.d.ts +1 -1
  274. package/node_modules/@aws-sdk/crc64-nvme/package.json +3 -3
  275. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  276. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  277. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  278. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  279. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  280. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  281. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -1
  282. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  283. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
  284. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
  285. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
  286. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  287. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
  288. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  289. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +6 -6
  290. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  291. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +12 -12
  292. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  293. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  294. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  295. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
  296. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  297. package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +8 -8
  298. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +13 -13
  299. package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +6 -6
  300. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  301. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
  302. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  303. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
  304. package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
  305. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
  306. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
  307. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
  308. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
  309. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
  310. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
  311. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.js +5 -3
  312. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
  313. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
  314. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
  315. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +27 -206
  316. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  317. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  318. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +2 -0
  319. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  320. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/auth/httpAuthSchemeProvider.js +8 -27
  321. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  322. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
  323. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
  324. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
  325. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
  326. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
  327. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
  328. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
  329. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/runtimeConfig.shared.js +2 -0
  330. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  331. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  332. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +27 -355
  333. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  334. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  335. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  336. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  337. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
  338. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +33 -314
  339. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  340. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
  341. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +2 -0
  342. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  343. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
  344. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
  345. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
  346. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/ListAccountsCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js} +5 -5
  347. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/LogoutCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js} +5 -5
  348. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
  349. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
  350. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
  351. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
  352. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
  353. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
  354. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
  355. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.js +5 -3
  356. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
  357. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
  358. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  359. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
  360. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
  361. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +15 -12
  362. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
  363. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSOClient.js +1 -1
  364. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
  365. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/auth/httpAuthSchemeProvider.js +9 -28
  366. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
  367. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
  368. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
  369. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/index.js +0 -1
  370. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
  371. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
  372. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
  373. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/runtimeConfig.shared.js +2 -0
  374. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
  375. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
  376. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  377. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  378. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +40 -37
  379. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
  380. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
  381. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
  382. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +60 -57
  383. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  384. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
  385. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
  386. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
  387. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
  388. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
  389. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
  390. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
  391. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  392. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
  393. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
  394. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
  395. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
  396. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
  397. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
  398. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
  399. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
  400. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
  401. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
  402. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
  403. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  404. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
  405. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  406. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +11 -4
  407. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
  408. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSOClient.d.ts +6 -8
  409. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  410. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
  411. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +3 -3
  412. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
  413. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
  414. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  415. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
  416. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/index.d.ts +0 -1
  417. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
  418. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/schemas/schemas_0.d.ts +11 -14
  419. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  420. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
  421. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  422. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +10 -3
  423. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  424. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  425. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
  426. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
  427. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +15 -8
  428. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  429. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
  430. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  431. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
  432. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
  433. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
  434. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
  435. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  436. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
  437. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
  438. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
  439. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
  440. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
  441. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
  442. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
  443. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
  444. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
  445. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
  446. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  447. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +6 -4
  448. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
  449. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/SSOClient.d.ts +3 -24
  450. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  451. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +5 -9
  452. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
  453. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
  454. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  455. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/index.d.ts +0 -1
  456. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
  457. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/schemas/schemas_0.d.ts +6 -14
  458. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  459. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +5 -3
  460. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  461. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +10 -8
  462. package/node_modules/@aws-sdk/nested-clients/package.json +54 -36
  463. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
  464. package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
  465. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +12 -23
  466. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  467. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +1 -1
  468. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +2 -2
  469. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  470. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  471. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
  472. package/node_modules/@aws-sdk/types/package.json +2 -2
  473. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -12
  474. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  475. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  476. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  477. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  478. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  479. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  480. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +12 -1
  481. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +4 -2
  482. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
  483. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
  484. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
  485. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
  486. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  487. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
  488. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +13 -0
  489. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  490. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +83 -14
  491. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  492. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  493. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  494. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  495. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +4 -4
  496. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +74 -12
  497. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +7 -5
  498. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +65 -53
  499. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +84 -44
  500. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +255 -187
  501. package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
  502. package/node_modules/@smithy/abort-controller/package.json +6 -6
  503. package/node_modules/@smithy/chunked-blob-reader/package.json +5 -5
  504. package/node_modules/@smithy/chunked-blob-reader-native/package.json +6 -6
  505. package/node_modules/@smithy/config-resolver/package.json +10 -10
  506. package/node_modules/@smithy/core/dist-cjs/index.js +1 -4
  507. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +13 -10
  508. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +3 -0
  509. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +31 -4
  510. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +24 -5
  511. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1 -4
  512. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
  513. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +3 -0
  514. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +25 -3
  515. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +6 -1
  516. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
  517. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
  518. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  519. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  520. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
  521. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
  522. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
  523. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
  524. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
  525. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
  526. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
  527. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
  528. package/node_modules/@smithy/core/package.json +11 -11
  529. package/node_modules/@smithy/credential-provider-imds/package.json +9 -9
  530. package/node_modules/@smithy/eventstream-codec/package.json +8 -8
  531. package/node_modules/@smithy/eventstream-serde-browser/package.json +7 -7
  532. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +6 -6
  533. package/node_modules/@smithy/eventstream-serde-node/package.json +7 -7
  534. package/node_modules/@smithy/eventstream-serde-universal/package.json +8 -8
  535. package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
  536. package/node_modules/@smithy/hash-blob-browser/package.json +9 -9
  537. package/node_modules/@smithy/hash-node/package.json +8 -8
  538. package/node_modules/@smithy/hash-stream-node/package.json +8 -8
  539. package/node_modules/@smithy/invalid-dependency/package.json +6 -6
  540. package/node_modules/@smithy/is-array-buffer/package.json +5 -5
  541. package/node_modules/@smithy/md5-js/package.json +9 -9
  542. package/node_modules/@smithy/middleware-content-length/package.json +7 -7
  543. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  544. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  545. package/node_modules/@smithy/middleware-serde/package.json +7 -7
  546. package/node_modules/@smithy/middleware-stack/package.json +6 -6
  547. package/node_modules/@smithy/node-config-provider/package.json +8 -8
  548. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +9 -2
  549. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +9 -2
  550. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  551. package/node_modules/@smithy/property-provider/package.json +6 -6
  552. package/node_modules/@smithy/protocol-http/package.json +6 -6
  553. package/node_modules/@smithy/querystring-builder/package.json +7 -7
  554. package/node_modules/@smithy/querystring-parser/package.json +6 -6
  555. package/node_modules/@smithy/service-error-classification/package.json +6 -6
  556. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +16 -14
  557. package/node_modules/@smithy/shared-ini-file-loader/package.json +6 -6
  558. package/node_modules/@smithy/signature-v4/package.json +12 -12
  559. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +30 -16
  560. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
  561. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
  562. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
  563. package/node_modules/@smithy/smithy-client/package.json +10 -8
  564. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
  565. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
  566. package/node_modules/@smithy/types/package.json +5 -5
  567. package/node_modules/@smithy/url-parser/package.json +7 -7
  568. package/node_modules/@smithy/util-base64/dist-cjs/index.js +14 -6
  569. package/node_modules/@smithy/util-base64/package.json +7 -7
  570. package/node_modules/@smithy/util-body-length-browser/package.json +5 -5
  571. package/node_modules/@smithy/util-body-length-node/package.json +5 -5
  572. package/node_modules/@smithy/util-buffer-from/package.json +6 -6
  573. package/node_modules/@smithy/util-config-provider/package.json +5 -5
  574. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -3
  575. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  576. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  577. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
  578. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  579. package/node_modules/@smithy/util-endpoints/package.json +7 -7
  580. package/node_modules/@smithy/util-hex-encoding/package.json +5 -5
  581. package/node_modules/@smithy/util-middleware/package.json +6 -6
  582. package/node_modules/@smithy/util-retry/package.json +7 -7
  583. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +13 -2
  584. package/node_modules/@smithy/util-stream/dist-cjs/index.js +51 -29
  585. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +13 -2
  586. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
  587. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +1 -0
  588. package/node_modules/@smithy/util-stream/package.json +8 -8
  589. package/node_modules/@smithy/util-uri-escape/package.json +5 -5
  590. package/node_modules/@smithy/util-utf8/package.json +6 -6
  591. package/node_modules/@smithy/util-waiter/package.json +7 -7
  592. package/node_modules/@smithy/uuid/package.json +5 -5
  593. package/package.json +14 -14
  594. package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  595. package/node_modules/@aws-sdk/client-sso/README.md +0 -244
  596. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  597. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -424
  598. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -21
  599. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -16
  600. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  601. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  602. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  603. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  604. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  605. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -152
  606. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -67
  607. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
  608. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
  609. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
  610. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  611. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
  612. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  613. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  614. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  615. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  616. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -91
  617. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  618. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  619. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  620. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  621. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
  622. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  623. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  624. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  625. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  626. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  627. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  628. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
  629. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  630. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  631. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  632. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  633. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  634. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  635. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  636. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  637. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  638. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
  639. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  640. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  641. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  642. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  643. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  644. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  645. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  646. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  647. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
  648. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  649. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  650. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  651. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  652. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  653. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
  654. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  655. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  656. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  657. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  658. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  659. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  660. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  661. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  662. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
  663. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  664. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  665. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  666. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  667. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  668. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  669. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  670. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  671. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  672. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  673. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  674. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  675. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  676. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  677. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  678. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
  679. package/node_modules/@aws-sdk/client-sso/package.json +0 -99
  680. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
  681. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  682. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  683. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
  684. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  685. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  686. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  687. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  688. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  689. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  690. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  691. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  692. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  693. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
  694. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  695. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  696. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  697. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  698. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  699. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  700. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  701. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  702. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  703. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
  704. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  705. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  706. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  707. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  708. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  709. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
  710. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  711. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  712. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  713. 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
  714. 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
  715. 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
  716. 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
  717. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  718. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
  719. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  720. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  721. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  722. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  723. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  724. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  725. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  726. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  727. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  728. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  729. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  730. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  731. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  732. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  733. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  734. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
  735. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  736. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  737. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
  738. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
  739. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  740. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
  741. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  742. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  743. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  744. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  745. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
  746. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  747. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
  748. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  749. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  750. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  751. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  752. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  753. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  754. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  755. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  756. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  757. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
  758. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  759. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  760. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  761. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  762. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  763. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
  764. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  765. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  766. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  767. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  768. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  769. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  770. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  771. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  772. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
  773. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  774. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  775. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  776. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  777. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  778. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  779. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  780. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  781. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  782. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  783. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  784. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  785. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  786. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  787. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  788. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
  789. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  790. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  791. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
  792. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  793. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
  794. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
  795. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  796. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
  797. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/commands/GetRoleCredentialsCommand.js +0 -0
  798. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
  799. /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
  800. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
  801. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
  802. /package/node_modules/@aws-sdk/{client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js → nested-clients/dist-es/submodules/sso/models/models_0.js} +0 -0
  803. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  804. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  805. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
  806. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  807. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
  808. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
  809. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.d.ts +0 -0
  810. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.native.d.ts +0 -0
  811. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
  812. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
  813. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  814. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  815. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
  816. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +0 -0
  817. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/ruleset.d.ts +0 -0
  818. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
  819. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  820. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/errors.d.ts +0 -0
  821. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
  822. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.d.ts +0 -0
  823. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.native.d.ts +0 -0
  824. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
  825. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
@@ -0,0 +1,1394 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.errorTypeRegistries = exports.XksProxyVpcEndpointServiceNotFoundException$ = exports.XksProxyVpcEndpointServiceInvalidConfigurationException$ = exports.XksProxyVpcEndpointServiceInUseException$ = exports.XksProxyUriUnreachableException$ = exports.XksProxyUriInUseException$ = exports.XksProxyUriEndpointInUseException$ = exports.XksProxyInvalidResponseException$ = exports.XksProxyInvalidConfigurationException$ = exports.XksProxyIncorrectAuthenticationCredentialException$ = exports.XksKeyNotFoundException$ = exports.XksKeyInvalidConfigurationException$ = exports.XksKeyAlreadyInUseException$ = exports.UnsupportedOperationException$ = exports.TagException$ = exports.NotFoundException$ = exports.MalformedPolicyDocumentException$ = exports.LimitExceededException$ = exports.KMSInvalidStateException$ = exports.KMSInvalidSignatureException$ = exports.KMSInvalidMacException$ = exports.KMSInternalException$ = exports.KeyUnavailableException$ = exports.InvalidMarkerException$ = exports.InvalidKeyUsageException$ = exports.InvalidImportTokenException$ = exports.InvalidGrantTokenException$ = exports.InvalidGrantIdException$ = exports.InvalidCiphertextException$ = exports.InvalidArnException$ = exports.InvalidAliasNameException$ = exports.IncorrectTrustAnchorException$ = exports.IncorrectKeyMaterialException$ = exports.IncorrectKeyException$ = exports.ExpiredImportTokenException$ = exports.DryRunOperationException$ = exports.DisabledException$ = exports.DependencyTimeoutException$ = exports.CustomKeyStoreNotFoundException$ = exports.CustomKeyStoreNameInUseException$ = exports.CustomKeyStoreInvalidStateException$ = exports.CustomKeyStoreHasCMKsException$ = exports.ConflictException$ = exports.CloudHsmClusterNotRelatedException$ = exports.CloudHsmClusterNotFoundException$ = exports.CloudHsmClusterNotActiveException$ = exports.CloudHsmClusterInvalidConfigurationException$ = exports.CloudHsmClusterInUseException$ = exports.AlreadyExistsException$ = exports.KMSServiceException$ = void 0;
4
+ exports.GetKeyRotationStatusResponse$ = exports.GetKeyRotationStatusRequest$ = exports.GetKeyPolicyResponse$ = exports.GetKeyPolicyRequest$ = exports.GenerateRandomResponse$ = exports.GenerateRandomRequest$ = exports.GenerateMacResponse$ = exports.GenerateMacRequest$ = exports.GenerateDataKeyWithoutPlaintextResponse$ = exports.GenerateDataKeyWithoutPlaintextRequest$ = exports.GenerateDataKeyResponse$ = exports.GenerateDataKeyRequest$ = exports.GenerateDataKeyPairWithoutPlaintextResponse$ = exports.GenerateDataKeyPairWithoutPlaintextRequest$ = exports.GenerateDataKeyPairResponse$ = exports.GenerateDataKeyPairRequest$ = exports.EncryptResponse$ = exports.EncryptRequest$ = exports.EnableKeyRotationRequest$ = exports.EnableKeyRequest$ = exports.DisconnectCustomKeyStoreResponse$ = exports.DisconnectCustomKeyStoreRequest$ = exports.DisableKeyRotationRequest$ = exports.DisableKeyRequest$ = exports.DescribeKeyResponse$ = exports.DescribeKeyRequest$ = exports.DescribeCustomKeyStoresResponse$ = exports.DescribeCustomKeyStoresRequest$ = exports.DeriveSharedSecretResponse$ = exports.DeriveSharedSecretRequest$ = exports.DeleteImportedKeyMaterialResponse$ = exports.DeleteImportedKeyMaterialRequest$ = exports.DeleteCustomKeyStoreResponse$ = exports.DeleteCustomKeyStoreRequest$ = exports.DeleteAliasRequest$ = exports.DecryptResponse$ = exports.DecryptRequest$ = exports.CustomKeyStoresListEntry$ = exports.CreateKeyResponse$ = exports.CreateKeyRequest$ = exports.CreateGrantResponse$ = exports.CreateGrantRequest$ = exports.CreateCustomKeyStoreResponse$ = exports.CreateCustomKeyStoreRequest$ = exports.CreateAliasRequest$ = exports.ConnectCustomKeyStoreResponse$ = exports.ConnectCustomKeyStoreRequest$ = exports.CancelKeyDeletionResponse$ = exports.CancelKeyDeletionRequest$ = exports.AliasListEntry$ = void 0;
5
+ exports.VerifyMacResponse$ = exports.VerifyMacRequest$ = exports.UpdatePrimaryRegionRequest$ = exports.UpdateKeyDescriptionRequest$ = exports.UpdateCustomKeyStoreResponse$ = exports.UpdateCustomKeyStoreRequest$ = exports.UpdateAliasRequest$ = exports.UntagResourceRequest$ = exports.TagResourceRequest$ = exports.Tag$ = exports.SignResponse$ = exports.SignRequest$ = exports.ScheduleKeyDeletionResponse$ = exports.ScheduleKeyDeletionRequest$ = exports.RotationsListEntry$ = exports.RotateKeyOnDemandResponse$ = exports.RotateKeyOnDemandRequest$ = exports.RevokeGrantRequest$ = exports.RetireGrantRequest$ = exports.ReplicateKeyResponse$ = exports.ReplicateKeyRequest$ = exports.ReEncryptResponse$ = exports.ReEncryptRequest$ = exports.RecipientInfo$ = exports.PutKeyPolicyRequest$ = exports.MultiRegionKey$ = exports.MultiRegionConfiguration$ = exports.ListRetirableGrantsRequest$ = exports.ListResourceTagsResponse$ = exports.ListResourceTagsRequest$ = exports.ListKeysResponse$ = exports.ListKeysRequest$ = exports.ListKeyRotationsResponse$ = exports.ListKeyRotationsRequest$ = exports.ListKeyPoliciesResponse$ = exports.ListKeyPoliciesRequest$ = exports.ListGrantsResponse$ = exports.ListGrantsRequest$ = exports.ListAliasesResponse$ = exports.ListAliasesRequest$ = exports.KeyMetadata$ = exports.KeyListEntry$ = exports.ImportKeyMaterialResponse$ = exports.ImportKeyMaterialRequest$ = exports.GrantListEntry$ = exports.GrantConstraints$ = exports.GetPublicKeyResponse$ = exports.GetPublicKeyRequest$ = exports.GetParametersForImportResponse$ = exports.GetParametersForImportRequest$ = void 0;
6
+ exports.Sign$ = exports.ScheduleKeyDeletion$ = exports.RotateKeyOnDemand$ = exports.RevokeGrant$ = exports.RetireGrant$ = exports.ReplicateKey$ = exports.ReEncrypt$ = exports.PutKeyPolicy$ = exports.ListRetirableGrants$ = exports.ListResourceTags$ = exports.ListKeys$ = exports.ListKeyRotations$ = exports.ListKeyPolicies$ = exports.ListGrants$ = exports.ListAliases$ = exports.ImportKeyMaterial$ = exports.GetPublicKey$ = exports.GetParametersForImport$ = exports.GetKeyRotationStatus$ = exports.GetKeyPolicy$ = exports.GenerateRandom$ = exports.GenerateMac$ = exports.GenerateDataKeyWithoutPlaintext$ = exports.GenerateDataKeyPairWithoutPlaintext$ = exports.GenerateDataKeyPair$ = exports.GenerateDataKey$ = exports.Encrypt$ = exports.EnableKeyRotation$ = exports.EnableKey$ = exports.DisconnectCustomKeyStore$ = exports.DisableKeyRotation$ = exports.DisableKey$ = exports.DescribeKey$ = exports.DescribeCustomKeyStores$ = exports.DeriveSharedSecret$ = exports.DeleteImportedKeyMaterial$ = exports.DeleteCustomKeyStore$ = exports.DeleteAlias$ = exports.Decrypt$ = exports.CreateKey$ = exports.CreateGrant$ = exports.CreateCustomKeyStore$ = exports.CreateAlias$ = exports.ConnectCustomKeyStore$ = exports.CancelKeyDeletion$ = exports.XksProxyConfigurationType$ = exports.XksProxyAuthenticationCredentialType$ = exports.XksKeyConfigurationType$ = exports.VerifyResponse$ = exports.VerifyRequest$ = void 0;
7
+ exports.VerifyMac$ = exports.Verify$ = exports.UpdatePrimaryRegion$ = exports.UpdateKeyDescription$ = exports.UpdateCustomKeyStore$ = exports.UpdateAlias$ = exports.UntagResource$ = exports.TagResource$ = void 0;
8
+ const _A = "Arn";
9
+ const _AA = "AliasArn";
10
+ const _AD = "AttestationDocument";
11
+ const _AEE = "AlreadyExistsException";
12
+ const _AKI = "AccessKeyId";
13
+ const _AL = "AliasList";
14
+ const _ALE = "AliasListEntry";
15
+ const _AN = "AliasName";
16
+ const _AWSAI = "AWSAccountId";
17
+ const _Al = "Aliases";
18
+ const _BPLSC = "BypassPolicyLockoutSafetyCheck";
19
+ const _C = "Constraints";
20
+ const _CA = "CreateAlias";
21
+ const _CAR = "CreateAliasRequest";
22
+ const _CB = "CiphertextBlob";
23
+ const _CCKS = "ConnectCustomKeyStore";
24
+ const _CCKSR = "ConnectCustomKeyStoreRequest";
25
+ const _CCKSRo = "ConnectCustomKeyStoreResponse";
26
+ const _CCKSRr = "CreateCustomKeyStoreRequest";
27
+ const _CCKSRre = "CreateCustomKeyStoreResponse";
28
+ const _CCKSr = "CreateCustomKeyStore";
29
+ const _CD = "CreationDate";
30
+ const _CE = "ConflictException";
31
+ const _CEC = "ConnectionErrorCode";
32
+ const _CFR = "CiphertextForRecipient";
33
+ const _CG = "CreateGrant";
34
+ const _CGR = "CreateGrantRequest";
35
+ const _CGRr = "CreateGrantResponse";
36
+ const _CHCI = "CloudHsmClusterId";
37
+ const _CHCICE = "CloudHsmClusterInvalidConfigurationException";
38
+ const _CHCIUE = "CloudHsmClusterInUseException";
39
+ const _CHCNAE = "CloudHsmClusterNotActiveException";
40
+ const _CHCNFE = "CloudHsmClusterNotFoundException";
41
+ const _CHCNRE = "CloudHsmClusterNotRelatedException";
42
+ const _CK = "CreateKey";
43
+ const _CKD = "CancelKeyDeletion";
44
+ const _CKDR = "CancelKeyDeletionRequest";
45
+ const _CKDRa = "CancelKeyDeletionResponse";
46
+ const _CKMI = "CurrentKeyMaterialId";
47
+ const _CKR = "CreateKeyRequest";
48
+ const _CKRr = "CreateKeyResponse";
49
+ const _CKS = "CustomKeyStores";
50
+ const _CKSHCMKE = "CustomKeyStoreHasCMKsException";
51
+ const _CKSI = "CustomKeyStoreId";
52
+ const _CKSISE = "CustomKeyStoreInvalidStateException";
53
+ const _CKSL = "CustomKeyStoresList";
54
+ const _CKSLE = "CustomKeyStoresListEntry";
55
+ const _CKSN = "CustomKeyStoreName";
56
+ const _CKSNFE = "CustomKeyStoreNotFoundException";
57
+ const _CKSNIUE = "CustomKeyStoreNameInUseException";
58
+ const _CKST = "CustomKeyStoreType";
59
+ const _CMKS = "CustomerMasterKeySpec";
60
+ const _CS = "ConnectionState";
61
+ const _Co = "Connectivity";
62
+ const _D = "Description";
63
+ const _DA = "DeleteAlias";
64
+ const _DAR = "DeleteAliasRequest";
65
+ const _DCKS = "DeleteCustomKeyStore";
66
+ const _DCKSR = "DeleteCustomKeyStoreRequest";
67
+ const _DCKSRe = "DeleteCustomKeyStoreResponse";
68
+ const _DCKSRes = "DescribeCustomKeyStoresRequest";
69
+ const _DCKSResc = "DescribeCustomKeyStoresResponse";
70
+ const _DCKSRi = "DisconnectCustomKeyStoreRequest";
71
+ const _DCKSRis = "DisconnectCustomKeyStoreResponse";
72
+ const _DCKSe = "DescribeCustomKeyStores";
73
+ const _DCKSi = "DisconnectCustomKeyStore";
74
+ const _DD = "DeletionDate";
75
+ const _DE = "DisabledException";
76
+ const _DEA = "DestinationEncryptionAlgorithm";
77
+ const _DEC = "DestinationEncryptionContext";
78
+ const _DIKM = "DeleteImportedKeyMaterial";
79
+ const _DIKMR = "DeleteImportedKeyMaterialRequest";
80
+ const _DIKMRe = "DeleteImportedKeyMaterialResponse";
81
+ const _DK = "DescribeKey";
82
+ const _DKI = "DestinationKeyId";
83
+ const _DKMI = "DestinationKeyMaterialId";
84
+ const _DKR = "DescribeKeyRequest";
85
+ const _DKRR = "DisableKeyRotationRequest";
86
+ const _DKRe = "DescribeKeyResponse";
87
+ const _DKRi = "DisableKeyRequest";
88
+ const _DKRis = "DisableKeyRotation";
89
+ const _DKi = "DisableKey";
90
+ const _DR = "DryRun";
91
+ const _DRM = "DryRunModifiers";
92
+ const _DROE = "DryRunOperationException";
93
+ const _DRe = "DecryptRequest";
94
+ const _DRec = "DecryptResponse";
95
+ const _DSS = "DeriveSharedSecret";
96
+ const _DSSR = "DeriveSharedSecretRequest";
97
+ const _DSSRe = "DeriveSharedSecretResponse";
98
+ const _DTE = "DependencyTimeoutException";
99
+ const _De = "Decrypt";
100
+ const _E = "Enabled";
101
+ const _EA = "EncryptionAlgorithm";
102
+ const _EAn = "EncryptionAlgorithms";
103
+ const _EC = "EncryptionContext";
104
+ const _ECE = "EncryptionContextEquals";
105
+ const _ECS = "EncryptionContextSubset";
106
+ const _EITE = "ExpiredImportTokenException";
107
+ const _EK = "EnableKey";
108
+ const _EKM = "EncryptedKeyMaterial";
109
+ const _EKR = "EnableKeyRequest";
110
+ const _EKRR = "EnableKeyRotationRequest";
111
+ const _EKRn = "EnableKeyRotation";
112
+ const _EM = "ExpirationModel";
113
+ const _ER = "EncryptRequest";
114
+ const _ERn = "EncryptResponse";
115
+ const _En = "Encrypt";
116
+ const _G = "Grants";
117
+ const _GC = "GrantConstraints";
118
+ const _GDK = "GenerateDataKey";
119
+ const _GDKP = "GenerateDataKeyPair";
120
+ const _GDKPR = "GenerateDataKeyPairRequest";
121
+ const _GDKPRe = "GenerateDataKeyPairResponse";
122
+ const _GDKPWP = "GenerateDataKeyPairWithoutPlaintext";
123
+ const _GDKPWPR = "GenerateDataKeyPairWithoutPlaintextRequest";
124
+ const _GDKPWPRe = "GenerateDataKeyPairWithoutPlaintextResponse";
125
+ const _GDKR = "GenerateDataKeyRequest";
126
+ const _GDKRe = "GenerateDataKeyResponse";
127
+ const _GDKWP = "GenerateDataKeyWithoutPlaintext";
128
+ const _GDKWPR = "GenerateDataKeyWithoutPlaintextRequest";
129
+ const _GDKWPRe = "GenerateDataKeyWithoutPlaintextResponse";
130
+ const _GI = "GrantId";
131
+ const _GKP = "GetKeyPolicy";
132
+ const _GKPR = "GetKeyPolicyRequest";
133
+ const _GKPRe = "GetKeyPolicyResponse";
134
+ const _GKRS = "GetKeyRotationStatus";
135
+ const _GKRSR = "GetKeyRotationStatusRequest";
136
+ const _GKRSRe = "GetKeyRotationStatusResponse";
137
+ const _GL = "GrantList";
138
+ const _GLE = "GrantListEntry";
139
+ const _GM = "GenerateMac";
140
+ const _GMR = "GenerateMacRequest";
141
+ const _GMRe = "GenerateMacResponse";
142
+ const _GP = "GranteePrincipal";
143
+ const _GPFI = "GetParametersForImport";
144
+ const _GPFIR = "GetParametersForImportRequest";
145
+ const _GPFIRe = "GetParametersForImportResponse";
146
+ const _GPK = "GetPublicKey";
147
+ const _GPKR = "GetPublicKeyRequest";
148
+ const _GPKRe = "GetPublicKeyResponse";
149
+ const _GR = "GenerateRandom";
150
+ const _GRR = "GenerateRandomRequest";
151
+ const _GRRe = "GenerateRandomResponse";
152
+ const _GT = "GrantTokens";
153
+ const _GTr = "GrantToken";
154
+ const _I = "Id";
155
+ const _IA = "IssuingAccount";
156
+ const _IAE = "InvalidArnException";
157
+ const _IANE = "InvalidAliasNameException";
158
+ const _ICE = "InvalidCiphertextException";
159
+ const _IGIE = "InvalidGrantIdException";
160
+ const _IGTE = "InvalidGrantTokenException";
161
+ const _IITE = "InvalidImportTokenException";
162
+ const _IKE = "IncorrectKeyException";
163
+ const _IKM = "IncludeKeyMaterial";
164
+ const _IKME = "IncorrectKeyMaterialException";
165
+ const _IKMR = "ImportKeyMaterialRequest";
166
+ const _IKMRm = "ImportKeyMaterialResponse";
167
+ const _IKMm = "ImportKeyMaterial";
168
+ const _IKUE = "InvalidKeyUsageException";
169
+ const _IME = "InvalidMarkerException";
170
+ const _IS = "ImportState";
171
+ const _IT = "ImportToken";
172
+ const _ITAE = "IncorrectTrustAnchorException";
173
+ const _ITm = "ImportType";
174
+ const _K = "Keys";
175
+ const _KA = "KeyArn";
176
+ const _KAA = "KeyAgreementAlgorithm";
177
+ const _KAAe = "KeyAgreementAlgorithms";
178
+ const _KEA = "KeyEncryptionAlgorithm";
179
+ const _KI = "KeyId";
180
+ const _KL = "KeyList";
181
+ const _KLE = "KeyListEntry";
182
+ const _KM = "KeyMetadata";
183
+ const _KMD = "KeyMaterialDescription";
184
+ const _KMI = "KeyMaterialId";
185
+ const _KMS = "KeyMaterialState";
186
+ const _KMSIE = "KMSInternalException";
187
+ const _KMSIME = "KMSInvalidMacException";
188
+ const _KMSISE = "KMSInvalidSignatureException";
189
+ const _KMSISEn = "KMSInvalidStateException";
190
+ const _KMe = "KeyManager";
191
+ const _KO = "KeyOrigin";
192
+ const _KPS = "KeyPairSpec";
193
+ const _KRE = "KeyRotationEnabled";
194
+ const _KS = "KeySpec";
195
+ const _KSP = "KeyStorePassword";
196
+ const _KSPT = "KeyStorePasswordType";
197
+ const _KSe = "KeyState";
198
+ const _KU = "KeyUsage";
199
+ const _KUE = "KeyUnavailableException";
200
+ const _L = "Limit";
201
+ const _LA = "ListAliases";
202
+ const _LAR = "ListAliasesRequest";
203
+ const _LARi = "ListAliasesResponse";
204
+ const _LEE = "LimitExceededException";
205
+ const _LG = "ListGrants";
206
+ const _LGR = "ListGrantsRequest";
207
+ const _LGRi = "ListGrantsResponse";
208
+ const _LK = "ListKeys";
209
+ const _LKP = "ListKeyPolicies";
210
+ const _LKPR = "ListKeyPoliciesRequest";
211
+ const _LKPRi = "ListKeyPoliciesResponse";
212
+ const _LKR = "ListKeysRequest";
213
+ const _LKRR = "ListKeyRotationsRequest";
214
+ const _LKRRi = "ListKeyRotationsResponse";
215
+ const _LKRi = "ListKeysResponse";
216
+ const _LKRis = "ListKeyRotations";
217
+ const _LRG = "ListRetirableGrants";
218
+ const _LRGR = "ListRetirableGrantsRequest";
219
+ const _LRT = "ListResourceTags";
220
+ const _LRTR = "ListResourceTagsRequest";
221
+ const _LRTRi = "ListResourceTagsResponse";
222
+ const _LUD = "LastUpdatedDate";
223
+ const _M = "Marker";
224
+ const _MA = "MacAlgorithm";
225
+ const _MAa = "MacAlgorithms";
226
+ const _MPDE = "MalformedPolicyDocumentException";
227
+ const _MR = "MultiRegion";
228
+ const _MRC = "MultiRegionConfiguration";
229
+ const _MRK = "MultiRegionKey";
230
+ const _MRKL = "MultiRegionKeyList";
231
+ const _MRKT = "MultiRegionKeyType";
232
+ const _MT = "MessageType";
233
+ const _MV = "MacValid";
234
+ const _Ma = "Mac";
235
+ const _Me = "Message";
236
+ const _N = "Name";
237
+ const _NCKSN = "NewCustomKeyStoreName";
238
+ const _NFE = "NotFoundException";
239
+ const _NM = "NextMarker";
240
+ const _NOB = "NumberOfBytes";
241
+ const _NRD = "NextRotationDate";
242
+ const _O = "Operations";
243
+ const _ODRSD = "OnDemandRotationStartDate";
244
+ const _Or = "Origin";
245
+ const _P = "Policy";
246
+ const _PDWID = "PendingDeletionWindowInDays";
247
+ const _PK = "PublicKey";
248
+ const _PKCB = "PrivateKeyCiphertextBlob";
249
+ const _PKP = "PrivateKeyPlaintext";
250
+ const _PKPR = "PutKeyPolicyRequest";
251
+ const _PKPu = "PutKeyPolicy";
252
+ const _PKr = "PrimaryKey";
253
+ const _PN = "PolicyName";
254
+ const _PNo = "PolicyNames";
255
+ const _PR = "PrimaryRegion";
256
+ const _PT = "PlaintextType";
257
+ const _PVT = "ParametersValidTo";
258
+ const _PWID = "PendingWindowInDays";
259
+ const _Pl = "Plaintext";
260
+ const _R = "Recipient";
261
+ const _RD = "RotationDate";
262
+ const _RE = "ReEncrypt";
263
+ const _RER = "ReEncryptRequest";
264
+ const _RERe = "ReEncryptResponse";
265
+ const _RG = "RetireGrant";
266
+ const _RGR = "RetireGrantRequest";
267
+ const _RGRe = "RevokeGrantRequest";
268
+ const _RGe = "RevokeGrant";
269
+ const _RI = "RecipientInfo";
270
+ const _RK = "ReplicaKeys";
271
+ const _RKM = "ReplicaKeyMetadata";
272
+ const _RKOD = "RotateKeyOnDemand";
273
+ const _RKODR = "RotateKeyOnDemandRequest";
274
+ const _RKODRo = "RotateKeyOnDemandResponse";
275
+ const _RKR = "ReplicateKeyRequest";
276
+ const _RKRe = "ReplicateKeyResponse";
277
+ const _RKe = "ReplicateKey";
278
+ const _RL = "RotationsList";
279
+ const _RLE = "RotationsListEntry";
280
+ const _RP = "RetiringPrincipal";
281
+ const _RPID = "RotationPeriodInDays";
282
+ const _RPe = "ReplicaPolicy";
283
+ const _RR = "ReplicaRegion";
284
+ const _RSAK = "RawSecretAccessKey";
285
+ const _RT = "ReplicaTags";
286
+ const _RTo = "RotationType";
287
+ const _Re = "Region";
288
+ const _Ro = "Rotations";
289
+ const _S = "Signature";
290
+ const _SA = "SigningAlgorithms";
291
+ const _SAi = "SigningAlgorithm";
292
+ const _SEA = "SourceEncryptionAlgorithm";
293
+ const _SEC = "SourceEncryptionContext";
294
+ const _SKD = "ScheduleKeyDeletion";
295
+ const _SKDR = "ScheduleKeyDeletionRequest";
296
+ const _SKDRc = "ScheduleKeyDeletionResponse";
297
+ const _SKI = "SourceKeyId";
298
+ const _SKMI = "SourceKeyMaterialId";
299
+ const _SR = "SignRequest";
300
+ const _SRi = "SignResponse";
301
+ const _SS = "SharedSecret";
302
+ const _SV = "SignatureValid";
303
+ const _Si = "Sign";
304
+ const _T = "Tags";
305
+ const _TAC = "TrustAnchorCertificate";
306
+ const _TE = "TagException";
307
+ const _TK = "TagKey";
308
+ const _TKI = "TargetKeyId";
309
+ const _TKa = "TagKeys";
310
+ const _TL = "TagList";
311
+ const _TR = "TagResource";
312
+ const _TRR = "TagResourceRequest";
313
+ const _TV = "TagValue";
314
+ const _Ta = "Tag";
315
+ const _Tr = "Truncated";
316
+ const _UA = "UpdateAlias";
317
+ const _UAR = "UpdateAliasRequest";
318
+ const _UCKS = "UpdateCustomKeyStore";
319
+ const _UCKSR = "UpdateCustomKeyStoreRequest";
320
+ const _UCKSRp = "UpdateCustomKeyStoreResponse";
321
+ const _UE = "UriEndpoint";
322
+ const _UKD = "UpdateKeyDescription";
323
+ const _UKDR = "UpdateKeyDescriptionRequest";
324
+ const _UOE = "UnsupportedOperationException";
325
+ const _UP = "UriPath";
326
+ const _UPR = "UpdatePrimaryRegion";
327
+ const _UPRR = "UpdatePrimaryRegionRequest";
328
+ const _UR = "UntagResource";
329
+ const _URR = "UntagResourceRequest";
330
+ const _V = "Verify";
331
+ const _VESN = "VpcEndpointServiceName";
332
+ const _VESO = "VpcEndpointServiceOwner";
333
+ const _VM = "VerifyMac";
334
+ const _VMR = "VerifyMacRequest";
335
+ const _VMRe = "VerifyMacResponse";
336
+ const _VR = "VerifyRequest";
337
+ const _VRe = "VerifyResponse";
338
+ const _VT = "ValidTo";
339
+ const _WA = "WrappingAlgorithm";
340
+ const _WKS = "WrappingKeySpec";
341
+ const _XKAIUE = "XksKeyAlreadyInUseException";
342
+ const _XKC = "XksKeyConfiguration";
343
+ const _XKCT = "XksKeyConfigurationType";
344
+ const _XKI = "XksKeyId";
345
+ const _XKICE = "XksKeyInvalidConfigurationException";
346
+ const _XKNFE = "XksKeyNotFoundException";
347
+ const _XPAAKIT = "XksProxyAuthenticationAccessKeyIdType";
348
+ const _XPAC = "XksProxyAuthenticationCredential";
349
+ const _XPACT = "XksProxyAuthenticationCredentialType";
350
+ const _XPARSAKT = "XksProxyAuthenticationRawSecretAccessKeyType";
351
+ const _XPC = "XksProxyConnectivity";
352
+ const _XPCT = "XksProxyConfigurationType";
353
+ const _XPCk = "XksProxyConfiguration";
354
+ const _XPIACE = "XksProxyIncorrectAuthenticationCredentialException";
355
+ const _XPICE = "XksProxyInvalidConfigurationException";
356
+ const _XPIRE = "XksProxyInvalidResponseException";
357
+ const _XPUE = "XksProxyUriEndpoint";
358
+ const _XPUEIUE = "XksProxyUriEndpointInUseException";
359
+ const _XPUIUE = "XksProxyUriInUseException";
360
+ const _XPUP = "XksProxyUriPath";
361
+ const _XPUUE = "XksProxyUriUnreachableException";
362
+ const _XPVESICE = "XksProxyVpcEndpointServiceInvalidConfigurationException";
363
+ const _XPVESIUE = "XksProxyVpcEndpointServiceInUseException";
364
+ const _XPVESN = "XksProxyVpcEndpointServiceName";
365
+ const _XPVESNFE = "XksProxyVpcEndpointServiceNotFoundException";
366
+ const _XPVESO = "XksProxyVpcEndpointServiceOwner";
367
+ const _aQE = "awsQueryError";
368
+ const _c = "client";
369
+ const _e = "error";
370
+ const _hE = "httpError";
371
+ const _m = "message";
372
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.kms";
373
+ const _se = "server";
374
+ const n0 = "com.amazonaws.kms";
375
+ const schema_1 = require("@smithy/core/schema");
376
+ const errors_1 = require("../models/errors");
377
+ const KMSServiceException_1 = require("../models/KMSServiceException");
378
+ const _s_registry = schema_1.TypeRegistry.for(_s);
379
+ exports.KMSServiceException$ = [-3, _s, "KMSServiceException", 0, [], []];
380
+ _s_registry.registerError(exports.KMSServiceException$, KMSServiceException_1.KMSServiceException);
381
+ const n0_registry = schema_1.TypeRegistry.for(n0);
382
+ exports.AlreadyExistsException$ = [-3, n0, _AEE,
383
+ { [_aQE]: [`AlreadyExists`, 409], [_e]: _c, [_hE]: 409 },
384
+ [_m],
385
+ [0]
386
+ ];
387
+ n0_registry.registerError(exports.AlreadyExistsException$, errors_1.AlreadyExistsException);
388
+ exports.CloudHsmClusterInUseException$ = [-3, n0, _CHCIUE,
389
+ { [_aQE]: [`CloudHsmClusterInUseException`, 400], [_e]: _c, [_hE]: 400 },
390
+ [_m],
391
+ [0]
392
+ ];
393
+ n0_registry.registerError(exports.CloudHsmClusterInUseException$, errors_1.CloudHsmClusterInUseException);
394
+ exports.CloudHsmClusterInvalidConfigurationException$ = [-3, n0, _CHCICE,
395
+ { [_aQE]: [`CloudHsmClusterInvalidConfigurationException`, 400], [_e]: _c, [_hE]: 400 },
396
+ [_m],
397
+ [0]
398
+ ];
399
+ n0_registry.registerError(exports.CloudHsmClusterInvalidConfigurationException$, errors_1.CloudHsmClusterInvalidConfigurationException);
400
+ exports.CloudHsmClusterNotActiveException$ = [-3, n0, _CHCNAE,
401
+ { [_aQE]: [`CloudHsmClusterNotActiveException`, 400], [_e]: _c, [_hE]: 400 },
402
+ [_m],
403
+ [0]
404
+ ];
405
+ n0_registry.registerError(exports.CloudHsmClusterNotActiveException$, errors_1.CloudHsmClusterNotActiveException);
406
+ exports.CloudHsmClusterNotFoundException$ = [-3, n0, _CHCNFE,
407
+ { [_aQE]: [`CloudHsmClusterNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
408
+ [_m],
409
+ [0]
410
+ ];
411
+ n0_registry.registerError(exports.CloudHsmClusterNotFoundException$, errors_1.CloudHsmClusterNotFoundException);
412
+ exports.CloudHsmClusterNotRelatedException$ = [-3, n0, _CHCNRE,
413
+ { [_aQE]: [`CloudHsmClusterNotRelatedException`, 400], [_e]: _c, [_hE]: 400 },
414
+ [_m],
415
+ [0]
416
+ ];
417
+ n0_registry.registerError(exports.CloudHsmClusterNotRelatedException$, errors_1.CloudHsmClusterNotRelatedException);
418
+ exports.ConflictException$ = [-3, n0, _CE,
419
+ { [_aQE]: [`ConflictException`, 409], [_e]: _c, [_hE]: 409 },
420
+ [_m],
421
+ [0]
422
+ ];
423
+ n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
424
+ exports.CustomKeyStoreHasCMKsException$ = [-3, n0, _CKSHCMKE,
425
+ { [_aQE]: [`CustomKeyStoreHasCMKsException`, 400], [_e]: _c, [_hE]: 400 },
426
+ [_m],
427
+ [0]
428
+ ];
429
+ n0_registry.registerError(exports.CustomKeyStoreHasCMKsException$, errors_1.CustomKeyStoreHasCMKsException);
430
+ exports.CustomKeyStoreInvalidStateException$ = [-3, n0, _CKSISE,
431
+ { [_aQE]: [`CustomKeyStoreInvalidStateException`, 400], [_e]: _c, [_hE]: 400 },
432
+ [_m],
433
+ [0]
434
+ ];
435
+ n0_registry.registerError(exports.CustomKeyStoreInvalidStateException$, errors_1.CustomKeyStoreInvalidStateException);
436
+ exports.CustomKeyStoreNameInUseException$ = [-3, n0, _CKSNIUE,
437
+ { [_aQE]: [`CustomKeyStoreNameInUseException`, 400], [_e]: _c, [_hE]: 400 },
438
+ [_m],
439
+ [0]
440
+ ];
441
+ n0_registry.registerError(exports.CustomKeyStoreNameInUseException$, errors_1.CustomKeyStoreNameInUseException);
442
+ exports.CustomKeyStoreNotFoundException$ = [-3, n0, _CKSNFE,
443
+ { [_aQE]: [`CustomKeyStoreNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
444
+ [_m],
445
+ [0]
446
+ ];
447
+ n0_registry.registerError(exports.CustomKeyStoreNotFoundException$, errors_1.CustomKeyStoreNotFoundException);
448
+ exports.DependencyTimeoutException$ = [-3, n0, _DTE,
449
+ { [_aQE]: [`DependencyTimeout`, 503], [_e]: _se, [_hE]: 503 },
450
+ [_m],
451
+ [0]
452
+ ];
453
+ n0_registry.registerError(exports.DependencyTimeoutException$, errors_1.DependencyTimeoutException);
454
+ exports.DisabledException$ = [-3, n0, _DE,
455
+ { [_aQE]: [`Disabled`, 409], [_e]: _c, [_hE]: 409 },
456
+ [_m],
457
+ [0]
458
+ ];
459
+ n0_registry.registerError(exports.DisabledException$, errors_1.DisabledException);
460
+ exports.DryRunOperationException$ = [-3, n0, _DROE,
461
+ { [_aQE]: [`DryRunOperation`, 412], [_e]: _c, [_hE]: 412 },
462
+ [_m],
463
+ [0]
464
+ ];
465
+ n0_registry.registerError(exports.DryRunOperationException$, errors_1.DryRunOperationException);
466
+ exports.ExpiredImportTokenException$ = [-3, n0, _EITE,
467
+ { [_aQE]: [`ExpiredImportTokenException`, 400], [_e]: _c, [_hE]: 400 },
468
+ [_m],
469
+ [0]
470
+ ];
471
+ n0_registry.registerError(exports.ExpiredImportTokenException$, errors_1.ExpiredImportTokenException);
472
+ exports.IncorrectKeyException$ = [-3, n0, _IKE,
473
+ { [_aQE]: [`IncorrectKeyException`, 400], [_e]: _c, [_hE]: 400 },
474
+ [_m],
475
+ [0]
476
+ ];
477
+ n0_registry.registerError(exports.IncorrectKeyException$, errors_1.IncorrectKeyException);
478
+ exports.IncorrectKeyMaterialException$ = [-3, n0, _IKME,
479
+ { [_aQE]: [`IncorrectKeyMaterialException`, 400], [_e]: _c, [_hE]: 400 },
480
+ [_m],
481
+ [0]
482
+ ];
483
+ n0_registry.registerError(exports.IncorrectKeyMaterialException$, errors_1.IncorrectKeyMaterialException);
484
+ exports.IncorrectTrustAnchorException$ = [-3, n0, _ITAE,
485
+ { [_aQE]: [`IncorrectTrustAnchorException`, 400], [_e]: _c, [_hE]: 400 },
486
+ [_m],
487
+ [0]
488
+ ];
489
+ n0_registry.registerError(exports.IncorrectTrustAnchorException$, errors_1.IncorrectTrustAnchorException);
490
+ exports.InvalidAliasNameException$ = [-3, n0, _IANE,
491
+ { [_aQE]: [`InvalidAliasName`, 400], [_e]: _c, [_hE]: 400 },
492
+ [_m],
493
+ [0]
494
+ ];
495
+ n0_registry.registerError(exports.InvalidAliasNameException$, errors_1.InvalidAliasNameException);
496
+ exports.InvalidArnException$ = [-3, n0, _IAE,
497
+ { [_aQE]: [`InvalidArn`, 400], [_e]: _c, [_hE]: 400 },
498
+ [_m],
499
+ [0]
500
+ ];
501
+ n0_registry.registerError(exports.InvalidArnException$, errors_1.InvalidArnException);
502
+ exports.InvalidCiphertextException$ = [-3, n0, _ICE,
503
+ { [_aQE]: [`InvalidCiphertext`, 400], [_e]: _c, [_hE]: 400 },
504
+ [_m],
505
+ [0]
506
+ ];
507
+ n0_registry.registerError(exports.InvalidCiphertextException$, errors_1.InvalidCiphertextException);
508
+ exports.InvalidGrantIdException$ = [-3, n0, _IGIE,
509
+ { [_aQE]: [`InvalidGrantId`, 400], [_e]: _c, [_hE]: 400 },
510
+ [_m],
511
+ [0]
512
+ ];
513
+ n0_registry.registerError(exports.InvalidGrantIdException$, errors_1.InvalidGrantIdException);
514
+ exports.InvalidGrantTokenException$ = [-3, n0, _IGTE,
515
+ { [_aQE]: [`InvalidGrantToken`, 400], [_e]: _c, [_hE]: 400 },
516
+ [_m],
517
+ [0]
518
+ ];
519
+ n0_registry.registerError(exports.InvalidGrantTokenException$, errors_1.InvalidGrantTokenException);
520
+ exports.InvalidImportTokenException$ = [-3, n0, _IITE,
521
+ { [_aQE]: [`InvalidImportTokenException`, 400], [_e]: _c, [_hE]: 400 },
522
+ [_m],
523
+ [0]
524
+ ];
525
+ n0_registry.registerError(exports.InvalidImportTokenException$, errors_1.InvalidImportTokenException);
526
+ exports.InvalidKeyUsageException$ = [-3, n0, _IKUE,
527
+ { [_aQE]: [`InvalidKeyUsage`, 400], [_e]: _c, [_hE]: 400 },
528
+ [_m],
529
+ [0]
530
+ ];
531
+ n0_registry.registerError(exports.InvalidKeyUsageException$, errors_1.InvalidKeyUsageException);
532
+ exports.InvalidMarkerException$ = [-3, n0, _IME,
533
+ { [_aQE]: [`InvalidMarker`, 400], [_e]: _c, [_hE]: 400 },
534
+ [_m],
535
+ [0]
536
+ ];
537
+ n0_registry.registerError(exports.InvalidMarkerException$, errors_1.InvalidMarkerException);
538
+ exports.KeyUnavailableException$ = [-3, n0, _KUE,
539
+ { [_aQE]: [`KeyUnavailable`, 500], [_e]: _se, [_hE]: 500 },
540
+ [_m],
541
+ [0]
542
+ ];
543
+ n0_registry.registerError(exports.KeyUnavailableException$, errors_1.KeyUnavailableException);
544
+ exports.KMSInternalException$ = [-3, n0, _KMSIE,
545
+ { [_aQE]: [`KMSInternal`, 500], [_e]: _se, [_hE]: 500 },
546
+ [_m],
547
+ [0]
548
+ ];
549
+ n0_registry.registerError(exports.KMSInternalException$, errors_1.KMSInternalException);
550
+ exports.KMSInvalidMacException$ = [-3, n0, _KMSIME,
551
+ { [_aQE]: [`KMSInvalidMac`, 400], [_e]: _c, [_hE]: 400 },
552
+ [_m],
553
+ [0]
554
+ ];
555
+ n0_registry.registerError(exports.KMSInvalidMacException$, errors_1.KMSInvalidMacException);
556
+ exports.KMSInvalidSignatureException$ = [-3, n0, _KMSISE,
557
+ { [_aQE]: [`KMSInvalidSignature`, 400], [_e]: _c, [_hE]: 400 },
558
+ [_m],
559
+ [0]
560
+ ];
561
+ n0_registry.registerError(exports.KMSInvalidSignatureException$, errors_1.KMSInvalidSignatureException);
562
+ exports.KMSInvalidStateException$ = [-3, n0, _KMSISEn,
563
+ { [_aQE]: [`KMSInvalidStateException`, 409], [_e]: _c, [_hE]: 409 },
564
+ [_m],
565
+ [0]
566
+ ];
567
+ n0_registry.registerError(exports.KMSInvalidStateException$, errors_1.KMSInvalidStateException);
568
+ exports.LimitExceededException$ = [-3, n0, _LEE,
569
+ { [_aQE]: [`LimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
570
+ [_m],
571
+ [0]
572
+ ];
573
+ n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
574
+ exports.MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
575
+ { [_aQE]: [`MalformedPolicyDocument`, 400], [_e]: _c, [_hE]: 400 },
576
+ [_m],
577
+ [0]
578
+ ];
579
+ n0_registry.registerError(exports.MalformedPolicyDocumentException$, errors_1.MalformedPolicyDocumentException);
580
+ exports.NotFoundException$ = [-3, n0, _NFE,
581
+ { [_aQE]: [`NotFound`, 404], [_e]: _c, [_hE]: 404 },
582
+ [_m],
583
+ [0]
584
+ ];
585
+ n0_registry.registerError(exports.NotFoundException$, errors_1.NotFoundException);
586
+ exports.TagException$ = [-3, n0, _TE,
587
+ { [_aQE]: [`TagException`, 400], [_e]: _c, [_hE]: 400 },
588
+ [_m],
589
+ [0]
590
+ ];
591
+ n0_registry.registerError(exports.TagException$, errors_1.TagException);
592
+ exports.UnsupportedOperationException$ = [-3, n0, _UOE,
593
+ { [_aQE]: [`UnsupportedOperation`, 400], [_e]: _c, [_hE]: 400 },
594
+ [_m],
595
+ [0]
596
+ ];
597
+ n0_registry.registerError(exports.UnsupportedOperationException$, errors_1.UnsupportedOperationException);
598
+ exports.XksKeyAlreadyInUseException$ = [-3, n0, _XKAIUE,
599
+ { [_aQE]: [`XksKeyAlreadyInUse`, 400], [_e]: _c, [_hE]: 400 },
600
+ [_m],
601
+ [0]
602
+ ];
603
+ n0_registry.registerError(exports.XksKeyAlreadyInUseException$, errors_1.XksKeyAlreadyInUseException);
604
+ exports.XksKeyInvalidConfigurationException$ = [-3, n0, _XKICE,
605
+ { [_aQE]: [`XksKeyInvalidConfiguration`, 400], [_e]: _c, [_hE]: 400 },
606
+ [_m],
607
+ [0]
608
+ ];
609
+ n0_registry.registerError(exports.XksKeyInvalidConfigurationException$, errors_1.XksKeyInvalidConfigurationException);
610
+ exports.XksKeyNotFoundException$ = [-3, n0, _XKNFE,
611
+ { [_aQE]: [`XksKeyNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
612
+ [_m],
613
+ [0]
614
+ ];
615
+ n0_registry.registerError(exports.XksKeyNotFoundException$, errors_1.XksKeyNotFoundException);
616
+ exports.XksProxyIncorrectAuthenticationCredentialException$ = [-3, n0, _XPIACE,
617
+ { [_aQE]: [`XksProxyIncorrectAuthenticationCredentialException`, 400], [_e]: _c, [_hE]: 400 },
618
+ [_m],
619
+ [0]
620
+ ];
621
+ n0_registry.registerError(exports.XksProxyIncorrectAuthenticationCredentialException$, errors_1.XksProxyIncorrectAuthenticationCredentialException);
622
+ exports.XksProxyInvalidConfigurationException$ = [-3, n0, _XPICE,
623
+ { [_aQE]: [`XksProxyInvalidConfigurationException`, 400], [_e]: _c, [_hE]: 400 },
624
+ [_m],
625
+ [0]
626
+ ];
627
+ n0_registry.registerError(exports.XksProxyInvalidConfigurationException$, errors_1.XksProxyInvalidConfigurationException);
628
+ exports.XksProxyInvalidResponseException$ = [-3, n0, _XPIRE,
629
+ { [_aQE]: [`XksProxyInvalidResponseException`, 400], [_e]: _c, [_hE]: 400 },
630
+ [_m],
631
+ [0]
632
+ ];
633
+ n0_registry.registerError(exports.XksProxyInvalidResponseException$, errors_1.XksProxyInvalidResponseException);
634
+ exports.XksProxyUriEndpointInUseException$ = [-3, n0, _XPUEIUE,
635
+ { [_aQE]: [`XksProxyUriEndpointInUseException`, 400], [_e]: _c, [_hE]: 400 },
636
+ [_m],
637
+ [0]
638
+ ];
639
+ n0_registry.registerError(exports.XksProxyUriEndpointInUseException$, errors_1.XksProxyUriEndpointInUseException);
640
+ exports.XksProxyUriInUseException$ = [-3, n0, _XPUIUE,
641
+ { [_aQE]: [`XksProxyUriInUseException`, 400], [_e]: _c, [_hE]: 400 },
642
+ [_m],
643
+ [0]
644
+ ];
645
+ n0_registry.registerError(exports.XksProxyUriInUseException$, errors_1.XksProxyUriInUseException);
646
+ exports.XksProxyUriUnreachableException$ = [-3, n0, _XPUUE,
647
+ { [_aQE]: [`XksProxyUriUnreachableException`, 400], [_e]: _c, [_hE]: 400 },
648
+ [_m],
649
+ [0]
650
+ ];
651
+ n0_registry.registerError(exports.XksProxyUriUnreachableException$, errors_1.XksProxyUriUnreachableException);
652
+ exports.XksProxyVpcEndpointServiceInUseException$ = [-3, n0, _XPVESIUE,
653
+ { [_aQE]: [`XksProxyVpcEndpointServiceInUseException`, 400], [_e]: _c, [_hE]: 400 },
654
+ [_m],
655
+ [0]
656
+ ];
657
+ n0_registry.registerError(exports.XksProxyVpcEndpointServiceInUseException$, errors_1.XksProxyVpcEndpointServiceInUseException);
658
+ exports.XksProxyVpcEndpointServiceInvalidConfigurationException$ = [-3, n0, _XPVESICE,
659
+ { [_aQE]: [`XksProxyVpcEndpointServiceInvalidConfigurationException`, 400], [_e]: _c, [_hE]: 400 },
660
+ [_m],
661
+ [0]
662
+ ];
663
+ n0_registry.registerError(exports.XksProxyVpcEndpointServiceInvalidConfigurationException$, errors_1.XksProxyVpcEndpointServiceInvalidConfigurationException);
664
+ exports.XksProxyVpcEndpointServiceNotFoundException$ = [-3, n0, _XPVESNFE,
665
+ { [_aQE]: [`XksProxyVpcEndpointServiceNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
666
+ [_m],
667
+ [0]
668
+ ];
669
+ n0_registry.registerError(exports.XksProxyVpcEndpointServiceNotFoundException$, errors_1.XksProxyVpcEndpointServiceNotFoundException);
670
+ exports.errorTypeRegistries = [
671
+ _s_registry,
672
+ n0_registry,
673
+ ];
674
+ var KeyStorePasswordType = [0, n0, _KSPT, 8, 0];
675
+ var PlaintextType = [0, n0, _PT, 8, 21];
676
+ var XksProxyAuthenticationAccessKeyIdType = [0, n0, _XPAAKIT, 8, 0];
677
+ var XksProxyAuthenticationRawSecretAccessKeyType = [0, n0, _XPARSAKT, 8, 0];
678
+ exports.AliasListEntry$ = [3, n0, _ALE,
679
+ 0,
680
+ [_AN, _AA, _TKI, _CD, _LUD],
681
+ [0, 0, 0, 4, 4]
682
+ ];
683
+ exports.CancelKeyDeletionRequest$ = [3, n0, _CKDR,
684
+ 0,
685
+ [_KI],
686
+ [0], 1
687
+ ];
688
+ exports.CancelKeyDeletionResponse$ = [3, n0, _CKDRa,
689
+ 0,
690
+ [_KI],
691
+ [0]
692
+ ];
693
+ exports.ConnectCustomKeyStoreRequest$ = [3, n0, _CCKSR,
694
+ 0,
695
+ [_CKSI],
696
+ [0], 1
697
+ ];
698
+ exports.ConnectCustomKeyStoreResponse$ = [3, n0, _CCKSRo,
699
+ 0,
700
+ [],
701
+ []
702
+ ];
703
+ exports.CreateAliasRequest$ = [3, n0, _CAR,
704
+ 0,
705
+ [_AN, _TKI],
706
+ [0, 0], 2
707
+ ];
708
+ exports.CreateCustomKeyStoreRequest$ = [3, n0, _CCKSRr,
709
+ 0,
710
+ [_CKSN, _CHCI, _TAC, _KSP, _CKST, _XPUE, _XPUP, _XPVESN, _XPVESO, _XPAC, _XPC],
711
+ [0, 0, 0, [() => KeyStorePasswordType, 0], 0, 0, 0, 0, 0, [() => exports.XksProxyAuthenticationCredentialType$, 0], 0], 1
712
+ ];
713
+ exports.CreateCustomKeyStoreResponse$ = [3, n0, _CCKSRre,
714
+ 0,
715
+ [_CKSI],
716
+ [0]
717
+ ];
718
+ exports.CreateGrantRequest$ = [3, n0, _CGR,
719
+ 0,
720
+ [_KI, _GP, _O, _RP, _C, _GT, _N, _DR],
721
+ [0, 0, 64 | 0, 0, () => exports.GrantConstraints$, 64 | 0, 0, 2], 3
722
+ ];
723
+ exports.CreateGrantResponse$ = [3, n0, _CGRr,
724
+ 0,
725
+ [_GTr, _GI],
726
+ [0, 0]
727
+ ];
728
+ exports.CreateKeyRequest$ = [3, n0, _CKR,
729
+ 0,
730
+ [_P, _D, _KU, _CMKS, _KS, _Or, _CKSI, _BPLSC, _T, _MR, _XKI],
731
+ [0, 0, 0, 0, 0, 0, 0, 2, () => TagList, 2, 0]
732
+ ];
733
+ exports.CreateKeyResponse$ = [3, n0, _CKRr,
734
+ 0,
735
+ [_KM],
736
+ [() => exports.KeyMetadata$]
737
+ ];
738
+ exports.CustomKeyStoresListEntry$ = [3, n0, _CKSLE,
739
+ 0,
740
+ [_CKSI, _CKSN, _CHCI, _TAC, _CS, _CEC, _CD, _CKST, _XPCk],
741
+ [0, 0, 0, 0, 0, 0, 4, 0, [() => exports.XksProxyConfigurationType$, 0]]
742
+ ];
743
+ exports.DecryptRequest$ = [3, n0, _DRe,
744
+ 0,
745
+ [_CB, _EC, _GT, _KI, _EA, _R, _DR, _DRM],
746
+ [21, 128 | 0, 64 | 0, 0, 0, () => exports.RecipientInfo$, 2, 64 | 0]
747
+ ];
748
+ exports.DecryptResponse$ = [3, n0, _DRec,
749
+ 0,
750
+ [_KI, _Pl, _EA, _CFR, _KMI],
751
+ [0, [() => PlaintextType, 0], 0, 21, 0]
752
+ ];
753
+ exports.DeleteAliasRequest$ = [3, n0, _DAR,
754
+ 0,
755
+ [_AN],
756
+ [0], 1
757
+ ];
758
+ exports.DeleteCustomKeyStoreRequest$ = [3, n0, _DCKSR,
759
+ 0,
760
+ [_CKSI],
761
+ [0], 1
762
+ ];
763
+ exports.DeleteCustomKeyStoreResponse$ = [3, n0, _DCKSRe,
764
+ 0,
765
+ [],
766
+ []
767
+ ];
768
+ exports.DeleteImportedKeyMaterialRequest$ = [3, n0, _DIKMR,
769
+ 0,
770
+ [_KI, _KMI],
771
+ [0, 0], 1
772
+ ];
773
+ exports.DeleteImportedKeyMaterialResponse$ = [3, n0, _DIKMRe,
774
+ 0,
775
+ [_KI, _KMI],
776
+ [0, 0]
777
+ ];
778
+ exports.DeriveSharedSecretRequest$ = [3, n0, _DSSR,
779
+ 0,
780
+ [_KI, _KAA, _PK, _GT, _DR, _R],
781
+ [0, 0, 21, 64 | 0, 2, () => exports.RecipientInfo$], 3
782
+ ];
783
+ exports.DeriveSharedSecretResponse$ = [3, n0, _DSSRe,
784
+ 0,
785
+ [_KI, _SS, _CFR, _KAA, _KO],
786
+ [0, [() => PlaintextType, 0], 21, 0, 0]
787
+ ];
788
+ exports.DescribeCustomKeyStoresRequest$ = [3, n0, _DCKSRes,
789
+ 0,
790
+ [_CKSI, _CKSN, _L, _M],
791
+ [0, 0, 1, 0]
792
+ ];
793
+ exports.DescribeCustomKeyStoresResponse$ = [3, n0, _DCKSResc,
794
+ 0,
795
+ [_CKS, _NM, _Tr],
796
+ [[() => CustomKeyStoresList, 0], 0, 2]
797
+ ];
798
+ exports.DescribeKeyRequest$ = [3, n0, _DKR,
799
+ 0,
800
+ [_KI, _GT],
801
+ [0, 64 | 0], 1
802
+ ];
803
+ exports.DescribeKeyResponse$ = [3, n0, _DKRe,
804
+ 0,
805
+ [_KM],
806
+ [() => exports.KeyMetadata$]
807
+ ];
808
+ exports.DisableKeyRequest$ = [3, n0, _DKRi,
809
+ 0,
810
+ [_KI],
811
+ [0], 1
812
+ ];
813
+ exports.DisableKeyRotationRequest$ = [3, n0, _DKRR,
814
+ 0,
815
+ [_KI],
816
+ [0], 1
817
+ ];
818
+ exports.DisconnectCustomKeyStoreRequest$ = [3, n0, _DCKSRi,
819
+ 0,
820
+ [_CKSI],
821
+ [0], 1
822
+ ];
823
+ exports.DisconnectCustomKeyStoreResponse$ = [3, n0, _DCKSRis,
824
+ 0,
825
+ [],
826
+ []
827
+ ];
828
+ exports.EnableKeyRequest$ = [3, n0, _EKR,
829
+ 0,
830
+ [_KI],
831
+ [0], 1
832
+ ];
833
+ exports.EnableKeyRotationRequest$ = [3, n0, _EKRR,
834
+ 0,
835
+ [_KI, _RPID],
836
+ [0, 1], 1
837
+ ];
838
+ exports.EncryptRequest$ = [3, n0, _ER,
839
+ 0,
840
+ [_KI, _Pl, _EC, _GT, _EA, _DR],
841
+ [0, [() => PlaintextType, 0], 128 | 0, 64 | 0, 0, 2], 2
842
+ ];
843
+ exports.EncryptResponse$ = [3, n0, _ERn,
844
+ 0,
845
+ [_CB, _KI, _EA],
846
+ [21, 0, 0]
847
+ ];
848
+ exports.GenerateDataKeyPairRequest$ = [3, n0, _GDKPR,
849
+ 0,
850
+ [_KI, _KPS, _EC, _GT, _R, _DR],
851
+ [0, 0, 128 | 0, 64 | 0, () => exports.RecipientInfo$, 2], 2
852
+ ];
853
+ exports.GenerateDataKeyPairResponse$ = [3, n0, _GDKPRe,
854
+ 0,
855
+ [_PKCB, _PKP, _PK, _KI, _KPS, _CFR, _KMI],
856
+ [21, [() => PlaintextType, 0], 21, 0, 0, 21, 0]
857
+ ];
858
+ exports.GenerateDataKeyPairWithoutPlaintextRequest$ = [3, n0, _GDKPWPR,
859
+ 0,
860
+ [_KI, _KPS, _EC, _GT, _DR],
861
+ [0, 0, 128 | 0, 64 | 0, 2], 2
862
+ ];
863
+ exports.GenerateDataKeyPairWithoutPlaintextResponse$ = [3, n0, _GDKPWPRe,
864
+ 0,
865
+ [_PKCB, _PK, _KI, _KPS, _KMI],
866
+ [21, 21, 0, 0, 0]
867
+ ];
868
+ exports.GenerateDataKeyRequest$ = [3, n0, _GDKR,
869
+ 0,
870
+ [_KI, _EC, _NOB, _KS, _GT, _R, _DR],
871
+ [0, 128 | 0, 1, 0, 64 | 0, () => exports.RecipientInfo$, 2], 1
872
+ ];
873
+ exports.GenerateDataKeyResponse$ = [3, n0, _GDKRe,
874
+ 0,
875
+ [_CB, _Pl, _KI, _CFR, _KMI],
876
+ [21, [() => PlaintextType, 0], 0, 21, 0]
877
+ ];
878
+ exports.GenerateDataKeyWithoutPlaintextRequest$ = [3, n0, _GDKWPR,
879
+ 0,
880
+ [_KI, _EC, _KS, _NOB, _GT, _DR],
881
+ [0, 128 | 0, 0, 1, 64 | 0, 2], 1
882
+ ];
883
+ exports.GenerateDataKeyWithoutPlaintextResponse$ = [3, n0, _GDKWPRe,
884
+ 0,
885
+ [_CB, _KI, _KMI],
886
+ [21, 0, 0]
887
+ ];
888
+ exports.GenerateMacRequest$ = [3, n0, _GMR,
889
+ 0,
890
+ [_Me, _KI, _MA, _GT, _DR],
891
+ [[() => PlaintextType, 0], 0, 0, 64 | 0, 2], 3
892
+ ];
893
+ exports.GenerateMacResponse$ = [3, n0, _GMRe,
894
+ 0,
895
+ [_Ma, _MA, _KI],
896
+ [21, 0, 0]
897
+ ];
898
+ exports.GenerateRandomRequest$ = [3, n0, _GRR,
899
+ 0,
900
+ [_NOB, _CKSI, _R],
901
+ [1, 0, () => exports.RecipientInfo$]
902
+ ];
903
+ exports.GenerateRandomResponse$ = [3, n0, _GRRe,
904
+ 0,
905
+ [_Pl, _CFR],
906
+ [[() => PlaintextType, 0], 21]
907
+ ];
908
+ exports.GetKeyPolicyRequest$ = [3, n0, _GKPR,
909
+ 0,
910
+ [_KI, _PN],
911
+ [0, 0], 1
912
+ ];
913
+ exports.GetKeyPolicyResponse$ = [3, n0, _GKPRe,
914
+ 0,
915
+ [_P, _PN],
916
+ [0, 0]
917
+ ];
918
+ exports.GetKeyRotationStatusRequest$ = [3, n0, _GKRSR,
919
+ 0,
920
+ [_KI],
921
+ [0], 1
922
+ ];
923
+ exports.GetKeyRotationStatusResponse$ = [3, n0, _GKRSRe,
924
+ 0,
925
+ [_KRE, _KI, _RPID, _NRD, _ODRSD],
926
+ [2, 0, 1, 4, 4]
927
+ ];
928
+ exports.GetParametersForImportRequest$ = [3, n0, _GPFIR,
929
+ 0,
930
+ [_KI, _WA, _WKS],
931
+ [0, 0, 0], 3
932
+ ];
933
+ exports.GetParametersForImportResponse$ = [3, n0, _GPFIRe,
934
+ 0,
935
+ [_KI, _IT, _PK, _PVT],
936
+ [0, 21, [() => PlaintextType, 0], 4]
937
+ ];
938
+ exports.GetPublicKeyRequest$ = [3, n0, _GPKR,
939
+ 0,
940
+ [_KI, _GT],
941
+ [0, 64 | 0], 1
942
+ ];
943
+ exports.GetPublicKeyResponse$ = [3, n0, _GPKRe,
944
+ 0,
945
+ [_KI, _PK, _CMKS, _KS, _KU, _EAn, _SA, _KAAe],
946
+ [0, 21, 0, 0, 0, 64 | 0, 64 | 0, 64 | 0]
947
+ ];
948
+ exports.GrantConstraints$ = [3, n0, _GC,
949
+ 0,
950
+ [_ECS, _ECE],
951
+ [128 | 0, 128 | 0]
952
+ ];
953
+ exports.GrantListEntry$ = [3, n0, _GLE,
954
+ 0,
955
+ [_KI, _GI, _N, _CD, _GP, _RP, _IA, _O, _C],
956
+ [0, 0, 0, 4, 0, 0, 0, 64 | 0, () => exports.GrantConstraints$]
957
+ ];
958
+ exports.ImportKeyMaterialRequest$ = [3, n0, _IKMR,
959
+ 0,
960
+ [_KI, _IT, _EKM, _VT, _EM, _ITm, _KMD, _KMI],
961
+ [0, 21, 21, 4, 0, 0, 0, 0], 3
962
+ ];
963
+ exports.ImportKeyMaterialResponse$ = [3, n0, _IKMRm,
964
+ 0,
965
+ [_KI, _KMI],
966
+ [0, 0]
967
+ ];
968
+ exports.KeyListEntry$ = [3, n0, _KLE,
969
+ 0,
970
+ [_KI, _KA],
971
+ [0, 0]
972
+ ];
973
+ exports.KeyMetadata$ = [3, n0, _KM,
974
+ 0,
975
+ [_KI, _AWSAI, _A, _CD, _E, _D, _KU, _KSe, _DD, _VT, _Or, _CKSI, _CHCI, _EM, _KMe, _CMKS, _KS, _EAn, _SA, _KAAe, _MR, _MRC, _PDWID, _MAa, _XKC, _CKMI],
976
+ [0, 0, 0, 4, 2, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, 64 | 0, 2, () => exports.MultiRegionConfiguration$, 1, 64 | 0, () => exports.XksKeyConfigurationType$, 0], 1
977
+ ];
978
+ exports.ListAliasesRequest$ = [3, n0, _LAR,
979
+ 0,
980
+ [_KI, _L, _M],
981
+ [0, 1, 0]
982
+ ];
983
+ exports.ListAliasesResponse$ = [3, n0, _LARi,
984
+ 0,
985
+ [_Al, _NM, _Tr],
986
+ [() => AliasList, 0, 2]
987
+ ];
988
+ exports.ListGrantsRequest$ = [3, n0, _LGR,
989
+ 0,
990
+ [_KI, _L, _M, _GI, _GP],
991
+ [0, 1, 0, 0, 0], 1
992
+ ];
993
+ exports.ListGrantsResponse$ = [3, n0, _LGRi,
994
+ 0,
995
+ [_G, _NM, _Tr],
996
+ [() => GrantList, 0, 2]
997
+ ];
998
+ exports.ListKeyPoliciesRequest$ = [3, n0, _LKPR,
999
+ 0,
1000
+ [_KI, _L, _M],
1001
+ [0, 1, 0], 1
1002
+ ];
1003
+ exports.ListKeyPoliciesResponse$ = [3, n0, _LKPRi,
1004
+ 0,
1005
+ [_PNo, _NM, _Tr],
1006
+ [64 | 0, 0, 2]
1007
+ ];
1008
+ exports.ListKeyRotationsRequest$ = [3, n0, _LKRR,
1009
+ 0,
1010
+ [_KI, _IKM, _L, _M],
1011
+ [0, 0, 1, 0], 1
1012
+ ];
1013
+ exports.ListKeyRotationsResponse$ = [3, n0, _LKRRi,
1014
+ 0,
1015
+ [_Ro, _NM, _Tr],
1016
+ [() => RotationsList, 0, 2]
1017
+ ];
1018
+ exports.ListKeysRequest$ = [3, n0, _LKR,
1019
+ 0,
1020
+ [_L, _M],
1021
+ [1, 0]
1022
+ ];
1023
+ exports.ListKeysResponse$ = [3, n0, _LKRi,
1024
+ 0,
1025
+ [_K, _NM, _Tr],
1026
+ [() => KeyList, 0, 2]
1027
+ ];
1028
+ exports.ListResourceTagsRequest$ = [3, n0, _LRTR,
1029
+ 0,
1030
+ [_KI, _L, _M],
1031
+ [0, 1, 0], 1
1032
+ ];
1033
+ exports.ListResourceTagsResponse$ = [3, n0, _LRTRi,
1034
+ 0,
1035
+ [_T, _NM, _Tr],
1036
+ [() => TagList, 0, 2]
1037
+ ];
1038
+ exports.ListRetirableGrantsRequest$ = [3, n0, _LRGR,
1039
+ 0,
1040
+ [_RP, _L, _M],
1041
+ [0, 1, 0], 1
1042
+ ];
1043
+ exports.MultiRegionConfiguration$ = [3, n0, _MRC,
1044
+ 0,
1045
+ [_MRKT, _PKr, _RK],
1046
+ [0, () => exports.MultiRegionKey$, () => MultiRegionKeyList]
1047
+ ];
1048
+ exports.MultiRegionKey$ = [3, n0, _MRK,
1049
+ 0,
1050
+ [_A, _Re],
1051
+ [0, 0]
1052
+ ];
1053
+ exports.PutKeyPolicyRequest$ = [3, n0, _PKPR,
1054
+ 0,
1055
+ [_KI, _P, _PN, _BPLSC],
1056
+ [0, 0, 0, 2], 2
1057
+ ];
1058
+ exports.RecipientInfo$ = [3, n0, _RI,
1059
+ 0,
1060
+ [_KEA, _AD],
1061
+ [0, 21]
1062
+ ];
1063
+ exports.ReEncryptRequest$ = [3, n0, _RER,
1064
+ 0,
1065
+ [_DKI, _CB, _SEC, _SKI, _DEC, _SEA, _DEA, _GT, _DR, _DRM],
1066
+ [0, 21, 128 | 0, 0, 128 | 0, 0, 0, 64 | 0, 2, 64 | 0], 1
1067
+ ];
1068
+ exports.ReEncryptResponse$ = [3, n0, _RERe,
1069
+ 0,
1070
+ [_CB, _SKI, _KI, _SEA, _DEA, _SKMI, _DKMI],
1071
+ [21, 0, 0, 0, 0, 0, 0]
1072
+ ];
1073
+ exports.ReplicateKeyRequest$ = [3, n0, _RKR,
1074
+ 0,
1075
+ [_KI, _RR, _P, _BPLSC, _D, _T],
1076
+ [0, 0, 0, 2, 0, () => TagList], 2
1077
+ ];
1078
+ exports.ReplicateKeyResponse$ = [3, n0, _RKRe,
1079
+ 0,
1080
+ [_RKM, _RPe, _RT],
1081
+ [() => exports.KeyMetadata$, 0, () => TagList]
1082
+ ];
1083
+ exports.RetireGrantRequest$ = [3, n0, _RGR,
1084
+ 0,
1085
+ [_GTr, _KI, _GI, _DR],
1086
+ [0, 0, 0, 2]
1087
+ ];
1088
+ exports.RevokeGrantRequest$ = [3, n0, _RGRe,
1089
+ 0,
1090
+ [_KI, _GI, _DR],
1091
+ [0, 0, 2], 2
1092
+ ];
1093
+ exports.RotateKeyOnDemandRequest$ = [3, n0, _RKODR,
1094
+ 0,
1095
+ [_KI],
1096
+ [0], 1
1097
+ ];
1098
+ exports.RotateKeyOnDemandResponse$ = [3, n0, _RKODRo,
1099
+ 0,
1100
+ [_KI],
1101
+ [0]
1102
+ ];
1103
+ exports.RotationsListEntry$ = [3, n0, _RLE,
1104
+ 0,
1105
+ [_KI, _KMI, _KMD, _IS, _KMS, _EM, _VT, _RD, _RTo],
1106
+ [0, 0, 0, 0, 0, 0, 4, 4, 0]
1107
+ ];
1108
+ exports.ScheduleKeyDeletionRequest$ = [3, n0, _SKDR,
1109
+ 0,
1110
+ [_KI, _PWID],
1111
+ [0, 1], 1
1112
+ ];
1113
+ exports.ScheduleKeyDeletionResponse$ = [3, n0, _SKDRc,
1114
+ 0,
1115
+ [_KI, _DD, _KSe, _PWID],
1116
+ [0, 4, 0, 1]
1117
+ ];
1118
+ exports.SignRequest$ = [3, n0, _SR,
1119
+ 0,
1120
+ [_KI, _Me, _SAi, _MT, _GT, _DR],
1121
+ [0, [() => PlaintextType, 0], 0, 0, 64 | 0, 2], 3
1122
+ ];
1123
+ exports.SignResponse$ = [3, n0, _SRi,
1124
+ 0,
1125
+ [_KI, _S, _SAi],
1126
+ [0, 21, 0]
1127
+ ];
1128
+ exports.Tag$ = [3, n0, _Ta,
1129
+ 0,
1130
+ [_TK, _TV],
1131
+ [0, 0], 2
1132
+ ];
1133
+ exports.TagResourceRequest$ = [3, n0, _TRR,
1134
+ 0,
1135
+ [_KI, _T],
1136
+ [0, () => TagList], 2
1137
+ ];
1138
+ exports.UntagResourceRequest$ = [3, n0, _URR,
1139
+ 0,
1140
+ [_KI, _TKa],
1141
+ [0, 64 | 0], 2
1142
+ ];
1143
+ exports.UpdateAliasRequest$ = [3, n0, _UAR,
1144
+ 0,
1145
+ [_AN, _TKI],
1146
+ [0, 0], 2
1147
+ ];
1148
+ exports.UpdateCustomKeyStoreRequest$ = [3, n0, _UCKSR,
1149
+ 0,
1150
+ [_CKSI, _NCKSN, _KSP, _CHCI, _XPUE, _XPUP, _XPVESN, _XPVESO, _XPAC, _XPC],
1151
+ [0, 0, [() => KeyStorePasswordType, 0], 0, 0, 0, 0, 0, [() => exports.XksProxyAuthenticationCredentialType$, 0], 0], 1
1152
+ ];
1153
+ exports.UpdateCustomKeyStoreResponse$ = [3, n0, _UCKSRp,
1154
+ 0,
1155
+ [],
1156
+ []
1157
+ ];
1158
+ exports.UpdateKeyDescriptionRequest$ = [3, n0, _UKDR,
1159
+ 0,
1160
+ [_KI, _D],
1161
+ [0, 0], 2
1162
+ ];
1163
+ exports.UpdatePrimaryRegionRequest$ = [3, n0, _UPRR,
1164
+ 0,
1165
+ [_KI, _PR],
1166
+ [0, 0], 2
1167
+ ];
1168
+ exports.VerifyMacRequest$ = [3, n0, _VMR,
1169
+ 0,
1170
+ [_Me, _KI, _MA, _Ma, _GT, _DR],
1171
+ [[() => PlaintextType, 0], 0, 0, 21, 64 | 0, 2], 4
1172
+ ];
1173
+ exports.VerifyMacResponse$ = [3, n0, _VMRe,
1174
+ 0,
1175
+ [_KI, _MV, _MA],
1176
+ [0, 2, 0]
1177
+ ];
1178
+ exports.VerifyRequest$ = [3, n0, _VR,
1179
+ 0,
1180
+ [_KI, _Me, _S, _SAi, _MT, _GT, _DR],
1181
+ [0, [() => PlaintextType, 0], 21, 0, 0, 64 | 0, 2], 4
1182
+ ];
1183
+ exports.VerifyResponse$ = [3, n0, _VRe,
1184
+ 0,
1185
+ [_KI, _SV, _SAi],
1186
+ [0, 2, 0]
1187
+ ];
1188
+ exports.XksKeyConfigurationType$ = [3, n0, _XKCT,
1189
+ 0,
1190
+ [_I],
1191
+ [0]
1192
+ ];
1193
+ exports.XksProxyAuthenticationCredentialType$ = [3, n0, _XPACT,
1194
+ 0,
1195
+ [_AKI, _RSAK],
1196
+ [[() => XksProxyAuthenticationAccessKeyIdType, 0], [() => XksProxyAuthenticationRawSecretAccessKeyType, 0]], 2
1197
+ ];
1198
+ exports.XksProxyConfigurationType$ = [3, n0, _XPCT,
1199
+ 0,
1200
+ [_Co, _AKI, _UE, _UP, _VESN, _VESO],
1201
+ [0, [() => XksProxyAuthenticationAccessKeyIdType, 0], 0, 0, 0, 0]
1202
+ ];
1203
+ var __Unit = "unit";
1204
+ var AliasList = [1, n0, _AL,
1205
+ 0, () => exports.AliasListEntry$
1206
+ ];
1207
+ var CustomKeyStoresList = [1, n0, _CKSL,
1208
+ 0, [() => exports.CustomKeyStoresListEntry$,
1209
+ 0]
1210
+ ];
1211
+ var DryRunModifierList = 64 | 0;
1212
+ var EncryptionAlgorithmSpecList = 64 | 0;
1213
+ var GrantList = [1, n0, _GL,
1214
+ 0, () => exports.GrantListEntry$
1215
+ ];
1216
+ var GrantOperationList = 64 | 0;
1217
+ var GrantTokenList = 64 | 0;
1218
+ var KeyAgreementAlgorithmSpecList = 64 | 0;
1219
+ var KeyList = [1, n0, _KL,
1220
+ 0, () => exports.KeyListEntry$
1221
+ ];
1222
+ var MacAlgorithmSpecList = 64 | 0;
1223
+ var MultiRegionKeyList = [1, n0, _MRKL,
1224
+ 0, () => exports.MultiRegionKey$
1225
+ ];
1226
+ var PolicyNameList = 64 | 0;
1227
+ var RotationsList = [1, n0, _RL,
1228
+ 0, () => exports.RotationsListEntry$
1229
+ ];
1230
+ var SigningAlgorithmSpecList = 64 | 0;
1231
+ var TagKeyList = 64 | 0;
1232
+ var TagList = [1, n0, _TL,
1233
+ 0, () => exports.Tag$
1234
+ ];
1235
+ var EncryptionContextType = 128 | 0;
1236
+ exports.CancelKeyDeletion$ = [9, n0, _CKD,
1237
+ 0, () => exports.CancelKeyDeletionRequest$, () => exports.CancelKeyDeletionResponse$
1238
+ ];
1239
+ exports.ConnectCustomKeyStore$ = [9, n0, _CCKS,
1240
+ 0, () => exports.ConnectCustomKeyStoreRequest$, () => exports.ConnectCustomKeyStoreResponse$
1241
+ ];
1242
+ exports.CreateAlias$ = [9, n0, _CA,
1243
+ 0, () => exports.CreateAliasRequest$, () => __Unit
1244
+ ];
1245
+ exports.CreateCustomKeyStore$ = [9, n0, _CCKSr,
1246
+ 0, () => exports.CreateCustomKeyStoreRequest$, () => exports.CreateCustomKeyStoreResponse$
1247
+ ];
1248
+ exports.CreateGrant$ = [9, n0, _CG,
1249
+ 0, () => exports.CreateGrantRequest$, () => exports.CreateGrantResponse$
1250
+ ];
1251
+ exports.CreateKey$ = [9, n0, _CK,
1252
+ 0, () => exports.CreateKeyRequest$, () => exports.CreateKeyResponse$
1253
+ ];
1254
+ exports.Decrypt$ = [9, n0, _De,
1255
+ 0, () => exports.DecryptRequest$, () => exports.DecryptResponse$
1256
+ ];
1257
+ exports.DeleteAlias$ = [9, n0, _DA,
1258
+ 0, () => exports.DeleteAliasRequest$, () => __Unit
1259
+ ];
1260
+ exports.DeleteCustomKeyStore$ = [9, n0, _DCKS,
1261
+ 0, () => exports.DeleteCustomKeyStoreRequest$, () => exports.DeleteCustomKeyStoreResponse$
1262
+ ];
1263
+ exports.DeleteImportedKeyMaterial$ = [9, n0, _DIKM,
1264
+ 0, () => exports.DeleteImportedKeyMaterialRequest$, () => exports.DeleteImportedKeyMaterialResponse$
1265
+ ];
1266
+ exports.DeriveSharedSecret$ = [9, n0, _DSS,
1267
+ 0, () => exports.DeriveSharedSecretRequest$, () => exports.DeriveSharedSecretResponse$
1268
+ ];
1269
+ exports.DescribeCustomKeyStores$ = [9, n0, _DCKSe,
1270
+ 0, () => exports.DescribeCustomKeyStoresRequest$, () => exports.DescribeCustomKeyStoresResponse$
1271
+ ];
1272
+ exports.DescribeKey$ = [9, n0, _DK,
1273
+ 0, () => exports.DescribeKeyRequest$, () => exports.DescribeKeyResponse$
1274
+ ];
1275
+ exports.DisableKey$ = [9, n0, _DKi,
1276
+ 0, () => exports.DisableKeyRequest$, () => __Unit
1277
+ ];
1278
+ exports.DisableKeyRotation$ = [9, n0, _DKRis,
1279
+ 0, () => exports.DisableKeyRotationRequest$, () => __Unit
1280
+ ];
1281
+ exports.DisconnectCustomKeyStore$ = [9, n0, _DCKSi,
1282
+ 0, () => exports.DisconnectCustomKeyStoreRequest$, () => exports.DisconnectCustomKeyStoreResponse$
1283
+ ];
1284
+ exports.EnableKey$ = [9, n0, _EK,
1285
+ 0, () => exports.EnableKeyRequest$, () => __Unit
1286
+ ];
1287
+ exports.EnableKeyRotation$ = [9, n0, _EKRn,
1288
+ 0, () => exports.EnableKeyRotationRequest$, () => __Unit
1289
+ ];
1290
+ exports.Encrypt$ = [9, n0, _En,
1291
+ 0, () => exports.EncryptRequest$, () => exports.EncryptResponse$
1292
+ ];
1293
+ exports.GenerateDataKey$ = [9, n0, _GDK,
1294
+ 0, () => exports.GenerateDataKeyRequest$, () => exports.GenerateDataKeyResponse$
1295
+ ];
1296
+ exports.GenerateDataKeyPair$ = [9, n0, _GDKP,
1297
+ 0, () => exports.GenerateDataKeyPairRequest$, () => exports.GenerateDataKeyPairResponse$
1298
+ ];
1299
+ exports.GenerateDataKeyPairWithoutPlaintext$ = [9, n0, _GDKPWP,
1300
+ 0, () => exports.GenerateDataKeyPairWithoutPlaintextRequest$, () => exports.GenerateDataKeyPairWithoutPlaintextResponse$
1301
+ ];
1302
+ exports.GenerateDataKeyWithoutPlaintext$ = [9, n0, _GDKWP,
1303
+ 0, () => exports.GenerateDataKeyWithoutPlaintextRequest$, () => exports.GenerateDataKeyWithoutPlaintextResponse$
1304
+ ];
1305
+ exports.GenerateMac$ = [9, n0, _GM,
1306
+ 0, () => exports.GenerateMacRequest$, () => exports.GenerateMacResponse$
1307
+ ];
1308
+ exports.GenerateRandom$ = [9, n0, _GR,
1309
+ 0, () => exports.GenerateRandomRequest$, () => exports.GenerateRandomResponse$
1310
+ ];
1311
+ exports.GetKeyPolicy$ = [9, n0, _GKP,
1312
+ 0, () => exports.GetKeyPolicyRequest$, () => exports.GetKeyPolicyResponse$
1313
+ ];
1314
+ exports.GetKeyRotationStatus$ = [9, n0, _GKRS,
1315
+ 0, () => exports.GetKeyRotationStatusRequest$, () => exports.GetKeyRotationStatusResponse$
1316
+ ];
1317
+ exports.GetParametersForImport$ = [9, n0, _GPFI,
1318
+ 0, () => exports.GetParametersForImportRequest$, () => exports.GetParametersForImportResponse$
1319
+ ];
1320
+ exports.GetPublicKey$ = [9, n0, _GPK,
1321
+ 0, () => exports.GetPublicKeyRequest$, () => exports.GetPublicKeyResponse$
1322
+ ];
1323
+ exports.ImportKeyMaterial$ = [9, n0, _IKMm,
1324
+ 0, () => exports.ImportKeyMaterialRequest$, () => exports.ImportKeyMaterialResponse$
1325
+ ];
1326
+ exports.ListAliases$ = [9, n0, _LA,
1327
+ 0, () => exports.ListAliasesRequest$, () => exports.ListAliasesResponse$
1328
+ ];
1329
+ exports.ListGrants$ = [9, n0, _LG,
1330
+ 0, () => exports.ListGrantsRequest$, () => exports.ListGrantsResponse$
1331
+ ];
1332
+ exports.ListKeyPolicies$ = [9, n0, _LKP,
1333
+ 0, () => exports.ListKeyPoliciesRequest$, () => exports.ListKeyPoliciesResponse$
1334
+ ];
1335
+ exports.ListKeyRotations$ = [9, n0, _LKRis,
1336
+ 0, () => exports.ListKeyRotationsRequest$, () => exports.ListKeyRotationsResponse$
1337
+ ];
1338
+ exports.ListKeys$ = [9, n0, _LK,
1339
+ 0, () => exports.ListKeysRequest$, () => exports.ListKeysResponse$
1340
+ ];
1341
+ exports.ListResourceTags$ = [9, n0, _LRT,
1342
+ 0, () => exports.ListResourceTagsRequest$, () => exports.ListResourceTagsResponse$
1343
+ ];
1344
+ exports.ListRetirableGrants$ = [9, n0, _LRG,
1345
+ 0, () => exports.ListRetirableGrantsRequest$, () => exports.ListGrantsResponse$
1346
+ ];
1347
+ exports.PutKeyPolicy$ = [9, n0, _PKPu,
1348
+ 0, () => exports.PutKeyPolicyRequest$, () => __Unit
1349
+ ];
1350
+ exports.ReEncrypt$ = [9, n0, _RE,
1351
+ 0, () => exports.ReEncryptRequest$, () => exports.ReEncryptResponse$
1352
+ ];
1353
+ exports.ReplicateKey$ = [9, n0, _RKe,
1354
+ 0, () => exports.ReplicateKeyRequest$, () => exports.ReplicateKeyResponse$
1355
+ ];
1356
+ exports.RetireGrant$ = [9, n0, _RG,
1357
+ 0, () => exports.RetireGrantRequest$, () => __Unit
1358
+ ];
1359
+ exports.RevokeGrant$ = [9, n0, _RGe,
1360
+ 0, () => exports.RevokeGrantRequest$, () => __Unit
1361
+ ];
1362
+ exports.RotateKeyOnDemand$ = [9, n0, _RKOD,
1363
+ 0, () => exports.RotateKeyOnDemandRequest$, () => exports.RotateKeyOnDemandResponse$
1364
+ ];
1365
+ exports.ScheduleKeyDeletion$ = [9, n0, _SKD,
1366
+ 0, () => exports.ScheduleKeyDeletionRequest$, () => exports.ScheduleKeyDeletionResponse$
1367
+ ];
1368
+ exports.Sign$ = [9, n0, _Si,
1369
+ 0, () => exports.SignRequest$, () => exports.SignResponse$
1370
+ ];
1371
+ exports.TagResource$ = [9, n0, _TR,
1372
+ 0, () => exports.TagResourceRequest$, () => __Unit
1373
+ ];
1374
+ exports.UntagResource$ = [9, n0, _UR,
1375
+ 0, () => exports.UntagResourceRequest$, () => __Unit
1376
+ ];
1377
+ exports.UpdateAlias$ = [9, n0, _UA,
1378
+ 0, () => exports.UpdateAliasRequest$, () => __Unit
1379
+ ];
1380
+ exports.UpdateCustomKeyStore$ = [9, n0, _UCKS,
1381
+ 0, () => exports.UpdateCustomKeyStoreRequest$, () => exports.UpdateCustomKeyStoreResponse$
1382
+ ];
1383
+ exports.UpdateKeyDescription$ = [9, n0, _UKD,
1384
+ 0, () => exports.UpdateKeyDescriptionRequest$, () => __Unit
1385
+ ];
1386
+ exports.UpdatePrimaryRegion$ = [9, n0, _UPR,
1387
+ 0, () => exports.UpdatePrimaryRegionRequest$, () => __Unit
1388
+ ];
1389
+ exports.Verify$ = [9, n0, _V,
1390
+ 0, () => exports.VerifyRequest$, () => exports.VerifyResponse$
1391
+ ];
1392
+ exports.VerifyMac$ = [9, n0, _VM,
1393
+ 0, () => exports.VerifyMacRequest$, () => exports.VerifyMacResponse$
1394
+ ];