@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,1515 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateStateMachineAliasOutput$ = exports.CreateStateMachineAliasInput$ = exports.CreateActivityOutput$ = exports.CreateActivityInput$ = exports.CloudWatchLogsLogGroup$ = exports.CloudWatchEventsExecutionDataDetails$ = exports.BillingDetails$ = exports.AssignedVariablesDetails$ = exports.ActivityTimedOutEventDetails$ = exports.ActivitySucceededEventDetails$ = exports.ActivityStartedEventDetails$ = exports.ActivityScheduleFailedEventDetails$ = exports.ActivityScheduledEventDetails$ = exports.ActivityListItem$ = exports.ActivityFailedEventDetails$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.TooManyTags$ = exports.TaskTimedOut$ = exports.TaskDoesNotExist$ = exports.StateMachineTypeNotSupported$ = exports.StateMachineLimitExceeded$ = exports.StateMachineDoesNotExist$ = exports.StateMachineDeleting$ = exports.StateMachineAlreadyExists$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFound$ = exports.MissingRequiredParameter$ = exports.KmsThrottlingException$ = exports.KmsInvalidStateException$ = exports.KmsAccessDeniedException$ = exports.InvalidTracingConfiguration$ = exports.InvalidToken$ = exports.InvalidOutput$ = exports.InvalidName$ = exports.InvalidLoggingConfiguration$ = exports.InvalidExecutionInput$ = exports.InvalidEncryptionConfiguration$ = exports.InvalidDefinition$ = exports.InvalidArn$ = exports.ExecutionNotRedrivable$ = exports.ExecutionLimitExceeded$ = exports.ExecutionDoesNotExist$ = exports.ExecutionAlreadyExists$ = exports.ConflictException$ = exports.ActivityWorkerLimitExceeded$ = exports.ActivityLimitExceeded$ = exports.ActivityDoesNotExist$ = exports.ActivityAlreadyExists$ = exports.SFNServiceException$ = void 0;
4
+ exports.ListExecutionsInput$ = exports.ListActivitiesOutput$ = exports.ListActivitiesInput$ = exports.LambdaFunctionTimedOutEventDetails$ = exports.LambdaFunctionSucceededEventDetails$ = exports.LambdaFunctionStartFailedEventDetails$ = exports.LambdaFunctionScheduleFailedEventDetails$ = exports.LambdaFunctionScheduledEventDetails$ = exports.LambdaFunctionFailedEventDetails$ = exports.InspectionErrorDetails$ = exports.InspectionDataResponse$ = exports.InspectionDataRequest$ = exports.InspectionData$ = exports.HistoryEventExecutionDataDetails$ = exports.HistoryEvent$ = exports.GetExecutionHistoryOutput$ = exports.GetExecutionHistoryInput$ = exports.GetActivityTaskOutput$ = exports.GetActivityTaskInput$ = exports.ExecutionTimedOutEventDetails$ = exports.ExecutionSucceededEventDetails$ = exports.ExecutionStartedEventDetails$ = exports.ExecutionRedrivenEventDetails$ = exports.ExecutionListItem$ = exports.ExecutionFailedEventDetails$ = exports.ExecutionAbortedEventDetails$ = exports.EvaluationFailedEventDetails$ = exports.EncryptionConfiguration$ = exports.DescribeStateMachineOutput$ = exports.DescribeStateMachineInput$ = exports.DescribeStateMachineForExecutionOutput$ = exports.DescribeStateMachineForExecutionInput$ = exports.DescribeStateMachineAliasOutput$ = exports.DescribeStateMachineAliasInput$ = exports.DescribeMapRunOutput$ = exports.DescribeMapRunInput$ = exports.DescribeExecutionOutput$ = exports.DescribeExecutionInput$ = exports.DescribeActivityOutput$ = exports.DescribeActivityInput$ = exports.DeleteStateMachineVersionOutput$ = exports.DeleteStateMachineVersionInput$ = exports.DeleteStateMachineOutput$ = exports.DeleteStateMachineInput$ = exports.DeleteStateMachineAliasOutput$ = exports.DeleteStateMachineAliasInput$ = exports.DeleteActivityOutput$ = exports.DeleteActivityInput$ = exports.CreateStateMachineOutput$ = exports.CreateStateMachineInput$ = void 0;
5
+ exports.TaskFailedEventDetails$ = exports.TaskCredentials$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.Tag$ = exports.StopExecutionOutput$ = exports.StopExecutionInput$ = exports.StateMachineVersionListItem$ = exports.StateMachineListItem$ = exports.StateMachineAliasListItem$ = exports.StateExitedEventDetails$ = exports.StateEnteredEventDetails$ = exports.StartSyncExecutionOutput$ = exports.StartSyncExecutionInput$ = exports.StartExecutionOutput$ = exports.StartExecutionInput$ = exports.SendTaskSuccessOutput$ = exports.SendTaskSuccessInput$ = exports.SendTaskHeartbeatOutput$ = exports.SendTaskHeartbeatInput$ = exports.SendTaskFailureOutput$ = exports.SendTaskFailureInput$ = exports.RoutingConfigurationListItem$ = exports.RedriveExecutionOutput$ = exports.RedriveExecutionInput$ = exports.PublishStateMachineVersionOutput$ = exports.PublishStateMachineVersionInput$ = exports.MockInput$ = exports.MockErrorOutput$ = exports.MapStateStartedEventDetails$ = exports.MapRunStartedEventDetails$ = exports.MapRunRedrivenEventDetails$ = exports.MapRunListItem$ = exports.MapRunItemCounts$ = exports.MapRunFailedEventDetails$ = exports.MapRunExecutionCounts$ = exports.MapIterationEventDetails$ = exports.LoggingConfiguration$ = exports.LogDestination$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListStateMachineVersionsOutput$ = exports.ListStateMachineVersionsInput$ = exports.ListStateMachinesOutput$ = exports.ListStateMachinesInput$ = exports.ListStateMachineAliasesOutput$ = exports.ListStateMachineAliasesInput$ = exports.ListMapRunsOutput$ = exports.ListMapRunsInput$ = exports.ListExecutionsOutput$ = void 0;
6
+ exports.StartExecution$ = exports.SendTaskSuccess$ = exports.SendTaskHeartbeat$ = exports.SendTaskFailure$ = exports.RedriveExecution$ = exports.PublishStateMachineVersion$ = exports.ListTagsForResource$ = exports.ListStateMachineVersions$ = exports.ListStateMachines$ = exports.ListStateMachineAliases$ = exports.ListMapRuns$ = exports.ListExecutions$ = exports.ListActivities$ = exports.GetExecutionHistory$ = exports.GetActivityTask$ = exports.DescribeStateMachineForExecution$ = exports.DescribeStateMachineAlias$ = exports.DescribeStateMachine$ = exports.DescribeMapRun$ = exports.DescribeExecution$ = exports.DescribeActivity$ = exports.DeleteStateMachineVersion$ = exports.DeleteStateMachineAlias$ = exports.DeleteStateMachine$ = exports.DeleteActivity$ = exports.CreateStateMachineAlias$ = exports.CreateStateMachine$ = exports.CreateActivity$ = exports.ValidateStateMachineDefinitionOutput$ = exports.ValidateStateMachineDefinitionInput$ = exports.ValidateStateMachineDefinitionDiagnostic$ = exports.UpdateStateMachineOutput$ = exports.UpdateStateMachineInput$ = exports.UpdateStateMachineAliasOutput$ = exports.UpdateStateMachineAliasInput$ = exports.UpdateMapRunOutput$ = exports.UpdateMapRunInput$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TracingConfiguration$ = exports.TestStateOutput$ = exports.TestStateInput$ = exports.TestStateConfiguration$ = exports.TaskTimedOutEventDetails$ = exports.TaskSucceededEventDetails$ = exports.TaskSubmittedEventDetails$ = exports.TaskSubmitFailedEventDetails$ = exports.TaskStartFailedEventDetails$ = exports.TaskStartedEventDetails$ = exports.TaskScheduledEventDetails$ = void 0;
7
+ exports.ValidateStateMachineDefinition$ = exports.UpdateStateMachineAlias$ = exports.UpdateStateMachine$ = exports.UpdateMapRun$ = exports.UntagResource$ = exports.TestState$ = exports.TagResource$ = exports.StopExecution$ = exports.StartSyncExecution$ = void 0;
8
+ const _AAE = "ActivityAlreadyExists";
9
+ const _AD = "AliasDescription";
10
+ const _ADNE = "ActivityDoesNotExist";
11
+ const _AFED = "ActivityFailedEventDetails";
12
+ const _AL = "ActivityList";
13
+ const _ALE = "ActivityLimitExceeded";
14
+ const _ALI = "ActivityListItem";
15
+ const _ASED = "ActivityScheduledEventDetails";
16
+ const _ASEDc = "ActivityStartedEventDetails";
17
+ const _ASEDct = "ActivitySucceededEventDetails";
18
+ const _ASFED = "ActivityScheduleFailedEventDetails";
19
+ const _ATOED = "ActivityTimedOutEventDetails";
20
+ const _AV = "AssignedVariables";
21
+ const _AVD = "AssignedVariablesDetails";
22
+ const _AWLE = "ActivityWorkerLimitExceeded";
23
+ const _BD = "BillingDetails";
24
+ const _CA = "CreateActivity";
25
+ const _CAI = "CreateActivityInput";
26
+ const _CAO = "CreateActivityOutput";
27
+ const _CE = "ConflictException";
28
+ const _CP = "ConnectorParameters";
29
+ const _CSM = "CreateStateMachine";
30
+ const _CSMA = "CreateStateMachineAlias";
31
+ const _CSMAI = "CreateStateMachineAliasInput";
32
+ const _CSMAO = "CreateStateMachineAliasOutput";
33
+ const _CSMI = "CreateStateMachineInput";
34
+ const _CSMO = "CreateStateMachineOutput";
35
+ const _CWEEDD = "CloudWatchEventsExecutionDataDetails";
36
+ const _CWLLG = "CloudWatchLogsLogGroup";
37
+ const _D = "Definition";
38
+ const _DA = "DeleteActivity";
39
+ const _DAI = "DeleteActivityInput";
40
+ const _DAIe = "DescribeActivityInput";
41
+ const _DAO = "DeleteActivityOutput";
42
+ const _DAOe = "DescribeActivityOutput";
43
+ const _DAe = "DescribeActivity";
44
+ const _DE = "DescribeExecution";
45
+ const _DEI = "DescribeExecutionInput";
46
+ const _DEO = "DescribeExecutionOutput";
47
+ const _DMR = "DescribeMapRun";
48
+ const _DMRI = "DescribeMapRunInput";
49
+ const _DMRO = "DescribeMapRunOutput";
50
+ const _DSM = "DeleteStateMachine";
51
+ const _DSMA = "DeleteStateMachineAlias";
52
+ const _DSMAI = "DeleteStateMachineAliasInput";
53
+ const _DSMAIe = "DescribeStateMachineAliasInput";
54
+ const _DSMAO = "DeleteStateMachineAliasOutput";
55
+ const _DSMAOe = "DescribeStateMachineAliasOutput";
56
+ const _DSMAe = "DescribeStateMachineAlias";
57
+ const _DSMFE = "DescribeStateMachineForExecution";
58
+ const _DSMFEI = "DescribeStateMachineForExecutionInput";
59
+ const _DSMFEO = "DescribeStateMachineForExecutionOutput";
60
+ const _DSMI = "DeleteStateMachineInput";
61
+ const _DSMIe = "DescribeStateMachineInput";
62
+ const _DSMO = "DeleteStateMachineOutput";
63
+ const _DSMOe = "DescribeStateMachineOutput";
64
+ const _DSMV = "DeleteStateMachineVersion";
65
+ const _DSMVI = "DeleteStateMachineVersionInput";
66
+ const _DSMVO = "DeleteStateMachineVersionOutput";
67
+ const _DSMe = "DescribeStateMachine";
68
+ const _EAE = "ExecutionAlreadyExists";
69
+ const _EAED = "ExecutionAbortedEventDetails";
70
+ const _EC = "EncryptionConfiguration";
71
+ const _EDNE = "ExecutionDoesNotExist";
72
+ const _EFED = "EvaluationFailedEventDetails";
73
+ const _EFEDx = "ExecutionFailedEventDetails";
74
+ const _EFL = "EvaluationFailureLocation";
75
+ const _EHI = "ExceptionHandlerIndex";
76
+ const _EL = "ExecutionList";
77
+ const _ELE = "ExecutionLimitExceeded";
78
+ const _ELI = "ExecutionListItem";
79
+ const _ENR = "ExecutionNotRedrivable";
80
+ const _ERED = "ExecutionRedrivenEventDetails";
81
+ const _ESED = "ExecutionStartedEventDetails";
82
+ const _ESEDx = "ExecutionSucceededEventDetails";
83
+ const _ETOED = "ExecutionTimedOutEventDetails";
84
+ const _GAT = "GetActivityTask";
85
+ const _GATI = "GetActivityTaskInput";
86
+ const _GATO = "GetActivityTaskOutput";
87
+ const _GEH = "GetExecutionHistory";
88
+ const _GEHI = "GetExecutionHistoryInput";
89
+ const _GEHO = "GetExecutionHistoryOutput";
90
+ const _HE = "HistoryEvent";
91
+ const _HEEDD = "HistoryEventExecutionDataDetails";
92
+ const _HEL = "HistoryEventList";
93
+ const _IA = "InvalidArn";
94
+ const _ID = "InvalidDefinition";
95
+ const _IDR = "InspectionDataRequest";
96
+ const _IDRn = "InspectionDataResponse";
97
+ const _IDn = "InspectionData";
98
+ const _IEC = "InvalidEncryptionConfiguration";
99
+ const _IED = "InspectionErrorDetails";
100
+ const _IEI = "InvalidExecutionInput";
101
+ const _ILC = "InvalidLoggingConfiguration";
102
+ const _IMC = "InspectionMaxConcurrency";
103
+ const _IN = "InvalidName";
104
+ const _IO = "InvalidOutput";
105
+ const _IT = "InvalidToken";
106
+ const _ITC = "InvalidTracingConfiguration";
107
+ const _ITFC = "InspectionToleratedFailureCount";
108
+ const _ITFP = "InspectionToleratedFailurePercentage";
109
+ const _KADE = "KmsAccessDeniedException";
110
+ const _KISE = "KmsInvalidStateException";
111
+ const _KTE = "KmsThrottlingException";
112
+ const _LA = "ListActivities";
113
+ const _LAI = "ListActivitiesInput";
114
+ const _LAO = "ListActivitiesOutput";
115
+ const _LC = "LoggingConfiguration";
116
+ const _LD = "LogDestination";
117
+ const _LDL = "LogDestinationList";
118
+ const _LE = "ListExecutions";
119
+ const _LEI = "ListExecutionsInput";
120
+ const _LEO = "ListExecutionsOutput";
121
+ const _LFFED = "LambdaFunctionFailedEventDetails";
122
+ const _LFSED = "LambdaFunctionScheduledEventDetails";
123
+ const _LFSEDa = "LambdaFunctionSucceededEventDetails";
124
+ const _LFSFED = "LambdaFunctionScheduleFailedEventDetails";
125
+ const _LFSFEDa = "LambdaFunctionStartFailedEventDetails";
126
+ const _LFTOED = "LambdaFunctionTimedOutEventDetails";
127
+ const _LMR = "ListMapRuns";
128
+ const _LMRI = "ListMapRunsInput";
129
+ const _LMRO = "ListMapRunsOutput";
130
+ const _LSM = "ListStateMachines";
131
+ const _LSMA = "ListStateMachineAliases";
132
+ const _LSMAI = "ListStateMachineAliasesInput";
133
+ const _LSMAO = "ListStateMachineAliasesOutput";
134
+ const _LSMI = "ListStateMachinesInput";
135
+ const _LSMO = "ListStateMachinesOutput";
136
+ const _LSMV = "ListStateMachineVersions";
137
+ const _LSMVI = "ListStateMachineVersionsInput";
138
+ const _LSMVO = "ListStateMachineVersionsOutput";
139
+ const _LTFR = "ListTagsForResource";
140
+ const _LTFRI = "ListTagsForResourceInput";
141
+ const _LTFRO = "ListTagsForResourceOutput";
142
+ const _MEO = "MockErrorOutput";
143
+ const _MI = "MockInput";
144
+ const _MIED = "MapIterationEventDetails";
145
+ const _MREC = "MapRunExecutionCounts";
146
+ const _MRFED = "MapRunFailedEventDetails";
147
+ const _MRIC = "MapRunItemCounts";
148
+ const _MRL = "MapRunList";
149
+ const _MRLI = "MapRunListItem";
150
+ const _MRP = "MissingRequiredParameter";
151
+ const _MRRED = "MapRunRedrivenEventDetails";
152
+ const _MRSED = "MapRunStartedEventDetails";
153
+ const _MSSED = "MapStateStartedEventDetails";
154
+ const _PSMV = "PublishStateMachineVersion";
155
+ const _PSMVI = "PublishStateMachineVersionInput";
156
+ const _PSMVO = "PublishStateMachineVersionOutput";
157
+ const _RBIS = "RetryBackoffIntervalSeconds";
158
+ const _RCL = "RoutingConfigurationList";
159
+ const _RCLI = "RoutingConfigurationListItem";
160
+ const _RE = "RedriveExecution";
161
+ const _REI = "RedriveExecutionInput";
162
+ const _REO = "RedriveExecutionOutput";
163
+ const _RNF = "ResourceNotFound";
164
+ const _SC = "SensitiveCause";
165
+ const _SD = "SensitiveData";
166
+ const _SDJI = "SensitiveDataJobInput";
167
+ const _SE = "SensitiveError";
168
+ const _SEED = "StateEnteredEventDetails";
169
+ const _SEEDt = "StateExitedEventDetails";
170
+ const _SEI = "StartExecutionInput";
171
+ const _SEIt = "StopExecutionInput";
172
+ const _SEO = "StartExecutionOutput";
173
+ const _SEOt = "StopExecutionOutput";
174
+ const _SEt = "StartExecution";
175
+ const _SEto = "StopExecution";
176
+ const _SMAE = "StateMachineAlreadyExists";
177
+ const _SMAL = "StateMachineAliasList";
178
+ const _SMALI = "StateMachineAliasListItem";
179
+ const _SMD = "StateMachineDeleting";
180
+ const _SMDNE = "StateMachineDoesNotExist";
181
+ const _SML = "StateMachineList";
182
+ const _SMLE = "StateMachineLimitExceeded";
183
+ const _SMLI = "StateMachineListItem";
184
+ const _SMTNS = "StateMachineTypeNotSupported";
185
+ const _SMVL = "StateMachineVersionList";
186
+ const _SMVLI = "StateMachineVersionListItem";
187
+ const _SQEE = "ServiceQuotaExceededException";
188
+ const _SSE = "StartSyncExecution";
189
+ const _SSEI = "StartSyncExecutionInput";
190
+ const _SSEO = "StartSyncExecutionOutput";
191
+ const _STF = "SendTaskFailure";
192
+ const _STFI = "SendTaskFailureInput";
193
+ const _STFO = "SendTaskFailureOutput";
194
+ const _STH = "SendTaskHeartbeat";
195
+ const _STHI = "SendTaskHeartbeatInput";
196
+ const _STHO = "SendTaskHeartbeatOutput";
197
+ const _STS = "SendTaskSuccess";
198
+ const _STSI = "SendTaskSuccessInput";
199
+ const _STSO = "SendTaskSuccessOutput";
200
+ const _T = "Tag";
201
+ const _TC = "TaskCredentials";
202
+ const _TCr = "TracingConfiguration";
203
+ const _TDNE = "TaskDoesNotExist";
204
+ const _TFED = "TaskFailedEventDetails";
205
+ const _TL = "TagList";
206
+ const _TMT = "TooManyTags";
207
+ const _TR = "TagResource";
208
+ const _TRI = "TagResourceInput";
209
+ const _TRO = "TagResourceOutput";
210
+ const _TS = "TestState";
211
+ const _TSC = "TestStateConfiguration";
212
+ const _TSED = "TaskScheduledEventDetails";
213
+ const _TSEDa = "TaskStartedEventDetails";
214
+ const _TSEDas = "TaskSubmittedEventDetails";
215
+ const _TSEDask = "TaskSucceededEventDetails";
216
+ const _TSFED = "TaskStartFailedEventDetails";
217
+ const _TSFEDa = "TaskSubmitFailedEventDetails";
218
+ const _TSI = "TestStateInput";
219
+ const _TSO = "TestStateOutput";
220
+ const _TSSN = "TestStateStateName";
221
+ const _TTO = "TaskTimedOut";
222
+ const _TTOED = "TaskTimedOutEventDetails";
223
+ const _UMR = "UpdateMapRun";
224
+ const _UMRI = "UpdateMapRunInput";
225
+ const _UMRO = "UpdateMapRunOutput";
226
+ const _UR = "UntagResource";
227
+ const _URI = "UntagResourceInput";
228
+ const _URO = "UntagResourceOutput";
229
+ const _USM = "UpdateStateMachine";
230
+ const _USMA = "UpdateStateMachineAlias";
231
+ const _USMAI = "UpdateStateMachineAliasInput";
232
+ const _USMAO = "UpdateStateMachineAliasOutput";
233
+ const _USMI = "UpdateStateMachineInput";
234
+ const _USMO = "UpdateStateMachineOutput";
235
+ const _VD = "VersionDescription";
236
+ const _VE = "ValidationException";
237
+ const _VN = "VariableName";
238
+ const _VNL = "VariableNameList";
239
+ const _VR = "VariableReferences";
240
+ const _VSMD = "ValidateStateMachineDefinition";
241
+ const _VSMDC = "ValidateStateMachineDefinitionCode";
242
+ const _VSMDD = "ValidateStateMachineDefinitionDiagnostic";
243
+ const _VSMDDL = "ValidateStateMachineDefinitionDiagnosticList";
244
+ const _VSMDI = "ValidateStateMachineDefinitionInput";
245
+ const _VSMDL = "ValidateStateMachineDefinitionLocation";
246
+ const _VSMDM = "ValidateStateMachineDefinitionMessage";
247
+ const _VSMDO = "ValidateStateMachineDefinitionOutput";
248
+ const _VV = "VariableValue";
249
+ const _a = "activities";
250
+ const _aA = "activityArn";
251
+ const _aAf = "afterArguments";
252
+ const _aFED = "activityFailedEventDetails";
253
+ const _aIB = "afterItemBatcher";
254
+ const _aIP = "afterInputPath";
255
+ const _aIPf = "afterItemsPath";
256
+ const _aIPft = "afterItemsPointer";
257
+ const _aIS = "afterItemSelector";
258
+ const _aP = "afterParameters";
259
+ const _aRP = "afterResultPath";
260
+ const _aRS = "afterResultSelector";
261
+ const _aSED = "activityScheduledEventDetails";
262
+ const _aSEDc = "activityStartedEventDetails";
263
+ const _aSEDct = "activitySucceededEventDetails";
264
+ const _aSFED = "activityScheduleFailedEventDetails";
265
+ const _aTOED = "activityTimedOutEventDetails";
266
+ const _aV = "assignedVariables";
267
+ const _aVD = "assignedVariablesDetails";
268
+ const _ab = "aborted";
269
+ const _b = "body";
270
+ const _bD = "billingDetails";
271
+ const _bDIM = "billedDurationInMilliseconds";
272
+ const _bMUIMB = "billedMemoryUsedInMB";
273
+ const _c = "client";
274
+ const _cD = "creationDate";
275
+ const _cI = "catchIndex";
276
+ const _cT = "clientToken";
277
+ const _cWLLG = "cloudWatchLogsLogGroup";
278
+ const _ca = "cause";
279
+ const _co = "context";
280
+ const _cod = "code";
281
+ const _d = "description";
282
+ const _de = "definition";
283
+ const _des = "destinations";
284
+ const _di = "diagnostics";
285
+ const _e = "error";
286
+ const _eA = "executionArn";
287
+ const _eAED = "executionAbortedEventDetails";
288
+ const _eC = "encryptionConfiguration";
289
+ const _eCBS = "errorCausedByState";
290
+ const _eCx = "executionCounts";
291
+ const _eD = "errorDetails";
292
+ const _eFED = "executionFailedEventDetails";
293
+ const _eFEDv = "evaluationFailedEventDetails";
294
+ const _eO = "errorOutput";
295
+ const _eRED = "executionRedrivenEventDetails";
296
+ const _eSED = "executionStartedEventDetails";
297
+ const _eSEDx = "executionSucceededEventDetails";
298
+ const _eTOED = "executionTimedOutEventDetails";
299
+ const _en = "enabled";
300
+ const _end = "endpoint";
301
+ const _ev = "events";
302
+ const _ex = "executions";
303
+ const _f = "failed";
304
+ const _fNR = "failuresNotRedrivable";
305
+ const _fVM = "fieldValidationMode";
306
+ const _h = "headers";
307
+ const _hE = "httpError";
308
+ const _hIS = "heartbeatInSeconds";
309
+ const _i = "input";
310
+ const _iC = "itemCounts";
311
+ const _iCt = "itemCount";
312
+ const _iD = "inputDetails";
313
+ const _iDn = "includedData";
314
+ const _iDns = "inspectionData";
315
+ const _iED = "includeExecutionData";
316
+ const _iL = "inspectionLevel";
317
+ const _id = "id";
318
+ const _in = "included";
319
+ const _ind = "index";
320
+ const _k = "key";
321
+ const _kDKRPS = "kmsDataKeyReusePeriodSeconds";
322
+ const _kKI = "kmsKeyId";
323
+ const _kKS = "kmsKeyState";
324
+ const _l = "label";
325
+ const _lC = "loggingConfiguration";
326
+ const _lFFED = "lambdaFunctionFailedEventDetails";
327
+ const _lFSED = "lambdaFunctionScheduledEventDetails";
328
+ const _lFSEDa = "lambdaFunctionSucceededEventDetails";
329
+ const _lFSFED = "lambdaFunctionScheduleFailedEventDetails";
330
+ const _lFSFEDa = "lambdaFunctionStartFailedEventDetails";
331
+ const _lFTOED = "lambdaFunctionTimedOutEventDetails";
332
+ const _lGA = "logGroupArn";
333
+ const _le = "level";
334
+ const _len = "length";
335
+ const _lo = "location";
336
+ const _m = "message";
337
+ const _mC = "maxConcurrency";
338
+ const _mIAED = "mapIterationAbortedEventDetails";
339
+ const _mIFC = "mapIterationFailureCount";
340
+ const _mIFED = "mapIterationFailedEventDetails";
341
+ const _mIRD = "mapItemReaderData";
342
+ const _mISED = "mapIterationStartedEventDetails";
343
+ const _mISEDa = "mapIterationSucceededEventDetails";
344
+ const _mR = "maxResults";
345
+ const _mRA = "mapRunArn";
346
+ const _mRFED = "mapRunFailedEventDetails";
347
+ const _mRRED = "mapRunRedrivenEventDetails";
348
+ const _mRSED = "mapRunStartedEventDetails";
349
+ const _mRa = "mapRuns";
350
+ const _mSSED = "mapStateStartedEventDetails";
351
+ const _me = "method";
352
+ const _mo = "mock";
353
+ const _n = "name";
354
+ const _nS = "nextState";
355
+ const _nT = "nextToken";
356
+ const _o = "output";
357
+ const _oD = "outputDetails";
358
+ const _p = "publish";
359
+ const _pEI = "previousEventId";
360
+ const _pR = "pendingRedrive";
361
+ const _pa = "parameters";
362
+ const _pe = "pending";
363
+ const _pr = "protocol";
364
+ const _r = "reason";
365
+ const _rA = "roleArn";
366
+ const _rAe = "resourceArn";
367
+ const _rBIS = "retryBackoffIntervalSeconds";
368
+ const _rC = "routingConfiguration";
369
+ const _rCe = "redriveCount";
370
+ const _rD = "redriveDate";
371
+ const _rF = "redriveFilter";
372
+ const _rI = "revisionId";
373
+ const _rIe = "retryIndex";
374
+ const _rN = "resourceName";
375
+ const _rO = "reverseOrder";
376
+ const _rRC = "retrierRetryCount";
377
+ const _rS = "redriveStatus";
378
+ const _rSR = "redriveStatusReason";
379
+ const _rSe = "revealSecrets";
380
+ const _rT = "resourceType";
381
+ const _rW = "resultsWritten";
382
+ const _re = "resource";
383
+ const _reg = "region";
384
+ const _req = "request";
385
+ const _res = "result";
386
+ const _resp = "response";
387
+ const _ru = "running";
388
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sfn";
389
+ const _sC = "statusCode";
390
+ const _sCt = "stateConfiguration";
391
+ const _sD = "startDate";
392
+ const _sDt = "stopDate";
393
+ const _sEED = "stateEnteredEventDetails";
394
+ const _sEEDt = "stateExitedEventDetails";
395
+ const _sF = "statusFilter";
396
+ const _sM = "statusMessage";
397
+ const _sMA = "stateMachineArn";
398
+ const _sMAA = "stateMachineAliasArn";
399
+ const _sMAt = "stateMachineAliases";
400
+ const _sMV = "stateMachineVersions";
401
+ const _sMVA = "stateMachineVersionArn";
402
+ const _sMt = "stateMachines";
403
+ const _sN = "stateName";
404
+ const _se = "severity";
405
+ const _st = "status";
406
+ const _sta = "state";
407
+ const _su = "succeeded";
408
+ const _t = "truncated";
409
+ const _tC = "tracingConfiguration";
410
+ const _tCa = "taskCredentials";
411
+ const _tFC = "toleratedFailureCount";
412
+ const _tFED = "taskFailedEventDetails";
413
+ const _tFP = "toleratedFailurePercentage";
414
+ const _tH = "traceHeader";
415
+ const _tIS = "timeoutInSeconds";
416
+ const _tK = "tagKeys";
417
+ const _tO = "timedOut";
418
+ const _tSED = "taskScheduledEventDetails";
419
+ const _tSEDa = "taskStartedEventDetails";
420
+ const _tSEDas = "taskSubmittedEventDetails";
421
+ const _tSEDask = "taskSucceededEventDetails";
422
+ const _tSFED = "taskStartFailedEventDetails";
423
+ const _tSFEDa = "taskSubmitFailedEventDetails";
424
+ const _tT = "taskToken";
425
+ const _tTOED = "taskTimedOutEventDetails";
426
+ const _ta = "tags";
427
+ const _ti = "timestamp";
428
+ const _to = "total";
429
+ const _ty = "type";
430
+ const _u = "url";
431
+ const _uD = "updateDate";
432
+ const _v = "variables";
433
+ const _vD = "versionDescription";
434
+ const _vR = "variableReferences";
435
+ const _va = "value";
436
+ const _w = "weight";
437
+ const _wN = "workerName";
438
+ const n0 = "com.amazonaws.sfn";
439
+ const schema_1 = require("@smithy/core/schema");
440
+ const errors_1 = require("../models/errors");
441
+ const SFNServiceException_1 = require("../models/SFNServiceException");
442
+ const _s_registry = schema_1.TypeRegistry.for(_s);
443
+ exports.SFNServiceException$ = [-3, _s, "SFNServiceException", 0, [], []];
444
+ _s_registry.registerError(exports.SFNServiceException$, SFNServiceException_1.SFNServiceException);
445
+ const n0_registry = schema_1.TypeRegistry.for(n0);
446
+ exports.ActivityAlreadyExists$ = [-3, n0, _AAE,
447
+ { [_e]: _c },
448
+ [_m],
449
+ [0]
450
+ ];
451
+ n0_registry.registerError(exports.ActivityAlreadyExists$, errors_1.ActivityAlreadyExists);
452
+ exports.ActivityDoesNotExist$ = [-3, n0, _ADNE,
453
+ { [_e]: _c },
454
+ [_m],
455
+ [0]
456
+ ];
457
+ n0_registry.registerError(exports.ActivityDoesNotExist$, errors_1.ActivityDoesNotExist);
458
+ exports.ActivityLimitExceeded$ = [-3, n0, _ALE,
459
+ { [_e]: _c },
460
+ [_m],
461
+ [0]
462
+ ];
463
+ n0_registry.registerError(exports.ActivityLimitExceeded$, errors_1.ActivityLimitExceeded);
464
+ exports.ActivityWorkerLimitExceeded$ = [-3, n0, _AWLE,
465
+ { [_e]: _c },
466
+ [_m],
467
+ [0]
468
+ ];
469
+ n0_registry.registerError(exports.ActivityWorkerLimitExceeded$, errors_1.ActivityWorkerLimitExceeded);
470
+ exports.ConflictException$ = [-3, n0, _CE,
471
+ { [_e]: _c, [_hE]: 409 },
472
+ [_m],
473
+ [0]
474
+ ];
475
+ n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
476
+ exports.ExecutionAlreadyExists$ = [-3, n0, _EAE,
477
+ { [_e]: _c },
478
+ [_m],
479
+ [0]
480
+ ];
481
+ n0_registry.registerError(exports.ExecutionAlreadyExists$, errors_1.ExecutionAlreadyExists);
482
+ exports.ExecutionDoesNotExist$ = [-3, n0, _EDNE,
483
+ { [_e]: _c },
484
+ [_m],
485
+ [0]
486
+ ];
487
+ n0_registry.registerError(exports.ExecutionDoesNotExist$, errors_1.ExecutionDoesNotExist);
488
+ exports.ExecutionLimitExceeded$ = [-3, n0, _ELE,
489
+ { [_e]: _c },
490
+ [_m],
491
+ [0]
492
+ ];
493
+ n0_registry.registerError(exports.ExecutionLimitExceeded$, errors_1.ExecutionLimitExceeded);
494
+ exports.ExecutionNotRedrivable$ = [-3, n0, _ENR,
495
+ { [_e]: _c },
496
+ [_m],
497
+ [0]
498
+ ];
499
+ n0_registry.registerError(exports.ExecutionNotRedrivable$, errors_1.ExecutionNotRedrivable);
500
+ exports.InvalidArn$ = [-3, n0, _IA,
501
+ { [_e]: _c },
502
+ [_m],
503
+ [0]
504
+ ];
505
+ n0_registry.registerError(exports.InvalidArn$, errors_1.InvalidArn);
506
+ exports.InvalidDefinition$ = [-3, n0, _ID,
507
+ { [_e]: _c },
508
+ [_m],
509
+ [0]
510
+ ];
511
+ n0_registry.registerError(exports.InvalidDefinition$, errors_1.InvalidDefinition);
512
+ exports.InvalidEncryptionConfiguration$ = [-3, n0, _IEC,
513
+ { [_e]: _c },
514
+ [_m],
515
+ [0]
516
+ ];
517
+ n0_registry.registerError(exports.InvalidEncryptionConfiguration$, errors_1.InvalidEncryptionConfiguration);
518
+ exports.InvalidExecutionInput$ = [-3, n0, _IEI,
519
+ { [_e]: _c },
520
+ [_m],
521
+ [0]
522
+ ];
523
+ n0_registry.registerError(exports.InvalidExecutionInput$, errors_1.InvalidExecutionInput);
524
+ exports.InvalidLoggingConfiguration$ = [-3, n0, _ILC,
525
+ { [_e]: _c },
526
+ [_m],
527
+ [0]
528
+ ];
529
+ n0_registry.registerError(exports.InvalidLoggingConfiguration$, errors_1.InvalidLoggingConfiguration);
530
+ exports.InvalidName$ = [-3, n0, _IN,
531
+ { [_e]: _c },
532
+ [_m],
533
+ [0]
534
+ ];
535
+ n0_registry.registerError(exports.InvalidName$, errors_1.InvalidName);
536
+ exports.InvalidOutput$ = [-3, n0, _IO,
537
+ { [_e]: _c },
538
+ [_m],
539
+ [0]
540
+ ];
541
+ n0_registry.registerError(exports.InvalidOutput$, errors_1.InvalidOutput);
542
+ exports.InvalidToken$ = [-3, n0, _IT,
543
+ { [_e]: _c },
544
+ [_m],
545
+ [0]
546
+ ];
547
+ n0_registry.registerError(exports.InvalidToken$, errors_1.InvalidToken);
548
+ exports.InvalidTracingConfiguration$ = [-3, n0, _ITC,
549
+ { [_e]: _c },
550
+ [_m],
551
+ [0]
552
+ ];
553
+ n0_registry.registerError(exports.InvalidTracingConfiguration$, errors_1.InvalidTracingConfiguration);
554
+ exports.KmsAccessDeniedException$ = [-3, n0, _KADE,
555
+ { [_e]: _c },
556
+ [_m],
557
+ [0]
558
+ ];
559
+ n0_registry.registerError(exports.KmsAccessDeniedException$, errors_1.KmsAccessDeniedException);
560
+ exports.KmsInvalidStateException$ = [-3, n0, _KISE,
561
+ { [_e]: _c },
562
+ [_kKS, _m],
563
+ [0, 0]
564
+ ];
565
+ n0_registry.registerError(exports.KmsInvalidStateException$, errors_1.KmsInvalidStateException);
566
+ exports.KmsThrottlingException$ = [-3, n0, _KTE,
567
+ { [_e]: _c },
568
+ [_m],
569
+ [0]
570
+ ];
571
+ n0_registry.registerError(exports.KmsThrottlingException$, errors_1.KmsThrottlingException);
572
+ exports.MissingRequiredParameter$ = [-3, n0, _MRP,
573
+ { [_e]: _c },
574
+ [_m],
575
+ [0]
576
+ ];
577
+ n0_registry.registerError(exports.MissingRequiredParameter$, errors_1.MissingRequiredParameter);
578
+ exports.ResourceNotFound$ = [-3, n0, _RNF,
579
+ { [_e]: _c, [_hE]: 404 },
580
+ [_m, _rN],
581
+ [0, 0]
582
+ ];
583
+ n0_registry.registerError(exports.ResourceNotFound$, errors_1.ResourceNotFound);
584
+ exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
585
+ { [_e]: _c, [_hE]: 402 },
586
+ [_m],
587
+ [0]
588
+ ];
589
+ n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
590
+ exports.StateMachineAlreadyExists$ = [-3, n0, _SMAE,
591
+ { [_e]: _c },
592
+ [_m],
593
+ [0]
594
+ ];
595
+ n0_registry.registerError(exports.StateMachineAlreadyExists$, errors_1.StateMachineAlreadyExists);
596
+ exports.StateMachineDeleting$ = [-3, n0, _SMD,
597
+ { [_e]: _c },
598
+ [_m],
599
+ [0]
600
+ ];
601
+ n0_registry.registerError(exports.StateMachineDeleting$, errors_1.StateMachineDeleting);
602
+ exports.StateMachineDoesNotExist$ = [-3, n0, _SMDNE,
603
+ { [_e]: _c },
604
+ [_m],
605
+ [0]
606
+ ];
607
+ n0_registry.registerError(exports.StateMachineDoesNotExist$, errors_1.StateMachineDoesNotExist);
608
+ exports.StateMachineLimitExceeded$ = [-3, n0, _SMLE,
609
+ { [_e]: _c },
610
+ [_m],
611
+ [0]
612
+ ];
613
+ n0_registry.registerError(exports.StateMachineLimitExceeded$, errors_1.StateMachineLimitExceeded);
614
+ exports.StateMachineTypeNotSupported$ = [-3, n0, _SMTNS,
615
+ { [_e]: _c },
616
+ [_m],
617
+ [0]
618
+ ];
619
+ n0_registry.registerError(exports.StateMachineTypeNotSupported$, errors_1.StateMachineTypeNotSupported);
620
+ exports.TaskDoesNotExist$ = [-3, n0, _TDNE,
621
+ { [_e]: _c },
622
+ [_m],
623
+ [0]
624
+ ];
625
+ n0_registry.registerError(exports.TaskDoesNotExist$, errors_1.TaskDoesNotExist);
626
+ exports.TaskTimedOut$ = [-3, n0, _TTO,
627
+ { [_e]: _c },
628
+ [_m],
629
+ [0]
630
+ ];
631
+ n0_registry.registerError(exports.TaskTimedOut$, errors_1.TaskTimedOut);
632
+ exports.TooManyTags$ = [-3, n0, _TMT,
633
+ { [_e]: _c, [_hE]: 400 },
634
+ [_m, _rN],
635
+ [0, 0]
636
+ ];
637
+ n0_registry.registerError(exports.TooManyTags$, errors_1.TooManyTags);
638
+ exports.ValidationException$ = [-3, n0, _VE,
639
+ { [_e]: _c, [_hE]: 400 },
640
+ [_m, _r],
641
+ [0, 0]
642
+ ];
643
+ n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
644
+ exports.errorTypeRegistries = [
645
+ _s_registry,
646
+ n0_registry,
647
+ ];
648
+ var AliasDescription = [0, n0, _AD, 8, 0];
649
+ var ConnectorParameters = [0, n0, _CP, 8, 0];
650
+ var Definition = [0, n0, _D, 8, 0];
651
+ var EvaluationFailureLocation = [0, n0, _EFL, 8, 0];
652
+ var ExceptionHandlerIndex = [0, n0, _EHI, 8, 1];
653
+ var InspectionMaxConcurrency = [0, n0, _IMC, 8, 1];
654
+ var InspectionToleratedFailureCount = [0, n0, _ITFC, 8, 1];
655
+ var InspectionToleratedFailurePercentage = [0, n0, _ITFP, 8, 1];
656
+ var RetryBackoffIntervalSeconds = [0, n0, _RBIS, 8, 1];
657
+ var SensitiveCause = [0, n0, _SC, 8, 0];
658
+ var SensitiveData = [0, n0, _SD, 8, 0];
659
+ var SensitiveDataJobInput = [0, n0, _SDJI, 8, 0];
660
+ var SensitiveError = [0, n0, _SE, 8, 0];
661
+ var TestStateStateName = [0, n0, _TSSN, 8, 0];
662
+ var ValidateStateMachineDefinitionCode = [0, n0, _VSMDC, 8, 0];
663
+ var ValidateStateMachineDefinitionLocation = [0, n0, _VSMDL, 8, 0];
664
+ var ValidateStateMachineDefinitionMessage = [0, n0, _VSMDM, 8, 0];
665
+ var VariableName = [0, n0, _VN, 8, 0];
666
+ var VariableValue = [0, n0, _VV, 8, 0];
667
+ var VersionDescription = [0, n0, _VD, 8, 0];
668
+ exports.ActivityFailedEventDetails$ = [3, n0, _AFED,
669
+ 0,
670
+ [_e, _ca],
671
+ [[() => SensitiveError, 0], [() => SensitiveCause, 0]]
672
+ ];
673
+ exports.ActivityListItem$ = [3, n0, _ALI,
674
+ 0,
675
+ [_aA, _n, _cD],
676
+ [0, 0, 4], 3
677
+ ];
678
+ exports.ActivityScheduledEventDetails$ = [3, n0, _ASED,
679
+ 0,
680
+ [_re, _i, _iD, _tIS, _hIS],
681
+ [0, [() => SensitiveData, 0], () => exports.HistoryEventExecutionDataDetails$, 1, 1], 1
682
+ ];
683
+ exports.ActivityScheduleFailedEventDetails$ = [3, n0, _ASFED,
684
+ 0,
685
+ [_e, _ca],
686
+ [[() => SensitiveError, 0], [() => SensitiveCause, 0]]
687
+ ];
688
+ exports.ActivityStartedEventDetails$ = [3, n0, _ASEDc,
689
+ 0,
690
+ [_wN],
691
+ [0]
692
+ ];
693
+ exports.ActivitySucceededEventDetails$ = [3, n0, _ASEDct,
694
+ 0,
695
+ [_o, _oD],
696
+ [[() => SensitiveData, 0], () => exports.HistoryEventExecutionDataDetails$]
697
+ ];
698
+ exports.ActivityTimedOutEventDetails$ = [3, n0, _ATOED,
699
+ 0,
700
+ [_e, _ca],
701
+ [[() => SensitiveError, 0], [() => SensitiveCause, 0]]
702
+ ];
703
+ exports.AssignedVariablesDetails$ = [3, n0, _AVD,
704
+ 0,
705
+ [_t],
706
+ [2]
707
+ ];
708
+ exports.BillingDetails$ = [3, n0, _BD,
709
+ 0,
710
+ [_bMUIMB, _bDIM],
711
+ [1, 1]
712
+ ];
713
+ exports.CloudWatchEventsExecutionDataDetails$ = [3, n0, _CWEEDD,
714
+ 0,
715
+ [_in],
716
+ [2]
717
+ ];
718
+ exports.CloudWatchLogsLogGroup$ = [3, n0, _CWLLG,
719
+ 0,
720
+ [_lGA],
721
+ [0]
722
+ ];
723
+ exports.CreateActivityInput$ = [3, n0, _CAI,
724
+ 0,
725
+ [_n, _ta, _eC],
726
+ [0, () => TagList, () => exports.EncryptionConfiguration$], 1
727
+ ];
728
+ exports.CreateActivityOutput$ = [3, n0, _CAO,
729
+ 0,
730
+ [_aA, _cD],
731
+ [0, 4], 2
732
+ ];
733
+ exports.CreateStateMachineAliasInput$ = [3, n0, _CSMAI,
734
+ 0,
735
+ [_n, _rC, _d],
736
+ [0, () => RoutingConfigurationList, [() => AliasDescription, 0]], 2
737
+ ];
738
+ exports.CreateStateMachineAliasOutput$ = [3, n0, _CSMAO,
739
+ 0,
740
+ [_sMAA, _cD],
741
+ [0, 4], 2
742
+ ];
743
+ exports.CreateStateMachineInput$ = [3, n0, _CSMI,
744
+ 0,
745
+ [_n, _de, _rA, _ty, _lC, _ta, _tC, _p, _vD, _eC],
746
+ [0, [() => Definition, 0], 0, 0, () => exports.LoggingConfiguration$, () => TagList, () => exports.TracingConfiguration$, 2, [() => VersionDescription, 0], () => exports.EncryptionConfiguration$], 3
747
+ ];
748
+ exports.CreateStateMachineOutput$ = [3, n0, _CSMO,
749
+ 0,
750
+ [_sMA, _cD, _sMVA],
751
+ [0, 4, 0], 2
752
+ ];
753
+ exports.DeleteActivityInput$ = [3, n0, _DAI,
754
+ 0,
755
+ [_aA],
756
+ [0], 1
757
+ ];
758
+ exports.DeleteActivityOutput$ = [3, n0, _DAO,
759
+ 0,
760
+ [],
761
+ []
762
+ ];
763
+ exports.DeleteStateMachineAliasInput$ = [3, n0, _DSMAI,
764
+ 0,
765
+ [_sMAA],
766
+ [0], 1
767
+ ];
768
+ exports.DeleteStateMachineAliasOutput$ = [3, n0, _DSMAO,
769
+ 0,
770
+ [],
771
+ []
772
+ ];
773
+ exports.DeleteStateMachineInput$ = [3, n0, _DSMI,
774
+ 0,
775
+ [_sMA],
776
+ [0], 1
777
+ ];
778
+ exports.DeleteStateMachineOutput$ = [3, n0, _DSMO,
779
+ 0,
780
+ [],
781
+ []
782
+ ];
783
+ exports.DeleteStateMachineVersionInput$ = [3, n0, _DSMVI,
784
+ 0,
785
+ [_sMVA],
786
+ [0], 1
787
+ ];
788
+ exports.DeleteStateMachineVersionOutput$ = [3, n0, _DSMVO,
789
+ 0,
790
+ [],
791
+ []
792
+ ];
793
+ exports.DescribeActivityInput$ = [3, n0, _DAIe,
794
+ 0,
795
+ [_aA],
796
+ [0], 1
797
+ ];
798
+ exports.DescribeActivityOutput$ = [3, n0, _DAOe,
799
+ 0,
800
+ [_aA, _n, _cD, _eC],
801
+ [0, 0, 4, () => exports.EncryptionConfiguration$], 3
802
+ ];
803
+ exports.DescribeExecutionInput$ = [3, n0, _DEI,
804
+ 0,
805
+ [_eA, _iDn],
806
+ [0, 0], 1
807
+ ];
808
+ exports.DescribeExecutionOutput$ = [3, n0, _DEO,
809
+ 0,
810
+ [_eA, _sMA, _st, _sD, _n, _sDt, _i, _iD, _o, _oD, _tH, _mRA, _e, _ca, _sMVA, _sMAA, _rCe, _rD, _rS, _rSR],
811
+ [0, 0, 0, 4, 0, 4, [() => SensitiveData, 0], () => exports.CloudWatchEventsExecutionDataDetails$, [() => SensitiveData, 0], () => exports.CloudWatchEventsExecutionDataDetails$, 0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0], 0, 0, 1, 4, 0, [() => SensitiveData, 0]], 4
812
+ ];
813
+ exports.DescribeMapRunInput$ = [3, n0, _DMRI,
814
+ 0,
815
+ [_mRA],
816
+ [0], 1
817
+ ];
818
+ exports.DescribeMapRunOutput$ = [3, n0, _DMRO,
819
+ 0,
820
+ [_mRA, _eA, _st, _sD, _mC, _tFP, _tFC, _iC, _eCx, _sDt, _rCe, _rD],
821
+ [0, 0, 0, 4, 1, 1, 1, () => exports.MapRunItemCounts$, () => exports.MapRunExecutionCounts$, 4, 1, 4], 9
822
+ ];
823
+ exports.DescribeStateMachineAliasInput$ = [3, n0, _DSMAIe,
824
+ 0,
825
+ [_sMAA],
826
+ [0], 1
827
+ ];
828
+ exports.DescribeStateMachineAliasOutput$ = [3, n0, _DSMAOe,
829
+ 0,
830
+ [_sMAA, _n, _d, _rC, _cD, _uD],
831
+ [0, 0, [() => AliasDescription, 0], () => RoutingConfigurationList, 4, 4]
832
+ ];
833
+ exports.DescribeStateMachineForExecutionInput$ = [3, n0, _DSMFEI,
834
+ 0,
835
+ [_eA, _iDn],
836
+ [0, 0], 1
837
+ ];
838
+ exports.DescribeStateMachineForExecutionOutput$ = [3, n0, _DSMFEO,
839
+ 0,
840
+ [_sMA, _n, _de, _rA, _uD, _lC, _tC, _mRA, _l, _rI, _eC, _vR],
841
+ [0, 0, [() => Definition, 0], 0, 4, () => exports.LoggingConfiguration$, () => exports.TracingConfiguration$, 0, 0, 0, () => exports.EncryptionConfiguration$, [() => VariableReferences, 0]], 5
842
+ ];
843
+ exports.DescribeStateMachineInput$ = [3, n0, _DSMIe,
844
+ 0,
845
+ [_sMA, _iDn],
846
+ [0, 0], 1
847
+ ];
848
+ exports.DescribeStateMachineOutput$ = [3, n0, _DSMOe,
849
+ 0,
850
+ [_sMA, _n, _de, _rA, _ty, _cD, _st, _lC, _tC, _l, _rI, _d, _eC, _vR],
851
+ [0, 0, [() => Definition, 0], 0, 0, 4, 0, () => exports.LoggingConfiguration$, () => exports.TracingConfiguration$, 0, 0, [() => VersionDescription, 0], () => exports.EncryptionConfiguration$, [() => VariableReferences, 0]], 6
852
+ ];
853
+ exports.EncryptionConfiguration$ = [3, n0, _EC,
854
+ 0,
855
+ [_ty, _kKI, _kDKRPS],
856
+ [0, 0, 1], 1
857
+ ];
858
+ exports.EvaluationFailedEventDetails$ = [3, n0, _EFED,
859
+ 0,
860
+ [_sta, _e, _ca, _lo],
861
+ [0, [() => SensitiveError, 0], [() => SensitiveCause, 0], [() => EvaluationFailureLocation, 0]], 1
862
+ ];
863
+ exports.ExecutionAbortedEventDetails$ = [3, n0, _EAED,
864
+ 0,
865
+ [_e, _ca],
866
+ [[() => SensitiveError, 0], [() => SensitiveCause, 0]]
867
+ ];
868
+ exports.ExecutionFailedEventDetails$ = [3, n0, _EFEDx,
869
+ 0,
870
+ [_e, _ca],
871
+ [[() => SensitiveError, 0], [() => SensitiveCause, 0]]
872
+ ];
873
+ exports.ExecutionListItem$ = [3, n0, _ELI,
874
+ 0,
875
+ [_eA, _sMA, _n, _st, _sD, _sDt, _mRA, _iCt, _sMVA, _sMAA, _rCe, _rD],
876
+ [0, 0, 0, 0, 4, 4, 0, 1, 0, 0, 1, 4], 5
877
+ ];
878
+ exports.ExecutionRedrivenEventDetails$ = [3, n0, _ERED,
879
+ 0,
880
+ [_rCe],
881
+ [1]
882
+ ];
883
+ exports.ExecutionStartedEventDetails$ = [3, n0, _ESED,
884
+ 0,
885
+ [_i, _iD, _rA, _sMAA, _sMVA],
886
+ [[() => SensitiveData, 0], () => exports.HistoryEventExecutionDataDetails$, 0, 0, 0]
887
+ ];
888
+ exports.ExecutionSucceededEventDetails$ = [3, n0, _ESEDx,
889
+ 0,
890
+ [_o, _oD],
891
+ [[() => SensitiveData, 0], () => exports.HistoryEventExecutionDataDetails$]
892
+ ];
893
+ exports.ExecutionTimedOutEventDetails$ = [3, n0, _ETOED,
894
+ 0,
895
+ [_e, _ca],
896
+ [[() => SensitiveError, 0], [() => SensitiveCause, 0]]
897
+ ];
898
+ exports.GetActivityTaskInput$ = [3, n0, _GATI,
899
+ 0,
900
+ [_aA, _wN],
901
+ [0, 0], 1
902
+ ];
903
+ exports.GetActivityTaskOutput$ = [3, n0, _GATO,
904
+ 0,
905
+ [_tT, _i],
906
+ [0, [() => SensitiveDataJobInput, 0]]
907
+ ];
908
+ exports.GetExecutionHistoryInput$ = [3, n0, _GEHI,
909
+ 0,
910
+ [_eA, _mR, _rO, _nT, _iED],
911
+ [0, 1, 2, 0, 2], 1
912
+ ];
913
+ exports.GetExecutionHistoryOutput$ = [3, n0, _GEHO,
914
+ 0,
915
+ [_ev, _nT],
916
+ [[() => HistoryEventList, 0], 0], 1
917
+ ];
918
+ exports.HistoryEvent$ = [3, n0, _HE,
919
+ 0,
920
+ [_ti, _ty, _id, _pEI, _aFED, _aSFED, _aSED, _aSEDc, _aSEDct, _aTOED, _tFED, _tSED, _tSFED, _tSEDa, _tSFEDa, _tSEDas, _tSEDask, _tTOED, _eFED, _eSED, _eSEDx, _eAED, _eTOED, _eRED, _mSSED, _mISED, _mISEDa, _mIFED, _mIAED, _lFFED, _lFSFED, _lFSED, _lFSFEDa, _lFSEDa, _lFTOED, _sEED, _sEEDt, _mRSED, _mRFED, _mRRED, _eFEDv],
921
+ [4, 0, 1, 1, [() => exports.ActivityFailedEventDetails$, 0], [() => exports.ActivityScheduleFailedEventDetails$, 0], [() => exports.ActivityScheduledEventDetails$, 0], () => exports.ActivityStartedEventDetails$, [() => exports.ActivitySucceededEventDetails$, 0], [() => exports.ActivityTimedOutEventDetails$, 0], [() => exports.TaskFailedEventDetails$, 0], [() => exports.TaskScheduledEventDetails$, 0], [() => exports.TaskStartFailedEventDetails$, 0], () => exports.TaskStartedEventDetails$, [() => exports.TaskSubmitFailedEventDetails$, 0], [() => exports.TaskSubmittedEventDetails$, 0], [() => exports.TaskSucceededEventDetails$, 0], [() => exports.TaskTimedOutEventDetails$, 0], [() => exports.ExecutionFailedEventDetails$, 0], [() => exports.ExecutionStartedEventDetails$, 0], [() => exports.ExecutionSucceededEventDetails$, 0], [() => exports.ExecutionAbortedEventDetails$, 0], [() => exports.ExecutionTimedOutEventDetails$, 0], () => exports.ExecutionRedrivenEventDetails$, () => exports.MapStateStartedEventDetails$, () => exports.MapIterationEventDetails$, () => exports.MapIterationEventDetails$, () => exports.MapIterationEventDetails$, () => exports.MapIterationEventDetails$, [() => exports.LambdaFunctionFailedEventDetails$, 0], [() => exports.LambdaFunctionScheduleFailedEventDetails$, 0], [() => exports.LambdaFunctionScheduledEventDetails$, 0], [() => exports.LambdaFunctionStartFailedEventDetails$, 0], [() => exports.LambdaFunctionSucceededEventDetails$, 0], [() => exports.LambdaFunctionTimedOutEventDetails$, 0], [() => exports.StateEnteredEventDetails$, 0], [() => exports.StateExitedEventDetails$, 0], () => exports.MapRunStartedEventDetails$, [() => exports.MapRunFailedEventDetails$, 0], () => exports.MapRunRedrivenEventDetails$, [() => exports.EvaluationFailedEventDetails$, 0]], 3
922
+ ];
923
+ exports.HistoryEventExecutionDataDetails$ = [3, n0, _HEEDD,
924
+ 0,
925
+ [_t],
926
+ [2]
927
+ ];
928
+ exports.InspectionData$ = [3, n0, _IDn,
929
+ 8,
930
+ [_i, _aAf, _aIP, _aP, _res, _aRS, _aRP, _req, _resp, _v, _eD, _aIPf, _aIS, _aIB, _aIPft, _tFC, _tFP, _mC],
931
+ [[() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], () => exports.InspectionDataRequest$, () => exports.InspectionDataResponse$, [() => SensitiveData, 0], [() => exports.InspectionErrorDetails$, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => SensitiveData, 0], [() => InspectionToleratedFailureCount, 0], [() => InspectionToleratedFailurePercentage, 0], [() => InspectionMaxConcurrency, 0]]
932
+ ];
933
+ exports.InspectionDataRequest$ = [3, n0, _IDR,
934
+ 0,
935
+ [_pr, _me, _u, _h, _b],
936
+ [0, 0, 0, 0, 0]
937
+ ];
938
+ exports.InspectionDataResponse$ = [3, n0, _IDRn,
939
+ 0,
940
+ [_pr, _sC, _sM, _h, _b],
941
+ [0, 0, 0, 0, 0]
942
+ ];
943
+ exports.InspectionErrorDetails$ = [3, n0, _IED,
944
+ 0,
945
+ [_cI, _rIe, _rBIS],
946
+ [[() => ExceptionHandlerIndex, 0], [() => ExceptionHandlerIndex, 0], [() => RetryBackoffIntervalSeconds, 0]]
947
+ ];
948
+ exports.LambdaFunctionFailedEventDetails$ = [3, n0, _LFFED,
949
+ 0,
950
+ [_e, _ca],
951
+ [[() => SensitiveError, 0], [() => SensitiveCause, 0]]
952
+ ];
953
+ exports.LambdaFunctionScheduledEventDetails$ = [3, n0, _LFSED,
954
+ 0,
955
+ [_re, _i, _iD, _tIS, _tCa],
956
+ [0, [() => SensitiveData, 0], () => exports.HistoryEventExecutionDataDetails$, 1, () => exports.TaskCredentials$], 1
957
+ ];
958
+ exports.LambdaFunctionScheduleFailedEventDetails$ = [3, n0, _LFSFED,
959
+ 0,
960
+ [_e, _ca],
961
+ [[() => SensitiveError, 0], [() => SensitiveCause, 0]]
962
+ ];
963
+ exports.LambdaFunctionStartFailedEventDetails$ = [3, n0, _LFSFEDa,
964
+ 0,
965
+ [_e, _ca],
966
+ [[() => SensitiveError, 0], [() => SensitiveCause, 0]]
967
+ ];
968
+ exports.LambdaFunctionSucceededEventDetails$ = [3, n0, _LFSEDa,
969
+ 0,
970
+ [_o, _oD],
971
+ [[() => SensitiveData, 0], () => exports.HistoryEventExecutionDataDetails$]
972
+ ];
973
+ exports.LambdaFunctionTimedOutEventDetails$ = [3, n0, _LFTOED,
974
+ 0,
975
+ [_e, _ca],
976
+ [[() => SensitiveError, 0], [() => SensitiveCause, 0]]
977
+ ];
978
+ exports.ListActivitiesInput$ = [3, n0, _LAI,
979
+ 0,
980
+ [_mR, _nT],
981
+ [1, 0]
982
+ ];
983
+ exports.ListActivitiesOutput$ = [3, n0, _LAO,
984
+ 0,
985
+ [_a, _nT],
986
+ [() => ActivityList, 0], 1
987
+ ];
988
+ exports.ListExecutionsInput$ = [3, n0, _LEI,
989
+ 0,
990
+ [_sMA, _sF, _mR, _nT, _mRA, _rF],
991
+ [0, 0, 1, 0, 0, 0]
992
+ ];
993
+ exports.ListExecutionsOutput$ = [3, n0, _LEO,
994
+ 0,
995
+ [_ex, _nT],
996
+ [() => ExecutionList, 0], 1
997
+ ];
998
+ exports.ListMapRunsInput$ = [3, n0, _LMRI,
999
+ 0,
1000
+ [_eA, _mR, _nT],
1001
+ [0, 1, 0], 1
1002
+ ];
1003
+ exports.ListMapRunsOutput$ = [3, n0, _LMRO,
1004
+ 0,
1005
+ [_mRa, _nT],
1006
+ [() => MapRunList, 0], 1
1007
+ ];
1008
+ exports.ListStateMachineAliasesInput$ = [3, n0, _LSMAI,
1009
+ 0,
1010
+ [_sMA, _nT, _mR],
1011
+ [0, 0, 1], 1
1012
+ ];
1013
+ exports.ListStateMachineAliasesOutput$ = [3, n0, _LSMAO,
1014
+ 0,
1015
+ [_sMAt, _nT],
1016
+ [() => StateMachineAliasList, 0], 1
1017
+ ];
1018
+ exports.ListStateMachinesInput$ = [3, n0, _LSMI,
1019
+ 0,
1020
+ [_mR, _nT],
1021
+ [1, 0]
1022
+ ];
1023
+ exports.ListStateMachinesOutput$ = [3, n0, _LSMO,
1024
+ 0,
1025
+ [_sMt, _nT],
1026
+ [() => StateMachineList, 0], 1
1027
+ ];
1028
+ exports.ListStateMachineVersionsInput$ = [3, n0, _LSMVI,
1029
+ 0,
1030
+ [_sMA, _nT, _mR],
1031
+ [0, 0, 1], 1
1032
+ ];
1033
+ exports.ListStateMachineVersionsOutput$ = [3, n0, _LSMVO,
1034
+ 0,
1035
+ [_sMV, _nT],
1036
+ [() => StateMachineVersionList, 0], 1
1037
+ ];
1038
+ exports.ListTagsForResourceInput$ = [3, n0, _LTFRI,
1039
+ 0,
1040
+ [_rAe],
1041
+ [0], 1
1042
+ ];
1043
+ exports.ListTagsForResourceOutput$ = [3, n0, _LTFRO,
1044
+ 0,
1045
+ [_ta],
1046
+ [() => TagList]
1047
+ ];
1048
+ exports.LogDestination$ = [3, n0, _LD,
1049
+ 0,
1050
+ [_cWLLG],
1051
+ [() => exports.CloudWatchLogsLogGroup$]
1052
+ ];
1053
+ exports.LoggingConfiguration$ = [3, n0, _LC,
1054
+ 0,
1055
+ [_le, _iED, _des],
1056
+ [0, 2, () => LogDestinationList]
1057
+ ];
1058
+ exports.MapIterationEventDetails$ = [3, n0, _MIED,
1059
+ 0,
1060
+ [_n, _ind],
1061
+ [0, 1]
1062
+ ];
1063
+ exports.MapRunExecutionCounts$ = [3, n0, _MREC,
1064
+ 0,
1065
+ [_pe, _ru, _su, _f, _tO, _ab, _to, _rW, _fNR, _pR],
1066
+ [1, 1, 1, 1, 1, 1, 1, 1, 1, 1], 8
1067
+ ];
1068
+ exports.MapRunFailedEventDetails$ = [3, n0, _MRFED,
1069
+ 0,
1070
+ [_e, _ca],
1071
+ [[() => SensitiveError, 0], [() => SensitiveCause, 0]]
1072
+ ];
1073
+ exports.MapRunItemCounts$ = [3, n0, _MRIC,
1074
+ 0,
1075
+ [_pe, _ru, _su, _f, _tO, _ab, _to, _rW, _fNR, _pR],
1076
+ [1, 1, 1, 1, 1, 1, 1, 1, 1, 1], 8
1077
+ ];
1078
+ exports.MapRunListItem$ = [3, n0, _MRLI,
1079
+ 0,
1080
+ [_eA, _mRA, _sMA, _sD, _sDt],
1081
+ [0, 0, 0, 4, 4], 4
1082
+ ];
1083
+ exports.MapRunRedrivenEventDetails$ = [3, n0, _MRRED,
1084
+ 0,
1085
+ [_mRA, _rCe],
1086
+ [0, 1]
1087
+ ];
1088
+ exports.MapRunStartedEventDetails$ = [3, n0, _MRSED,
1089
+ 0,
1090
+ [_mRA],
1091
+ [0]
1092
+ ];
1093
+ exports.MapStateStartedEventDetails$ = [3, n0, _MSSED,
1094
+ 0,
1095
+ [_len],
1096
+ [1]
1097
+ ];
1098
+ exports.MockErrorOutput$ = [3, n0, _MEO,
1099
+ 0,
1100
+ [_e, _ca],
1101
+ [[() => SensitiveError, 0], [() => SensitiveCause, 0]]
1102
+ ];
1103
+ exports.MockInput$ = [3, n0, _MI,
1104
+ 0,
1105
+ [_res, _eO, _fVM],
1106
+ [[() => SensitiveData, 0], [() => exports.MockErrorOutput$, 0], 0]
1107
+ ];
1108
+ exports.PublishStateMachineVersionInput$ = [3, n0, _PSMVI,
1109
+ 0,
1110
+ [_sMA, _rI, _d],
1111
+ [0, 0, [() => VersionDescription, 0]], 1
1112
+ ];
1113
+ exports.PublishStateMachineVersionOutput$ = [3, n0, _PSMVO,
1114
+ 0,
1115
+ [_cD, _sMVA],
1116
+ [4, 0], 2
1117
+ ];
1118
+ exports.RedriveExecutionInput$ = [3, n0, _REI,
1119
+ 0,
1120
+ [_eA, _cT],
1121
+ [0, [0, 4]], 1
1122
+ ];
1123
+ exports.RedriveExecutionOutput$ = [3, n0, _REO,
1124
+ 0,
1125
+ [_rD],
1126
+ [4], 1
1127
+ ];
1128
+ exports.RoutingConfigurationListItem$ = [3, n0, _RCLI,
1129
+ 0,
1130
+ [_sMVA, _w],
1131
+ [0, 1], 2
1132
+ ];
1133
+ exports.SendTaskFailureInput$ = [3, n0, _STFI,
1134
+ 0,
1135
+ [_tT, _e, _ca],
1136
+ [0, [() => SensitiveError, 0], [() => SensitiveCause, 0]], 1
1137
+ ];
1138
+ exports.SendTaskFailureOutput$ = [3, n0, _STFO,
1139
+ 0,
1140
+ [],
1141
+ []
1142
+ ];
1143
+ exports.SendTaskHeartbeatInput$ = [3, n0, _STHI,
1144
+ 0,
1145
+ [_tT],
1146
+ [0], 1
1147
+ ];
1148
+ exports.SendTaskHeartbeatOutput$ = [3, n0, _STHO,
1149
+ 0,
1150
+ [],
1151
+ []
1152
+ ];
1153
+ exports.SendTaskSuccessInput$ = [3, n0, _STSI,
1154
+ 0,
1155
+ [_tT, _o],
1156
+ [0, [() => SensitiveData, 0]], 2
1157
+ ];
1158
+ exports.SendTaskSuccessOutput$ = [3, n0, _STSO,
1159
+ 0,
1160
+ [],
1161
+ []
1162
+ ];
1163
+ exports.StartExecutionInput$ = [3, n0, _SEI,
1164
+ 0,
1165
+ [_sMA, _n, _i, _tH],
1166
+ [0, 0, [() => SensitiveData, 0], 0], 1
1167
+ ];
1168
+ exports.StartExecutionOutput$ = [3, n0, _SEO,
1169
+ 0,
1170
+ [_eA, _sD],
1171
+ [0, 4], 2
1172
+ ];
1173
+ exports.StartSyncExecutionInput$ = [3, n0, _SSEI,
1174
+ 0,
1175
+ [_sMA, _n, _i, _tH, _iDn],
1176
+ [0, 0, [() => SensitiveData, 0], 0, 0], 1
1177
+ ];
1178
+ exports.StartSyncExecutionOutput$ = [3, n0, _SSEO,
1179
+ 0,
1180
+ [_eA, _sD, _sDt, _st, _sMA, _n, _e, _ca, _i, _iD, _o, _oD, _tH, _bD],
1181
+ [0, 4, 4, 0, 0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0], [() => SensitiveData, 0], () => exports.CloudWatchEventsExecutionDataDetails$, [() => SensitiveData, 0], () => exports.CloudWatchEventsExecutionDataDetails$, 0, () => exports.BillingDetails$], 4
1182
+ ];
1183
+ exports.StateEnteredEventDetails$ = [3, n0, _SEED,
1184
+ 0,
1185
+ [_n, _i, _iD],
1186
+ [0, [() => SensitiveData, 0], () => exports.HistoryEventExecutionDataDetails$], 1
1187
+ ];
1188
+ exports.StateExitedEventDetails$ = [3, n0, _SEEDt,
1189
+ 0,
1190
+ [_n, _o, _oD, _aV, _aVD],
1191
+ [0, [() => SensitiveData, 0], () => exports.HistoryEventExecutionDataDetails$, [() => AssignedVariables, 0], () => exports.AssignedVariablesDetails$], 1
1192
+ ];
1193
+ exports.StateMachineAliasListItem$ = [3, n0, _SMALI,
1194
+ 0,
1195
+ [_sMAA, _cD],
1196
+ [0, 4], 2
1197
+ ];
1198
+ exports.StateMachineListItem$ = [3, n0, _SMLI,
1199
+ 0,
1200
+ [_sMA, _n, _ty, _cD],
1201
+ [0, 0, 0, 4], 4
1202
+ ];
1203
+ exports.StateMachineVersionListItem$ = [3, n0, _SMVLI,
1204
+ 0,
1205
+ [_sMVA, _cD],
1206
+ [0, 4], 2
1207
+ ];
1208
+ exports.StopExecutionInput$ = [3, n0, _SEIt,
1209
+ 0,
1210
+ [_eA, _e, _ca],
1211
+ [0, [() => SensitiveError, 0], [() => SensitiveCause, 0]], 1
1212
+ ];
1213
+ exports.StopExecutionOutput$ = [3, n0, _SEOt,
1214
+ 0,
1215
+ [_sDt],
1216
+ [4], 1
1217
+ ];
1218
+ exports.Tag$ = [3, n0, _T,
1219
+ 0,
1220
+ [_k, _va],
1221
+ [0, 0]
1222
+ ];
1223
+ exports.TagResourceInput$ = [3, n0, _TRI,
1224
+ 0,
1225
+ [_rAe, _ta],
1226
+ [0, () => TagList], 2
1227
+ ];
1228
+ exports.TagResourceOutput$ = [3, n0, _TRO,
1229
+ 0,
1230
+ [],
1231
+ []
1232
+ ];
1233
+ exports.TaskCredentials$ = [3, n0, _TC,
1234
+ 0,
1235
+ [_rA],
1236
+ [0]
1237
+ ];
1238
+ exports.TaskFailedEventDetails$ = [3, n0, _TFED,
1239
+ 0,
1240
+ [_rT, _re, _e, _ca],
1241
+ [0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0]], 2
1242
+ ];
1243
+ exports.TaskScheduledEventDetails$ = [3, n0, _TSED,
1244
+ 0,
1245
+ [_rT, _re, _reg, _pa, _tIS, _hIS, _tCa],
1246
+ [0, 0, 0, [() => ConnectorParameters, 0], 1, 1, () => exports.TaskCredentials$], 4
1247
+ ];
1248
+ exports.TaskStartedEventDetails$ = [3, n0, _TSEDa,
1249
+ 0,
1250
+ [_rT, _re],
1251
+ [0, 0], 2
1252
+ ];
1253
+ exports.TaskStartFailedEventDetails$ = [3, n0, _TSFED,
1254
+ 0,
1255
+ [_rT, _re, _e, _ca],
1256
+ [0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0]], 2
1257
+ ];
1258
+ exports.TaskSubmitFailedEventDetails$ = [3, n0, _TSFEDa,
1259
+ 0,
1260
+ [_rT, _re, _e, _ca],
1261
+ [0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0]], 2
1262
+ ];
1263
+ exports.TaskSubmittedEventDetails$ = [3, n0, _TSEDas,
1264
+ 0,
1265
+ [_rT, _re, _o, _oD],
1266
+ [0, 0, [() => SensitiveData, 0], () => exports.HistoryEventExecutionDataDetails$], 2
1267
+ ];
1268
+ exports.TaskSucceededEventDetails$ = [3, n0, _TSEDask,
1269
+ 0,
1270
+ [_rT, _re, _o, _oD],
1271
+ [0, 0, [() => SensitiveData, 0], () => exports.HistoryEventExecutionDataDetails$], 2
1272
+ ];
1273
+ exports.TaskTimedOutEventDetails$ = [3, n0, _TTOED,
1274
+ 0,
1275
+ [_rT, _re, _e, _ca],
1276
+ [0, 0, [() => SensitiveError, 0], [() => SensitiveCause, 0]], 2
1277
+ ];
1278
+ exports.TestStateConfiguration$ = [3, n0, _TSC,
1279
+ 0,
1280
+ [_rRC, _eCBS, _mIFC, _mIRD],
1281
+ [1, [() => TestStateStateName, 0], 1, [() => SensitiveData, 0]]
1282
+ ];
1283
+ exports.TestStateInput$ = [3, n0, _TSI,
1284
+ 0,
1285
+ [_de, _rA, _i, _iL, _rSe, _v, _sN, _mo, _co, _sCt],
1286
+ [[() => Definition, 0], 0, [() => SensitiveData, 0], 0, 2, [() => SensitiveData, 0], [() => TestStateStateName, 0], [() => exports.MockInput$, 0], [() => SensitiveData, 0], [() => exports.TestStateConfiguration$, 0]], 1
1287
+ ];
1288
+ exports.TestStateOutput$ = [3, n0, _TSO,
1289
+ 0,
1290
+ [_o, _e, _ca, _iDns, _nS, _st],
1291
+ [[() => SensitiveData, 0], [() => SensitiveError, 0], [() => SensitiveCause, 0], [() => exports.InspectionData$, 0], 0, 0]
1292
+ ];
1293
+ exports.TracingConfiguration$ = [3, n0, _TCr,
1294
+ 0,
1295
+ [_en],
1296
+ [2]
1297
+ ];
1298
+ exports.UntagResourceInput$ = [3, n0, _URI,
1299
+ 0,
1300
+ [_rAe, _tK],
1301
+ [0, 64 | 0], 2
1302
+ ];
1303
+ exports.UntagResourceOutput$ = [3, n0, _URO,
1304
+ 0,
1305
+ [],
1306
+ []
1307
+ ];
1308
+ exports.UpdateMapRunInput$ = [3, n0, _UMRI,
1309
+ 0,
1310
+ [_mRA, _mC, _tFP, _tFC],
1311
+ [0, 1, 1, 1], 1
1312
+ ];
1313
+ exports.UpdateMapRunOutput$ = [3, n0, _UMRO,
1314
+ 0,
1315
+ [],
1316
+ []
1317
+ ];
1318
+ exports.UpdateStateMachineAliasInput$ = [3, n0, _USMAI,
1319
+ 0,
1320
+ [_sMAA, _d, _rC],
1321
+ [0, [() => AliasDescription, 0], () => RoutingConfigurationList], 1
1322
+ ];
1323
+ exports.UpdateStateMachineAliasOutput$ = [3, n0, _USMAO,
1324
+ 0,
1325
+ [_uD],
1326
+ [4], 1
1327
+ ];
1328
+ exports.UpdateStateMachineInput$ = [3, n0, _USMI,
1329
+ 0,
1330
+ [_sMA, _de, _rA, _lC, _tC, _p, _vD, _eC],
1331
+ [0, [() => Definition, 0], 0, () => exports.LoggingConfiguration$, () => exports.TracingConfiguration$, 2, [() => VersionDescription, 0], () => exports.EncryptionConfiguration$], 1
1332
+ ];
1333
+ exports.UpdateStateMachineOutput$ = [3, n0, _USMO,
1334
+ 0,
1335
+ [_uD, _rI, _sMVA],
1336
+ [4, 0, 0], 1
1337
+ ];
1338
+ exports.ValidateStateMachineDefinitionDiagnostic$ = [3, n0, _VSMDD,
1339
+ 0,
1340
+ [_se, _cod, _m, _lo],
1341
+ [0, [() => ValidateStateMachineDefinitionCode, 0], [() => ValidateStateMachineDefinitionMessage, 0], [() => ValidateStateMachineDefinitionLocation, 0]], 3
1342
+ ];
1343
+ exports.ValidateStateMachineDefinitionInput$ = [3, n0, _VSMDI,
1344
+ 0,
1345
+ [_de, _ty, _se, _mR],
1346
+ [[() => Definition, 0], 0, 0, 1], 1
1347
+ ];
1348
+ exports.ValidateStateMachineDefinitionOutput$ = [3, n0, _VSMDO,
1349
+ 0,
1350
+ [_res, _di, _t],
1351
+ [0, [() => ValidateStateMachineDefinitionDiagnosticList, 0], 2], 2
1352
+ ];
1353
+ var ActivityList = [1, n0, _AL,
1354
+ 0, () => exports.ActivityListItem$
1355
+ ];
1356
+ var ExecutionList = [1, n0, _EL,
1357
+ 0, () => exports.ExecutionListItem$
1358
+ ];
1359
+ var HistoryEventList = [1, n0, _HEL,
1360
+ 0, [() => exports.HistoryEvent$,
1361
+ 0]
1362
+ ];
1363
+ var LogDestinationList = [1, n0, _LDL,
1364
+ 0, () => exports.LogDestination$
1365
+ ];
1366
+ var MapRunList = [1, n0, _MRL,
1367
+ 0, () => exports.MapRunListItem$
1368
+ ];
1369
+ var RoutingConfigurationList = [1, n0, _RCL,
1370
+ 0, () => exports.RoutingConfigurationListItem$
1371
+ ];
1372
+ var StateMachineAliasList = [1, n0, _SMAL,
1373
+ 0, () => exports.StateMachineAliasListItem$
1374
+ ];
1375
+ var StateMachineList = [1, n0, _SML,
1376
+ 0, () => exports.StateMachineListItem$
1377
+ ];
1378
+ var StateMachineVersionList = [1, n0, _SMVL,
1379
+ 0, () => exports.StateMachineVersionListItem$
1380
+ ];
1381
+ var TagKeyList = 64 | 0;
1382
+ var TagList = [1, n0, _TL,
1383
+ 0, () => exports.Tag$
1384
+ ];
1385
+ var ValidateStateMachineDefinitionDiagnosticList = [1, n0, _VSMDDL,
1386
+ 0, [() => exports.ValidateStateMachineDefinitionDiagnostic$,
1387
+ 0]
1388
+ ];
1389
+ var VariableNameList = [1, n0, _VNL,
1390
+ 0, [() => VariableName,
1391
+ 0]
1392
+ ];
1393
+ var AssignedVariables = [2, n0, _AV,
1394
+ 0, [() => VariableName,
1395
+ 0],
1396
+ [() => VariableValue,
1397
+ 0]
1398
+ ];
1399
+ var VariableReferences = [2, n0, _VR,
1400
+ 8, [0,
1401
+ 0],
1402
+ [() => VariableNameList,
1403
+ 0]
1404
+ ];
1405
+ exports.CreateActivity$ = [9, n0, _CA,
1406
+ 2, () => exports.CreateActivityInput$, () => exports.CreateActivityOutput$
1407
+ ];
1408
+ exports.CreateStateMachine$ = [9, n0, _CSM,
1409
+ 2, () => exports.CreateStateMachineInput$, () => exports.CreateStateMachineOutput$
1410
+ ];
1411
+ exports.CreateStateMachineAlias$ = [9, n0, _CSMA,
1412
+ 0, () => exports.CreateStateMachineAliasInput$, () => exports.CreateStateMachineAliasOutput$
1413
+ ];
1414
+ exports.DeleteActivity$ = [9, n0, _DA,
1415
+ 0, () => exports.DeleteActivityInput$, () => exports.DeleteActivityOutput$
1416
+ ];
1417
+ exports.DeleteStateMachine$ = [9, n0, _DSM,
1418
+ 0, () => exports.DeleteStateMachineInput$, () => exports.DeleteStateMachineOutput$
1419
+ ];
1420
+ exports.DeleteStateMachineAlias$ = [9, n0, _DSMA,
1421
+ 0, () => exports.DeleteStateMachineAliasInput$, () => exports.DeleteStateMachineAliasOutput$
1422
+ ];
1423
+ exports.DeleteStateMachineVersion$ = [9, n0, _DSMV,
1424
+ 0, () => exports.DeleteStateMachineVersionInput$, () => exports.DeleteStateMachineVersionOutput$
1425
+ ];
1426
+ exports.DescribeActivity$ = [9, n0, _DAe,
1427
+ 0, () => exports.DescribeActivityInput$, () => exports.DescribeActivityOutput$
1428
+ ];
1429
+ exports.DescribeExecution$ = [9, n0, _DE,
1430
+ 0, () => exports.DescribeExecutionInput$, () => exports.DescribeExecutionOutput$
1431
+ ];
1432
+ exports.DescribeMapRun$ = [9, n0, _DMR,
1433
+ 0, () => exports.DescribeMapRunInput$, () => exports.DescribeMapRunOutput$
1434
+ ];
1435
+ exports.DescribeStateMachine$ = [9, n0, _DSMe,
1436
+ 0, () => exports.DescribeStateMachineInput$, () => exports.DescribeStateMachineOutput$
1437
+ ];
1438
+ exports.DescribeStateMachineAlias$ = [9, n0, _DSMAe,
1439
+ 0, () => exports.DescribeStateMachineAliasInput$, () => exports.DescribeStateMachineAliasOutput$
1440
+ ];
1441
+ exports.DescribeStateMachineForExecution$ = [9, n0, _DSMFE,
1442
+ 0, () => exports.DescribeStateMachineForExecutionInput$, () => exports.DescribeStateMachineForExecutionOutput$
1443
+ ];
1444
+ exports.GetActivityTask$ = [9, n0, _GAT,
1445
+ 0, () => exports.GetActivityTaskInput$, () => exports.GetActivityTaskOutput$
1446
+ ];
1447
+ exports.GetExecutionHistory$ = [9, n0, _GEH,
1448
+ 0, () => exports.GetExecutionHistoryInput$, () => exports.GetExecutionHistoryOutput$
1449
+ ];
1450
+ exports.ListActivities$ = [9, n0, _LA,
1451
+ 0, () => exports.ListActivitiesInput$, () => exports.ListActivitiesOutput$
1452
+ ];
1453
+ exports.ListExecutions$ = [9, n0, _LE,
1454
+ 0, () => exports.ListExecutionsInput$, () => exports.ListExecutionsOutput$
1455
+ ];
1456
+ exports.ListMapRuns$ = [9, n0, _LMR,
1457
+ 0, () => exports.ListMapRunsInput$, () => exports.ListMapRunsOutput$
1458
+ ];
1459
+ exports.ListStateMachineAliases$ = [9, n0, _LSMA,
1460
+ 0, () => exports.ListStateMachineAliasesInput$, () => exports.ListStateMachineAliasesOutput$
1461
+ ];
1462
+ exports.ListStateMachines$ = [9, n0, _LSM,
1463
+ 0, () => exports.ListStateMachinesInput$, () => exports.ListStateMachinesOutput$
1464
+ ];
1465
+ exports.ListStateMachineVersions$ = [9, n0, _LSMV,
1466
+ 0, () => exports.ListStateMachineVersionsInput$, () => exports.ListStateMachineVersionsOutput$
1467
+ ];
1468
+ exports.ListTagsForResource$ = [9, n0, _LTFR,
1469
+ 0, () => exports.ListTagsForResourceInput$, () => exports.ListTagsForResourceOutput$
1470
+ ];
1471
+ exports.PublishStateMachineVersion$ = [9, n0, _PSMV,
1472
+ 2, () => exports.PublishStateMachineVersionInput$, () => exports.PublishStateMachineVersionOutput$
1473
+ ];
1474
+ exports.RedriveExecution$ = [9, n0, _RE,
1475
+ 2, () => exports.RedriveExecutionInput$, () => exports.RedriveExecutionOutput$
1476
+ ];
1477
+ exports.SendTaskFailure$ = [9, n0, _STF,
1478
+ 0, () => exports.SendTaskFailureInput$, () => exports.SendTaskFailureOutput$
1479
+ ];
1480
+ exports.SendTaskHeartbeat$ = [9, n0, _STH,
1481
+ 0, () => exports.SendTaskHeartbeatInput$, () => exports.SendTaskHeartbeatOutput$
1482
+ ];
1483
+ exports.SendTaskSuccess$ = [9, n0, _STS,
1484
+ 0, () => exports.SendTaskSuccessInput$, () => exports.SendTaskSuccessOutput$
1485
+ ];
1486
+ exports.StartExecution$ = [9, n0, _SEt,
1487
+ 2, () => exports.StartExecutionInput$, () => exports.StartExecutionOutput$
1488
+ ];
1489
+ exports.StartSyncExecution$ = [9, n0, _SSE,
1490
+ { [_end]: ["sync-"] }, () => exports.StartSyncExecutionInput$, () => exports.StartSyncExecutionOutput$
1491
+ ];
1492
+ exports.StopExecution$ = [9, n0, _SEto,
1493
+ 0, () => exports.StopExecutionInput$, () => exports.StopExecutionOutput$
1494
+ ];
1495
+ exports.TagResource$ = [9, n0, _TR,
1496
+ 0, () => exports.TagResourceInput$, () => exports.TagResourceOutput$
1497
+ ];
1498
+ exports.TestState$ = [9, n0, _TS,
1499
+ { [_end]: ["sync-"] }, () => exports.TestStateInput$, () => exports.TestStateOutput$
1500
+ ];
1501
+ exports.UntagResource$ = [9, n0, _UR,
1502
+ 0, () => exports.UntagResourceInput$, () => exports.UntagResourceOutput$
1503
+ ];
1504
+ exports.UpdateMapRun$ = [9, n0, _UMR,
1505
+ 0, () => exports.UpdateMapRunInput$, () => exports.UpdateMapRunOutput$
1506
+ ];
1507
+ exports.UpdateStateMachine$ = [9, n0, _USM,
1508
+ 2, () => exports.UpdateStateMachineInput$, () => exports.UpdateStateMachineOutput$
1509
+ ];
1510
+ exports.UpdateStateMachineAlias$ = [9, n0, _USMA,
1511
+ 0, () => exports.UpdateStateMachineAliasInput$, () => exports.UpdateStateMachineAliasOutput$
1512
+ ];
1513
+ exports.ValidateStateMachineDefinition$ = [9, n0, _VSMD,
1514
+ 0, () => exports.ValidateStateMachineDefinitionInput$, () => exports.ValidateStateMachineDefinitionOutput$
1515
+ ];