@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,1066 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateTopicResponse$ = exports.CreateTopicInput$ = exports.CreateSMSSandboxPhoneNumberResult$ = exports.CreateSMSSandboxPhoneNumberInput$ = exports.CreatePlatformEndpointInput$ = exports.CreatePlatformApplicationResponse$ = exports.CreatePlatformApplicationInput$ = exports.CreateEndpointResponse$ = exports.ConfirmSubscriptionResponse$ = exports.ConfirmSubscriptionInput$ = exports.CheckIfPhoneNumberIsOptedOutResponse$ = exports.CheckIfPhoneNumberIsOptedOutInput$ = exports.BatchResultErrorEntry$ = exports.AddPermissionInput$ = exports.errorTypeRegistries = exports.VerificationException$ = exports.ValidationException$ = exports.UserErrorException$ = exports.TopicLimitExceededException$ = exports.TooManyEntriesInBatchRequestException$ = exports.ThrottledException$ = exports.TagPolicyException$ = exports.TagLimitExceededException$ = exports.SubscriptionLimitExceededException$ = exports.StaleTagException$ = exports.ResourceNotFoundException$ = exports.ReplayLimitExceededException$ = exports.PlatformApplicationDisabledException$ = exports.OptedOutException$ = exports.NotFoundException$ = exports.KMSThrottlingException$ = exports.KMSOptInRequired$ = exports.KMSNotFoundException$ = exports.KMSInvalidStateException$ = exports.KMSDisabledException$ = exports.KMSAccessDeniedException$ = exports.InvalidStateException$ = exports.InvalidSecurityException$ = exports.InvalidParameterValueException$ = exports.InvalidParameterException$ = exports.InvalidBatchEntryIdException$ = exports.InternalErrorException$ = exports.FilterPolicyLimitExceededException$ = exports.EndpointDisabledException$ = exports.EmptyBatchRequestException$ = exports.ConcurrentAccessException$ = exports.BatchRequestTooLongException$ = exports.BatchEntryIdsNotDistinctException$ = exports.AuthorizationErrorException$ = exports.SNSServiceException$ = void 0;
4
+ exports.PutDataProtectionPolicyInput$ = exports.PublishResponse$ = exports.PublishInput$ = exports.PublishBatchResultEntry$ = exports.PublishBatchResponse$ = exports.PublishBatchRequestEntry$ = exports.PublishBatchInput$ = exports.PlatformApplication$ = exports.PhoneNumberInformation$ = exports.OptInPhoneNumberResponse$ = exports.OptInPhoneNumberInput$ = exports.MessageAttributeValue$ = exports.ListTopicsResponse$ = exports.ListTopicsInput$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSubscriptionsResponse$ = exports.ListSubscriptionsInput$ = exports.ListSubscriptionsByTopicResponse$ = exports.ListSubscriptionsByTopicInput$ = exports.ListSMSSandboxPhoneNumbersResult$ = exports.ListSMSSandboxPhoneNumbersInput$ = exports.ListPlatformApplicationsResponse$ = exports.ListPlatformApplicationsInput$ = exports.ListPhoneNumbersOptedOutResponse$ = exports.ListPhoneNumbersOptedOutInput$ = exports.ListOriginationNumbersResult$ = exports.ListOriginationNumbersRequest$ = exports.ListEndpointsByPlatformApplicationResponse$ = exports.ListEndpointsByPlatformApplicationInput$ = exports.GetTopicAttributesResponse$ = exports.GetTopicAttributesInput$ = exports.GetSubscriptionAttributesResponse$ = exports.GetSubscriptionAttributesInput$ = exports.GetSMSSandboxAccountStatusResult$ = exports.GetSMSSandboxAccountStatusInput$ = exports.GetSMSAttributesResponse$ = exports.GetSMSAttributesInput$ = exports.GetPlatformApplicationAttributesResponse$ = exports.GetPlatformApplicationAttributesInput$ = exports.GetEndpointAttributesResponse$ = exports.GetEndpointAttributesInput$ = exports.GetDataProtectionPolicyResponse$ = exports.GetDataProtectionPolicyInput$ = exports.Endpoint$ = exports.DeleteTopicInput$ = exports.DeleteSMSSandboxPhoneNumberResult$ = exports.DeleteSMSSandboxPhoneNumberInput$ = exports.DeletePlatformApplicationInput$ = exports.DeleteEndpointInput$ = void 0;
5
+ exports.PublishBatch$ = exports.Publish$ = exports.OptInPhoneNumber$ = exports.ListTopics$ = exports.ListTagsForResource$ = exports.ListSubscriptionsByTopic$ = exports.ListSubscriptions$ = exports.ListSMSSandboxPhoneNumbers$ = exports.ListPlatformApplications$ = exports.ListPhoneNumbersOptedOut$ = exports.ListOriginationNumbers$ = exports.ListEndpointsByPlatformApplication$ = exports.GetTopicAttributes$ = exports.GetSubscriptionAttributes$ = exports.GetSMSSandboxAccountStatus$ = exports.GetSMSAttributes$ = exports.GetPlatformApplicationAttributes$ = exports.GetEndpointAttributes$ = exports.GetDataProtectionPolicy$ = exports.DeleteTopic$ = exports.DeleteSMSSandboxPhoneNumber$ = exports.DeletePlatformApplication$ = exports.DeleteEndpoint$ = exports.CreateTopic$ = exports.CreateSMSSandboxPhoneNumber$ = exports.CreatePlatformEndpoint$ = exports.CreatePlatformApplication$ = exports.ConfirmSubscription$ = exports.CheckIfPhoneNumberIsOptedOut$ = exports.AddPermission$ = exports.VerifySMSSandboxPhoneNumberResult$ = exports.VerifySMSSandboxPhoneNumberInput$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.UnsubscribeInput$ = exports.Topic$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.Subscription$ = exports.SubscribeResponse$ = exports.SubscribeInput$ = exports.SMSSandboxPhoneNumber$ = exports.SetTopicAttributesInput$ = exports.SetSubscriptionAttributesInput$ = exports.SetSMSAttributesResponse$ = exports.SetSMSAttributesInput$ = exports.SetPlatformApplicationAttributesInput$ = exports.SetEndpointAttributesInput$ = exports.RemovePermissionInput$ = void 0;
6
+ exports.VerifySMSSandboxPhoneNumber$ = exports.UntagResource$ = exports.Unsubscribe$ = exports.TagResource$ = exports.Subscribe$ = exports.SetTopicAttributes$ = exports.SetSubscriptionAttributes$ = exports.SetSMSAttributes$ = exports.SetPlatformApplicationAttributes$ = exports.SetEndpointAttributes$ = exports.RemovePermission$ = exports.PutDataProtectionPolicy$ = void 0;
7
+ const _A = "Attributes";
8
+ const _AEE = "AuthorizationErrorException";
9
+ const _AN = "ActionName";
10
+ const _ANt = "AttributeName";
11
+ const _AOU = "AuthenticateOnUnsubscribe";
12
+ const _AP = "AddPermission";
13
+ const _API = "AddPermissionInput";
14
+ const _AV = "AttributeValue";
15
+ const _AWSAI = "AWSAccountId";
16
+ const _BEINDE = "BatchEntryIdsNotDistinctException";
17
+ const _BREE = "BatchResultErrorEntry";
18
+ const _BREEL = "BatchResultErrorEntryList";
19
+ const _BRTLE = "BatchRequestTooLongException";
20
+ const _BV = "BinaryValue";
21
+ const _C = "Code";
22
+ const _CA = "CreatedAt";
23
+ const _CAE = "ConcurrentAccessException";
24
+ const _CER = "CreateEndpointResponse";
25
+ const _CIPNIOO = "CheckIfPhoneNumberIsOptedOut";
26
+ const _CIPNIOOI = "CheckIfPhoneNumberIsOptedOutInput";
27
+ const _CIPNIOOR = "CheckIfPhoneNumberIsOptedOutResponse";
28
+ const _CPA = "CreatePlatformApplication";
29
+ const _CPAI = "CreatePlatformApplicationInput";
30
+ const _CPAR = "CreatePlatformApplicationResponse";
31
+ const _CPE = "CreatePlatformEndpoint";
32
+ const _CPEI = "CreatePlatformEndpointInput";
33
+ const _CS = "ConfirmSubscription";
34
+ const _CSI = "ConfirmSubscriptionInput";
35
+ const _CSMSSPN = "CreateSMSSandboxPhoneNumber";
36
+ const _CSMSSPNI = "CreateSMSSandboxPhoneNumberInput";
37
+ const _CSMSSPNR = "CreateSMSSandboxPhoneNumberResult";
38
+ const _CSR = "ConfirmSubscriptionResponse";
39
+ const _CT = "CreateTopic";
40
+ const _CTI = "CreateTopicInput";
41
+ const _CTR = "CreateTopicResponse";
42
+ const _CUD = "CustomUserData";
43
+ const _DE = "DeleteEndpoint";
44
+ const _DEI = "DeleteEndpointInput";
45
+ const _DPA = "DeletePlatformApplication";
46
+ const _DPAI = "DeletePlatformApplicationInput";
47
+ const _DPP = "DataProtectionPolicy";
48
+ const _DSMSSPN = "DeleteSMSSandboxPhoneNumber";
49
+ const _DSMSSPNI = "DeleteSMSSandboxPhoneNumberInput";
50
+ const _DSMSSPNR = "DeleteSMSSandboxPhoneNumberResult";
51
+ const _DT = "DataType";
52
+ const _DTI = "DeleteTopicInput";
53
+ const _DTe = "DeleteTopic";
54
+ const _E = "Endpoint";
55
+ const _EA = "EndpointArn";
56
+ const _EBRE = "EmptyBatchRequestException";
57
+ const _EDE = "EndpointDisabledException";
58
+ const _En = "Endpoints";
59
+ const _F = "Failed";
60
+ const _FPLEE = "FilterPolicyLimitExceededException";
61
+ const _GDPP = "GetDataProtectionPolicy";
62
+ const _GDPPI = "GetDataProtectionPolicyInput";
63
+ const _GDPPR = "GetDataProtectionPolicyResponse";
64
+ const _GEA = "GetEndpointAttributes";
65
+ const _GEAI = "GetEndpointAttributesInput";
66
+ const _GEAR = "GetEndpointAttributesResponse";
67
+ const _GPAA = "GetPlatformApplicationAttributes";
68
+ const _GPAAI = "GetPlatformApplicationAttributesInput";
69
+ const _GPAAR = "GetPlatformApplicationAttributesResponse";
70
+ const _GSA = "GetSubscriptionAttributes";
71
+ const _GSAI = "GetSubscriptionAttributesInput";
72
+ const _GSAR = "GetSubscriptionAttributesResponse";
73
+ const _GSMSA = "GetSMSAttributes";
74
+ const _GSMSAI = "GetSMSAttributesInput";
75
+ const _GSMSAR = "GetSMSAttributesResponse";
76
+ const _GSMSSAS = "GetSMSSandboxAccountStatus";
77
+ const _GSMSSASI = "GetSMSSandboxAccountStatusInput";
78
+ const _GSMSSASR = "GetSMSSandboxAccountStatusResult";
79
+ const _GTA = "GetTopicAttributes";
80
+ const _GTAI = "GetTopicAttributesInput";
81
+ const _GTAR = "GetTopicAttributesResponse";
82
+ const _I = "Id";
83
+ const _IBEIE = "InvalidBatchEntryIdException";
84
+ const _ICC = "Iso2CountryCode";
85
+ const _IEE = "InternalErrorException";
86
+ const _IIS = "IsInSandbox";
87
+ const _IPE = "InvalidParameterException";
88
+ const _IPVE = "InvalidParameterValueException";
89
+ const _ISE = "InvalidSecurityException";
90
+ const _ISEn = "InvalidStateException";
91
+ const _K = "Key";
92
+ const _KMSADE = "KMSAccessDeniedException";
93
+ const _KMSDE = "KMSDisabledException";
94
+ const _KMSISE = "KMSInvalidStateException";
95
+ const _KMSNFE = "KMSNotFoundException";
96
+ const _KMSOIR = "KMSOptInRequired";
97
+ const _KMSTE = "KMSThrottlingException";
98
+ const _L = "Label";
99
+ const _LC = "LanguageCode";
100
+ const _LEBPA = "ListEndpointsByPlatformApplication";
101
+ const _LEBPAI = "ListEndpointsByPlatformApplicationInput";
102
+ const _LEBPAR = "ListEndpointsByPlatformApplicationResponse";
103
+ const _LOE = "ListOfEndpoints";
104
+ const _LON = "ListOriginationNumbers";
105
+ const _LONR = "ListOriginationNumbersRequest";
106
+ const _LONRi = "ListOriginationNumbersResult";
107
+ const _LOPA = "ListOfPlatformApplications";
108
+ const _LPA = "ListPlatformApplications";
109
+ const _LPAI = "ListPlatformApplicationsInput";
110
+ const _LPAR = "ListPlatformApplicationsResponse";
111
+ const _LPNOO = "ListPhoneNumbersOptedOut";
112
+ const _LPNOOI = "ListPhoneNumbersOptedOutInput";
113
+ const _LPNOOR = "ListPhoneNumbersOptedOutResponse";
114
+ const _LS = "ListSubscriptions";
115
+ const _LSBT = "ListSubscriptionsByTopic";
116
+ const _LSBTI = "ListSubscriptionsByTopicInput";
117
+ const _LSBTR = "ListSubscriptionsByTopicResponse";
118
+ const _LSI = "ListSubscriptionsInput";
119
+ const _LSMSSPN = "ListSMSSandboxPhoneNumbers";
120
+ const _LSMSSPNI = "ListSMSSandboxPhoneNumbersInput";
121
+ const _LSMSSPNR = "ListSMSSandboxPhoneNumbersResult";
122
+ const _LSR = "ListSubscriptionsResponse";
123
+ const _LT = "ListTopics";
124
+ const _LTFR = "ListTagsForResource";
125
+ const _LTFRR = "ListTagsForResourceRequest";
126
+ const _LTFRRi = "ListTagsForResourceResponse";
127
+ const _LTI = "ListTopicsInput";
128
+ const _LTR = "ListTopicsResponse";
129
+ const _M = "Message";
130
+ const _MA = "MessageAttributes";
131
+ const _MAM = "MessageAttributeMap";
132
+ const _MAV = "MessageAttributeValue";
133
+ const _MDI = "MessageDeduplicationId";
134
+ const _MGI = "MessageGroupId";
135
+ const _MI = "MessageId";
136
+ const _MR = "MaxResults";
137
+ const _MS = "MessageStructure";
138
+ const _N = "Name";
139
+ const _NC = "NumberCapabilities";
140
+ const _NFE = "NotFoundException";
141
+ const _NT = "NextToken";
142
+ const _O = "Owner";
143
+ const _OIPN = "OptInPhoneNumber";
144
+ const _OIPNI = "OptInPhoneNumberInput";
145
+ const _OIPNR = "OptInPhoneNumberResponse";
146
+ const _OOE = "OptedOutException";
147
+ const _OTP = "OneTimePassword";
148
+ const _P = "Platform";
149
+ const _PA = "PlatformApplications";
150
+ const _PAA = "PlatformApplicationArn";
151
+ const _PADE = "PlatformApplicationDisabledException";
152
+ const _PAl = "PlatformApplication";
153
+ const _PB = "PublishBatch";
154
+ const _PBI = "PublishBatchInput";
155
+ const _PBR = "PublishBatchResponse";
156
+ const _PBRE = "PublishBatchRequestEntries";
157
+ const _PBREL = "PublishBatchRequestEntryList";
158
+ const _PBRELu = "PublishBatchResultEntryList";
159
+ const _PBREu = "PublishBatchRequestEntry";
160
+ const _PBREub = "PublishBatchResultEntry";
161
+ const _PDPP = "PutDataProtectionPolicy";
162
+ const _PDPPI = "PutDataProtectionPolicyInput";
163
+ const _PI = "PublishInput";
164
+ const _PN = "PhoneNumber";
165
+ const _PNI = "PhoneNumberInformation";
166
+ const _PNIL = "PhoneNumberInformationList";
167
+ const _PNL = "PhoneNumberList";
168
+ const _PNS = "PhoneNumberString";
169
+ const _PNh = "PhoneNumbers";
170
+ const _PR = "PublishResponse";
171
+ const _Pr = "Protocol";
172
+ const _Pu = "Publish";
173
+ const _RA = "ResourceArn";
174
+ const _RLEE = "ReplayLimitExceededException";
175
+ const _RNFE = "ResourceNotFoundException";
176
+ const _RP = "RemovePermission";
177
+ const _RPI = "RemovePermissionInput";
178
+ const _RSA = "ReturnSubscriptionArn";
179
+ const _RT = "RouteType";
180
+ const _S = "Status";
181
+ const _SA = "SubscriptionArn";
182
+ const _SEA = "SetEndpointAttributes";
183
+ const _SEAI = "SetEndpointAttributesInput";
184
+ const _SF = "SenderFault";
185
+ const _SI = "SubscribeInput";
186
+ const _SL = "SubscriptionsList";
187
+ const _SLEE = "SubscriptionLimitExceededException";
188
+ const _SMSSPN = "SMSSandboxPhoneNumber";
189
+ const _SMSSPNL = "SMSSandboxPhoneNumberList";
190
+ const _SN = "SequenceNumber";
191
+ const _SPAA = "SetPlatformApplicationAttributes";
192
+ const _SPAAI = "SetPlatformApplicationAttributesInput";
193
+ const _SR = "SubscribeResponse";
194
+ const _SSA = "SetSubscriptionAttributes";
195
+ const _SSAI = "SetSubscriptionAttributesInput";
196
+ const _SSMSA = "SetSMSAttributes";
197
+ const _SSMSAI = "SetSMSAttributesInput";
198
+ const _SSMSAR = "SetSMSAttributesResponse";
199
+ const _STA = "SetTopicAttributes";
200
+ const _STAI = "SetTopicAttributesInput";
201
+ const _STE = "StaleTagException";
202
+ const _SV = "StringValue";
203
+ const _Su = "Subscriptions";
204
+ const _Sub = "Subject";
205
+ const _Subs = "Subscription";
206
+ const _Subsc = "Subscribe";
207
+ const _Suc = "Successful";
208
+ const _T = "Token";
209
+ const _TA = "TopicArn";
210
+ const _TAa = "TargetArn";
211
+ const _TE = "ThrottledException";
212
+ const _TK = "TagKeys";
213
+ const _TL = "TagList";
214
+ const _TLEE = "TagLimitExceededException";
215
+ const _TLEEo = "TopicLimitExceededException";
216
+ const _TLo = "TopicsList";
217
+ const _TMEIBRE = "TooManyEntriesInBatchRequestException";
218
+ const _TPE = "TagPolicyException";
219
+ const _TR = "TagResource";
220
+ const _TRR = "TagResourceRequest";
221
+ const _TRRa = "TagResourceResponse";
222
+ const _Ta = "Tags";
223
+ const _Tag = "Tag";
224
+ const _To = "Topics";
225
+ const _Top = "Topic";
226
+ const _U = "Unsubscribe";
227
+ const _UEE = "UserErrorException";
228
+ const _UI = "UnsubscribeInput";
229
+ const _UR = "UntagResource";
230
+ const _URR = "UntagResourceRequest";
231
+ const _URRn = "UntagResourceResponse";
232
+ const _V = "Value";
233
+ const _VE = "ValidationException";
234
+ const _VEe = "VerificationException";
235
+ const _VSMSSPN = "VerifySMSSandboxPhoneNumber";
236
+ const _VSMSSPNI = "VerifySMSSandboxPhoneNumberInput";
237
+ const _VSMSSPNR = "VerifySMSSandboxPhoneNumberResult";
238
+ const _a = "attributes";
239
+ const _aQE = "awsQueryError";
240
+ const _c = "client";
241
+ const _e = "error";
242
+ const _hE = "httpError";
243
+ const _iOO = "isOptedOut";
244
+ const _m = "message";
245
+ const _nT = "nextToken";
246
+ const _pN = "phoneNumber";
247
+ const _pNh = "phoneNumbers";
248
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sns";
249
+ const _se = "server";
250
+ const _xN = "xmlName";
251
+ const n0 = "com.amazonaws.sns";
252
+ const schema_1 = require("@smithy/core/schema");
253
+ const errors_1 = require("../models/errors");
254
+ const SNSServiceException_1 = require("../models/SNSServiceException");
255
+ const _s_registry = schema_1.TypeRegistry.for(_s);
256
+ exports.SNSServiceException$ = [-3, _s, "SNSServiceException", 0, [], []];
257
+ _s_registry.registerError(exports.SNSServiceException$, SNSServiceException_1.SNSServiceException);
258
+ const n0_registry = schema_1.TypeRegistry.for(n0);
259
+ exports.AuthorizationErrorException$ = [-3, n0, _AEE,
260
+ { [_aQE]: [`AuthorizationError`, 403], [_e]: _c, [_hE]: 403 },
261
+ [_m],
262
+ [0]
263
+ ];
264
+ n0_registry.registerError(exports.AuthorizationErrorException$, errors_1.AuthorizationErrorException);
265
+ exports.BatchEntryIdsNotDistinctException$ = [-3, n0, _BEINDE,
266
+ { [_aQE]: [`BatchEntryIdsNotDistinct`, 400], [_e]: _c, [_hE]: 400 },
267
+ [_m],
268
+ [0]
269
+ ];
270
+ n0_registry.registerError(exports.BatchEntryIdsNotDistinctException$, errors_1.BatchEntryIdsNotDistinctException);
271
+ exports.BatchRequestTooLongException$ = [-3, n0, _BRTLE,
272
+ { [_aQE]: [`BatchRequestTooLong`, 400], [_e]: _c, [_hE]: 400 },
273
+ [_m],
274
+ [0]
275
+ ];
276
+ n0_registry.registerError(exports.BatchRequestTooLongException$, errors_1.BatchRequestTooLongException);
277
+ exports.ConcurrentAccessException$ = [-3, n0, _CAE,
278
+ { [_aQE]: [`ConcurrentAccess`, 400], [_e]: _c, [_hE]: 400 },
279
+ [_m],
280
+ [0]
281
+ ];
282
+ n0_registry.registerError(exports.ConcurrentAccessException$, errors_1.ConcurrentAccessException);
283
+ exports.EmptyBatchRequestException$ = [-3, n0, _EBRE,
284
+ { [_aQE]: [`EmptyBatchRequest`, 400], [_e]: _c, [_hE]: 400 },
285
+ [_m],
286
+ [0]
287
+ ];
288
+ n0_registry.registerError(exports.EmptyBatchRequestException$, errors_1.EmptyBatchRequestException);
289
+ exports.EndpointDisabledException$ = [-3, n0, _EDE,
290
+ { [_aQE]: [`EndpointDisabled`, 400], [_e]: _c, [_hE]: 400 },
291
+ [_m],
292
+ [0]
293
+ ];
294
+ n0_registry.registerError(exports.EndpointDisabledException$, errors_1.EndpointDisabledException);
295
+ exports.FilterPolicyLimitExceededException$ = [-3, n0, _FPLEE,
296
+ { [_aQE]: [`FilterPolicyLimitExceeded`, 403], [_e]: _c, [_hE]: 403 },
297
+ [_m],
298
+ [0]
299
+ ];
300
+ n0_registry.registerError(exports.FilterPolicyLimitExceededException$, errors_1.FilterPolicyLimitExceededException);
301
+ exports.InternalErrorException$ = [-3, n0, _IEE,
302
+ { [_aQE]: [`InternalError`, 500], [_e]: _se, [_hE]: 500 },
303
+ [_m],
304
+ [0]
305
+ ];
306
+ n0_registry.registerError(exports.InternalErrorException$, errors_1.InternalErrorException);
307
+ exports.InvalidBatchEntryIdException$ = [-3, n0, _IBEIE,
308
+ { [_aQE]: [`InvalidBatchEntryId`, 400], [_e]: _c, [_hE]: 400 },
309
+ [_m],
310
+ [0]
311
+ ];
312
+ n0_registry.registerError(exports.InvalidBatchEntryIdException$, errors_1.InvalidBatchEntryIdException);
313
+ exports.InvalidParameterException$ = [-3, n0, _IPE,
314
+ { [_aQE]: [`InvalidParameter`, 400], [_e]: _c, [_hE]: 400 },
315
+ [_m],
316
+ [0]
317
+ ];
318
+ n0_registry.registerError(exports.InvalidParameterException$, errors_1.InvalidParameterException);
319
+ exports.InvalidParameterValueException$ = [-3, n0, _IPVE,
320
+ { [_aQE]: [`ParameterValueInvalid`, 400], [_e]: _c, [_hE]: 400 },
321
+ [_m],
322
+ [0]
323
+ ];
324
+ n0_registry.registerError(exports.InvalidParameterValueException$, errors_1.InvalidParameterValueException);
325
+ exports.InvalidSecurityException$ = [-3, n0, _ISE,
326
+ { [_aQE]: [`InvalidSecurity`, 403], [_e]: _c, [_hE]: 403 },
327
+ [_m],
328
+ [0]
329
+ ];
330
+ n0_registry.registerError(exports.InvalidSecurityException$, errors_1.InvalidSecurityException);
331
+ exports.InvalidStateException$ = [-3, n0, _ISEn,
332
+ { [_aQE]: [`InvalidState`, 400], [_e]: _c, [_hE]: 400 },
333
+ [_m],
334
+ [0]
335
+ ];
336
+ n0_registry.registerError(exports.InvalidStateException$, errors_1.InvalidStateException);
337
+ exports.KMSAccessDeniedException$ = [-3, n0, _KMSADE,
338
+ { [_aQE]: [`KMSAccessDenied`, 400], [_e]: _c, [_hE]: 400 },
339
+ [_m],
340
+ [0]
341
+ ];
342
+ n0_registry.registerError(exports.KMSAccessDeniedException$, errors_1.KMSAccessDeniedException);
343
+ exports.KMSDisabledException$ = [-3, n0, _KMSDE,
344
+ { [_aQE]: [`KMSDisabled`, 400], [_e]: _c, [_hE]: 400 },
345
+ [_m],
346
+ [0]
347
+ ];
348
+ n0_registry.registerError(exports.KMSDisabledException$, errors_1.KMSDisabledException);
349
+ exports.KMSInvalidStateException$ = [-3, n0, _KMSISE,
350
+ { [_aQE]: [`KMSInvalidState`, 400], [_e]: _c, [_hE]: 400 },
351
+ [_m],
352
+ [0]
353
+ ];
354
+ n0_registry.registerError(exports.KMSInvalidStateException$, errors_1.KMSInvalidStateException);
355
+ exports.KMSNotFoundException$ = [-3, n0, _KMSNFE,
356
+ { [_aQE]: [`KMSNotFound`, 400], [_e]: _c, [_hE]: 400 },
357
+ [_m],
358
+ [0]
359
+ ];
360
+ n0_registry.registerError(exports.KMSNotFoundException$, errors_1.KMSNotFoundException);
361
+ exports.KMSOptInRequired$ = [-3, n0, _KMSOIR,
362
+ { [_aQE]: [`KMSOptInRequired`, 403], [_e]: _c, [_hE]: 403 },
363
+ [_m],
364
+ [0]
365
+ ];
366
+ n0_registry.registerError(exports.KMSOptInRequired$, errors_1.KMSOptInRequired);
367
+ exports.KMSThrottlingException$ = [-3, n0, _KMSTE,
368
+ { [_aQE]: [`KMSThrottling`, 400], [_e]: _c, [_hE]: 400 },
369
+ [_m],
370
+ [0]
371
+ ];
372
+ n0_registry.registerError(exports.KMSThrottlingException$, errors_1.KMSThrottlingException);
373
+ exports.NotFoundException$ = [-3, n0, _NFE,
374
+ { [_aQE]: [`NotFound`, 404], [_e]: _c, [_hE]: 404 },
375
+ [_m],
376
+ [0]
377
+ ];
378
+ n0_registry.registerError(exports.NotFoundException$, errors_1.NotFoundException);
379
+ exports.OptedOutException$ = [-3, n0, _OOE,
380
+ { [_aQE]: [`OptedOut`, 400], [_e]: _c, [_hE]: 400 },
381
+ [_m],
382
+ [0]
383
+ ];
384
+ n0_registry.registerError(exports.OptedOutException$, errors_1.OptedOutException);
385
+ exports.PlatformApplicationDisabledException$ = [-3, n0, _PADE,
386
+ { [_aQE]: [`PlatformApplicationDisabled`, 400], [_e]: _c, [_hE]: 400 },
387
+ [_m],
388
+ [0]
389
+ ];
390
+ n0_registry.registerError(exports.PlatformApplicationDisabledException$, errors_1.PlatformApplicationDisabledException);
391
+ exports.ReplayLimitExceededException$ = [-3, n0, _RLEE,
392
+ { [_aQE]: [`ReplayLimitExceeded`, 403], [_e]: _c, [_hE]: 403 },
393
+ [_m],
394
+ [0]
395
+ ];
396
+ n0_registry.registerError(exports.ReplayLimitExceededException$, errors_1.ReplayLimitExceededException);
397
+ exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
398
+ { [_aQE]: [`ResourceNotFound`, 404], [_e]: _c, [_hE]: 404 },
399
+ [_m],
400
+ [0]
401
+ ];
402
+ n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
403
+ exports.StaleTagException$ = [-3, n0, _STE,
404
+ { [_aQE]: [`StaleTag`, 400], [_e]: _c, [_hE]: 400 },
405
+ [_m],
406
+ [0]
407
+ ];
408
+ n0_registry.registerError(exports.StaleTagException$, errors_1.StaleTagException);
409
+ exports.SubscriptionLimitExceededException$ = [-3, n0, _SLEE,
410
+ { [_aQE]: [`SubscriptionLimitExceeded`, 403], [_e]: _c, [_hE]: 403 },
411
+ [_m],
412
+ [0]
413
+ ];
414
+ n0_registry.registerError(exports.SubscriptionLimitExceededException$, errors_1.SubscriptionLimitExceededException);
415
+ exports.TagLimitExceededException$ = [-3, n0, _TLEE,
416
+ { [_aQE]: [`TagLimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
417
+ [_m],
418
+ [0]
419
+ ];
420
+ n0_registry.registerError(exports.TagLimitExceededException$, errors_1.TagLimitExceededException);
421
+ exports.TagPolicyException$ = [-3, n0, _TPE,
422
+ { [_aQE]: [`TagPolicy`, 400], [_e]: _c, [_hE]: 400 },
423
+ [_m],
424
+ [0]
425
+ ];
426
+ n0_registry.registerError(exports.TagPolicyException$, errors_1.TagPolicyException);
427
+ exports.ThrottledException$ = [-3, n0, _TE,
428
+ { [_aQE]: [`Throttled`, 429], [_e]: _c, [_hE]: 429 },
429
+ [_m],
430
+ [0]
431
+ ];
432
+ n0_registry.registerError(exports.ThrottledException$, errors_1.ThrottledException);
433
+ exports.TooManyEntriesInBatchRequestException$ = [-3, n0, _TMEIBRE,
434
+ { [_aQE]: [`TooManyEntriesInBatchRequest`, 400], [_e]: _c, [_hE]: 400 },
435
+ [_m],
436
+ [0]
437
+ ];
438
+ n0_registry.registerError(exports.TooManyEntriesInBatchRequestException$, errors_1.TooManyEntriesInBatchRequestException);
439
+ exports.TopicLimitExceededException$ = [-3, n0, _TLEEo,
440
+ { [_aQE]: [`TopicLimitExceeded`, 403], [_e]: _c, [_hE]: 403 },
441
+ [_m],
442
+ [0]
443
+ ];
444
+ n0_registry.registerError(exports.TopicLimitExceededException$, errors_1.TopicLimitExceededException);
445
+ exports.UserErrorException$ = [-3, n0, _UEE,
446
+ { [_aQE]: [`UserError`, 400], [_e]: _c, [_hE]: 400 },
447
+ [_m],
448
+ [0]
449
+ ];
450
+ n0_registry.registerError(exports.UserErrorException$, errors_1.UserErrorException);
451
+ exports.ValidationException$ = [-3, n0, _VE,
452
+ { [_aQE]: [`ValidationException`, 400], [_e]: _c, [_hE]: 400 },
453
+ [_M],
454
+ [0], 1
455
+ ];
456
+ n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
457
+ exports.VerificationException$ = [-3, n0, _VEe,
458
+ { [_e]: _c },
459
+ [_M, _S],
460
+ [0, 0], 2
461
+ ];
462
+ n0_registry.registerError(exports.VerificationException$, errors_1.VerificationException);
463
+ exports.errorTypeRegistries = [
464
+ _s_registry,
465
+ n0_registry,
466
+ ];
467
+ var PhoneNumber = [0, n0, _PN, 8, 0];
468
+ var PhoneNumberString = [0, n0, _PNS, 8, 0];
469
+ exports.AddPermissionInput$ = [3, n0, _API,
470
+ 0,
471
+ [_TA, _L, _AWSAI, _AN],
472
+ [0, 0, 64 | 0, 64 | 0], 4
473
+ ];
474
+ exports.BatchResultErrorEntry$ = [3, n0, _BREE,
475
+ 0,
476
+ [_I, _C, _SF, _M],
477
+ [0, 0, 2, 0], 3
478
+ ];
479
+ exports.CheckIfPhoneNumberIsOptedOutInput$ = [3, n0, _CIPNIOOI,
480
+ 0,
481
+ [_pN],
482
+ [[() => PhoneNumber, 0]], 1
483
+ ];
484
+ exports.CheckIfPhoneNumberIsOptedOutResponse$ = [3, n0, _CIPNIOOR,
485
+ 0,
486
+ [_iOO],
487
+ [2]
488
+ ];
489
+ exports.ConfirmSubscriptionInput$ = [3, n0, _CSI,
490
+ 0,
491
+ [_TA, _T, _AOU],
492
+ [0, 0, 0], 2
493
+ ];
494
+ exports.ConfirmSubscriptionResponse$ = [3, n0, _CSR,
495
+ 0,
496
+ [_SA],
497
+ [0]
498
+ ];
499
+ exports.CreateEndpointResponse$ = [3, n0, _CER,
500
+ 0,
501
+ [_EA],
502
+ [0]
503
+ ];
504
+ exports.CreatePlatformApplicationInput$ = [3, n0, _CPAI,
505
+ 0,
506
+ [_N, _P, _A],
507
+ [0, 0, 128 | 0], 3
508
+ ];
509
+ exports.CreatePlatformApplicationResponse$ = [3, n0, _CPAR,
510
+ 0,
511
+ [_PAA],
512
+ [0]
513
+ ];
514
+ exports.CreatePlatformEndpointInput$ = [3, n0, _CPEI,
515
+ 0,
516
+ [_PAA, _T, _CUD, _A],
517
+ [0, 0, 0, 128 | 0], 2
518
+ ];
519
+ exports.CreateSMSSandboxPhoneNumberInput$ = [3, n0, _CSMSSPNI,
520
+ 0,
521
+ [_PN, _LC],
522
+ [[() => PhoneNumberString, 0], 0], 1
523
+ ];
524
+ exports.CreateSMSSandboxPhoneNumberResult$ = [3, n0, _CSMSSPNR,
525
+ 0,
526
+ [],
527
+ []
528
+ ];
529
+ exports.CreateTopicInput$ = [3, n0, _CTI,
530
+ 0,
531
+ [_N, _A, _Ta, _DPP],
532
+ [0, 128 | 0, () => TagList, 0], 1
533
+ ];
534
+ exports.CreateTopicResponse$ = [3, n0, _CTR,
535
+ 0,
536
+ [_TA],
537
+ [0]
538
+ ];
539
+ exports.DeleteEndpointInput$ = [3, n0, _DEI,
540
+ 0,
541
+ [_EA],
542
+ [0], 1
543
+ ];
544
+ exports.DeletePlatformApplicationInput$ = [3, n0, _DPAI,
545
+ 0,
546
+ [_PAA],
547
+ [0], 1
548
+ ];
549
+ exports.DeleteSMSSandboxPhoneNumberInput$ = [3, n0, _DSMSSPNI,
550
+ 0,
551
+ [_PN],
552
+ [[() => PhoneNumberString, 0]], 1
553
+ ];
554
+ exports.DeleteSMSSandboxPhoneNumberResult$ = [3, n0, _DSMSSPNR,
555
+ 0,
556
+ [],
557
+ []
558
+ ];
559
+ exports.DeleteTopicInput$ = [3, n0, _DTI,
560
+ 0,
561
+ [_TA],
562
+ [0], 1
563
+ ];
564
+ exports.Endpoint$ = [3, n0, _E,
565
+ 0,
566
+ [_EA, _A],
567
+ [0, 128 | 0]
568
+ ];
569
+ exports.GetDataProtectionPolicyInput$ = [3, n0, _GDPPI,
570
+ 0,
571
+ [_RA],
572
+ [0], 1
573
+ ];
574
+ exports.GetDataProtectionPolicyResponse$ = [3, n0, _GDPPR,
575
+ 0,
576
+ [_DPP],
577
+ [0]
578
+ ];
579
+ exports.GetEndpointAttributesInput$ = [3, n0, _GEAI,
580
+ 0,
581
+ [_EA],
582
+ [0], 1
583
+ ];
584
+ exports.GetEndpointAttributesResponse$ = [3, n0, _GEAR,
585
+ 0,
586
+ [_A],
587
+ [128 | 0]
588
+ ];
589
+ exports.GetPlatformApplicationAttributesInput$ = [3, n0, _GPAAI,
590
+ 0,
591
+ [_PAA],
592
+ [0], 1
593
+ ];
594
+ exports.GetPlatformApplicationAttributesResponse$ = [3, n0, _GPAAR,
595
+ 0,
596
+ [_A],
597
+ [128 | 0]
598
+ ];
599
+ exports.GetSMSAttributesInput$ = [3, n0, _GSMSAI,
600
+ 0,
601
+ [_a],
602
+ [64 | 0]
603
+ ];
604
+ exports.GetSMSAttributesResponse$ = [3, n0, _GSMSAR,
605
+ 0,
606
+ [_a],
607
+ [128 | 0]
608
+ ];
609
+ exports.GetSMSSandboxAccountStatusInput$ = [3, n0, _GSMSSASI,
610
+ 0,
611
+ [],
612
+ []
613
+ ];
614
+ exports.GetSMSSandboxAccountStatusResult$ = [3, n0, _GSMSSASR,
615
+ 0,
616
+ [_IIS],
617
+ [2], 1
618
+ ];
619
+ exports.GetSubscriptionAttributesInput$ = [3, n0, _GSAI,
620
+ 0,
621
+ [_SA],
622
+ [0], 1
623
+ ];
624
+ exports.GetSubscriptionAttributesResponse$ = [3, n0, _GSAR,
625
+ 0,
626
+ [_A],
627
+ [128 | 0]
628
+ ];
629
+ exports.GetTopicAttributesInput$ = [3, n0, _GTAI,
630
+ 0,
631
+ [_TA],
632
+ [0], 1
633
+ ];
634
+ exports.GetTopicAttributesResponse$ = [3, n0, _GTAR,
635
+ 0,
636
+ [_A],
637
+ [128 | 0]
638
+ ];
639
+ exports.ListEndpointsByPlatformApplicationInput$ = [3, n0, _LEBPAI,
640
+ 0,
641
+ [_PAA, _NT],
642
+ [0, 0], 1
643
+ ];
644
+ exports.ListEndpointsByPlatformApplicationResponse$ = [3, n0, _LEBPAR,
645
+ 0,
646
+ [_En, _NT],
647
+ [() => ListOfEndpoints, 0]
648
+ ];
649
+ exports.ListOriginationNumbersRequest$ = [3, n0, _LONR,
650
+ 0,
651
+ [_NT, _MR],
652
+ [0, 1]
653
+ ];
654
+ exports.ListOriginationNumbersResult$ = [3, n0, _LONRi,
655
+ 0,
656
+ [_NT, _PNh],
657
+ [0, [() => PhoneNumberInformationList, 0]]
658
+ ];
659
+ exports.ListPhoneNumbersOptedOutInput$ = [3, n0, _LPNOOI,
660
+ 0,
661
+ [_nT],
662
+ [0]
663
+ ];
664
+ exports.ListPhoneNumbersOptedOutResponse$ = [3, n0, _LPNOOR,
665
+ 0,
666
+ [_pNh, _nT],
667
+ [[() => PhoneNumberList, 0], 0]
668
+ ];
669
+ exports.ListPlatformApplicationsInput$ = [3, n0, _LPAI,
670
+ 0,
671
+ [_NT],
672
+ [0]
673
+ ];
674
+ exports.ListPlatformApplicationsResponse$ = [3, n0, _LPAR,
675
+ 0,
676
+ [_PA, _NT],
677
+ [() => ListOfPlatformApplications, 0]
678
+ ];
679
+ exports.ListSMSSandboxPhoneNumbersInput$ = [3, n0, _LSMSSPNI,
680
+ 0,
681
+ [_NT, _MR],
682
+ [0, 1]
683
+ ];
684
+ exports.ListSMSSandboxPhoneNumbersResult$ = [3, n0, _LSMSSPNR,
685
+ 0,
686
+ [_PNh, _NT],
687
+ [[() => SMSSandboxPhoneNumberList, 0], 0], 1
688
+ ];
689
+ exports.ListSubscriptionsByTopicInput$ = [3, n0, _LSBTI,
690
+ 0,
691
+ [_TA, _NT],
692
+ [0, 0], 1
693
+ ];
694
+ exports.ListSubscriptionsByTopicResponse$ = [3, n0, _LSBTR,
695
+ 0,
696
+ [_Su, _NT],
697
+ [() => SubscriptionsList, 0]
698
+ ];
699
+ exports.ListSubscriptionsInput$ = [3, n0, _LSI,
700
+ 0,
701
+ [_NT],
702
+ [0]
703
+ ];
704
+ exports.ListSubscriptionsResponse$ = [3, n0, _LSR,
705
+ 0,
706
+ [_Su, _NT],
707
+ [() => SubscriptionsList, 0]
708
+ ];
709
+ exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
710
+ 0,
711
+ [_RA],
712
+ [0], 1
713
+ ];
714
+ exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
715
+ 0,
716
+ [_Ta],
717
+ [() => TagList]
718
+ ];
719
+ exports.ListTopicsInput$ = [3, n0, _LTI,
720
+ 0,
721
+ [_NT],
722
+ [0]
723
+ ];
724
+ exports.ListTopicsResponse$ = [3, n0, _LTR,
725
+ 0,
726
+ [_To, _NT],
727
+ [() => TopicsList, 0]
728
+ ];
729
+ exports.MessageAttributeValue$ = [3, n0, _MAV,
730
+ 0,
731
+ [_DT, _SV, _BV],
732
+ [0, 0, 21], 1
733
+ ];
734
+ exports.OptInPhoneNumberInput$ = [3, n0, _OIPNI,
735
+ 0,
736
+ [_pN],
737
+ [[() => PhoneNumber, 0]], 1
738
+ ];
739
+ exports.OptInPhoneNumberResponse$ = [3, n0, _OIPNR,
740
+ 0,
741
+ [],
742
+ []
743
+ ];
744
+ exports.PhoneNumberInformation$ = [3, n0, _PNI,
745
+ 0,
746
+ [_CA, _PN, _S, _ICC, _RT, _NC],
747
+ [4, [() => PhoneNumber, 0], 0, 0, 0, 64 | 0]
748
+ ];
749
+ exports.PlatformApplication$ = [3, n0, _PAl,
750
+ 0,
751
+ [_PAA, _A],
752
+ [0, 128 | 0]
753
+ ];
754
+ exports.PublishBatchInput$ = [3, n0, _PBI,
755
+ 0,
756
+ [_TA, _PBRE],
757
+ [0, [() => PublishBatchRequestEntryList, 0]], 2
758
+ ];
759
+ exports.PublishBatchRequestEntry$ = [3, n0, _PBREu,
760
+ 0,
761
+ [_I, _M, _Sub, _MS, _MA, _MDI, _MGI],
762
+ [0, 0, 0, 0, [() => MessageAttributeMap, 0], 0, 0], 2
763
+ ];
764
+ exports.PublishBatchResponse$ = [3, n0, _PBR,
765
+ 0,
766
+ [_Suc, _F],
767
+ [() => PublishBatchResultEntryList, () => BatchResultErrorEntryList]
768
+ ];
769
+ exports.PublishBatchResultEntry$ = [3, n0, _PBREub,
770
+ 0,
771
+ [_I, _MI, _SN],
772
+ [0, 0, 0]
773
+ ];
774
+ exports.PublishInput$ = [3, n0, _PI,
775
+ 0,
776
+ [_M, _TA, _TAa, _PN, _Sub, _MS, _MA, _MDI, _MGI],
777
+ [0, 0, 0, [() => PhoneNumber, 0], 0, 0, [() => MessageAttributeMap, 0], 0, 0], 1
778
+ ];
779
+ exports.PublishResponse$ = [3, n0, _PR,
780
+ 0,
781
+ [_MI, _SN],
782
+ [0, 0]
783
+ ];
784
+ exports.PutDataProtectionPolicyInput$ = [3, n0, _PDPPI,
785
+ 0,
786
+ [_RA, _DPP],
787
+ [0, 0], 2
788
+ ];
789
+ exports.RemovePermissionInput$ = [3, n0, _RPI,
790
+ 0,
791
+ [_TA, _L],
792
+ [0, 0], 2
793
+ ];
794
+ exports.SetEndpointAttributesInput$ = [3, n0, _SEAI,
795
+ 0,
796
+ [_EA, _A],
797
+ [0, 128 | 0], 2
798
+ ];
799
+ exports.SetPlatformApplicationAttributesInput$ = [3, n0, _SPAAI,
800
+ 0,
801
+ [_PAA, _A],
802
+ [0, 128 | 0], 2
803
+ ];
804
+ exports.SetSMSAttributesInput$ = [3, n0, _SSMSAI,
805
+ 0,
806
+ [_a],
807
+ [128 | 0], 1
808
+ ];
809
+ exports.SetSMSAttributesResponse$ = [3, n0, _SSMSAR,
810
+ 0,
811
+ [],
812
+ []
813
+ ];
814
+ exports.SetSubscriptionAttributesInput$ = [3, n0, _SSAI,
815
+ 0,
816
+ [_SA, _ANt, _AV],
817
+ [0, 0, 0], 2
818
+ ];
819
+ exports.SetTopicAttributesInput$ = [3, n0, _STAI,
820
+ 0,
821
+ [_TA, _ANt, _AV],
822
+ [0, 0, 0], 2
823
+ ];
824
+ exports.SMSSandboxPhoneNumber$ = [3, n0, _SMSSPN,
825
+ 0,
826
+ [_PN, _S],
827
+ [[() => PhoneNumberString, 0], 0]
828
+ ];
829
+ exports.SubscribeInput$ = [3, n0, _SI,
830
+ 0,
831
+ [_TA, _Pr, _E, _A, _RSA],
832
+ [0, 0, 0, 128 | 0, 2], 2
833
+ ];
834
+ exports.SubscribeResponse$ = [3, n0, _SR,
835
+ 0,
836
+ [_SA],
837
+ [0]
838
+ ];
839
+ exports.Subscription$ = [3, n0, _Subs,
840
+ 0,
841
+ [_SA, _O, _Pr, _E, _TA],
842
+ [0, 0, 0, 0, 0]
843
+ ];
844
+ exports.Tag$ = [3, n0, _Tag,
845
+ 0,
846
+ [_K, _V],
847
+ [0, 0], 2
848
+ ];
849
+ exports.TagResourceRequest$ = [3, n0, _TRR,
850
+ 0,
851
+ [_RA, _Ta],
852
+ [0, () => TagList], 2
853
+ ];
854
+ exports.TagResourceResponse$ = [3, n0, _TRRa,
855
+ 0,
856
+ [],
857
+ []
858
+ ];
859
+ exports.Topic$ = [3, n0, _Top,
860
+ 0,
861
+ [_TA],
862
+ [0]
863
+ ];
864
+ exports.UnsubscribeInput$ = [3, n0, _UI,
865
+ 0,
866
+ [_SA],
867
+ [0], 1
868
+ ];
869
+ exports.UntagResourceRequest$ = [3, n0, _URR,
870
+ 0,
871
+ [_RA, _TK],
872
+ [0, 64 | 0], 2
873
+ ];
874
+ exports.UntagResourceResponse$ = [3, n0, _URRn,
875
+ 0,
876
+ [],
877
+ []
878
+ ];
879
+ exports.VerifySMSSandboxPhoneNumberInput$ = [3, n0, _VSMSSPNI,
880
+ 0,
881
+ [_PN, _OTP],
882
+ [[() => PhoneNumberString, 0], 0], 2
883
+ ];
884
+ exports.VerifySMSSandboxPhoneNumberResult$ = [3, n0, _VSMSSPNR,
885
+ 0,
886
+ [],
887
+ []
888
+ ];
889
+ var __Unit = "unit";
890
+ var ActionsList = 64 | 0;
891
+ var BatchResultErrorEntryList = [1, n0, _BREEL,
892
+ 0, () => exports.BatchResultErrorEntry$
893
+ ];
894
+ var DelegatesList = 64 | 0;
895
+ var ListOfEndpoints = [1, n0, _LOE,
896
+ 0, () => exports.Endpoint$
897
+ ];
898
+ var ListOfPlatformApplications = [1, n0, _LOPA,
899
+ 0, () => exports.PlatformApplication$
900
+ ];
901
+ var ListString = 64 | 0;
902
+ var NumberCapabilityList = 64 | 0;
903
+ var PhoneNumberInformationList = [1, n0, _PNIL,
904
+ 0, [() => exports.PhoneNumberInformation$,
905
+ 0]
906
+ ];
907
+ var PhoneNumberList = [1, n0, _PNL,
908
+ 0, [() => PhoneNumber,
909
+ 0]
910
+ ];
911
+ var PublishBatchRequestEntryList = [1, n0, _PBREL,
912
+ 0, [() => exports.PublishBatchRequestEntry$,
913
+ 0]
914
+ ];
915
+ var PublishBatchResultEntryList = [1, n0, _PBRELu,
916
+ 0, () => exports.PublishBatchResultEntry$
917
+ ];
918
+ var SMSSandboxPhoneNumberList = [1, n0, _SMSSPNL,
919
+ 0, [() => exports.SMSSandboxPhoneNumber$,
920
+ 0]
921
+ ];
922
+ var SubscriptionsList = [1, n0, _SL,
923
+ 0, () => exports.Subscription$
924
+ ];
925
+ var TagKeyList = 64 | 0;
926
+ var TagList = [1, n0, _TL,
927
+ 0, () => exports.Tag$
928
+ ];
929
+ var TopicsList = [1, n0, _TLo,
930
+ 0, () => exports.Topic$
931
+ ];
932
+ var MapStringToString = 128 | 0;
933
+ var MessageAttributeMap = [2, n0, _MAM,
934
+ 0, [0,
935
+ { [_xN]: _N }],
936
+ [() => exports.MessageAttributeValue$,
937
+ { [_xN]: _V }]
938
+ ];
939
+ var SubscriptionAttributesMap = 128 | 0;
940
+ var TopicAttributesMap = 128 | 0;
941
+ exports.AddPermission$ = [9, n0, _AP,
942
+ 0, () => exports.AddPermissionInput$, () => __Unit
943
+ ];
944
+ exports.CheckIfPhoneNumberIsOptedOut$ = [9, n0, _CIPNIOO,
945
+ 0, () => exports.CheckIfPhoneNumberIsOptedOutInput$, () => exports.CheckIfPhoneNumberIsOptedOutResponse$
946
+ ];
947
+ exports.ConfirmSubscription$ = [9, n0, _CS,
948
+ 0, () => exports.ConfirmSubscriptionInput$, () => exports.ConfirmSubscriptionResponse$
949
+ ];
950
+ exports.CreatePlatformApplication$ = [9, n0, _CPA,
951
+ 0, () => exports.CreatePlatformApplicationInput$, () => exports.CreatePlatformApplicationResponse$
952
+ ];
953
+ exports.CreatePlatformEndpoint$ = [9, n0, _CPE,
954
+ 0, () => exports.CreatePlatformEndpointInput$, () => exports.CreateEndpointResponse$
955
+ ];
956
+ exports.CreateSMSSandboxPhoneNumber$ = [9, n0, _CSMSSPN,
957
+ 0, () => exports.CreateSMSSandboxPhoneNumberInput$, () => exports.CreateSMSSandboxPhoneNumberResult$
958
+ ];
959
+ exports.CreateTopic$ = [9, n0, _CT,
960
+ 0, () => exports.CreateTopicInput$, () => exports.CreateTopicResponse$
961
+ ];
962
+ exports.DeleteEndpoint$ = [9, n0, _DE,
963
+ 0, () => exports.DeleteEndpointInput$, () => __Unit
964
+ ];
965
+ exports.DeletePlatformApplication$ = [9, n0, _DPA,
966
+ 0, () => exports.DeletePlatformApplicationInput$, () => __Unit
967
+ ];
968
+ exports.DeleteSMSSandboxPhoneNumber$ = [9, n0, _DSMSSPN,
969
+ 0, () => exports.DeleteSMSSandboxPhoneNumberInput$, () => exports.DeleteSMSSandboxPhoneNumberResult$
970
+ ];
971
+ exports.DeleteTopic$ = [9, n0, _DTe,
972
+ 0, () => exports.DeleteTopicInput$, () => __Unit
973
+ ];
974
+ exports.GetDataProtectionPolicy$ = [9, n0, _GDPP,
975
+ 0, () => exports.GetDataProtectionPolicyInput$, () => exports.GetDataProtectionPolicyResponse$
976
+ ];
977
+ exports.GetEndpointAttributes$ = [9, n0, _GEA,
978
+ 0, () => exports.GetEndpointAttributesInput$, () => exports.GetEndpointAttributesResponse$
979
+ ];
980
+ exports.GetPlatformApplicationAttributes$ = [9, n0, _GPAA,
981
+ 0, () => exports.GetPlatformApplicationAttributesInput$, () => exports.GetPlatformApplicationAttributesResponse$
982
+ ];
983
+ exports.GetSMSAttributes$ = [9, n0, _GSMSA,
984
+ 0, () => exports.GetSMSAttributesInput$, () => exports.GetSMSAttributesResponse$
985
+ ];
986
+ exports.GetSMSSandboxAccountStatus$ = [9, n0, _GSMSSAS,
987
+ 0, () => exports.GetSMSSandboxAccountStatusInput$, () => exports.GetSMSSandboxAccountStatusResult$
988
+ ];
989
+ exports.GetSubscriptionAttributes$ = [9, n0, _GSA,
990
+ 0, () => exports.GetSubscriptionAttributesInput$, () => exports.GetSubscriptionAttributesResponse$
991
+ ];
992
+ exports.GetTopicAttributes$ = [9, n0, _GTA,
993
+ 0, () => exports.GetTopicAttributesInput$, () => exports.GetTopicAttributesResponse$
994
+ ];
995
+ exports.ListEndpointsByPlatformApplication$ = [9, n0, _LEBPA,
996
+ 0, () => exports.ListEndpointsByPlatformApplicationInput$, () => exports.ListEndpointsByPlatformApplicationResponse$
997
+ ];
998
+ exports.ListOriginationNumbers$ = [9, n0, _LON,
999
+ 0, () => exports.ListOriginationNumbersRequest$, () => exports.ListOriginationNumbersResult$
1000
+ ];
1001
+ exports.ListPhoneNumbersOptedOut$ = [9, n0, _LPNOO,
1002
+ 0, () => exports.ListPhoneNumbersOptedOutInput$, () => exports.ListPhoneNumbersOptedOutResponse$
1003
+ ];
1004
+ exports.ListPlatformApplications$ = [9, n0, _LPA,
1005
+ 0, () => exports.ListPlatformApplicationsInput$, () => exports.ListPlatformApplicationsResponse$
1006
+ ];
1007
+ exports.ListSMSSandboxPhoneNumbers$ = [9, n0, _LSMSSPN,
1008
+ 0, () => exports.ListSMSSandboxPhoneNumbersInput$, () => exports.ListSMSSandboxPhoneNumbersResult$
1009
+ ];
1010
+ exports.ListSubscriptions$ = [9, n0, _LS,
1011
+ 0, () => exports.ListSubscriptionsInput$, () => exports.ListSubscriptionsResponse$
1012
+ ];
1013
+ exports.ListSubscriptionsByTopic$ = [9, n0, _LSBT,
1014
+ 0, () => exports.ListSubscriptionsByTopicInput$, () => exports.ListSubscriptionsByTopicResponse$
1015
+ ];
1016
+ exports.ListTagsForResource$ = [9, n0, _LTFR,
1017
+ 0, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
1018
+ ];
1019
+ exports.ListTopics$ = [9, n0, _LT,
1020
+ 0, () => exports.ListTopicsInput$, () => exports.ListTopicsResponse$
1021
+ ];
1022
+ exports.OptInPhoneNumber$ = [9, n0, _OIPN,
1023
+ 0, () => exports.OptInPhoneNumberInput$, () => exports.OptInPhoneNumberResponse$
1024
+ ];
1025
+ exports.Publish$ = [9, n0, _Pu,
1026
+ 0, () => exports.PublishInput$, () => exports.PublishResponse$
1027
+ ];
1028
+ exports.PublishBatch$ = [9, n0, _PB,
1029
+ 0, () => exports.PublishBatchInput$, () => exports.PublishBatchResponse$
1030
+ ];
1031
+ exports.PutDataProtectionPolicy$ = [9, n0, _PDPP,
1032
+ 0, () => exports.PutDataProtectionPolicyInput$, () => __Unit
1033
+ ];
1034
+ exports.RemovePermission$ = [9, n0, _RP,
1035
+ 0, () => exports.RemovePermissionInput$, () => __Unit
1036
+ ];
1037
+ exports.SetEndpointAttributes$ = [9, n0, _SEA,
1038
+ 0, () => exports.SetEndpointAttributesInput$, () => __Unit
1039
+ ];
1040
+ exports.SetPlatformApplicationAttributes$ = [9, n0, _SPAA,
1041
+ 0, () => exports.SetPlatformApplicationAttributesInput$, () => __Unit
1042
+ ];
1043
+ exports.SetSMSAttributes$ = [9, n0, _SSMSA,
1044
+ 0, () => exports.SetSMSAttributesInput$, () => exports.SetSMSAttributesResponse$
1045
+ ];
1046
+ exports.SetSubscriptionAttributes$ = [9, n0, _SSA,
1047
+ 0, () => exports.SetSubscriptionAttributesInput$, () => __Unit
1048
+ ];
1049
+ exports.SetTopicAttributes$ = [9, n0, _STA,
1050
+ 0, () => exports.SetTopicAttributesInput$, () => __Unit
1051
+ ];
1052
+ exports.Subscribe$ = [9, n0, _Subsc,
1053
+ 0, () => exports.SubscribeInput$, () => exports.SubscribeResponse$
1054
+ ];
1055
+ exports.TagResource$ = [9, n0, _TR,
1056
+ 0, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
1057
+ ];
1058
+ exports.Unsubscribe$ = [9, n0, _U,
1059
+ 0, () => exports.UnsubscribeInput$, () => __Unit
1060
+ ];
1061
+ exports.UntagResource$ = [9, n0, _UR,
1062
+ 0, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
1063
+ ];
1064
+ exports.VerifySMSSandboxPhoneNumber$ = [9, n0, _VSMSSPN,
1065
+ 0, () => exports.VerifySMSSandboxPhoneNumberInput$, () => exports.VerifySMSSandboxPhoneNumberResult$
1066
+ ];