@mavogel/awscdk-rootmail 0.1.2 → 0.1.4

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 (1984) hide show
  1. package/.claude/skills/.pilot-sync-manifest.json +4 -0
  2. package/.jsii +5 -4
  3. package/AGENTS.md +138 -0
  4. package/CLAUDE.md +1 -138
  5. package/lib/rootmail.js +1 -1
  6. package/lib/ses-receive.js +1 -1
  7. package/node_modules/@aws-sdk/checksums/README.md +80 -0
  8. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/index.d.ts +1 -5
  9. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/crc/index.browser.d.ts +1 -4
  10. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +2 -4
  11. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +2 -4
  12. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/configuration.d.ts +1 -4
  13. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/flexibleChecksumsInputMiddleware.d.ts +1 -1
  14. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/flexibleChecksumsMiddleware.d.ts +1 -1
  15. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/flexibleChecksumsResponseMiddleware.d.ts +2 -5
  16. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getChecksum.d.ts +1 -1
  17. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getChecksumAlgorithmForRequest.d.ts +1 -1
  18. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getChecksumAlgorithmListForResponse.d.ts +1 -1
  19. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getChecksumLocationName.d.ts +1 -3
  20. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/getFlexibleChecksumsPlugin.d.ts +3 -2
  21. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/hasHeaderWithPrefix.d.ts +1 -4
  22. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/resolveFlexibleChecksumsConfig.d.ts +4 -11
  23. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/selectChecksumAlgorithmFunction.d.ts +1 -1
  24. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/stringHasher.d.ts +1 -1
  25. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/stringUnionSelector.d.ts +1 -1
  26. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/flexible-checksums/validateChecksumFromResponse.d.ts +1 -1
  27. package/node_modules/@aws-sdk/checksums/dist-types/ts3.4/submodules/sha/index.browser.d.ts +1 -6
  28. package/node_modules/@aws-sdk/checksums/package.json +64 -61
  29. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-cjs/index.js +33 -13
  30. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/index.js +1 -1
  31. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/models/enums.js +7 -0
  32. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/schemas/schemas_0.js +24 -12
  33. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/CreateLookupTableCommand.d.ts +9 -6
  34. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/CreateScheduledQueryCommand.d.ts +10 -1
  35. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeFieldIndexesCommand.d.ts +8 -2
  36. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetQueryResultsCommand.d.ts +1 -0
  37. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetScheduledQueryCommand.d.ts +9 -0
  38. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetScheduledQueryHistoryCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetStorageTierPolicyCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/ListScheduledQueriesCommand.d.ts +9 -0
  41. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutStorageTierPolicyCommand.d.ts +3 -3
  42. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/UpdateLookupTableCommand.d.ts +7 -5
  43. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/UpdateScheduledQueryCommand.d.ts +18 -0
  44. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/index.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/enums.d.ts +15 -0
  46. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/models_0.d.ts +158 -32
  47. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/models_1.d.ts +34 -2
  48. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.browser.d.ts +41 -39
  49. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.d.ts +36 -34
  50. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.native.d.ts +39 -37
  51. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.shared.d.ts +2 -2
  52. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/schemas/schemas_0.d.ts +1 -0
  53. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/CloudWatchLogs.d.ts +378 -407
  54. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/CloudWatchLogsClient.d.ts +11 -36
  55. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  56. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  57. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  58. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/AssociateKmsKeyCommand.d.ts +2 -2
  59. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/AssociateSourceToS3TableIntegrationCommand.d.ts +4 -6
  60. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +2 -2
  61. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +4 -9
  62. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateDeliveryCommand.d.ts +4 -9
  63. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateExportTaskCommand.d.ts +4 -9
  64. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateImportTaskCommand.d.ts +4 -9
  65. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateLogAnomalyDetectorCommand.d.ts +4 -6
  66. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateLogGroupCommand.d.ts +2 -2
  67. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateLogStreamCommand.d.ts +2 -2
  68. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateLookupTableCommand.d.ts +5 -10
  69. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateScheduledQueryCommand.d.ts +5 -10
  70. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteAccountPolicyCommand.d.ts +3 -4
  71. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDataProtectionPolicyCommand.d.ts +4 -6
  72. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDeliveryCommand.d.ts +2 -2
  73. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDeliveryDestinationCommand.d.ts +4 -6
  74. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDeliveryDestinationPolicyCommand.d.ts +4 -6
  75. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDeliverySourceCommand.d.ts +3 -4
  76. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +3 -4
  77. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteIndexPolicyCommand.d.ts +5 -10
  78. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +5 -10
  79. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteLogAnomalyDetectorCommand.d.ts +4 -6
  80. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteLogGroupCommand.d.ts +2 -2
  81. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteLogStreamCommand.d.ts +2 -2
  82. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteLookupTableCommand.d.ts +3 -4
  83. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteMetricFilterCommand.d.ts +3 -4
  84. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteQueryDefinitionCommand.d.ts +5 -10
  85. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -3
  86. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteRetentionPolicyCommand.d.ts +3 -4
  87. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteScheduledQueryCommand.d.ts +5 -10
  88. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteSubscriptionFilterCommand.d.ts +4 -6
  89. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteSyslogConfigurationCommand.d.ts +4 -6
  90. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteTransformerCommand.d.ts +3 -4
  91. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeAccountPoliciesCommand.d.ts +4 -6
  92. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeConfigurationTemplatesCommand.d.ts +3 -5
  93. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeDeliveriesCommand.d.ts +4 -9
  94. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeDeliveryDestinationsCommand.d.ts +3 -5
  95. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeDeliverySourcesCommand.d.ts +3 -5
  96. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeDestinationsCommand.d.ts +4 -9
  97. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +4 -9
  98. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeFieldIndexesCommand.d.ts +5 -10
  99. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeImportTaskBatchesCommand.d.ts +4 -6
  100. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +4 -9
  101. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeIndexPoliciesCommand.d.ts +5 -10
  102. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeLogGroupsCommand.d.ts +4 -9
  103. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeLogStreamsCommand.d.ts +4 -9
  104. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeLookupTablesCommand.d.ts +4 -9
  105. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeMetricFiltersCommand.d.ts +4 -9
  106. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeQueriesCommand.d.ts +3 -8
  107. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeQueryDefinitionsCommand.d.ts +3 -5
  108. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeResourcePoliciesCommand.d.ts +3 -5
  109. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeSubscriptionFiltersCommand.d.ts +4 -6
  110. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DisassociateKmsKeyCommand.d.ts +2 -3
  111. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DisassociateSourceFromS3TableIntegrationCommand.d.ts +4 -6
  112. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/FilterLogEventsCommand.d.ts +3 -8
  113. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +4 -6
  114. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDeliveryCommand.d.ts +3 -5
  115. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDeliveryDestinationCommand.d.ts +5 -10
  116. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDeliveryDestinationPolicyCommand.d.ts +4 -6
  117. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetDeliverySourceCommand.d.ts +5 -10
  118. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +4 -9
  119. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogAnomalyDetectorCommand.d.ts +5 -10
  120. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogEventsCommand.d.ts +3 -5
  121. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogFieldsCommand.d.ts +3 -5
  122. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogGroupFieldsCommand.d.ts +4 -9
  123. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogObjectCommand.d.ts +3 -5
  124. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogRecordCommand.d.ts +3 -5
  125. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLookupTableCommand.d.ts +4 -9
  126. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +4 -9
  127. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetScheduledQueryCommand.d.ts +5 -10
  128. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetScheduledQueryHistoryCommand.d.ts +4 -6
  129. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetStorageTierPolicyCommand.d.ts +4 -9
  130. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetTransformerCommand.d.ts +4 -9
  131. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListAggregateLogGroupSummariesCommand.d.ts +4 -6
  132. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListAnomaliesCommand.d.ts +3 -8
  133. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +3 -8
  134. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListLogAnomalyDetectorsCommand.d.ts +3 -5
  135. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListLogGroupsCommand.d.ts +3 -8
  136. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListLogGroupsForQueryCommand.d.ts +5 -10
  137. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListScheduledQueriesCommand.d.ts +4 -9
  138. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListSourcesForS3TableIntegrationCommand.d.ts +4 -6
  139. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListSyslogConfigurationsCommand.d.ts +3 -5
  140. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  141. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/ListTagsLogGroupCommand.d.ts +4 -9
  142. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutAccountPolicyCommand.d.ts +4 -9
  143. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutBearerTokenAuthenticationCommand.d.ts +4 -6
  144. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +4 -6
  145. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDeliveryDestinationCommand.d.ts +5 -10
  146. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDeliveryDestinationPolicyCommand.d.ts +4 -6
  147. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDeliverySourceCommand.d.ts +5 -10
  148. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDestinationCommand.d.ts +4 -9
  149. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutDestinationPolicyCommand.d.ts +3 -4
  150. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutIndexPolicyCommand.d.ts +4 -9
  151. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +4 -9
  152. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutLogEventsCommand.d.ts +3 -5
  153. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutLogGroupDeletionProtectionCommand.d.ts +4 -6
  154. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutMetricFilterCommand.d.ts +2 -2
  155. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutQueryDefinitionCommand.d.ts +5 -10
  156. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +4 -9
  157. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutRetentionPolicyCommand.d.ts +3 -4
  158. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutStorageTierPolicyCommand.d.ts +5 -10
  159. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutSubscriptionFilterCommand.d.ts +3 -4
  160. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutSyslogConfigurationCommand.d.ts +3 -4
  161. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/PutTransformerCommand.d.ts +2 -2
  162. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/StartLiveTailCommand.d.ts +4 -9
  163. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/StartQueryCommand.d.ts +3 -5
  164. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/StopQueryCommand.d.ts +7 -5
  165. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/TagLogGroupCommand.d.ts +2 -2
  166. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  167. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/TestMetricFilterCommand.d.ts +3 -5
  168. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/TestTransformerCommand.d.ts +4 -9
  169. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UntagLogGroupCommand.d.ts +2 -2
  170. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  171. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateAnomalyCommand.d.ts +2 -2
  172. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateDeliveryConfigurationCommand.d.ts +4 -6
  173. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateLogAnomalyDetectorCommand.d.ts +4 -6
  174. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateLookupTableCommand.d.ts +5 -10
  175. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +5 -10
  176. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  177. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  178. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  179. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/index.d.ts +1 -1
  180. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/enums.d.ts +22 -28
  181. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/errors.d.ts +20 -60
  182. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/models_0.d.ts +18 -16
  183. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/models_1.d.ts +8 -7
  184. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  185. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.browser.d.ts +60 -73
  186. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.d.ts +62 -68
  187. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.native.d.ts +64 -77
  188. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  189. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  190. package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  191. package/node_modules/@aws-sdk/client-cloudwatch-logs/package.json +42 -42
  192. package/node_modules/@aws-sdk/client-route-53/dist-cjs/index.js +1 -1
  193. package/node_modules/@aws-sdk/client-route-53/dist-es/index.js +1 -1
  194. package/node_modules/@aws-sdk/client-route-53/dist-types/index.d.ts +1 -1
  195. package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.browser.d.ts +41 -39
  196. package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.d.ts +36 -34
  197. package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.native.d.ts +38 -36
  198. package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.shared.d.ts +2 -2
  199. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/Route53.d.ts +222 -255
  200. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/Route53Client.d.ts +17 -33
  201. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  202. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  203. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commandBuilder.d.ts +9 -15
  204. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +5 -10
  205. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +4 -6
  206. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeCidrCollectionCommand.d.ts +5 -10
  207. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +4 -6
  208. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +5 -10
  209. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateCidrCollectionCommand.d.ts +5 -10
  210. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +5 -10
  211. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +4 -9
  212. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +5 -10
  213. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +4 -6
  214. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +4 -6
  215. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +5 -10
  216. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +4 -6
  217. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +4 -6
  218. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +4 -6
  219. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +4 -6
  220. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteCidrCollectionCommand.d.ts +5 -10
  221. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +5 -10
  222. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +4 -9
  223. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +5 -10
  224. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +4 -6
  225. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +4 -6
  226. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +5 -10
  227. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +4 -6
  228. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +4 -6
  229. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +4 -6
  230. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +4 -6
  231. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +5 -10
  232. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +4 -9
  233. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetChangeCommand.d.ts +7 -5
  234. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +4 -9
  235. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +7 -5
  236. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +3 -8
  237. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +4 -9
  238. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +4 -9
  239. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +4 -6
  240. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +5 -10
  241. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +4 -9
  242. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +4 -9
  243. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +5 -10
  244. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +5 -10
  245. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +4 -6
  246. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +4 -6
  247. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +4 -9
  248. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +4 -6
  249. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +3 -5
  250. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrBlocksCommand.d.ts +4 -9
  251. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrCollectionsCommand.d.ts +4 -9
  252. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListCidrLocationsCommand.d.ts +5 -10
  253. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +3 -8
  254. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +3 -8
  255. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +4 -9
  256. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +5 -10
  257. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +3 -8
  258. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +3 -5
  259. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +5 -10
  260. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +3 -5
  261. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  262. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +5 -10
  263. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +4 -9
  264. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +4 -6
  265. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +4 -6
  266. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +3 -5
  267. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +4 -6
  268. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +4 -6
  269. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +4 -9
  270. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +5 -10
  271. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +4 -6
  272. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateHostedZoneFeaturesCommand.d.ts +4 -6
  273. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +4 -6
  274. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +4 -6
  275. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  276. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  277. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  278. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/index.d.ts +1 -1
  279. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/models/enums.d.ts +8 -16
  280. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/models/errors.d.ts +48 -167
  281. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  282. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.browser.d.ts +60 -73
  283. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.d.ts +62 -68
  284. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.native.d.ts +64 -77
  285. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  286. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  287. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  288. package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +3 -6
  289. package/node_modules/@aws-sdk/client-route-53/package.json +43 -43
  290. package/node_modules/@aws-sdk/client-s3/README.md +17 -1
  291. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +6 -1
  292. package/node_modules/@aws-sdk/client-s3/dist-es/index.js +1 -1
  293. package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +5 -0
  294. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +17 -1
  295. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +17 -1
  296. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +1 -1
  297. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +3 -3
  298. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +3 -3
  299. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +2 -2
  300. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
  301. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
  302. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAnnotationCommand.d.ts +1 -1
  303. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -1
  304. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +2 -2
  305. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +2 -2
  306. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +1 -1
  307. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
  308. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
  309. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +1 -1
  310. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
  311. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  312. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAnnotationCommand.d.ts +1 -1
  313. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +3 -3
  314. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +2 -2
  315. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +0 -5
  316. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +1 -1
  317. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +1 -1
  318. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +2 -2
  319. package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +18 -2
  320. package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +5 -0
  321. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +6 -6
  322. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +58 -56
  323. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +61 -59
  324. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +57 -55
  325. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -2
  326. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +354 -501
  327. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +25 -59
  328. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  329. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -16
  330. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commandBuilder.d.ts +21 -31
  331. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +5 -10
  332. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +5 -10
  333. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +3 -5
  334. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +3 -5
  335. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +4 -6
  336. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +4 -6
  337. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +5 -10
  338. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +3 -5
  339. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -6
  340. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +2 -2
  341. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +2 -2
  342. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +3 -4
  343. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
  344. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
  345. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +3 -4
  346. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +4 -6
  347. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +4 -6
  348. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -6
  349. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -6
  350. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +3 -4
  351. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +4 -6
  352. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +3 -4
  353. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +3 -4
  354. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectAnnotationCommand.d.ts +5 -10
  355. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +3 -5
  356. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +5 -10
  357. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +3 -5
  358. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +4 -6
  359. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +3 -5
  360. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +4 -6
  361. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +3 -5
  362. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +4 -6
  363. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +3 -5
  364. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +5 -10
  365. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
  366. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +4 -6
  367. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +4 -6
  368. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +5 -11
  369. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +4 -9
  370. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +4 -6
  371. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +4 -6
  372. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +4 -6
  373. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +4 -6
  374. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +4 -6
  375. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +4 -9
  376. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +5 -10
  377. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +5 -10
  378. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +5 -10
  379. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +4 -9
  380. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +5 -10
  381. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +4 -9
  382. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +3 -5
  383. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAnnotationCommand.d.ts +7 -16
  384. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +5 -10
  385. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +8 -8
  386. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +5 -10
  387. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +4 -6
  388. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +5 -10
  389. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +4 -9
  390. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +6 -14
  391. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +5 -10
  392. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +3 -5
  393. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +3 -5
  394. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +4 -6
  395. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +4 -6
  396. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -6
  397. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +4 -6
  398. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +2 -4
  399. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +4 -9
  400. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +5 -10
  401. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectAnnotationsCommand.d.ts +5 -10
  402. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +5 -10
  403. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +3 -5
  404. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +3 -5
  405. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +7 -5
  406. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +2 -2
  407. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -6
  408. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +2 -2
  409. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +4 -6
  410. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +2 -2
  411. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +3 -4
  412. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +4 -6
  413. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +4 -6
  414. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +4 -6
  415. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +2 -2
  416. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -6
  417. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -6
  418. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
  419. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +2 -2
  420. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +3 -4
  421. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +4 -6
  422. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +2 -2
  423. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +3 -4
  424. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +2 -2
  425. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +3 -5
  426. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAnnotationCommand.d.ts +9 -17
  427. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +12 -11
  428. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +5 -10
  429. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +4 -6
  430. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +5 -10
  431. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +4 -9
  432. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +3 -4
  433. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +3 -5
  434. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +3 -5
  435. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +5 -10
  436. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.d.ts +4 -6
  437. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +4 -6
  438. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +4 -6
  439. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +5 -10
  440. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +8 -11
  441. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +4 -9
  442. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +7 -11
  443. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -13
  444. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  445. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  446. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +1 -1
  447. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +37 -64
  448. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +10 -30
  449. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +12 -36
  450. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +2 -9
  451. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListBucketsPaginator.d.ts +1 -4
  452. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +1 -4
  453. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +100 -122
  454. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +106 -122
  455. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +104 -126
  456. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -9
  457. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  458. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +3 -6
  459. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +3 -6
  460. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +3 -6
  461. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +3 -6
  462. package/node_modules/@aws-sdk/client-s3/package.json +46 -46
  463. package/node_modules/@aws-sdk/client-ses/dist-cjs/index.js +1 -1
  464. package/node_modules/@aws-sdk/client-ses/dist-es/index.js +1 -1
  465. package/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts +1 -1
  466. package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.browser.d.ts +41 -39
  467. package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.d.ts +36 -34
  468. package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.native.d.ts +38 -36
  469. package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.shared.d.ts +2 -2
  470. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/SES.d.ts +219 -345
  471. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/SESClient.d.ts +16 -32
  472. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  473. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  474. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  475. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +5 -10
  476. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +5 -10
  477. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -6
  478. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  479. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -6
  480. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +5 -10
  481. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +5 -10
  482. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +5 -10
  483. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +4 -9
  484. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +5 -10
  485. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -6
  486. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  487. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -6
  488. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +4 -9
  489. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +5 -10
  490. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +5 -10
  491. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +5 -10
  492. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +5 -10
  493. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +4 -9
  494. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +4 -6
  495. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +3 -5
  496. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +4 -6
  497. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +5 -10
  498. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +5 -10
  499. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +2 -3
  500. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +4 -6
  501. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +4 -6
  502. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +4 -6
  503. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +4 -6
  504. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +5 -10
  505. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +4 -6
  506. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +2 -4
  507. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +2 -3
  508. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +3 -5
  509. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +4 -9
  510. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +3 -5
  511. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +3 -8
  512. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +5 -10
  513. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +4 -9
  514. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +4 -9
  515. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +3 -8
  516. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -3
  517. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -6
  518. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +5 -10
  519. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +5 -10
  520. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendBounceCommand.d.ts +3 -5
  521. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +5 -10
  522. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +4 -6
  523. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -5
  524. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +3 -5
  525. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +5 -10
  526. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -5
  527. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +5 -10
  528. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +4 -6
  529. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +4 -6
  530. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +4 -6
  531. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +4 -6
  532. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +5 -10
  533. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +5 -10
  534. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -5
  535. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -6
  536. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +4 -6
  537. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +4 -6
  538. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  539. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -6
  540. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +5 -10
  541. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +4 -9
  542. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +4 -9
  543. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +5 -10
  544. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +3 -4
  545. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +5 -10
  546. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  547. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  548. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  549. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/index.d.ts +1 -1
  550. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/enums.d.ts +9 -18
  551. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/errors.d.ts +33 -150
  552. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/models_0.d.ts +4 -12
  553. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.browser.d.ts +60 -73
  554. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.d.ts +62 -68
  555. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.native.d.ts +64 -77
  556. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  557. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  558. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  559. package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +3 -7
  560. package/node_modules/@aws-sdk/client-ses/package.json +42 -42
  561. package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +15 -10
  562. package/node_modules/@aws-sdk/client-ssm/dist-es/index.js +1 -1
  563. package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +14 -9
  564. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +8 -4
  565. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +2 -2
  566. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -1
  567. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +4 -1
  568. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +2 -1
  569. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +12 -4
  570. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -1
  571. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
  572. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -1
  573. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +1 -1
  574. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +2 -2
  575. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -1
  576. package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +1 -1
  577. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +16 -1
  578. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +41 -39
  579. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +36 -34
  580. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +38 -36
  581. package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.shared.d.ts +2 -2
  582. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +513 -642
  583. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +17 -36
  584. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  585. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  586. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  587. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +5 -11
  588. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/AssociateOpsItemRelatedItemCommand.d.ts +4 -6
  589. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelCommandCommand.d.ts +3 -5
  590. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CancelMaintenanceWindowExecutionCommand.d.ts +4 -6
  591. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateActivationCommand.d.ts +4 -9
  592. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationBatchCommand.d.ts +5 -10
  593. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateAssociationCommand.d.ts +5 -11
  594. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +5 -10
  595. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateDocumentCommand.d.ts +4 -9
  596. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateMaintenanceWindowCommand.d.ts +5 -10
  597. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsItemCommand.d.ts +4 -9
  598. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateOpsMetadataCommand.d.ts +5 -11
  599. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreatePatchBaselineCommand.d.ts +5 -10
  600. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/CreateResourceDataSyncCommand.d.ts +5 -10
  601. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteActivationCommand.d.ts +4 -9
  602. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +4 -10
  603. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +5 -10
  604. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +4 -9
  605. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteInventoryCommand.d.ts +4 -9
  606. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteMaintenanceWindowCommand.d.ts +5 -10
  607. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsItemCommand.d.ts +4 -9
  608. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteOpsMetadataCommand.d.ts +5 -11
  609. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParameterCommand.d.ts +4 -9
  610. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteParametersCommand.d.ts +4 -9
  611. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeletePatchBaselineCommand.d.ts +5 -10
  612. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourceDataSyncCommand.d.ts +5 -10
  613. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
  614. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterManagedInstanceCommand.d.ts +4 -6
  615. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +4 -6
  616. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +4 -6
  617. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +4 -6
  618. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeActivationsCommand.d.ts +4 -9
  619. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationCommand.d.ts +4 -9
  620. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionTargetsCommand.d.ts +4 -6
  621. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAssociationExecutionsCommand.d.ts +4 -6
  622. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationExecutionsCommand.d.ts +3 -5
  623. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAutomationStepExecutionsCommand.d.ts +4 -6
  624. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeAvailablePatchesCommand.d.ts +3 -5
  625. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentCommand.d.ts +4 -9
  626. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeDocumentPermissionCommand.d.ts +4 -6
  627. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +4 -6
  628. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +4 -6
  629. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceAssociationsStatusCommand.d.ts +4 -6
  630. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstanceInformationCommand.d.ts +3 -5
  631. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesCommand.d.ts +4 -6
  632. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +4 -6
  633. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePatchesCommand.d.ts +5 -10
  634. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInstancePropertiesCommand.d.ts +3 -5
  635. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeInventoryDeletionsCommand.d.ts +3 -5
  636. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +4 -6
  637. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +4 -6
  638. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +4 -6
  639. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +3 -5
  640. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +4 -6
  641. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowTasksCommand.d.ts +4 -6
  642. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +3 -5
  643. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +4 -6
  644. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeOpsItemsCommand.d.ts +3 -8
  645. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +4 -9
  646. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchBaselinesCommand.d.ts +4 -9
  647. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupStateCommand.d.ts +5 -10
  648. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchGroupsCommand.d.ts +4 -9
  649. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribePatchPropertiesCommand.d.ts +5 -10
  650. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +4 -9
  651. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DisassociateOpsItemRelatedItemCommand.d.ts +4 -6
  652. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +4 -9
  653. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAutomationExecutionCommand.d.ts +5 -10
  654. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCalendarStateCommand.d.ts +4 -9
  655. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +5 -11
  656. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetCommandInvocationCommand.d.ts +5 -10
  657. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetConnectionStatusCommand.d.ts +5 -10
  658. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDefaultPatchBaselineCommand.d.ts +4 -9
  659. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +4 -6
  660. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +3 -5
  661. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +5 -10
  662. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventoryCommand.d.ts +2 -4
  663. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetInventorySchemaCommand.d.ts +4 -9
  664. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowCommand.d.ts +5 -10
  665. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionCommand.d.ts +4 -6
  666. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +4 -6
  667. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +4 -6
  668. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetMaintenanceWindowTaskCommand.d.ts +4 -6
  669. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsItemCommand.d.ts +3 -5
  670. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsMetadataCommand.d.ts +4 -9
  671. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetOpsSummaryCommand.d.ts +2 -4
  672. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterCommand.d.ts +3 -5
  673. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParameterHistoryCommand.d.ts +5 -10
  674. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +5 -10
  675. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetParametersCommand.d.ts +3 -5
  676. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +4 -9
  677. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +4 -6
  678. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +5 -10
  679. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +5 -11
  680. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/LabelParameterVersionCommand.d.ts +5 -10
  681. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationVersionsCommand.d.ts +5 -10
  682. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +3 -8
  683. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +4 -9
  684. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandInvocationsCommand.d.ts +4 -9
  685. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListCommandsCommand.d.ts +2 -4
  686. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceItemsCommand.d.ts +4 -9
  687. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListComplianceSummariesCommand.d.ts +4 -9
  688. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentMetadataHistoryCommand.d.ts +4 -6
  689. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentVersionsCommand.d.ts +5 -10
  690. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +2 -4
  691. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListInventoryEntriesCommand.d.ts +5 -10
  692. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +4 -4
  693. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +4 -9
  694. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemEventsCommand.d.ts +4 -9
  695. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsItemRelatedItemsCommand.d.ts +3 -5
  696. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListOpsMetadataCommand.d.ts +3 -8
  697. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceComplianceSummariesCommand.d.ts +3 -5
  698. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListResourceDataSyncCommand.d.ts +4 -9
  699. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  700. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ModifyDocumentPermissionCommand.d.ts +4 -6
  701. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutComplianceItemsCommand.d.ts +5 -10
  702. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutInventoryCommand.d.ts +3 -5
  703. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutParameterCommand.d.ts +3 -5
  704. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
  705. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterDefaultPatchBaselineCommand.d.ts +4 -6
  706. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -6
  707. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +4 -6
  708. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +4 -6
  709. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +5 -10
  710. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +5 -10
  711. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +4 -9
  712. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +5 -10
  713. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +3 -5
  714. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAccessRequestCommand.d.ts +5 -10
  715. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +5 -10
  716. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +4 -6
  717. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartChangeRequestExecutionCommand.d.ts +4 -6
  718. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +5 -10
  719. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartSessionCommand.d.ts +3 -5
  720. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StopAutomationExecutionCommand.d.ts +5 -10
  721. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +4 -9
  722. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UnlabelParameterVersionCommand.d.ts +5 -10
  723. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +5 -11
  724. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateAssociationStatusCommand.d.ts +5 -10
  725. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +5 -10
  726. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +4 -9
  727. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentDefaultVersionCommand.d.ts +4 -6
  728. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateDocumentMetadataCommand.d.ts +5 -10
  729. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowCommand.d.ts +5 -10
  730. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTargetCommand.d.ts +4 -6
  731. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateMaintenanceWindowTaskCommand.d.ts +4 -6
  732. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -6
  733. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsItemCommand.d.ts +4 -9
  734. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateOpsMetadataCommand.d.ts +5 -11
  735. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdatePatchBaselineCommand.d.ts +5 -10
  736. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateResourceDataSyncCommand.d.ts +5 -10
  737. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/UpdateServiceSettingCommand.d.ts +5 -10
  738. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ValidateCloudConnectorCommand.d.ts +5 -10
  739. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  740. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  741. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  742. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/index.d.ts +1 -1
  743. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/enums.d.ts +31 -62
  744. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/errors.d.ts +115 -458
  745. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +9 -18
  746. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +7 -21
  747. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +1 -4
  748. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +60 -73
  749. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +62 -68
  750. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +64 -77
  751. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  752. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  753. package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/waiters/waitForCommandExecuted.d.ts +3 -5
  754. package/node_modules/@aws-sdk/client-ssm/package.json +41 -41
  755. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +67 -29
  756. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1441 -406
  757. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +7 -2
  758. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +28 -14
  759. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.js +1 -0
  760. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.js +3 -0
  761. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.js +8 -0
  762. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +1 -1
  763. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +3 -3
  764. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.browser.js +9 -0
  765. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +5 -1
  766. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -1
  767. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +12 -6
  768. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +2 -1
  769. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +1 -1
  770. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +8 -5
  771. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +2 -2
  772. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +3 -3
  773. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonSettings.js +1 -0
  774. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonCodec.js → codec-v1/JsonCodec.js} +1 -1
  775. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v1/JsonSettings.js +1 -0
  776. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonShapeDeserializer.js → codec-v1/JsonShapeDeserializer.js} +15 -6
  777. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/{JsonShapeSerializer.js → codec-v1/JsonShapeSerializer.js} +18 -5
  778. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.js +103 -0
  779. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonCodec2.js +20 -0
  780. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonShapeDeserializer2.js +200 -0
  781. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/codec-v2/JsonShapeSerializer2.js +519 -0
  782. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/detectBufferParsing.js +18 -0
  783. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +108 -5
  784. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/needsReviver.js +41 -0
  785. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +33 -13
  786. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/writeKey.js +3 -0
  787. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +6 -2
  788. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +4 -4
  789. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/lib/aws/partitions.d.ts +54 -54
  790. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +1 -1
  791. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +1 -1
  792. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +1 -1
  793. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
  794. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.d.ts +6 -0
  795. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.d.ts +7 -0
  796. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.d.ts +13 -0
  797. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -1
  798. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +22 -6
  799. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.browser.d.ts +11 -0
  800. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +7 -1
  801. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
  802. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +22 -6
  803. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +2 -1
  804. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +9 -6
  805. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -2
  806. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -2
  807. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +4 -3
  808. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +5 -3
  809. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonSettings.d.ts +7 -0
  810. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonCodec.d.ts → codec-v1/JsonCodec.d.ts} +4 -8
  811. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v1/JsonSettings.d.ts +7 -0
  812. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonShapeDeserializer.d.ts → codec-v1/JsonShapeDeserializer.d.ts} +3 -2
  813. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/{JsonShapeSerializer.d.ts → codec-v1/JsonShapeSerializer.d.ts} +3 -2
  814. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.d.ts +51 -0
  815. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonCodec2.d.ts +13 -0
  816. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonShapeDeserializer2.d.ts +30 -0
  817. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/codec-v2/JsonShapeSerializer2.d.ts +60 -0
  818. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/detectBufferParsing.d.ts +1 -0
  819. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/needsReviver.d.ts +11 -0
  820. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +7 -2
  821. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/writeKey.d.ts +4 -0
  822. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +1 -5
  823. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +2 -4
  824. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +1 -3
  825. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -4
  826. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +3 -12
  827. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +4 -16
  828. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +3 -12
  829. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +2 -4
  830. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts +5 -9
  831. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-logger/loggerMiddleware.d.ts +3 -6
  832. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/configuration.d.ts +1 -2
  833. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts +1 -3
  834. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +1 -3
  835. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.browser.d.ts +1 -4
  836. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.d.ts +1 -4
  837. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.native.d.ts +1 -4
  838. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/check-features.d.ts +2 -6
  839. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/configurations.d.ts +1 -1
  840. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-user-agent/user-agent-middleware.d.ts +4 -7
  841. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/extensions.d.ts +2 -2
  842. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/region-config-resolver/stsRegionDefaultResolver.d.ts +1 -1
  843. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +3 -8
  844. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +1 -1
  845. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +1 -1
  846. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/isVirtualHostableS3Bucket.d.ts +1 -1
  847. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partition.d.ts +1 -1
  848. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partitions.d.ts +54 -54
  849. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/resolveDefaultAwsRegionalEndpointsConfig.d.ts +3 -9
  850. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -5
  851. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/createUserAgentStringParsingProvider.d.ts +1 -3
  852. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts +2 -9
  853. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts +2 -9
  854. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/defaultUserAgent.d.ts +2 -9
  855. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.d.ts +1 -3
  856. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +2 -5
  857. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +6 -6
  858. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -3
  859. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.browser.d.ts +1 -0
  860. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-defaults.d.ts +1 -0
  861. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/clock-skew-node-config.d.ts +4 -0
  862. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +2 -8
  863. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +3 -8
  864. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +13 -21
  865. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.browser.d.ts +32 -0
  866. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +10 -2
  867. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
  868. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +3 -1
  869. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +2 -1
  870. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +1 -4
  871. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +6 -19
  872. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +2 -2
  873. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +1 -1
  874. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +10 -11
  875. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -2
  876. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -2
  877. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +6 -5
  878. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -5
  879. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonSettings.d.ts +4 -0
  880. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +1 -3
  881. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/{JsonCodec.d.ts → codec-v1/JsonCodec.d.ts} +4 -9
  882. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v1/JsonSettings.d.ts +4 -0
  883. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/{JsonShapeDeserializer.d.ts → codec-v1/JsonShapeDeserializer.d.ts} +2 -2
  884. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/{JsonShapeSerializer.d.ts → codec-v1/JsonShapeSerializer.d.ts} +3 -7
  885. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonBytesStringAdapter.d.ts +27 -0
  886. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonCodec2.d.ts +9 -0
  887. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonShapeDeserializer2.d.ts +15 -0
  888. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/codec-v2/JsonShapeSerializer2.d.ts +39 -0
  889. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/detectBufferParsing.d.ts +1 -0
  890. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +1 -1
  891. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/needsReviver.d.ts +2 -0
  892. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +9 -13
  893. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -7
  894. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
  895. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/writeKey.d.ts +1 -0
  896. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +3 -3
  897. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +3 -12
  898. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts +1 -1
  899. package/node_modules/@aws-sdk/core/package.json +71 -63
  900. package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +1 -3
  901. package/node_modules/@aws-sdk/credential-provider-env/package.json +33 -33
  902. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +1 -3
  903. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +1 -3
  904. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +1 -1
  905. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +1 -1
  906. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +1 -4
  907. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +1 -4
  908. package/node_modules/@aws-sdk/credential-provider-http/package.json +35 -35
  909. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +4 -8
  910. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
  911. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +2 -4
  912. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +1 -1
  913. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +1 -1
  914. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +1 -1
  915. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +1 -1
  916. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +2 -4
  917. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +2 -4
  918. package/node_modules/@aws-sdk/credential-provider-ini/package.json +41 -41
  919. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +39 -32
  920. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +39 -32
  921. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +1 -0
  922. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +2 -1
  923. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +1 -1
  924. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +1 -6
  925. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +1 -3
  926. package/node_modules/@aws-sdk/credential-provider-login/package.json +36 -36
  927. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +2 -0
  928. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +2 -0
  929. package/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
  930. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +4 -11
  931. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
  932. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +1 -1
  933. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +3 -3
  934. package/node_modules/@aws-sdk/credential-provider-node/package.json +40 -40
  935. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +2 -4
  936. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +1 -1
  937. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +1 -1
  938. package/node_modules/@aws-sdk/credential-provider-process/package.json +33 -33
  939. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -4
  940. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +2 -8
  941. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +1 -1
  942. package/node_modules/@aws-sdk/credential-provider-sso/package.json +35 -35
  943. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +3 -7
  944. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +5 -7
  945. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +1 -4
  946. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +41 -41
  947. package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/ts3.4/change-resource-record-sets.d.ts +3 -12
  948. package/node_modules/@aws-sdk/middleware-sdk-route53/dist-types/ts3.4/id-normalizer.d.ts +3 -12
  949. package/node_modules/@aws-sdk/middleware-sdk-route53/package.json +32 -32
  950. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/NodeUseArnRegionConfigOptions.d.ts +1 -3
  951. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/index.browser.d.ts +1 -4
  952. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/index.d.ts +1 -4
  953. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-bucket-endpoint/bucketEndpointMiddleware.d.ts +3 -7
  954. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-bucket-endpoint/bucketHostname.d.ts +1 -1
  955. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-bucket-endpoint/bucketHostnameUtils.d.ts +9 -12
  956. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-bucket-endpoint/configurations.d.ts +1 -1
  957. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-check-content-length-header/check-content-length-header.d.ts +3 -12
  958. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-expect-continue/middleware-expect-continue.d.ts +2 -2
  959. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-location-constraint/configuration.d.ts +1 -1
  960. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-location-constraint/middleware-location-constraint.d.ts +3 -7
  961. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-region-redirect/bucket-endpoint-middleware.d.ts +1 -1
  962. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-region-redirect/region-redirect-endpoint-middleware.d.ts +1 -1
  963. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-region-redirect/region-redirect-middleware.d.ts +3 -8
  964. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-configuration/s3Configuration.d.ts +1 -1
  965. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-expires/s3-expires-middleware.d.ts +3 -7
  966. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/classes/S3ExpressIdentityCache.d.ts +1 -4
  967. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -5
  968. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -5
  969. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +3 -6
  970. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/functions/s3ExpressMiddleware.d.ts +2 -4
  971. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/functions/signS3Express.d.ts +3 -6
  972. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-s3-express/interfaces/S3ExpressIdentityProvider.d.ts +1 -1
  973. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-ssec/middleware-ssec.d.ts +3 -7
  974. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-throw-200-exceptions/throw-200-exceptions.d.ts +2 -2
  975. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/middleware-validate-bucket-name/validate-bucket-name.d.ts +2 -6
  976. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3/protocol/S3RestXmlProtocol.d.ts +1 -1
  977. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/configurations.d.ts +1 -1
  978. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/index.d.ts +1 -4
  979. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-host-prefix-deduplication/hostPrefixDeduplicationMiddleware.d.ts +3 -12
  980. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-process-arnables/getOutpostEndpoint.d.ts +1 -5
  981. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-process-arnables/getProcessArnablesPlugin.d.ts +1 -1
  982. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-process-arnables/parse-outpost-arnables.d.ts +1 -1
  983. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-process-arnables/update-arnables-request.d.ts +2 -6
  984. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/submodules/s3-control/middleware-redirect-from-postid/redirect-from-postid.d.ts +3 -8
  985. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +63 -60
  986. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +11 -9
  987. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +121 -76
  988. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +6 -5
  989. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +6 -5
  990. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  991. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +12 -8
  992. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +2 -0
  993. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +6 -4
  994. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commandBuilder.js +3 -0
  995. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenWithIAMCommand.js +4 -0
  996. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  997. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +80 -70
  998. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
  999. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +23 -0
  1000. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +6 -4
  1001. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +6 -4
  1002. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +1 -1
  1003. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
  1004. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
  1005. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +42 -40
  1006. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +42 -40
  1007. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +41 -39
  1008. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +2 -2
  1009. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +7 -0
  1010. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +3 -2
  1011. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
  1012. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commandBuilder.d.ts +8 -4
  1013. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +2 -2
  1014. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenWithIAMCommand.d.ts +114 -0
  1015. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  1016. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
  1017. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +41 -3
  1018. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +43 -41
  1019. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +43 -41
  1020. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +42 -40
  1021. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +2 -2
  1022. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +3 -0
  1023. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
  1024. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +42 -40
  1025. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +42 -40
  1026. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +41 -39
  1027. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +2 -2
  1028. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  1029. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +42 -40
  1030. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +42 -40
  1031. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +41 -39
  1032. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +2 -2
  1033. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -3
  1034. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  1035. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
  1036. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +44 -42
  1037. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +35 -33
  1038. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +43 -41
  1039. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +2 -2
  1040. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +7 -15
  1041. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +8 -22
  1042. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  1043. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +11 -15
  1044. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commandBuilder.d.ts +7 -13
  1045. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +4 -6
  1046. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -2
  1047. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/EndpointParameters.d.ts +1 -1
  1048. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/endpointResolver.d.ts +1 -1
  1049. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +2 -1
  1050. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +9 -28
  1051. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +71 -88
  1052. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +71 -83
  1053. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +75 -92
  1054. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +9 -15
  1055. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +2 -4
  1056. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +1 -5
  1057. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +20 -3
  1058. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +25 -27
  1059. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  1060. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +11 -15
  1061. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commandBuilder.d.ts +13 -18
  1062. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +9 -14
  1063. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenWithIAMCommand.d.ts +42 -0
  1064. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  1065. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +2 -1
  1066. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +1 -1
  1067. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +2 -1
  1068. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +1 -2
  1069. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +4 -12
  1070. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +9 -0
  1071. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +73 -90
  1072. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +71 -83
  1073. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +77 -94
  1074. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +8 -12
  1075. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +1 -1
  1076. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +4 -5
  1077. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +3 -3
  1078. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +13 -20
  1079. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  1080. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +10 -13
  1081. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commandBuilder.d.ts +7 -10
  1082. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +5 -10
  1083. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +1 -1
  1084. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +1 -1
  1085. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/extensionConfiguration.d.ts +2 -1
  1086. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +4 -12
  1087. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +70 -85
  1088. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +70 -80
  1089. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +74 -89
  1090. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +8 -12
  1091. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeExtensions.d.ts +1 -1
  1092. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +1 -5
  1093. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +4 -7
  1094. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +16 -29
  1095. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  1096. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +11 -15
  1097. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commandBuilder.d.ts +7 -10
  1098. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -5
  1099. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +1 -1
  1100. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +1 -1
  1101. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +2 -1
  1102. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +11 -34
  1103. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +70 -85
  1104. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +70 -80
  1105. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +74 -89
  1106. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +8 -12
  1107. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +1 -1
  1108. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +1 -5
  1109. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +7 -10
  1110. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +16 -30
  1111. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  1112. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +11 -16
  1113. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commandBuilder.d.ts +8 -18
  1114. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +3 -5
  1115. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -6
  1116. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  1117. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +5 -7
  1118. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +1 -1
  1119. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +1 -1
  1120. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +2 -1
  1121. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +7 -24
  1122. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +75 -95
  1123. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +77 -94
  1124. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +79 -99
  1125. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -13
  1126. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +1 -1
  1127. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +1 -5
  1128. package/node_modules/@aws-sdk/nested-clients/package.json +53 -50
  1129. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +5 -13
  1130. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4SignWithCredentials.d.ts +2 -2
  1131. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +2 -8
  1132. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/signature-v4-crt-container.d.ts +1 -1
  1133. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +30 -30
  1134. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +8 -4
  1135. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +8 -4
  1136. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +1 -4
  1137. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +2 -6
  1138. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +2 -9
  1139. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +2 -4
  1140. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -1
  1141. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +1 -3
  1142. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +1 -5
  1143. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +1 -4
  1144. package/node_modules/@aws-sdk/token-providers/package.json +36 -36
  1145. package/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +1 -7
  1146. package/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +1 -6
  1147. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +2 -5
  1148. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +1 -5
  1149. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +7 -39
  1150. package/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +1 -9
  1151. package/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +1 -6
  1152. package/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +1 -6
  1153. package/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +1 -4
  1154. package/node_modules/@aws-sdk/types/package.json +31 -31
  1155. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +14 -4
  1156. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +14 -4
  1157. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +2 -12
  1158. package/node_modules/@aws-sdk/xml-builder/package.json +35 -35
  1159. package/node_modules/@smithy/core/dist-cjs/index.js +3 -1
  1160. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1671 -361
  1161. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +14 -3
  1162. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +2 -2
  1163. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +3 -3
  1164. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +1 -1
  1165. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +8 -4
  1166. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +33 -13
  1167. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +49 -17
  1168. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +49 -17
  1169. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +35 -16
  1170. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +8 -4
  1171. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +8 -4
  1172. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +4 -14
  1173. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +10 -7
  1174. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +22 -9
  1175. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +10 -7
  1176. package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +8 -1
  1177. package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/DefaultIdentityProviderConfig.js +3 -0
  1178. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -205
  1179. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +2 -3
  1180. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +30 -14
  1181. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +13 -5
  1182. package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeDeserializer.js +122 -0
  1183. package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v1/CborShapeSerializer.js +110 -0
  1184. package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeDeserializer2.js +650 -0
  1185. package/node_modules/@smithy/core/dist-es/submodules/cbor/codec-v2/CborShapeSerializer2.js +620 -0
  1186. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +5 -1
  1187. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +6 -1
  1188. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/checksum.js +3 -0
  1189. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-value-from-text-node.js +4 -1
  1190. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/object-mapping.js +6 -1
  1191. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/serde-json.js +4 -1
  1192. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionInfo/getRegionInfo.js +1 -1
  1193. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.js +1 -1
  1194. package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/getSelectorName.js +1 -1
  1195. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/parseIni.js +1 -1
  1196. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.js +8 -1
  1197. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.js +2 -1
  1198. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.js +11 -9
  1199. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.js +8 -0
  1200. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js +1 -0
  1201. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/s3.js +1 -1
  1202. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/parseURL.js +1 -1
  1203. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/resolveEndpoint.js +3 -0
  1204. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +45 -15
  1205. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/HeaderMarshaller.js +5 -2
  1206. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +9 -0
  1207. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +6 -0
  1208. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +6 -4
  1209. package/node_modules/@smithy/core/dist-es/submodules/protocols/middleware-content-length/contentLengthMiddleware.js +7 -5
  1210. package/node_modules/@smithy/core/dist-es/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.js +8 -5
  1211. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/parseRetryAfterHeader.js +4 -1
  1212. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +1 -1
  1213. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retryMiddleware.js +1 -1
  1214. package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/constants.js +1 -0
  1215. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/StandardRetryStrategy.js +1 -1
  1216. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +2 -2
  1217. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +1 -1
  1218. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +0 -2
  1219. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +0 -2
  1220. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +1 -1
  1221. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +0 -2
  1222. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +0 -2
  1223. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +0 -2
  1224. package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -1
  1225. package/node_modules/@smithy/core/dist-es/submodules/serde/date-utils.js +1 -1
  1226. package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +1 -0
  1227. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  1228. package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +1 -0
  1229. package/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js +2 -2
  1230. package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +3 -0
  1231. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +11 -1
  1232. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.js +1 -1
  1233. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +2 -2
  1234. package/node_modules/@smithy/core/dist-es/submodules/transport/hasOwn.js +3 -0
  1235. package/node_modules/@smithy/core/dist-es/submodules/transport/index.js +1 -0
  1236. package/node_modules/@smithy/core/dist-es/submodules/transport/isValidHostname.js +1 -1
  1237. package/node_modules/@smithy/core/dist-es/submodules/transport/toEndpointV1.js +3 -0
  1238. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -27
  1239. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +2 -2
  1240. package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +13 -0
  1241. package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +15 -0
  1242. package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +18 -0
  1243. package/node_modules/@smithy/core/dist-types/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +35 -0
  1244. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +5 -1
  1245. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +1 -7
  1246. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/checkRegion.d.ts +2 -1
  1247. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +11 -0
  1248. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.d.ts +17 -0
  1249. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +12 -0
  1250. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +1 -1
  1251. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +1 -1
  1252. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +2 -2
  1253. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +2 -2
  1254. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +2 -2
  1255. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +2 -2
  1256. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +24 -4
  1257. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +7 -2
  1258. package/node_modules/@smithy/core/dist-types/submodules/retry/service-error-classification/constants.d.ts +1 -0
  1259. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/retries-2026-config.d.ts +2 -2
  1260. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  1261. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +2 -2
  1262. package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -1
  1263. package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +1 -0
  1264. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  1265. package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +1 -0
  1266. package/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +5 -5
  1267. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +9 -4
  1268. package/node_modules/@smithy/core/dist-types/submodules/transport/hasOwn.d.ts +4 -0
  1269. package/node_modules/@smithy/core/dist-types/submodules/transport/index.d.ts +1 -0
  1270. package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +14 -0
  1271. package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
  1272. package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
  1273. package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
  1274. package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/index.d.ts +4 -0
  1275. package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  1276. package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
  1277. package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
  1278. package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/middleware-http-signing/index.d.ts +2 -0
  1279. package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/pagination/createPaginator.d.ts +7 -0
  1280. package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
  1281. package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
  1282. package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
  1283. package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
  1284. package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
  1285. package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/index.d.ts +4 -0
  1286. package/node_modules/@smithy/core/dist-types/ts3.4/legacy-root-exports/util-identity-and-auth/memoizeIdentityProvider.d.ts +31 -0
  1287. package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
  1288. package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
  1289. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +11 -0
  1290. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +28 -0
  1291. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  1292. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +22 -0
  1293. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +13 -0
  1294. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +65 -0
  1295. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +25 -0
  1296. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeDeserializer.d.ts +13 -0
  1297. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v1/CborShapeSerializer.d.ts +15 -0
  1298. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeDeserializer2.d.ts +18 -0
  1299. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/codec-v2/CborShapeSerializer2.d.ts +35 -0
  1300. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +9 -0
  1301. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
  1302. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/chunked-blob-reader/chunked-blob-reader.d.ts +6 -0
  1303. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.d.ts +4 -0
  1304. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/crc32/Crc32Js.d.ts +18 -0
  1305. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/crc32/Crc32Node.d.ts +18 -0
  1306. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-blob-browser/blobHasher.d.ts +5 -0
  1307. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/HashCalculator.d.ts +10 -0
  1308. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/fileStreamHasher.d.ts +6 -0
  1309. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/hash-stream-node/readableStreamHasher.d.ts +6 -0
  1310. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.browser.d.ts +11 -0
  1311. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.d.ts +11 -0
  1312. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/index.native.d.ts +11 -0
  1313. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/md5/Md5Js.d.ts +19 -0
  1314. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/md5/Md5Node.d.ts +17 -0
  1315. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256Js.d.ts +28 -0
  1316. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256Node.d.ts +13 -0
  1317. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/checksum/sha256/Sha256WebCrypto.d.ts +22 -0
  1318. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/index.d.ts +27 -0
  1319. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/invalid-dependency/invalidFunction.d.ts +4 -0
  1320. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/invalid-dependency/invalidProvider.d.ts +5 -0
  1321. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/middleware-stack/MiddlewareStack.d.ts +5 -0
  1322. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/middleware-stack/types.d.ts +22 -0
  1323. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/NoOpLogger.d.ts +11 -0
  1324. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/client-command-builder.d.ts +22 -0
  1325. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/client.d.ts +84 -0
  1326. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/command.d.ts +118 -0
  1327. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/constants.d.ts +4 -0
  1328. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/create-aggregated-client.d.ts +16 -0
  1329. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/default-error-handler.d.ts +15 -0
  1330. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/defaults-mode.d.ts +28 -0
  1331. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/emitWarningIfUnsupportedVersion.d.ts +7 -0
  1332. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/exceptions.d.ts +42 -0
  1333. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/checksum.d.ts +25 -0
  1334. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +32 -0
  1335. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/extensions/retry.d.ts +18 -0
  1336. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/get-array-if-single-item.d.ts +7 -0
  1337. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/get-value-from-text-node.d.ts +7 -0
  1338. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/is-serializable-header-value.d.ts +5 -0
  1339. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/object-mapping.d.ts +179 -0
  1340. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/schemaLogFilter.d.ts +9 -0
  1341. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/ser-utils.d.ts +14 -0
  1342. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/serde-json.d.ts +10 -0
  1343. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/circularReplacer.d.ts +6 -0
  1344. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/createWaiter.d.ts +11 -0
  1345. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/poller.d.ts +11 -0
  1346. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/utils/sleep.d.ts +4 -0
  1347. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/utils/validate.d.ts +8 -0
  1348. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/util-waiter/waiter.d.ts +49 -0
  1349. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +23 -0
  1350. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +23 -0
  1351. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/resolveCustomEndpointsConfig.d.ts +37 -0
  1352. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
  1353. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
  1354. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/checkRegion.d.ts +10 -0
  1355. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/config.d.ts +17 -0
  1356. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.d.ts +7 -0
  1357. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/getRealRegion.d.ts +4 -0
  1358. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/isFipsRegion.d.ts +4 -0
  1359. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionConfig/resolveRegionConfig.d.ts +34 -0
  1360. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/EndpointVariant.d.ts +11 -0
  1361. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/EndpointVariantTag.d.ts +10 -0
  1362. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/PartitionHash.d.ts +15 -0
  1363. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/RegionHash.d.ts +13 -0
  1364. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getHostnameFromVariants.d.ts +14 -0
  1365. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getRegionInfo.d.ts +19 -0
  1366. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedHostname.d.ts +13 -0
  1367. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedPartition.d.ts +13 -0
  1368. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/config-resolver/regionInfo/getResolvedSigningRegion.d.ts +14 -0
  1369. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/constants.d.ts +36 -0
  1370. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/defaultsModeConfig.d.ts +6 -0
  1371. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.d.ts +17 -0
  1372. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.d.ts +17 -0
  1373. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.d.ts +16 -0
  1374. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.browser.d.ts +55 -0
  1375. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.d.ts +36 -0
  1376. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/index.native.d.ts +55 -0
  1377. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/configLoader.d.ts +31 -0
  1378. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromEnv.d.ts +20 -0
  1379. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromSharedConfigFiles.d.ts +22 -0
  1380. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/fromStatic.d.ts +9 -0
  1381. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/node-config-provider/getSelectorName.d.ts +9 -0
  1382. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/CredentialsProviderError.d.ts +29 -0
  1383. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/ProviderError.d.ts +38 -0
  1384. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/TokenProviderError.d.ts +29 -0
  1385. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/chain.d.ts +12 -0
  1386. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/fromValue.d.ts +5 -0
  1387. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/property-provider/memoize.d.ts +40 -0
  1388. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/constants.d.ts +4 -0
  1389. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/externalDataInterceptor.d.ts +9 -0
  1390. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getConfigData.d.ts +8 -0
  1391. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getConfigFilepath.d.ts +2 -0
  1392. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getCredentialsFilepath.d.ts +2 -0
  1393. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getHomeDir.d.ts +6 -0
  1394. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getProfileName.d.ts +15 -0
  1395. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSSOTokenFilepath.d.ts +5 -0
  1396. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.d.ts +53 -0
  1397. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/getSsoSessionData.d.ts +6 -0
  1398. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/loadSharedConfigFiles.d.ts +33 -0
  1399. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/loadSsoSessionData.d.ts +17 -0
  1400. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/mergeConfigFiles.d.ts +7 -0
  1401. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/parseIni.d.ts +2 -0
  1402. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/parseKnownFiles.d.ts +18 -0
  1403. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/readFile.d.ts +21 -0
  1404. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/shared-ini-file-loader/types.d.ts +16 -0
  1405. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/booleanSelector.d.ts +10 -0
  1406. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/numberSelector.d.ts +9 -0
  1407. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/config/util-config-provider/types.d.ts +4 -0
  1408. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.browser.d.ts +24 -0
  1409. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +24 -0
  1410. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/createConfigValueProvider.d.ts +14 -0
  1411. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  1412. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.d.ts +4 -0
  1413. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +20 -0
  1414. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +13 -0
  1415. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/getIgnoreConfiguredEndpointUrls.d.ts +17 -0
  1416. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.d.ts +5 -0
  1417. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +10 -0
  1418. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +11 -0
  1419. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +122 -0
  1420. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/resolveEndpointRequiredConfig.d.ts +32 -0
  1421. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/service-customizations/index.d.ts +4 -0
  1422. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/middleware-endpoint/service-customizations/s3.d.ts +26 -0
  1423. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/bdd/BinaryDecisionDiagram.d.ts +41 -0
  1424. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/cache/EndpointCache.d.ts +34 -0
  1425. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/debugId.d.ts +1 -0
  1426. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/index.d.ts +2 -0
  1427. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/debug/toDebugString.d.ts +9 -0
  1428. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/decideEndpoint.d.ts +7 -0
  1429. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/booleanEquals.d.ts +5 -0
  1430. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/coalesce.d.ts +7 -0
  1431. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/getAttr.d.ts +7 -0
  1432. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/getAttrPathList.d.ts +4 -0
  1433. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/index.d.ts +13 -0
  1434. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/isIpAddress.d.ts +4 -0
  1435. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/isSet.d.ts +5 -0
  1436. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/ite.d.ts +6 -0
  1437. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/not.d.ts +5 -0
  1438. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/parseURL.d.ts +5 -0
  1439. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/split.d.ts +11 -0
  1440. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/stringEquals.d.ts +5 -0
  1441. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/substring.d.ts +7 -0
  1442. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/lib/uriEncode.d.ts +4 -0
  1443. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/resolveEndpoint.d.ts +6 -0
  1444. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointError.d.ts +3 -0
  1445. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointFunctions.d.ts +2 -0
  1446. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/EndpointRuleObject.d.ts +5 -0
  1447. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/ErrorRuleObject.d.ts +2 -0
  1448. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/RuleSetObject.d.ts +4 -0
  1449. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/TreeRuleObject.d.ts +3 -0
  1450. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/index.d.ts +7 -0
  1451. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/types/shared.d.ts +25 -0
  1452. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/callFunction.d.ts +1 -0
  1453. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/customEndpointFunctions.d.ts +4 -0
  1454. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/endpointFunctions.d.ts +2 -0
  1455. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +11 -0
  1456. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +8 -0
  1457. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateEndpointRule.d.ts +3 -0
  1458. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.d.ts +2 -0
  1459. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +7 -0
  1460. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +8 -0
  1461. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateTemplate.d.ts +2 -0
  1462. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/evaluateTreeRule.d.ts +1 -0
  1463. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.d.ts +2 -0
  1464. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +8 -0
  1465. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointProperty.d.ts +1 -0
  1466. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getEndpointUrl.d.ts +2 -0
  1467. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +4 -0
  1468. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/util-endpoints/utils/index.d.ts +2 -0
  1469. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +80 -0
  1470. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/EventStreamCodec.d.ts +30 -0
  1471. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/HeaderMarshaller.d.ts +12 -0
  1472. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/Int64.d.ts +20 -0
  1473. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/Message.d.ts +26 -0
  1474. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/MessageDecoderStream.d.ts +17 -0
  1475. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/MessageEncoderStream.d.ts +18 -0
  1476. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/SmithyMessageDecoderStream.d.ts +17 -0
  1477. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/SmithyMessageEncoderStream.d.ts +17 -0
  1478. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-codec/splitMessage.d.ts +11 -0
  1479. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.d.ts +46 -0
  1480. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/EventStreamMarshaller.d.ts +31 -0
  1481. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde/utils.d.ts +11 -0
  1482. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-config-resolver/EventStreamSerdeConfig.d.ts +27 -0
  1483. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.d.ts +22 -0
  1484. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/getChunkedStream.d.ts +4 -0
  1485. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/eventstream-serde-universal/getUnmarshalledStream.d.ts +18 -0
  1486. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.browser.d.ts +23 -0
  1487. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +23 -0
  1488. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +31 -0
  1489. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +95 -0
  1490. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +16 -0
  1491. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +16 -0
  1492. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
  1493. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  1494. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +27 -0
  1495. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/middleware-content-length/contentLengthMiddleware.d.ts +6 -0
  1496. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/Field.d.ts +49 -0
  1497. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/Fields.d.ts +44 -0
  1498. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +38 -0
  1499. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/httpHandler.d.ts +31 -0
  1500. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/protocol-http/types.d.ts +21 -0
  1501. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/querystring-builder/buildQueryString.d.ts +5 -0
  1502. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +52 -0
  1503. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
  1504. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
  1505. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
  1506. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
  1507. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
  1508. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  1509. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/util-uri-escape/escape-uri-path.d.ts +4 -0
  1510. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/util-uri-escape/escape-uri.d.ts +4 -0
  1511. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/index.browser.d.ts +26 -0
  1512. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/index.d.ts +20 -0
  1513. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/configurations.d.ts +71 -0
  1514. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  1515. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  1516. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/longPollMiddleware.d.ts +15 -0
  1517. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/omitRetryHeadersMiddleware.d.ts +15 -0
  1518. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/parseRetryAfterHeader.d.ts +10 -0
  1519. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +23 -0
  1520. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +33 -0
  1521. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +26 -0
  1522. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/delayDecider.d.ts +6 -0
  1523. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/retryDecider.d.ts +6 -0
  1524. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retry-pre-sra-deprecated/types.d.ts +65 -0
  1525. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/retryMiddleware.d.ts +19 -0
  1526. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/middleware-retry/util.d.ts +2 -0
  1527. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/service-error-classification/constants.d.ts +31 -0
  1528. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/service-error-classification/service-error-classification.d.ts +30 -0
  1529. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/AdaptiveRetryStrategy.d.ts +38 -0
  1530. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/ConfiguredRetryStrategy.d.ts +31 -0
  1531. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRateLimiter.d.ts +119 -0
  1532. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRetryBackoffStrategy.d.ts +12 -0
  1533. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/DefaultRetryToken.d.ts +18 -0
  1534. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/StandardRetryStrategy.d.ts +56 -0
  1535. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/config.d.ts +20 -0
  1536. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/constants.d.ts +60 -0
  1537. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/retries-2026-config.d.ts +11 -0
  1538. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/util-retry/types.d.ts +19 -0
  1539. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +71 -0
  1540. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
  1541. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +14 -0
  1542. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  1543. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
  1544. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  1545. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  1546. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
  1547. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
  1548. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +24 -0
  1549. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +146 -0
  1550. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +23 -0
  1551. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +16 -0
  1552. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
  1553. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +23 -0
  1554. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
  1555. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +23 -0
  1556. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +13 -0
  1557. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/concatBytes.d.ts +6 -0
  1558. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
  1559. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +61 -0
  1560. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/hash-node/hash-node.d.ts +13 -0
  1561. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.browser.d.ts +42 -0
  1562. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +40 -0
  1563. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.native.d.ts +40 -0
  1564. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/is-array-buffer/is-array-buffer.d.ts +4 -0
  1565. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +43 -0
  1566. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/deserializerMiddleware.d.ts +6 -0
  1567. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/serdePlugin.d.ts +24 -0
  1568. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/middleware-serde/serializerMiddleware.d.ts +6 -0
  1569. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +250 -0
  1570. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +6 -0
  1571. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +38 -0
  1572. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +10 -0
  1573. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +5 -0
  1574. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/constants-for-browser.d.ts +5 -0
  1575. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/fromBase64.browser.d.ts +8 -0
  1576. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/fromBase64.d.ts +7 -0
  1577. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/toBase64.browser.d.ts +9 -0
  1578. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-base64/toBase64.d.ts +8 -0
  1579. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-body-length/calculateBodyLength.browser.d.ts +4 -0
  1580. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-body-length/calculateBodyLength.d.ts +4 -0
  1581. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-buffer-from/buffer-from.d.ts +12 -0
  1582. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-hex-encoding/hex-encoding.d.ts +12 -0
  1583. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/ByteArrayCollector.d.ts +13 -0
  1584. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.d.ts +18 -0
  1585. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/ChecksumStream.browser.d.ts +37 -0
  1586. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +82 -0
  1587. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/createChecksumStream.browser.d.ts +14 -0
  1588. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/checksum/createChecksumStream.d.ts +13 -0
  1589. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/createBufferedReadable.browser.d.ts +55 -0
  1590. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/createBufferedReadable.d.ts +16 -0
  1591. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/getAwsChunkedEncodingStream.browser.d.ts +5 -0
  1592. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/getAwsChunkedEncodingStream.d.ts +10 -0
  1593. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/headStream.browser.d.ts +7 -0
  1594. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/headStream.d.ts +9 -0
  1595. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/sdk-stream-mixin.browser.d.ts +7 -0
  1596. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/sdk-stream-mixin.d.ts +8 -0
  1597. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/splitStream.browser.d.ts +8 -0
  1598. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/splitStream.d.ts +17 -0
  1599. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-collector.browser.d.ts +12 -0
  1600. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-collector.d.ts +6 -0
  1601. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-stream/stream-type-check.d.ts +17 -0
  1602. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/fromUtf8.browser.d.ts +1 -0
  1603. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/fromUtf8.d.ts +1 -0
  1604. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUint8Array.browser.d.ts +4 -0
  1605. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUint8Array.d.ts +1 -0
  1606. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUtf8.browser.d.ts +7 -0
  1607. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/util-utf8/toUtf8.d.ts +7 -0
  1608. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/uuid/v4.d.ts +24 -0
  1609. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +33 -0
  1610. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/getSmithyContext.d.ts +5 -0
  1611. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/hasOwn.d.ts +4 -0
  1612. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/httpRequest.d.ts +52 -0
  1613. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/httpResponse.d.ts +29 -0
  1614. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/index.d.ts +11 -0
  1615. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/isValidHostLabel.d.ts +7 -0
  1616. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/isValidHostname.d.ts +1 -0
  1617. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/normalizeProvider.d.ts +7 -0
  1618. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/parseQueryString.d.ts +5 -0
  1619. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/parseUrl.d.ts +5 -0
  1620. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/transport/toEndpointV1.d.ts +6 -0
  1621. package/node_modules/@smithy/core/package.json +88 -93
  1622. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +7 -0
  1623. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +13 -0
  1624. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +7 -0
  1625. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +13 -0
  1626. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  1627. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +21 -0
  1628. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +10 -0
  1629. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +26 -0
  1630. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +19 -0
  1631. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +40 -0
  1632. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +5 -0
  1633. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/node-http.d.ts +2 -0
  1634. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +10 -0
  1635. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +7 -0
  1636. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
  1637. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +21 -0
  1638. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +15 -0
  1639. package/node_modules/@smithy/credential-provider-imds/package.json +32 -42
  1640. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -1
  1641. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +2 -1
  1642. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +7 -0
  1643. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +38 -0
  1644. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
  1645. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
  1646. package/node_modules/@smithy/fetch-http-handler/package.json +31 -41
  1647. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +27 -8
  1648. package/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +3 -0
  1649. package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +1 -0
  1650. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +12 -2
  1651. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +2 -3
  1652. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +8 -1
  1653. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  1654. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +10 -0
  1655. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
  1656. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
  1657. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/http2/ClientHttp2SessionRef.d.ts +46 -0
  1658. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
  1659. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +47 -0
  1660. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +46 -0
  1661. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +36 -0
  1662. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +76 -0
  1663. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2.d.ts +2 -0
  1664. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-https.d.ts +2 -0
  1665. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
  1666. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
  1667. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
  1668. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
  1669. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +9 -0
  1670. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
  1671. package/node_modules/@smithy/node-http-handler/package.json +32 -42
  1672. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +21 -9
  1673. package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +5 -2
  1674. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +1 -1
  1675. package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +4 -1
  1676. package/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +4 -1
  1677. package/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +10 -3
  1678. package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +4 -1
  1679. package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +4 -1
  1680. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +25 -0
  1681. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +20 -0
  1682. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
  1683. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
  1684. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +30 -0
  1685. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
  1686. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
  1687. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
  1688. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
  1689. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +12 -0
  1690. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +10 -0
  1691. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
  1692. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +23 -0
  1693. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
  1694. package/node_modules/@smithy/signature-v4/package.json +27 -37
  1695. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +14 -0
  1696. package/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +14 -14
  1697. package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  1698. package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +45 -0
  1699. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  1700. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  1701. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  1702. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
  1703. package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  1704. package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +59 -0
  1705. package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +7 -0
  1706. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +37 -0
  1707. package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +61 -0
  1708. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
  1709. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
  1710. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +15 -0
  1711. package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  1712. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
  1713. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
  1714. package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +58 -0
  1715. package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +40 -0
  1716. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
  1717. package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
  1718. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointParameterInstructions.d.ts +41 -0
  1719. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
  1720. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
  1721. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
  1722. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
  1723. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
  1724. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
  1725. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
  1726. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
  1727. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +32 -0
  1728. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  1729. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +6 -0
  1730. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  1731. package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  1732. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  1733. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +142 -0
  1734. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +110 -0
  1735. package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  1736. package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
  1737. package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
  1738. package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
  1739. package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  1740. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +52 -0
  1741. package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
  1742. package/node_modules/@smithy/types/dist-types/ts3.4/metrics.d.ts +93 -0
  1743. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +541 -0
  1744. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
  1745. package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
  1746. package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
  1747. package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +162 -0
  1748. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +149 -0
  1749. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +251 -0
  1750. package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  1751. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +118 -0
  1752. package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  1753. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
  1754. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +79 -0
  1755. package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +172 -0
  1756. package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
  1757. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +28 -0
  1758. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +54 -0
  1759. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +41 -0
  1760. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +42 -0
  1761. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  1762. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +77 -0
  1763. package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  1764. package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  1765. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
  1766. package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +40 -0
  1767. package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
  1768. package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
  1769. package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
  1770. package/node_modules/@smithy/types/package.json +29 -39
  1771. package/node_modules/@zone-eu/mailsplit/lib/headers.js +81 -10
  1772. package/node_modules/@zone-eu/mailsplit/lib/message-splitter.js +233 -73
  1773. package/node_modules/@zone-eu/mailsplit/lib/mime-node.d.ts +3 -0
  1774. package/node_modules/@zone-eu/mailsplit/lib/mime-node.js +4 -0
  1775. package/node_modules/@zone-eu/mailsplit/lib/types.d.ts +3 -0
  1776. package/node_modules/@zone-eu/mailsplit/package.json +5 -5
  1777. package/node_modules/deepmerge-ts/CHANGELOG.md +69 -0
  1778. package/node_modules/deepmerge-ts/README.md +25 -1
  1779. package/node_modules/deepmerge-ts/dist/index.cjs +1366 -189
  1780. package/node_modules/deepmerge-ts/dist/index.d.cts +560 -506
  1781. package/node_modules/deepmerge-ts/dist/index.d.mts +560 -506
  1782. package/node_modules/deepmerge-ts/dist/index.mjs +1362 -190
  1783. package/node_modules/deepmerge-ts/package.json +85 -77
  1784. package/node_modules/encoding-japanese/README.md +5 -4
  1785. package/node_modules/encoding-japanese/encoding.js +173 -25
  1786. package/node_modules/encoding-japanese/encoding.min.js +2 -2
  1787. package/node_modules/encoding-japanese/package.json +5 -7
  1788. package/node_modules/encoding-japanese/src/encoding-convert.js +34 -5
  1789. package/node_modules/encoding-japanese/src/encoding-detect.js +22 -11
  1790. package/node_modules/encoding-japanese/src/index.js +13 -1
  1791. package/node_modules/encoding-japanese/src/sjis-ext.js +94 -0
  1792. package/node_modules/html-to-text/CHANGELOG.md +8 -0
  1793. package/node_modules/html-to-text/package.json +2 -2
  1794. package/node_modules/libmime/CHANGELOG.md +14 -0
  1795. package/node_modules/libmime/lib/libmime.js +157 -99
  1796. package/node_modules/libmime/package.json +4 -4
  1797. package/node_modules/mailparser/.release-please-manifest.json +1 -1
  1798. package/node_modules/mailparser/CHANGELOG.md +57 -0
  1799. package/node_modules/mailparser/lib/mail-parser.js +111 -12
  1800. package/node_modules/mailparser/package.json +14 -11
  1801. package/node_modules/nodemailer/CHANGELOG.md +87 -0
  1802. package/node_modules/nodemailer/README.md +10 -9
  1803. package/node_modules/nodemailer/SECURITY.md +7 -7
  1804. package/node_modules/nodemailer/dist/cjs/addressparser/index.d.ts +47 -0
  1805. package/node_modules/nodemailer/dist/cjs/addressparser/index.js +508 -0
  1806. package/node_modules/nodemailer/dist/cjs/base64/index.d.ts +40 -0
  1807. package/node_modules/nodemailer/{lib → dist/cjs}/base64/index.js +31 -53
  1808. package/node_modules/nodemailer/dist/cjs/dkim/index.d.ts +40 -0
  1809. package/node_modules/nodemailer/dist/cjs/dkim/index.js +211 -0
  1810. package/node_modules/nodemailer/dist/cjs/dkim/message-parser.d.ts +41 -0
  1811. package/node_modules/nodemailer/dist/cjs/dkim/message-parser.js +147 -0
  1812. package/node_modules/nodemailer/dist/cjs/dkim/relaxed-body.d.ts +46 -0
  1813. package/node_modules/nodemailer/dist/cjs/dkim/relaxed-body.js +143 -0
  1814. package/node_modules/nodemailer/dist/cjs/dkim/sign.d.ts +49 -0
  1815. package/node_modules/nodemailer/dist/cjs/dkim/sign.js +148 -0
  1816. package/node_modules/nodemailer/dist/cjs/errors.d.ts +95 -0
  1817. package/node_modules/nodemailer/dist/cjs/errors.js +70 -0
  1818. package/node_modules/nodemailer/dist/cjs/fetch/cookies.d.ts +94 -0
  1819. package/node_modules/nodemailer/dist/cjs/fetch/cookies.js +268 -0
  1820. package/node_modules/nodemailer/dist/cjs/fetch/index.d.ts +51 -0
  1821. package/node_modules/nodemailer/dist/cjs/fetch/index.js +409 -0
  1822. package/node_modules/nodemailer/dist/cjs/json-transport/index.d.ts +54 -0
  1823. package/node_modules/nodemailer/dist/cjs/json-transport/index.js +97 -0
  1824. package/node_modules/nodemailer/dist/cjs/mail-composer/index.d.ts +224 -0
  1825. package/node_modules/nodemailer/dist/cjs/mail-composer/index.js +602 -0
  1826. package/node_modules/nodemailer/dist/cjs/mailer/index.d.ts +226 -0
  1827. package/node_modules/nodemailer/dist/cjs/mailer/index.js +401 -0
  1828. package/node_modules/nodemailer/dist/cjs/mailer/mail-message.d.ts +94 -0
  1829. package/node_modules/nodemailer/dist/cjs/mailer/mail-message.js +339 -0
  1830. package/node_modules/nodemailer/dist/cjs/mime-funcs/index.d.ts +157 -0
  1831. package/node_modules/nodemailer/dist/cjs/mime-funcs/index.js +670 -0
  1832. package/node_modules/nodemailer/dist/cjs/mime-funcs/mime-types.d.ts +2 -0
  1833. package/node_modules/nodemailer/dist/cjs/mime-funcs/mime-types.js +2103 -0
  1834. package/node_modules/nodemailer/dist/cjs/mime-node/index.d.ts +484 -0
  1835. package/node_modules/nodemailer/dist/cjs/mime-node/index.js +1422 -0
  1836. package/node_modules/nodemailer/dist/cjs/mime-node/last-newline.d.ts +7 -0
  1837. package/node_modules/nodemailer/dist/cjs/mime-node/last-newline.js +30 -0
  1838. package/node_modules/nodemailer/dist/cjs/mime-node/le-unix.d.ts +13 -0
  1839. package/node_modules/nodemailer/dist/cjs/mime-node/le-unix.js +39 -0
  1840. package/node_modules/nodemailer/dist/cjs/mime-node/le-windows.d.ts +14 -0
  1841. package/node_modules/nodemailer/dist/cjs/mime-node/le-windows.js +46 -0
  1842. package/node_modules/nodemailer/dist/cjs/nodemailer.d.ts +102 -0
  1843. package/node_modules/nodemailer/dist/cjs/nodemailer.js +207 -0
  1844. package/node_modules/nodemailer/dist/cjs/package-info.d.ts +3 -0
  1845. package/node_modules/nodemailer/dist/cjs/package-info.js +7 -0
  1846. package/node_modules/nodemailer/dist/cjs/package.json +3 -0
  1847. package/node_modules/nodemailer/dist/cjs/punycode/index.d.ts +73 -0
  1848. package/node_modules/nodemailer/{lib → dist/cjs}/punycode/index.js +62 -112
  1849. package/node_modules/nodemailer/dist/cjs/qp/index.d.ts +33 -0
  1850. package/node_modules/nodemailer/{lib → dist/cjs}/qp/index.js +30 -64
  1851. package/node_modules/nodemailer/dist/cjs/sendmail-transport/index.d.ts +69 -0
  1852. package/node_modules/nodemailer/dist/cjs/sendmail-transport/index.js +210 -0
  1853. package/node_modules/nodemailer/dist/cjs/ses-transport/index.d.ts +75 -0
  1854. package/node_modules/nodemailer/dist/cjs/ses-transport/index.js +248 -0
  1855. package/node_modules/nodemailer/dist/cjs/shared/index.d.ts +230 -0
  1856. package/node_modules/nodemailer/dist/cjs/shared/index.js +665 -0
  1857. package/node_modules/nodemailer/dist/cjs/shared/objects.d.ts +23 -0
  1858. package/node_modules/nodemailer/dist/cjs/shared/objects.js +43 -0
  1859. package/node_modules/nodemailer/dist/cjs/shared/url.d.ts +21 -0
  1860. package/node_modules/nodemailer/dist/cjs/shared/url.js +255 -0
  1861. package/node_modules/nodemailer/dist/cjs/smtp-connection/data-stream.d.ts +22 -0
  1862. package/node_modules/nodemailer/dist/cjs/smtp-connection/data-stream.js +98 -0
  1863. package/node_modules/nodemailer/dist/cjs/smtp-connection/http-proxy-client.d.ts +39 -0
  1864. package/node_modules/nodemailer/dist/cjs/smtp-connection/http-proxy-client.js +177 -0
  1865. package/node_modules/nodemailer/dist/cjs/smtp-connection/index.d.ts +719 -0
  1866. package/node_modules/nodemailer/dist/cjs/smtp-connection/index.js +1676 -0
  1867. package/node_modules/nodemailer/dist/cjs/smtp-pool/index.d.ts +163 -0
  1868. package/node_modules/nodemailer/dist/cjs/smtp-pool/index.js +530 -0
  1869. package/node_modules/nodemailer/dist/cjs/smtp-pool/pool-resource.d.ts +64 -0
  1870. package/node_modules/nodemailer/dist/cjs/smtp-pool/pool-resource.js +261 -0
  1871. package/node_modules/nodemailer/dist/cjs/smtp-transport/index.d.ts +143 -0
  1872. package/node_modules/nodemailer/dist/cjs/smtp-transport/index.js +379 -0
  1873. package/node_modules/nodemailer/dist/cjs/stream-transport/index.d.ts +63 -0
  1874. package/node_modules/nodemailer/dist/cjs/stream-transport/index.js +146 -0
  1875. package/node_modules/nodemailer/dist/cjs/well-known/index.d.ts +35 -0
  1876. package/node_modules/nodemailer/dist/cjs/well-known/index.js +41 -0
  1877. package/node_modules/nodemailer/dist/cjs/well-known/services.d.ts +2 -0
  1878. package/node_modules/nodemailer/dist/cjs/well-known/services.js +666 -0
  1879. package/node_modules/nodemailer/dist/cjs/xoauth2/index.d.ts +191 -0
  1880. package/node_modules/nodemailer/dist/cjs/xoauth2/index.js +414 -0
  1881. package/node_modules/nodemailer/dist/esm/addressparser/index.d.ts +47 -0
  1882. package/node_modules/nodemailer/{lib → dist/esm}/addressparser/index.js +187 -82
  1883. package/node_modules/nodemailer/dist/esm/base64/index.d.ts +40 -0
  1884. package/node_modules/nodemailer/dist/esm/base64/index.js +110 -0
  1885. package/node_modules/nodemailer/dist/esm/dkim/index.d.ts +40 -0
  1886. package/node_modules/nodemailer/{lib → dist/esm}/dkim/index.js +29 -70
  1887. package/node_modules/nodemailer/dist/esm/dkim/message-parser.d.ts +41 -0
  1888. package/node_modules/nodemailer/{lib → dist/esm}/dkim/message-parser.js +28 -40
  1889. package/node_modules/nodemailer/dist/esm/dkim/relaxed-body.d.ts +46 -0
  1890. package/node_modules/nodemailer/dist/esm/dkim/relaxed-body.js +135 -0
  1891. package/node_modules/nodemailer/dist/esm/dkim/sign.d.ts +49 -0
  1892. package/node_modules/nodemailer/{lib → dist/esm}/dkim/sign.js +38 -46
  1893. package/node_modules/nodemailer/dist/esm/errors.d.ts +95 -0
  1894. package/node_modules/nodemailer/{lib → dist/esm}/errors.js +27 -18
  1895. package/node_modules/nodemailer/dist/esm/fetch/cookies.d.ts +94 -0
  1896. package/node_modules/nodemailer/{lib → dist/esm}/fetch/cookies.js +75 -121
  1897. package/node_modules/nodemailer/dist/esm/fetch/index.d.ts +51 -0
  1898. package/node_modules/nodemailer/{lib → dist/esm}/fetch/index.js +149 -81
  1899. package/node_modules/nodemailer/dist/esm/json-transport/index.d.ts +54 -0
  1900. package/node_modules/nodemailer/{lib → dist/esm}/json-transport/index.js +18 -40
  1901. package/node_modules/nodemailer/dist/esm/mail-composer/index.d.ts +224 -0
  1902. package/node_modules/nodemailer/{lib → dist/esm}/mail-composer/index.js +191 -266
  1903. package/node_modules/nodemailer/dist/esm/mailer/index.d.ts +226 -0
  1904. package/node_modules/nodemailer/{lib → dist/esm}/mailer/index.js +120 -213
  1905. package/node_modules/nodemailer/dist/esm/mailer/mail-message.d.ts +94 -0
  1906. package/node_modules/nodemailer/{lib → dist/esm}/mailer/mail-message.js +102 -126
  1907. package/node_modules/nodemailer/dist/esm/mime-funcs/index.d.ts +157 -0
  1908. package/node_modules/nodemailer/dist/esm/mime-funcs/index.js +621 -0
  1909. package/node_modules/nodemailer/dist/esm/mime-funcs/mime-types.d.ts +2 -0
  1910. package/node_modules/nodemailer/{lib → dist/esm}/mime-funcs/mime-types.js +29 -42
  1911. package/node_modules/nodemailer/dist/esm/mime-node/index.d.ts +484 -0
  1912. package/node_modules/nodemailer/{lib → dist/esm}/mime-node/index.js +418 -374
  1913. package/node_modules/nodemailer/dist/esm/mime-node/last-newline.d.ts +7 -0
  1914. package/node_modules/nodemailer/{lib → dist/esm}/mime-node/last-newline.js +2 -10
  1915. package/node_modules/nodemailer/dist/esm/mime-node/le-unix.d.ts +13 -0
  1916. package/node_modules/nodemailer/{lib → dist/esm}/mime-node/le-unix.js +5 -11
  1917. package/node_modules/nodemailer/dist/esm/mime-node/le-windows.d.ts +14 -0
  1918. package/node_modules/nodemailer/{lib → dist/esm}/mime-node/le-windows.js +5 -13
  1919. package/node_modules/nodemailer/dist/esm/nodemailer.d.ts +102 -0
  1920. package/node_modules/nodemailer/{lib → dist/esm}/nodemailer.js +65 -69
  1921. package/node_modules/nodemailer/dist/esm/package-info.d.ts +3 -0
  1922. package/node_modules/nodemailer/dist/esm/package-info.js +4 -0
  1923. package/node_modules/nodemailer/dist/esm/package.json +3 -0
  1924. package/node_modules/nodemailer/dist/esm/punycode/index.d.ts +73 -0
  1925. package/node_modules/nodemailer/dist/esm/punycode/index.js +404 -0
  1926. package/node_modules/nodemailer/dist/esm/qp/index.d.ts +33 -0
  1927. package/node_modules/nodemailer/dist/esm/qp/index.js +190 -0
  1928. package/node_modules/nodemailer/dist/esm/sendmail-transport/index.d.ts +69 -0
  1929. package/node_modules/nodemailer/{lib → dist/esm}/sendmail-transport/index.js +56 -103
  1930. package/node_modules/nodemailer/dist/esm/ses-transport/index.d.ts +75 -0
  1931. package/node_modules/nodemailer/dist/esm/ses-transport/index.js +208 -0
  1932. package/node_modules/nodemailer/dist/esm/shared/index.d.ts +230 -0
  1933. package/node_modules/nodemailer/{lib → dist/esm}/shared/index.js +155 -270
  1934. package/node_modules/nodemailer/dist/esm/shared/objects.d.ts +23 -0
  1935. package/node_modules/nodemailer/dist/esm/shared/objects.js +38 -0
  1936. package/node_modules/nodemailer/dist/esm/shared/url.d.ts +21 -0
  1937. package/node_modules/nodemailer/dist/esm/shared/url.js +214 -0
  1938. package/node_modules/nodemailer/dist/esm/smtp-connection/data-stream.d.ts +22 -0
  1939. package/node_modules/nodemailer/{lib → dist/esm}/smtp-connection/data-stream.js +14 -26
  1940. package/node_modules/nodemailer/dist/esm/smtp-connection/http-proxy-client.d.ts +39 -0
  1941. package/node_modules/nodemailer/{lib → dist/esm}/smtp-connection/http-proxy-client.js +27 -64
  1942. package/node_modules/nodemailer/dist/esm/smtp-connection/index.d.ts +719 -0
  1943. package/node_modules/nodemailer/{lib → dist/esm}/smtp-connection/index.js +332 -713
  1944. package/node_modules/nodemailer/dist/esm/smtp-pool/index.d.ts +163 -0
  1945. package/node_modules/nodemailer/{lib → dist/esm}/smtp-pool/index.js +120 -271
  1946. package/node_modules/nodemailer/dist/esm/smtp-pool/pool-resource.d.ts +64 -0
  1947. package/node_modules/nodemailer/{lib → dist/esm}/smtp-pool/pool-resource.js +36 -72
  1948. package/node_modules/nodemailer/dist/esm/smtp-transport/index.d.ts +143 -0
  1949. package/node_modules/nodemailer/{lib → dist/esm}/smtp-transport/index.js +58 -148
  1950. package/node_modules/nodemailer/dist/esm/stream-transport/index.d.ts +63 -0
  1951. package/node_modules/nodemailer/{lib → dist/esm}/stream-transport/index.js +37 -75
  1952. package/node_modules/nodemailer/dist/esm/well-known/index.d.ts +35 -0
  1953. package/node_modules/nodemailer/{lib → dist/esm}/well-known/index.js +5 -16
  1954. package/node_modules/nodemailer/dist/esm/well-known/services.d.ts +2 -0
  1955. package/node_modules/nodemailer/dist/esm/well-known/services.js +663 -0
  1956. package/node_modules/nodemailer/dist/esm/xoauth2/index.d.ts +191 -0
  1957. package/node_modules/nodemailer/{lib → dist/esm}/xoauth2/index.js +101 -175
  1958. package/node_modules/nodemailer/{lib → dist}/well-known/services.json +14 -0
  1959. package/node_modules/nodemailer/package.json +142 -17
  1960. package/node_modules/uuid/README.md +19 -19
  1961. package/node_modules/uuid/dist/v1.js +7 -3
  1962. package/node_modules/uuid/dist/v7.js +5 -2
  1963. package/node_modules/uuid/dist-node/v1.js +7 -3
  1964. package/node_modules/uuid/dist-node/v7.js +5 -2
  1965. package/node_modules/uuid/package.json +4 -3
  1966. package/package.json +1 -1
  1967. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +0 -135
  1968. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +0 -27
  1969. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +0 -17
  1970. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/getEndpointUrlConfig.js +0 -21
  1971. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/getEndpointUrlConfig.d.ts +0 -12
  1972. package/node_modules/nodemailer/.gitattributes +0 -6
  1973. package/node_modules/nodemailer/.ncurc.js +0 -9
  1974. package/node_modules/nodemailer/.prettierignore +0 -8
  1975. package/node_modules/nodemailer/.prettierrc +0 -12
  1976. package/node_modules/nodemailer/.prettierrc.js +0 -10
  1977. package/node_modules/nodemailer/.release-please-config.json +0 -9
  1978. package/node_modules/nodemailer/CLAUDE.md +0 -56
  1979. package/node_modules/nodemailer/CODE_OF_CONDUCT.md +0 -76
  1980. package/node_modules/nodemailer/eslint.config.js +0 -88
  1981. package/node_modules/nodemailer/lib/dkim/relaxed-body.js +0 -154
  1982. package/node_modules/nodemailer/lib/mime-funcs/index.js +0 -610
  1983. package/node_modules/nodemailer/lib/ses-transport/index.js +0 -265
  1984. package/node_modules/nodemailer/lib/shared/url.js +0 -151
@@ -0,0 +1,2103 @@
1
+ "use strict";
2
+ /* eslint quote-props: 0 */
3
+ var __importDefault = (this && this.__importDefault) || function (mod) {
4
+ return (mod && mod.__esModule) ? mod : { "default": mod };
5
+ };
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.detectMimeType = detectMimeType;
8
+ exports.detectExtension = detectExtension;
9
+ const node_path_1 = __importDefault(require("node:path"));
10
+ const defaultMimeType = 'application/octet-stream';
11
+ const defaultExtension = 'bin';
12
+ const mimeTypes = new Map([
13
+ ['application/acad', 'dwg'],
14
+ ['application/applixware', 'aw'],
15
+ ['application/arj', 'arj'],
16
+ ['application/atom+xml', 'xml'],
17
+ ['application/atomcat+xml', 'atomcat'],
18
+ ['application/atomsvc+xml', 'atomsvc'],
19
+ ['application/base64', ['mm', 'mme']],
20
+ ['application/binhex', 'hqx'],
21
+ ['application/binhex4', 'hqx'],
22
+ ['application/book', ['book', 'boo']],
23
+ ['application/ccxml+xml,', 'ccxml'],
24
+ ['application/cdf', 'cdf'],
25
+ ['application/cdmi-capability', 'cdmia'],
26
+ ['application/cdmi-container', 'cdmic'],
27
+ ['application/cdmi-domain', 'cdmid'],
28
+ ['application/cdmi-object', 'cdmio'],
29
+ ['application/cdmi-queue', 'cdmiq'],
30
+ ['application/clariscad', 'ccad'],
31
+ ['application/commonground', 'dp'],
32
+ ['application/cu-seeme', 'cu'],
33
+ ['application/davmount+xml', 'davmount'],
34
+ ['application/drafting', 'drw'],
35
+ ['application/dsptype', 'tsp'],
36
+ ['application/dssc+der', 'dssc'],
37
+ ['application/dssc+xml', 'xdssc'],
38
+ ['application/dxf', 'dxf'],
39
+ ['application/ecmascript', ['js', 'es']],
40
+ ['application/emma+xml', 'emma'],
41
+ ['application/envoy', 'evy'],
42
+ ['application/epub+zip', 'epub'],
43
+ ['application/excel', ['xls', 'xl', 'xla', 'xlb', 'xlc', 'xld', 'xlk', 'xll', 'xlm', 'xlt', 'xlv', 'xlw']],
44
+ ['application/exi', 'exi'],
45
+ ['application/font-tdpfr', 'pfr'],
46
+ ['application/fractals', 'fif'],
47
+ ['application/freeloader', 'frl'],
48
+ ['application/futuresplash', 'spl'],
49
+ ['application/geo+json', 'geojson'],
50
+ ['application/gnutar', 'tgz'],
51
+ ['application/groupwise', 'vew'],
52
+ ['application/hlp', 'hlp'],
53
+ ['application/hta', 'hta'],
54
+ ['application/hyperstudio', 'stk'],
55
+ ['application/i-deas', 'unv'],
56
+ ['application/iges', ['iges', 'igs']],
57
+ ['application/inf', 'inf'],
58
+ ['application/internet-property-stream', 'acx'],
59
+ ['application/ipfix', 'ipfix'],
60
+ ['application/java', 'class'],
61
+ ['application/java-archive', 'jar'],
62
+ ['application/java-byte-code', 'class'],
63
+ ['application/java-serialized-object', 'ser'],
64
+ ['application/java-vm', 'class'],
65
+ ['application/javascript', 'js'],
66
+ ['application/json', 'json'],
67
+ ['application/lha', 'lha'],
68
+ ['application/lzx', 'lzx'],
69
+ ['application/mac-binary', 'bin'],
70
+ ['application/mac-binhex', 'hqx'],
71
+ ['application/mac-binhex40', 'hqx'],
72
+ ['application/mac-compactpro', 'cpt'],
73
+ ['application/macbinary', 'bin'],
74
+ ['application/mads+xml', 'mads'],
75
+ ['application/marc', 'mrc'],
76
+ ['application/marcxml+xml', 'mrcx'],
77
+ ['application/mathematica', 'ma'],
78
+ ['application/mathml+xml', 'mathml'],
79
+ ['application/mbedlet', 'mbd'],
80
+ ['application/mbox', 'mbox'],
81
+ ['application/mcad', 'mcd'],
82
+ ['application/mediaservercontrol+xml', 'mscml'],
83
+ ['application/metalink4+xml', 'meta4'],
84
+ ['application/mets+xml', 'mets'],
85
+ ['application/mime', 'aps'],
86
+ ['application/mods+xml', 'mods'],
87
+ ['application/mp21', 'm21'],
88
+ ['application/mp4', 'mp4'],
89
+ ['application/mspowerpoint', ['ppt', 'pot', 'pps', 'ppz']],
90
+ ['application/msword', ['doc', 'dot', 'w6w', 'wiz', 'word']],
91
+ ['application/mswrite', 'wri'],
92
+ ['application/mxf', 'mxf'],
93
+ ['application/netmc', 'mcp'],
94
+ ['application/octet-stream', ['*']],
95
+ ['application/oda', 'oda'],
96
+ ['application/oebps-package+xml', 'opf'],
97
+ ['application/ogg', 'ogx'],
98
+ ['application/olescript', 'axs'],
99
+ ['application/onenote', 'onetoc'],
100
+ ['application/patch-ops-error+xml', 'xer'],
101
+ ['application/pdf', 'pdf'],
102
+ ['application/pgp-encrypted', 'asc'],
103
+ ['application/pgp-signature', 'pgp'],
104
+ ['application/pics-rules', 'prf'],
105
+ ['application/pkcs-12', 'p12'],
106
+ ['application/pkcs-crl', 'crl'],
107
+ ['application/pkcs10', 'p10'],
108
+ ['application/pkcs7-mime', ['p7c', 'p7m']],
109
+ ['application/pkcs7-signature', 'p7s'],
110
+ ['application/pkcs8', 'p8'],
111
+ ['application/pkix-attr-cert', 'ac'],
112
+ ['application/pkix-cert', ['cer', 'crt']],
113
+ ['application/pkix-crl', 'crl'],
114
+ ['application/pkix-pkipath', 'pkipath'],
115
+ ['application/pkixcmp', 'pki'],
116
+ ['application/plain', 'text'],
117
+ ['application/pls+xml', 'pls'],
118
+ ['application/postscript', ['ps', 'ai', 'eps']],
119
+ ['application/powerpoint', 'ppt'],
120
+ ['application/pro_eng', ['part', 'prt']],
121
+ ['application/prs.cww', 'cww'],
122
+ ['application/pskc+xml', 'pskcxml'],
123
+ ['application/rdf+xml', 'rdf'],
124
+ ['application/reginfo+xml', 'rif'],
125
+ ['application/relax-ng-compact-syntax', 'rnc'],
126
+ ['application/resource-lists+xml', 'rl'],
127
+ ['application/resource-lists-diff+xml', 'rld'],
128
+ ['application/ringing-tones', 'rng'],
129
+ ['application/rls-services+xml', 'rs'],
130
+ ['application/rsd+xml', 'rsd'],
131
+ ['application/rss+xml', 'xml'],
132
+ ['application/rtf', ['rtf', 'rtx']],
133
+ ['application/sbml+xml', 'sbml'],
134
+ ['application/scvp-cv-request', 'scq'],
135
+ ['application/scvp-cv-response', 'scs'],
136
+ ['application/scvp-vp-request', 'spq'],
137
+ ['application/scvp-vp-response', 'spp'],
138
+ ['application/sdp', 'sdp'],
139
+ ['application/sea', 'sea'],
140
+ ['application/set', 'set'],
141
+ ['application/set-payment-initiation', 'setpay'],
142
+ ['application/set-registration-initiation', 'setreg'],
143
+ ['application/shf+xml', 'shf'],
144
+ ['application/sla', 'stl'],
145
+ ['application/smil', ['smi', 'smil']],
146
+ ['application/smil+xml', 'smi'],
147
+ ['application/solids', 'sol'],
148
+ ['application/sounder', 'sdr'],
149
+ ['application/sparql-query', 'rq'],
150
+ ['application/sparql-results+xml', 'srx'],
151
+ ['application/srgs', 'gram'],
152
+ ['application/srgs+xml', 'grxml'],
153
+ ['application/sru+xml', 'sru'],
154
+ ['application/ssml+xml', 'ssml'],
155
+ ['application/step', ['step', 'stp']],
156
+ ['application/streamingmedia', 'ssm'],
157
+ ['application/tei+xml', 'tei'],
158
+ ['application/thraud+xml', 'tfi'],
159
+ ['application/timestamped-data', 'tsd'],
160
+ ['application/toolbook', 'tbk'],
161
+ ['application/vda', 'vda'],
162
+ ['application/vnd.3gpp.pic-bw-large', 'plb'],
163
+ ['application/vnd.3gpp.pic-bw-small', 'psb'],
164
+ ['application/vnd.3gpp.pic-bw-var', 'pvb'],
165
+ ['application/vnd.3gpp2.tcap', 'tcap'],
166
+ ['application/vnd.3m.post-it-notes', 'pwn'],
167
+ ['application/vnd.accpac.simply.aso', 'aso'],
168
+ ['application/vnd.accpac.simply.imp', 'imp'],
169
+ ['application/vnd.acucobol', 'acu'],
170
+ ['application/vnd.acucorp', 'atc'],
171
+ ['application/vnd.adobe.air-application-installer-package+zip', 'air'],
172
+ ['application/vnd.adobe.fxp', 'fxp'],
173
+ ['application/vnd.adobe.xdp+xml', 'xdp'],
174
+ ['application/vnd.adobe.xfdf', 'xfdf'],
175
+ ['application/vnd.ahead.space', 'ahead'],
176
+ ['application/vnd.airzip.filesecure.azf', 'azf'],
177
+ ['application/vnd.airzip.filesecure.azs', 'azs'],
178
+ ['application/vnd.amazon.ebook', 'azw'],
179
+ ['application/vnd.americandynamics.acc', 'acc'],
180
+ ['application/vnd.amiga.ami', 'ami'],
181
+ ['application/vnd.android.package-archive', 'apk'],
182
+ ['application/vnd.anser-web-certificate-issue-initiation', 'cii'],
183
+ ['application/vnd.anser-web-funds-transfer-initiation', 'fti'],
184
+ ['application/vnd.antix.game-component', 'atx'],
185
+ ['application/vnd.apple.installer+xml', 'mpkg'],
186
+ ['application/vnd.apple.mpegurl', 'm3u8'],
187
+ ['application/vnd.aristanetworks.swi', 'swi'],
188
+ ['application/vnd.audiograph', 'aep'],
189
+ ['application/vnd.blueice.multipass', 'mpm'],
190
+ ['application/vnd.bmi', 'bmi'],
191
+ ['application/vnd.businessobjects', 'rep'],
192
+ ['application/vnd.chemdraw+xml', 'cdxml'],
193
+ ['application/vnd.chipnuts.karaoke-mmd', 'mmd'],
194
+ ['application/vnd.cinderella', 'cdy'],
195
+ ['application/vnd.claymore', 'cla'],
196
+ ['application/vnd.cloanto.rp9', 'rp9'],
197
+ ['application/vnd.clonk.c4group', 'c4g'],
198
+ ['application/vnd.cluetrust.cartomobile-config', 'c11amc'],
199
+ ['application/vnd.cluetrust.cartomobile-config-pkg', 'c11amz'],
200
+ ['application/vnd.commonspace', 'csp'],
201
+ ['application/vnd.contact.cmsg', 'cdbcmsg'],
202
+ ['application/vnd.cosmocaller', 'cmc'],
203
+ ['application/vnd.crick.clicker', 'clkx'],
204
+ ['application/vnd.crick.clicker.keyboard', 'clkk'],
205
+ ['application/vnd.crick.clicker.palette', 'clkp'],
206
+ ['application/vnd.crick.clicker.template', 'clkt'],
207
+ ['application/vnd.crick.clicker.wordbank', 'clkw'],
208
+ ['application/vnd.criticaltools.wbs+xml', 'wbs'],
209
+ ['application/vnd.ctc-posml', 'pml'],
210
+ ['application/vnd.cups-ppd', 'ppd'],
211
+ ['application/vnd.curl.car', 'car'],
212
+ ['application/vnd.curl.pcurl', 'pcurl'],
213
+ ['application/vnd.data-vision.rdz', 'rdz'],
214
+ ['application/vnd.denovo.fcselayout-link', 'fe_launch'],
215
+ ['application/vnd.dna', 'dna'],
216
+ ['application/vnd.dolby.mlp', 'mlp'],
217
+ ['application/vnd.dpgraph', 'dpg'],
218
+ ['application/vnd.dreamfactory', 'dfac'],
219
+ ['application/vnd.dvb.ait', 'ait'],
220
+ ['application/vnd.dvb.service', 'svc'],
221
+ ['application/vnd.dynageo', 'geo'],
222
+ ['application/vnd.ecowin.chart', 'mag'],
223
+ ['application/vnd.enliven', 'nml'],
224
+ ['application/vnd.epson.esf', 'esf'],
225
+ ['application/vnd.epson.msf', 'msf'],
226
+ ['application/vnd.epson.quickanime', 'qam'],
227
+ ['application/vnd.epson.salt', 'slt'],
228
+ ['application/vnd.epson.ssf', 'ssf'],
229
+ ['application/vnd.eszigno3+xml', 'es3'],
230
+ ['application/vnd.ezpix-album', 'ez2'],
231
+ ['application/vnd.ezpix-package', 'ez3'],
232
+ ['application/vnd.fdf', 'fdf'],
233
+ ['application/vnd.fdsn.seed', 'seed'],
234
+ ['application/vnd.flographit', 'gph'],
235
+ ['application/vnd.fluxtime.clip', 'ftc'],
236
+ ['application/vnd.framemaker', 'fm'],
237
+ ['application/vnd.frogans.fnc', 'fnc'],
238
+ ['application/vnd.frogans.ltf', 'ltf'],
239
+ ['application/vnd.fsc.weblaunch', 'fsc'],
240
+ ['application/vnd.fujitsu.oasys', 'oas'],
241
+ ['application/vnd.fujitsu.oasys2', 'oa2'],
242
+ ['application/vnd.fujitsu.oasys3', 'oa3'],
243
+ ['application/vnd.fujitsu.oasysgp', 'fg5'],
244
+ ['application/vnd.fujitsu.oasysprs', 'bh2'],
245
+ ['application/vnd.fujixerox.ddd', 'ddd'],
246
+ ['application/vnd.fujixerox.docuworks', 'xdw'],
247
+ ['application/vnd.fujixerox.docuworks.binder', 'xbd'],
248
+ ['application/vnd.fuzzysheet', 'fzs'],
249
+ ['application/vnd.genomatix.tuxedo', 'txd'],
250
+ ['application/vnd.geogebra.file', 'ggb'],
251
+ ['application/vnd.geogebra.tool', 'ggt'],
252
+ ['application/vnd.geometry-explorer', 'gex'],
253
+ ['application/vnd.geonext', 'gxt'],
254
+ ['application/vnd.geoplan', 'g2w'],
255
+ ['application/vnd.geospace', 'g3w'],
256
+ ['application/vnd.gmx', 'gmx'],
257
+ ['application/vnd.google-earth.kml+xml', 'kml'],
258
+ ['application/vnd.google-earth.kmz', 'kmz'],
259
+ ['application/vnd.grafeq', 'gqf'],
260
+ ['application/vnd.groove-account', 'gac'],
261
+ ['application/vnd.groove-help', 'ghf'],
262
+ ['application/vnd.groove-identity-message', 'gim'],
263
+ ['application/vnd.groove-injector', 'grv'],
264
+ ['application/vnd.groove-tool-message', 'gtm'],
265
+ ['application/vnd.groove-tool-template', 'tpl'],
266
+ ['application/vnd.groove-vcard', 'vcg'],
267
+ ['application/vnd.hal+xml', 'hal'],
268
+ ['application/vnd.handheld-entertainment+xml', 'zmm'],
269
+ ['application/vnd.hbci', 'hbci'],
270
+ ['application/vnd.hhe.lesson-player', 'les'],
271
+ ['application/vnd.hp-hpgl', ['hgl', 'hpg', 'hpgl']],
272
+ ['application/vnd.hp-hpid', 'hpid'],
273
+ ['application/vnd.hp-hps', 'hps'],
274
+ ['application/vnd.hp-jlyt', 'jlt'],
275
+ ['application/vnd.hp-pcl', 'pcl'],
276
+ ['application/vnd.hp-pclxl', 'pclxl'],
277
+ ['application/vnd.hydrostatix.sof-data', 'sfd-hdstx'],
278
+ ['application/vnd.hzn-3d-crossword', 'x3d'],
279
+ ['application/vnd.ibm.minipay', 'mpy'],
280
+ ['application/vnd.ibm.modcap', 'afp'],
281
+ ['application/vnd.ibm.rights-management', 'irm'],
282
+ ['application/vnd.ibm.secure-container', 'sc'],
283
+ ['application/vnd.iccprofile', 'icc'],
284
+ ['application/vnd.igloader', 'igl'],
285
+ ['application/vnd.immervision-ivp', 'ivp'],
286
+ ['application/vnd.immervision-ivu', 'ivu'],
287
+ ['application/vnd.insors.igm', 'igm'],
288
+ ['application/vnd.intercon.formnet', 'xpw'],
289
+ ['application/vnd.intergeo', 'i2g'],
290
+ ['application/vnd.intu.qbo', 'qbo'],
291
+ ['application/vnd.intu.qfx', 'qfx'],
292
+ ['application/vnd.ipunplugged.rcprofile', 'rcprofile'],
293
+ ['application/vnd.irepository.package+xml', 'irp'],
294
+ ['application/vnd.is-xpr', 'xpr'],
295
+ ['application/vnd.isac.fcs', 'fcs'],
296
+ ['application/vnd.jam', 'jam'],
297
+ ['application/vnd.jcp.javame.midlet-rms', 'rms'],
298
+ ['application/vnd.jisp', 'jisp'],
299
+ ['application/vnd.joost.joda-archive', 'joda'],
300
+ ['application/vnd.kahootz', 'ktz'],
301
+ ['application/vnd.kde.karbon', 'karbon'],
302
+ ['application/vnd.kde.kchart', 'chrt'],
303
+ ['application/vnd.kde.kformula', 'kfo'],
304
+ ['application/vnd.kde.kivio', 'flw'],
305
+ ['application/vnd.kde.kontour', 'kon'],
306
+ ['application/vnd.kde.kpresenter', 'kpr'],
307
+ ['application/vnd.kde.kspread', 'ksp'],
308
+ ['application/vnd.kde.kword', 'kwd'],
309
+ ['application/vnd.kenameaapp', 'htke'],
310
+ ['application/vnd.kidspiration', 'kia'],
311
+ ['application/vnd.kinar', 'kne'],
312
+ ['application/vnd.koan', 'skp'],
313
+ ['application/vnd.kodak-descriptor', 'sse'],
314
+ ['application/vnd.las.las+xml', 'lasxml'],
315
+ ['application/vnd.llamagraphics.life-balance.desktop', 'lbd'],
316
+ ['application/vnd.llamagraphics.life-balance.exchange+xml', 'lbe'],
317
+ ['application/vnd.lotus-1-2-3', '123'],
318
+ ['application/vnd.lotus-approach', 'apr'],
319
+ ['application/vnd.lotus-freelance', 'pre'],
320
+ ['application/vnd.lotus-notes', 'nsf'],
321
+ ['application/vnd.lotus-organizer', 'org'],
322
+ ['application/vnd.lotus-screencam', 'scm'],
323
+ ['application/vnd.lotus-wordpro', 'lwp'],
324
+ ['application/vnd.macports.portpkg', 'portpkg'],
325
+ ['application/vnd.mcd', 'mcd'],
326
+ ['application/vnd.medcalcdata', 'mc1'],
327
+ ['application/vnd.mediastation.cdkey', 'cdkey'],
328
+ ['application/vnd.mfer', 'mwf'],
329
+ ['application/vnd.mfmp', 'mfm'],
330
+ ['application/vnd.micrografx.flo', 'flo'],
331
+ ['application/vnd.micrografx.igx', 'igx'],
332
+ ['application/vnd.mif', 'mif'],
333
+ ['application/vnd.mobius.daf', 'daf'],
334
+ ['application/vnd.mobius.dis', 'dis'],
335
+ ['application/vnd.mobius.mbk', 'mbk'],
336
+ ['application/vnd.mobius.mqy', 'mqy'],
337
+ ['application/vnd.mobius.msl', 'msl'],
338
+ ['application/vnd.mobius.plc', 'plc'],
339
+ ['application/vnd.mobius.txf', 'txf'],
340
+ ['application/vnd.mophun.application', 'mpn'],
341
+ ['application/vnd.mophun.certificate', 'mpc'],
342
+ ['application/vnd.mozilla.xul+xml', 'xul'],
343
+ ['application/vnd.ms-artgalry', 'cil'],
344
+ ['application/vnd.ms-cab-compressed', 'cab'],
345
+ ['application/vnd.ms-excel', ['xls', 'xla', 'xlc', 'xlm', 'xlt', 'xlw', 'xlb', 'xll']],
346
+ ['application/vnd.ms-excel.addin.macroenabled.12', 'xlam'],
347
+ ['application/vnd.ms-excel.sheet.binary.macroenabled.12', 'xlsb'],
348
+ ['application/vnd.ms-excel.sheet.macroenabled.12', 'xlsm'],
349
+ ['application/vnd.ms-excel.template.macroenabled.12', 'xltm'],
350
+ ['application/vnd.ms-fontobject', 'eot'],
351
+ ['application/vnd.ms-htmlhelp', 'chm'],
352
+ ['application/vnd.ms-ims', 'ims'],
353
+ ['application/vnd.ms-lrm', 'lrm'],
354
+ ['application/vnd.ms-officetheme', 'thmx'],
355
+ ['application/vnd.ms-outlook', 'msg'],
356
+ ['application/vnd.ms-pki.certstore', 'sst'],
357
+ ['application/vnd.ms-pki.pko', 'pko'],
358
+ ['application/vnd.ms-pki.seccat', 'cat'],
359
+ ['application/vnd.ms-pki.stl', 'stl'],
360
+ ['application/vnd.ms-pkicertstore', 'sst'],
361
+ ['application/vnd.ms-pkiseccat', 'cat'],
362
+ ['application/vnd.ms-pkistl', 'stl'],
363
+ ['application/vnd.ms-powerpoint', ['ppt', 'pot', 'pps', 'ppa', 'pwz']],
364
+ ['application/vnd.ms-powerpoint.addin.macroenabled.12', 'ppam'],
365
+ ['application/vnd.ms-powerpoint.presentation.macroenabled.12', 'pptm'],
366
+ ['application/vnd.ms-powerpoint.slide.macroenabled.12', 'sldm'],
367
+ ['application/vnd.ms-powerpoint.slideshow.macroenabled.12', 'ppsm'],
368
+ ['application/vnd.ms-powerpoint.template.macroenabled.12', 'potm'],
369
+ ['application/vnd.ms-project', 'mpp'],
370
+ ['application/vnd.ms-word.document.macroenabled.12', 'docm'],
371
+ ['application/vnd.ms-word.template.macroenabled.12', 'dotm'],
372
+ ['application/vnd.ms-works', ['wks', 'wcm', 'wdb', 'wps']],
373
+ ['application/vnd.ms-wpl', 'wpl'],
374
+ ['application/vnd.ms-xpsdocument', 'xps'],
375
+ ['application/vnd.mseq', 'mseq'],
376
+ ['application/vnd.musician', 'mus'],
377
+ ['application/vnd.muvee.style', 'msty'],
378
+ ['application/vnd.neurolanguage.nlu', 'nlu'],
379
+ ['application/vnd.noblenet-directory', 'nnd'],
380
+ ['application/vnd.noblenet-sealer', 'nns'],
381
+ ['application/vnd.noblenet-web', 'nnw'],
382
+ ['application/vnd.nokia.configuration-message', 'ncm'],
383
+ ['application/vnd.nokia.n-gage.data', 'ngdat'],
384
+ ['application/vnd.nokia.n-gage.symbian.install', 'n-gage'],
385
+ ['application/vnd.nokia.radio-preset', 'rpst'],
386
+ ['application/vnd.nokia.radio-presets', 'rpss'],
387
+ ['application/vnd.nokia.ringing-tone', 'rng'],
388
+ ['application/vnd.novadigm.edm', 'edm'],
389
+ ['application/vnd.novadigm.edx', 'edx'],
390
+ ['application/vnd.novadigm.ext', 'ext'],
391
+ ['application/vnd.oasis.opendocument.chart', 'odc'],
392
+ ['application/vnd.oasis.opendocument.chart-template', 'otc'],
393
+ ['application/vnd.oasis.opendocument.database', 'odb'],
394
+ ['application/vnd.oasis.opendocument.formula', 'odf'],
395
+ ['application/vnd.oasis.opendocument.formula-template', 'odft'],
396
+ ['application/vnd.oasis.opendocument.graphics', 'odg'],
397
+ ['application/vnd.oasis.opendocument.graphics-template', 'otg'],
398
+ ['application/vnd.oasis.opendocument.image', 'odi'],
399
+ ['application/vnd.oasis.opendocument.image-template', 'oti'],
400
+ ['application/vnd.oasis.opendocument.presentation', 'odp'],
401
+ ['application/vnd.oasis.opendocument.presentation-template', 'otp'],
402
+ ['application/vnd.oasis.opendocument.spreadsheet', 'ods'],
403
+ ['application/vnd.oasis.opendocument.spreadsheet-template', 'ots'],
404
+ ['application/vnd.oasis.opendocument.text', 'odt'],
405
+ ['application/vnd.oasis.opendocument.text-master', 'odm'],
406
+ ['application/vnd.oasis.opendocument.text-template', 'ott'],
407
+ ['application/vnd.oasis.opendocument.text-web', 'oth'],
408
+ ['application/vnd.olpc-sugar', 'xo'],
409
+ ['application/vnd.oma.dd2+xml', 'dd2'],
410
+ ['application/vnd.openofficeorg.extension', 'oxt'],
411
+ ['application/vnd.openxmlformats-officedocument.presentationml.presentation', 'pptx'],
412
+ ['application/vnd.openxmlformats-officedocument.presentationml.slide', 'sldx'],
413
+ ['application/vnd.openxmlformats-officedocument.presentationml.slideshow', 'ppsx'],
414
+ ['application/vnd.openxmlformats-officedocument.presentationml.template', 'potx'],
415
+ ['application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xlsx'],
416
+ ['application/vnd.openxmlformats-officedocument.spreadsheetml.template', 'xltx'],
417
+ ['application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'docx'],
418
+ ['application/vnd.openxmlformats-officedocument.wordprocessingml.template', 'dotx'],
419
+ ['application/vnd.osgeo.mapguide.package', 'mgp'],
420
+ ['application/vnd.osgi.dp', 'dp'],
421
+ ['application/vnd.palm', 'pdb'],
422
+ ['application/vnd.pawaafile', 'paw'],
423
+ ['application/vnd.pg.format', 'str'],
424
+ ['application/vnd.pg.osasli', 'ei6'],
425
+ ['application/vnd.picsel', 'efif'],
426
+ ['application/vnd.pmi.widget', 'wg'],
427
+ ['application/vnd.pocketlearn', 'plf'],
428
+ ['application/vnd.powerbuilder6', 'pbd'],
429
+ ['application/vnd.previewsystems.box', 'box'],
430
+ ['application/vnd.proteus.magazine', 'mgz'],
431
+ ['application/vnd.publishare-delta-tree', 'qps'],
432
+ ['application/vnd.pvi.ptid1', 'ptid'],
433
+ ['application/vnd.quark.quarkxpress', 'qxd'],
434
+ ['application/vnd.realvnc.bed', 'bed'],
435
+ ['application/vnd.recordare.musicxml', 'mxl'],
436
+ ['application/vnd.recordare.musicxml+xml', 'musicxml'],
437
+ ['application/vnd.rig.cryptonote', 'cryptonote'],
438
+ ['application/vnd.rim.cod', 'cod'],
439
+ ['application/vnd.rn-realmedia', 'rm'],
440
+ ['application/vnd.rn-realplayer', 'rnx'],
441
+ ['application/vnd.route66.link66+xml', 'link66'],
442
+ ['application/vnd.sailingtracker.track', 'st'],
443
+ ['application/vnd.seemail', 'see'],
444
+ ['application/vnd.sema', 'sema'],
445
+ ['application/vnd.semd', 'semd'],
446
+ ['application/vnd.semf', 'semf'],
447
+ ['application/vnd.shana.informed.formdata', 'ifm'],
448
+ ['application/vnd.shana.informed.formtemplate', 'itp'],
449
+ ['application/vnd.shana.informed.interchange', 'iif'],
450
+ ['application/vnd.shana.informed.package', 'ipk'],
451
+ ['application/vnd.simtech-mindmapper', 'twd'],
452
+ ['application/vnd.smaf', 'mmf'],
453
+ ['application/vnd.smart.teacher', 'teacher'],
454
+ ['application/vnd.solent.sdkm+xml', 'sdkm'],
455
+ ['application/vnd.spotfire.dxp', 'dxp'],
456
+ ['application/vnd.spotfire.sfs', 'sfs'],
457
+ ['application/vnd.stardivision.calc', 'sdc'],
458
+ ['application/vnd.stardivision.draw', 'sda'],
459
+ ['application/vnd.stardivision.impress', 'sdd'],
460
+ ['application/vnd.stardivision.math', 'smf'],
461
+ ['application/vnd.stardivision.writer', 'sdw'],
462
+ ['application/vnd.stardivision.writer-global', 'sgl'],
463
+ ['application/vnd.stepmania.stepchart', 'sm'],
464
+ ['application/vnd.sun.xml.calc', 'sxc'],
465
+ ['application/vnd.sun.xml.calc.template', 'stc'],
466
+ ['application/vnd.sun.xml.draw', 'sxd'],
467
+ ['application/vnd.sun.xml.draw.template', 'std'],
468
+ ['application/vnd.sun.xml.impress', 'sxi'],
469
+ ['application/vnd.sun.xml.impress.template', 'sti'],
470
+ ['application/vnd.sun.xml.math', 'sxm'],
471
+ ['application/vnd.sun.xml.writer', 'sxw'],
472
+ ['application/vnd.sun.xml.writer.global', 'sxg'],
473
+ ['application/vnd.sun.xml.writer.template', 'stw'],
474
+ ['application/vnd.sus-calendar', 'sus'],
475
+ ['application/vnd.svd', 'svd'],
476
+ ['application/vnd.symbian.install', 'sis'],
477
+ ['application/vnd.syncml+xml', 'xsm'],
478
+ ['application/vnd.syncml.dm+wbxml', 'bdm'],
479
+ ['application/vnd.syncml.dm+xml', 'xdm'],
480
+ ['application/vnd.tao.intent-module-archive', 'tao'],
481
+ ['application/vnd.tmobile-livetv', 'tmo'],
482
+ ['application/vnd.trid.tpt', 'tpt'],
483
+ ['application/vnd.triscape.mxs', 'mxs'],
484
+ ['application/vnd.trueapp', 'tra'],
485
+ ['application/vnd.ufdl', 'ufd'],
486
+ ['application/vnd.uiq.theme', 'utz'],
487
+ ['application/vnd.umajin', 'umj'],
488
+ ['application/vnd.unity', 'unityweb'],
489
+ ['application/vnd.uoml+xml', 'uoml'],
490
+ ['application/vnd.vcx', 'vcx'],
491
+ ['application/vnd.visio', 'vsd'],
492
+ ['application/vnd.visionary', 'vis'],
493
+ ['application/vnd.vsf', 'vsf'],
494
+ ['application/vnd.wap.wbxml', 'wbxml'],
495
+ ['application/vnd.wap.wmlc', 'wmlc'],
496
+ ['application/vnd.wap.wmlscriptc', 'wmlsc'],
497
+ ['application/vnd.webturbo', 'wtb'],
498
+ ['application/vnd.wolfram.player', 'nbp'],
499
+ ['application/vnd.wordperfect', 'wpd'],
500
+ ['application/vnd.wqd', 'wqd'],
501
+ ['application/vnd.wt.stf', 'stf'],
502
+ ['application/vnd.xara', ['web', 'xar']],
503
+ ['application/vnd.xfdl', 'xfdl'],
504
+ ['application/vnd.yamaha.hv-dic', 'hvd'],
505
+ ['application/vnd.yamaha.hv-script', 'hvs'],
506
+ ['application/vnd.yamaha.hv-voice', 'hvp'],
507
+ ['application/vnd.yamaha.openscoreformat', 'osf'],
508
+ ['application/vnd.yamaha.openscoreformat.osfpvg+xml', 'osfpvg'],
509
+ ['application/vnd.yamaha.smaf-audio', 'saf'],
510
+ ['application/vnd.yamaha.smaf-phrase', 'spf'],
511
+ ['application/vnd.yellowriver-custom-menu', 'cmp'],
512
+ ['application/vnd.zul', 'zir'],
513
+ ['application/vnd.zzazz.deck+xml', 'zaz'],
514
+ ['application/vocaltec-media-desc', 'vmd'],
515
+ ['application/vocaltec-media-file', 'vmf'],
516
+ ['application/voicexml+xml', 'vxml'],
517
+ ['application/widget', 'wgt'],
518
+ ['application/winhlp', 'hlp'],
519
+ ['application/wordperfect', ['wp', 'wp5', 'wp6', 'wpd']],
520
+ ['application/wordperfect6.0', ['w60', 'wp5']],
521
+ ['application/wordperfect6.1', 'w61'],
522
+ ['application/wsdl+xml', 'wsdl'],
523
+ ['application/wspolicy+xml', 'wspolicy'],
524
+ ['application/x-123', 'wk1'],
525
+ ['application/x-7z-compressed', '7z'],
526
+ ['application/x-abiword', 'abw'],
527
+ ['application/x-ace-compressed', 'ace'],
528
+ ['application/x-aim', 'aim'],
529
+ ['application/x-authorware-bin', 'aab'],
530
+ ['application/x-authorware-map', 'aam'],
531
+ ['application/x-authorware-seg', 'aas'],
532
+ ['application/x-bcpio', 'bcpio'],
533
+ ['application/x-binary', 'bin'],
534
+ ['application/x-binhex40', 'hqx'],
535
+ ['application/x-bittorrent', 'torrent'],
536
+ ['application/x-bsh', ['bsh', 'sh', 'shar']],
537
+ ['application/x-bytecode.elisp', 'elc'],
538
+ ['application/x-bytecode.python', 'pyc'],
539
+ ['application/x-bzip', 'bz'],
540
+ ['application/x-bzip2', ['boz', 'bz2']],
541
+ ['application/x-cdf', 'cdf'],
542
+ ['application/x-cdlink', 'vcd'],
543
+ ['application/x-chat', ['cha', 'chat']],
544
+ ['application/x-chess-pgn', 'pgn'],
545
+ ['application/x-cmu-raster', 'ras'],
546
+ ['application/x-cocoa', 'cco'],
547
+ ['application/x-compactpro', 'cpt'],
548
+ ['application/x-compress', 'z'],
549
+ ['application/x-compressed', ['tgz', 'gz', 'z', 'zip']],
550
+ ['application/x-conference', 'nsc'],
551
+ ['application/x-cpio', 'cpio'],
552
+ ['application/x-cpt', 'cpt'],
553
+ ['application/x-csh', 'csh'],
554
+ ['application/x-debian-package', 'deb'],
555
+ ['application/x-deepv', 'deepv'],
556
+ ['application/x-director', ['dir', 'dcr', 'dxr']],
557
+ ['application/x-doom', 'wad'],
558
+ ['application/x-dtbncx+xml', 'ncx'],
559
+ ['application/x-dtbook+xml', 'dtb'],
560
+ ['application/x-dtbresource+xml', 'res'],
561
+ ['application/x-dvi', 'dvi'],
562
+ ['application/x-elc', 'elc'],
563
+ ['application/x-envoy', ['env', 'evy']],
564
+ ['application/x-esrehber', 'es'],
565
+ ['application/x-excel', ['xls', 'xla', 'xlb', 'xlc', 'xld', 'xlk', 'xll', 'xlm', 'xlt', 'xlv', 'xlw']],
566
+ ['application/x-font-bdf', 'bdf'],
567
+ ['application/x-font-ghostscript', 'gsf'],
568
+ ['application/x-font-linux-psf', 'psf'],
569
+ ['application/x-font-otf', 'otf'],
570
+ ['application/x-font-pcf', 'pcf'],
571
+ ['application/x-font-snf', 'snf'],
572
+ ['application/x-font-ttf', 'ttf'],
573
+ ['application/x-font-type1', 'pfa'],
574
+ ['application/x-font-woff', 'woff'],
575
+ ['application/x-frame', 'mif'],
576
+ ['application/x-freelance', 'pre'],
577
+ ['application/x-futuresplash', 'spl'],
578
+ ['application/x-gnumeric', 'gnumeric'],
579
+ ['application/x-gsp', 'gsp'],
580
+ ['application/x-gss', 'gss'],
581
+ ['application/x-gtar', 'gtar'],
582
+ ['application/x-gzip', ['gz', 'gzip']],
583
+ ['application/x-hdf', 'hdf'],
584
+ ['application/x-helpfile', ['help', 'hlp']],
585
+ ['application/x-httpd-imap', 'imap'],
586
+ ['application/x-ima', 'ima'],
587
+ ['application/x-internet-signup', ['ins', 'isp']],
588
+ ['application/x-internett-signup', 'ins'],
589
+ ['application/x-inventor', 'iv'],
590
+ ['application/x-ip2', 'ip'],
591
+ ['application/x-iphone', 'iii'],
592
+ ['application/x-java-class', 'class'],
593
+ ['application/x-java-commerce', 'jcm'],
594
+ ['application/x-java-jnlp-file', 'jnlp'],
595
+ ['application/x-javascript', 'js'],
596
+ ['application/x-koan', ['skd', 'skm', 'skp', 'skt']],
597
+ ['application/x-ksh', 'ksh'],
598
+ ['application/x-latex', ['latex', 'ltx']],
599
+ ['application/x-lha', 'lha'],
600
+ ['application/x-lisp', 'lsp'],
601
+ ['application/x-livescreen', 'ivy'],
602
+ ['application/x-lotus', 'wq1'],
603
+ ['application/x-lotusscreencam', 'scm'],
604
+ ['application/x-lzh', 'lzh'],
605
+ ['application/x-lzx', 'lzx'],
606
+ ['application/x-mac-binhex40', 'hqx'],
607
+ ['application/x-macbinary', 'bin'],
608
+ ['application/x-magic-cap-package-1.0', 'mc$'],
609
+ ['application/x-mathcad', 'mcd'],
610
+ ['application/x-meme', 'mm'],
611
+ ['application/x-midi', ['mid', 'midi']],
612
+ ['application/x-mif', 'mif'],
613
+ ['application/x-mix-transfer', 'nix'],
614
+ ['application/x-mobipocket-ebook', 'prc'],
615
+ ['application/x-mplayer2', 'asx'],
616
+ ['application/x-ms-application', 'application'],
617
+ ['application/x-ms-wmd', 'wmd'],
618
+ ['application/x-ms-wmz', 'wmz'],
619
+ ['application/x-ms-xbap', 'xbap'],
620
+ ['application/x-msaccess', 'mdb'],
621
+ ['application/x-msbinder', 'obd'],
622
+ ['application/x-mscardfile', 'crd'],
623
+ ['application/x-msclip', 'clp'],
624
+ ['application/x-msdownload', ['exe', 'dll']],
625
+ ['application/x-msexcel', ['xls', 'xla', 'xlw']],
626
+ ['application/x-msmediaview', ['mvb', 'm13', 'm14']],
627
+ ['application/x-msmetafile', 'wmf'],
628
+ ['application/x-msmoney', 'mny'],
629
+ ['application/x-mspowerpoint', 'ppt'],
630
+ ['application/x-mspublisher', 'pub'],
631
+ ['application/x-msschedule', 'scd'],
632
+ ['application/x-msterminal', 'trm'],
633
+ ['application/x-mswrite', 'wri'],
634
+ ['application/x-navi-animation', 'ani'],
635
+ ['application/x-navidoc', 'nvd'],
636
+ ['application/x-navimap', 'map'],
637
+ ['application/x-navistyle', 'stl'],
638
+ ['application/x-netcdf', ['cdf', 'nc']],
639
+ ['application/x-newton-compatible-pkg', 'pkg'],
640
+ ['application/x-nokia-9000-communicator-add-on-software', 'aos'],
641
+ ['application/x-omc', 'omc'],
642
+ ['application/x-omcdatamaker', 'omcd'],
643
+ ['application/x-omcregerator', 'omcr'],
644
+ ['application/x-pagemaker', ['pm4', 'pm5']],
645
+ ['application/x-pcl', 'pcl'],
646
+ ['application/x-perfmon', ['pma', 'pmc', 'pml', 'pmr', 'pmw']],
647
+ ['application/x-pixclscript', 'plx'],
648
+ ['application/x-pkcs10', 'p10'],
649
+ ['application/x-pkcs12', ['p12', 'pfx']],
650
+ ['application/x-pkcs7-certificates', ['p7b', 'spc']],
651
+ ['application/x-pkcs7-certreqresp', 'p7r'],
652
+ ['application/x-pkcs7-mime', ['p7m', 'p7c']],
653
+ ['application/x-pkcs7-signature', ['p7s', 'p7a']],
654
+ ['application/x-pointplus', 'css'],
655
+ ['application/x-portable-anymap', 'pnm'],
656
+ ['application/x-project', ['mpc', 'mpt', 'mpv', 'mpx']],
657
+ ['application/x-qpro', 'wb1'],
658
+ ['application/x-rar-compressed', 'rar'],
659
+ ['application/x-rtf', 'rtf'],
660
+ ['application/x-sdp', 'sdp'],
661
+ ['application/x-sea', 'sea'],
662
+ ['application/x-seelogo', 'sl'],
663
+ ['application/x-sh', 'sh'],
664
+ ['application/x-shar', ['shar', 'sh']],
665
+ ['application/x-shockwave-flash', 'swf'],
666
+ ['application/x-silverlight-app', 'xap'],
667
+ ['application/x-sit', 'sit'],
668
+ ['application/x-sprite', ['spr', 'sprite']],
669
+ ['application/x-stuffit', 'sit'],
670
+ ['application/x-stuffitx', 'sitx'],
671
+ ['application/x-sv4cpio', 'sv4cpio'],
672
+ ['application/x-sv4crc', 'sv4crc'],
673
+ ['application/x-tar', 'tar'],
674
+ ['application/x-tbook', ['sbk', 'tbk']],
675
+ ['application/x-tcl', 'tcl'],
676
+ ['application/x-tex', 'tex'],
677
+ ['application/x-tex-tfm', 'tfm'],
678
+ ['application/x-texinfo', ['texi', 'texinfo']],
679
+ ['application/x-troff', ['roff', 't', 'tr']],
680
+ ['application/x-troff-man', 'man'],
681
+ ['application/x-troff-me', 'me'],
682
+ ['application/x-troff-ms', 'ms'],
683
+ ['application/x-troff-msvideo', 'avi'],
684
+ ['application/x-ustar', 'ustar'],
685
+ ['application/x-visio', ['vsd', 'vst', 'vsw']],
686
+ ['application/x-vnd.audioexplosion.mzz', 'mzz'],
687
+ ['application/x-vnd.ls-xpix', 'xpix'],
688
+ ['application/x-vrml', 'vrml'],
689
+ ['application/x-wais-source', ['src', 'wsrc']],
690
+ ['application/x-winhelp', 'hlp'],
691
+ ['application/x-wintalk', 'wtk'],
692
+ ['application/x-world', ['wrl', 'svr']],
693
+ ['application/x-wpwin', 'wpd'],
694
+ ['application/x-wri', 'wri'],
695
+ ['application/x-x509-ca-cert', ['cer', 'crt', 'der']],
696
+ ['application/x-x509-user-cert', 'crt'],
697
+ ['application/x-xfig', 'fig'],
698
+ ['application/x-xpinstall', 'xpi'],
699
+ ['application/x-zip-compressed', 'zip'],
700
+ ['application/xcap-diff+xml', 'xdf'],
701
+ ['application/xenc+xml', 'xenc'],
702
+ ['application/xhtml+xml', 'xhtml'],
703
+ ['application/xml', 'xml'],
704
+ ['application/xml-dtd', 'dtd'],
705
+ ['application/xop+xml', 'xop'],
706
+ ['application/xslt+xml', 'xslt'],
707
+ ['application/xspf+xml', 'xspf'],
708
+ ['application/xv+xml', 'mxml'],
709
+ ['application/yang', 'yang'],
710
+ ['application/yin+xml', 'yin'],
711
+ ['application/ynd.ms-pkipko', 'pko'],
712
+ ['application/zip', 'zip'],
713
+ ['audio/adpcm', 'adp'],
714
+ ['audio/aiff', ['aiff', 'aif', 'aifc']],
715
+ ['audio/basic', ['snd', 'au']],
716
+ ['audio/it', 'it'],
717
+ ['audio/make', ['funk', 'my', 'pfunk']],
718
+ ['audio/make.my.funk', 'pfunk'],
719
+ ['audio/mid', ['mid', 'rmi']],
720
+ ['audio/midi', ['midi', 'kar', 'mid']],
721
+ ['audio/mod', 'mod'],
722
+ ['audio/mp4', 'mp4a'],
723
+ ['audio/mpeg', ['mpga', 'mp3', 'm2a', 'mp2', 'mpa', 'mpg']],
724
+ ['audio/mpeg3', 'mp3'],
725
+ ['audio/nspaudio', ['la', 'lma']],
726
+ ['audio/ogg', 'oga'],
727
+ ['audio/s3m', 's3m'],
728
+ ['audio/tsp-audio', 'tsi'],
729
+ ['audio/tsplayer', 'tsp'],
730
+ ['audio/vnd.dece.audio', 'uva'],
731
+ ['audio/vnd.digital-winds', 'eol'],
732
+ ['audio/vnd.dra', 'dra'],
733
+ ['audio/vnd.dts', 'dts'],
734
+ ['audio/vnd.dts.hd', 'dtshd'],
735
+ ['audio/vnd.lucent.voice', 'lvp'],
736
+ ['audio/vnd.ms-playready.media.pya', 'pya'],
737
+ ['audio/vnd.nuera.ecelp4800', 'ecelp4800'],
738
+ ['audio/vnd.nuera.ecelp7470', 'ecelp7470'],
739
+ ['audio/vnd.nuera.ecelp9600', 'ecelp9600'],
740
+ ['audio/vnd.qcelp', 'qcp'],
741
+ ['audio/vnd.rip', 'rip'],
742
+ ['audio/voc', 'voc'],
743
+ ['audio/voxware', 'vox'],
744
+ ['audio/wav', 'wav'],
745
+ ['audio/webm', 'weba'],
746
+ ['audio/x-aac', 'aac'],
747
+ ['audio/x-adpcm', 'snd'],
748
+ ['audio/x-aiff', ['aiff', 'aif', 'aifc']],
749
+ ['audio/x-au', 'au'],
750
+ ['audio/x-gsm', ['gsd', 'gsm']],
751
+ ['audio/x-jam', 'jam'],
752
+ ['audio/x-liveaudio', 'lam'],
753
+ ['audio/x-mid', ['mid', 'midi']],
754
+ ['audio/x-midi', ['midi', 'mid']],
755
+ ['audio/x-mod', 'mod'],
756
+ ['audio/x-mpeg', 'mp2'],
757
+ ['audio/x-mpeg-3', 'mp3'],
758
+ ['audio/x-mpegurl', 'm3u'],
759
+ ['audio/x-mpequrl', 'm3u'],
760
+ ['audio/x-ms-wax', 'wax'],
761
+ ['audio/x-ms-wma', 'wma'],
762
+ ['audio/x-nspaudio', ['la', 'lma']],
763
+ ['audio/x-pn-realaudio', ['ra', 'ram', 'rm', 'rmm', 'rmp']],
764
+ ['audio/x-pn-realaudio-plugin', ['ra', 'rmp', 'rpm']],
765
+ ['audio/x-psid', 'sid'],
766
+ ['audio/x-realaudio', 'ra'],
767
+ ['audio/x-twinvq', 'vqf'],
768
+ ['audio/x-twinvq-plugin', ['vqe', 'vql']],
769
+ ['audio/x-vnd.audioexplosion.mjuicemediafile', 'mjf'],
770
+ ['audio/x-voc', 'voc'],
771
+ ['audio/x-wav', 'wav'],
772
+ ['audio/xm', 'xm'],
773
+ ['chemical/x-cdx', 'cdx'],
774
+ ['chemical/x-cif', 'cif'],
775
+ ['chemical/x-cmdf', 'cmdf'],
776
+ ['chemical/x-cml', 'cml'],
777
+ ['chemical/x-csml', 'csml'],
778
+ ['chemical/x-pdb', ['pdb', 'xyz']],
779
+ ['chemical/x-xyz', 'xyz'],
780
+ ['drawing/x-dwf', 'dwf'],
781
+ ['i-world/i-vrml', 'ivr'],
782
+ ['image/bmp', ['bmp', 'bm']],
783
+ ['image/cgm', 'cgm'],
784
+ ['image/cis-cod', 'cod'],
785
+ ['image/cmu-raster', ['ras', 'rast']],
786
+ ['image/fif', 'fif'],
787
+ ['image/florian', ['flo', 'turbot']],
788
+ ['image/g3fax', 'g3'],
789
+ ['image/gif', 'gif'],
790
+ ['image/ief', ['ief', 'iefs']],
791
+ ['image/jpeg', ['jpeg', 'jpe', 'jpg', 'jfif', 'jfif-tbnl']],
792
+ ['image/jutvision', 'jut'],
793
+ ['image/ktx', 'ktx'],
794
+ ['image/naplps', ['nap', 'naplps']],
795
+ ['image/pict', ['pic', 'pict']],
796
+ ['image/pipeg', 'jfif'],
797
+ ['image/pjpeg', ['jfif', 'jpe', 'jpeg', 'jpg']],
798
+ ['image/png', ['png', 'x-png']],
799
+ ['image/prs.btif', 'btif'],
800
+ ['image/svg+xml', 'svg'],
801
+ ['image/tiff', ['tif', 'tiff']],
802
+ ['image/vasa', 'mcf'],
803
+ ['image/vnd.adobe.photoshop', 'psd'],
804
+ ['image/vnd.dece.graphic', 'uvi'],
805
+ ['image/vnd.djvu', 'djvu'],
806
+ ['image/vnd.dvb.subtitle', 'sub'],
807
+ ['image/vnd.dwg', ['dwg', 'dxf', 'svf']],
808
+ ['image/vnd.dxf', 'dxf'],
809
+ ['image/vnd.fastbidsheet', 'fbs'],
810
+ ['image/vnd.fpx', 'fpx'],
811
+ ['image/vnd.fst', 'fst'],
812
+ ['image/vnd.fujixerox.edmics-mmr', 'mmr'],
813
+ ['image/vnd.fujixerox.edmics-rlc', 'rlc'],
814
+ ['image/vnd.ms-modi', 'mdi'],
815
+ ['image/vnd.net-fpx', ['fpx', 'npx']],
816
+ ['image/vnd.rn-realflash', 'rf'],
817
+ ['image/vnd.rn-realpix', 'rp'],
818
+ ['image/vnd.wap.wbmp', 'wbmp'],
819
+ ['image/vnd.xiff', 'xif'],
820
+ ['image/webp', 'webp'],
821
+ ['image/x-cmu-raster', 'ras'],
822
+ ['image/x-cmx', 'cmx'],
823
+ ['image/x-dwg', ['dwg', 'dxf', 'svf']],
824
+ ['image/x-freehand', 'fh'],
825
+ ['image/x-icon', 'ico'],
826
+ ['image/x-jg', 'art'],
827
+ ['image/x-jps', 'jps'],
828
+ ['image/x-niff', ['niff', 'nif']],
829
+ ['image/x-pcx', 'pcx'],
830
+ ['image/x-pict', ['pct', 'pic']],
831
+ ['image/x-portable-anymap', 'pnm'],
832
+ ['image/x-portable-bitmap', 'pbm'],
833
+ ['image/x-portable-graymap', 'pgm'],
834
+ ['image/x-portable-greymap', 'pgm'],
835
+ ['image/x-portable-pixmap', 'ppm'],
836
+ ['image/x-quicktime', ['qif', 'qti', 'qtif']],
837
+ ['image/x-rgb', 'rgb'],
838
+ ['image/x-tiff', ['tif', 'tiff']],
839
+ ['image/x-windows-bmp', 'bmp'],
840
+ ['image/x-xbitmap', 'xbm'],
841
+ ['image/x-xbm', 'xbm'],
842
+ ['image/x-xpixmap', ['xpm', 'pm']],
843
+ ['image/x-xwd', 'xwd'],
844
+ ['image/x-xwindowdump', 'xwd'],
845
+ ['image/xbm', 'xbm'],
846
+ ['image/xpm', 'xpm'],
847
+ ['message/rfc822', ['eml', 'mht', 'mhtml', 'nws', 'mime']],
848
+ ['model/iges', ['iges', 'igs']],
849
+ ['model/mesh', 'msh'],
850
+ ['model/vnd.collada+xml', 'dae'],
851
+ ['model/vnd.dwf', 'dwf'],
852
+ ['model/vnd.gdl', 'gdl'],
853
+ ['model/vnd.gtw', 'gtw'],
854
+ ['model/vnd.mts', 'mts'],
855
+ ['model/vnd.vtu', 'vtu'],
856
+ ['model/vrml', ['vrml', 'wrl', 'wrz']],
857
+ ['model/x-pov', 'pov'],
858
+ ['multipart/x-gzip', 'gzip'],
859
+ ['multipart/x-ustar', 'ustar'],
860
+ ['multipart/x-zip', 'zip'],
861
+ ['music/crescendo', ['mid', 'midi']],
862
+ ['music/x-karaoke', 'kar'],
863
+ ['paleovu/x-pv', 'pvu'],
864
+ ['text/asp', 'asp'],
865
+ ['text/calendar', 'ics'],
866
+ ['text/css', 'css'],
867
+ ['text/csv', 'csv'],
868
+ ['text/ecmascript', 'js'],
869
+ ['text/h323', '323'],
870
+ ['text/html', ['html', 'htm', 'stm', 'acgi', 'htmls', 'htx', 'shtml']],
871
+ ['text/iuls', 'uls'],
872
+ ['text/javascript', 'js'],
873
+ ['text/mcf', 'mcf'],
874
+ ['text/n3', 'n3'],
875
+ ['text/pascal', 'pas'],
876
+ [
877
+ 'text/plain',
878
+ [
879
+ 'txt',
880
+ 'bas',
881
+ 'c',
882
+ 'h',
883
+ 'c++',
884
+ 'cc',
885
+ 'com',
886
+ 'conf',
887
+ 'cxx',
888
+ 'def',
889
+ 'f',
890
+ 'f90',
891
+ 'for',
892
+ 'g',
893
+ 'hh',
894
+ 'idc',
895
+ 'jav',
896
+ 'java',
897
+ 'list',
898
+ 'log',
899
+ 'lst',
900
+ 'm',
901
+ 'mar',
902
+ 'pl',
903
+ 'sdml',
904
+ 'text'
905
+ ]
906
+ ],
907
+ ['text/plain-bas', 'par'],
908
+ ['text/prs.lines.tag', 'dsc'],
909
+ ['text/richtext', ['rtx', 'rt', 'rtf']],
910
+ ['text/scriplet', 'wsc'],
911
+ ['text/scriptlet', 'sct'],
912
+ ['text/sgml', ['sgm', 'sgml']],
913
+ ['text/tab-separated-values', 'tsv'],
914
+ ['text/troff', 't'],
915
+ ['text/turtle', 'ttl'],
916
+ ['text/uri-list', ['uni', 'unis', 'uri', 'uris']],
917
+ ['text/vnd.abc', 'abc'],
918
+ ['text/vnd.curl', 'curl'],
919
+ ['text/vnd.curl.dcurl', 'dcurl'],
920
+ ['text/vnd.curl.mcurl', 'mcurl'],
921
+ ['text/vnd.curl.scurl', 'scurl'],
922
+ ['text/vnd.fly', 'fly'],
923
+ ['text/vnd.fmi.flexstor', 'flx'],
924
+ ['text/vnd.graphviz', 'gv'],
925
+ ['text/vnd.in3d.3dml', '3dml'],
926
+ ['text/vnd.in3d.spot', 'spot'],
927
+ ['text/vnd.rn-realtext', 'rt'],
928
+ ['text/vnd.sun.j2me.app-descriptor', 'jad'],
929
+ ['text/vnd.wap.wml', 'wml'],
930
+ ['text/vnd.wap.wmlscript', 'wmls'],
931
+ ['text/webviewhtml', 'htt'],
932
+ ['text/x-asm', ['asm', 's']],
933
+ ['text/x-audiosoft-intra', 'aip'],
934
+ ['text/x-c', ['c', 'cc', 'cpp']],
935
+ ['text/x-component', 'htc'],
936
+ ['text/x-fortran', ['for', 'f', 'f77', 'f90']],
937
+ ['text/x-h', ['h', 'hh']],
938
+ ['text/x-java-source', ['java', 'jav']],
939
+ ['text/x-java-source,java', 'java'],
940
+ ['text/x-la-asf', 'lsx'],
941
+ ['text/x-m', 'm'],
942
+ ['text/x-pascal', 'p'],
943
+ ['text/x-script', 'hlb'],
944
+ ['text/x-script.csh', 'csh'],
945
+ ['text/x-script.elisp', 'el'],
946
+ ['text/x-script.guile', 'scm'],
947
+ ['text/x-script.ksh', 'ksh'],
948
+ ['text/x-script.lisp', 'lsp'],
949
+ ['text/x-script.perl', 'pl'],
950
+ ['text/x-script.perl-module', 'pm'],
951
+ ['text/x-script.phyton', 'py'],
952
+ ['text/x-script.rexx', 'rexx'],
953
+ ['text/x-script.scheme', 'scm'],
954
+ ['text/x-script.sh', 'sh'],
955
+ ['text/x-script.tcl', 'tcl'],
956
+ ['text/x-script.tcsh', 'tcsh'],
957
+ ['text/x-script.zsh', 'zsh'],
958
+ ['text/x-server-parsed-html', ['shtml', 'ssi']],
959
+ ['text/x-setext', 'etx'],
960
+ ['text/x-sgml', ['sgm', 'sgml']],
961
+ ['text/x-speech', ['spc', 'talk']],
962
+ ['text/x-uil', 'uil'],
963
+ ['text/x-uuencode', ['uu', 'uue']],
964
+ ['text/x-vcalendar', 'vcs'],
965
+ ['text/x-vcard', 'vcf'],
966
+ ['text/xml', 'xml'],
967
+ ['video/3gpp', '3gp'],
968
+ ['video/3gpp2', '3g2'],
969
+ ['video/animaflex', 'afl'],
970
+ ['video/avi', 'avi'],
971
+ ['video/avs-video', 'avs'],
972
+ ['video/dl', 'dl'],
973
+ ['video/fli', 'fli'],
974
+ ['video/gl', 'gl'],
975
+ ['video/h261', 'h261'],
976
+ ['video/h263', 'h263'],
977
+ ['video/h264', 'h264'],
978
+ ['video/jpeg', 'jpgv'],
979
+ ['video/jpm', 'jpm'],
980
+ ['video/mj2', 'mj2'],
981
+ ['video/mp4', 'mp4'],
982
+ ['video/mpeg', ['mpeg', 'mp2', 'mpa', 'mpe', 'mpg', 'mpv2', 'm1v', 'm2v', 'mp3']],
983
+ ['video/msvideo', 'avi'],
984
+ ['video/ogg', 'ogv'],
985
+ ['video/quicktime', ['mov', 'qt', 'moov']],
986
+ ['video/vdo', 'vdo'],
987
+ ['video/vivo', ['viv', 'vivo']],
988
+ ['video/vnd.dece.hd', 'uvh'],
989
+ ['video/vnd.dece.mobile', 'uvm'],
990
+ ['video/vnd.dece.pd', 'uvp'],
991
+ ['video/vnd.dece.sd', 'uvs'],
992
+ ['video/vnd.dece.video', 'uvv'],
993
+ ['video/vnd.fvt', 'fvt'],
994
+ ['video/vnd.mpegurl', 'mxu'],
995
+ ['video/vnd.ms-playready.media.pyv', 'pyv'],
996
+ ['video/vnd.rn-realvideo', 'rv'],
997
+ ['video/vnd.uvvu.mp4', 'uvu'],
998
+ ['video/vnd.vivo', ['viv', 'vivo']],
999
+ ['video/vosaic', 'vos'],
1000
+ ['video/webm', 'webm'],
1001
+ ['video/x-amt-demorun', 'xdr'],
1002
+ ['video/x-amt-showrun', 'xsr'],
1003
+ ['video/x-atomic3d-feature', 'fmf'],
1004
+ ['video/x-dl', 'dl'],
1005
+ ['video/x-dv', ['dif', 'dv']],
1006
+ ['video/x-f4v', 'f4v'],
1007
+ ['video/x-fli', 'fli'],
1008
+ ['video/x-flv', 'flv'],
1009
+ ['video/x-gl', 'gl'],
1010
+ ['video/x-isvideo', 'isu'],
1011
+ ['video/x-la-asf', ['lsf', 'lsx']],
1012
+ ['video/x-m4v', 'm4v'],
1013
+ ['video/x-motion-jpeg', 'mjpg'],
1014
+ ['video/x-mpeg', ['mp3', 'mp2']],
1015
+ ['video/x-mpeq2a', 'mp2'],
1016
+ ['video/x-ms-asf', ['asf', 'asr', 'asx']],
1017
+ ['video/x-ms-asf-plugin', 'asx'],
1018
+ ['video/x-ms-wm', 'wm'],
1019
+ ['video/x-ms-wmv', 'wmv'],
1020
+ ['video/x-ms-wmx', 'wmx'],
1021
+ ['video/x-ms-wvx', 'wvx'],
1022
+ ['video/x-msvideo', 'avi'],
1023
+ ['video/x-qtc', 'qtc'],
1024
+ ['video/x-scm', 'scm'],
1025
+ ['video/x-sgi-movie', ['movie', 'mv']],
1026
+ ['windows/metafile', 'wmf'],
1027
+ ['www/mime', 'mime'],
1028
+ ['x-conference/x-cooltalk', 'ice'],
1029
+ ['x-music/x-midi', ['mid', 'midi']],
1030
+ ['x-world/x-3dmf', ['3dm', '3dmf', 'qd3', 'qd3d']],
1031
+ ['x-world/x-svr', 'svr'],
1032
+ ['x-world/x-vrml', ['flr', 'vrml', 'wrl', 'wrz', 'xaf', 'xof']],
1033
+ ['x-world/x-vrt', 'vrt'],
1034
+ ['xgl/drawing', 'xgz'],
1035
+ ['xgl/movie', 'xmz']
1036
+ ]);
1037
+ const extensions = new Map([
1038
+ ['123', 'application/vnd.lotus-1-2-3'],
1039
+ ['323', 'text/h323'],
1040
+ ['*', 'application/octet-stream'],
1041
+ ['3dm', 'x-world/x-3dmf'],
1042
+ ['3dmf', 'x-world/x-3dmf'],
1043
+ ['3dml', 'text/vnd.in3d.3dml'],
1044
+ ['3g2', 'video/3gpp2'],
1045
+ ['3gp', 'video/3gpp'],
1046
+ ['7z', 'application/x-7z-compressed'],
1047
+ ['a', 'application/octet-stream'],
1048
+ ['aab', 'application/x-authorware-bin'],
1049
+ ['aac', 'audio/x-aac'],
1050
+ ['aam', 'application/x-authorware-map'],
1051
+ ['aas', 'application/x-authorware-seg'],
1052
+ ['abc', 'text/vnd.abc'],
1053
+ ['abw', 'application/x-abiword'],
1054
+ ['ac', 'application/pkix-attr-cert'],
1055
+ ['acc', 'application/vnd.americandynamics.acc'],
1056
+ ['ace', 'application/x-ace-compressed'],
1057
+ ['acgi', 'text/html'],
1058
+ ['acu', 'application/vnd.acucobol'],
1059
+ ['acx', 'application/internet-property-stream'],
1060
+ ['adp', 'audio/adpcm'],
1061
+ ['aep', 'application/vnd.audiograph'],
1062
+ ['afl', 'video/animaflex'],
1063
+ ['afp', 'application/vnd.ibm.modcap'],
1064
+ ['ahead', 'application/vnd.ahead.space'],
1065
+ ['ai', 'application/postscript'],
1066
+ ['aif', ['audio/aiff', 'audio/x-aiff']],
1067
+ ['aifc', ['audio/aiff', 'audio/x-aiff']],
1068
+ ['aiff', ['audio/aiff', 'audio/x-aiff']],
1069
+ ['aim', 'application/x-aim'],
1070
+ ['aip', 'text/x-audiosoft-intra'],
1071
+ ['air', 'application/vnd.adobe.air-application-installer-package+zip'],
1072
+ ['ait', 'application/vnd.dvb.ait'],
1073
+ ['ami', 'application/vnd.amiga.ami'],
1074
+ ['ani', 'application/x-navi-animation'],
1075
+ ['aos', 'application/x-nokia-9000-communicator-add-on-software'],
1076
+ ['apk', 'application/vnd.android.package-archive'],
1077
+ ['application', 'application/x-ms-application'],
1078
+ ['apr', 'application/vnd.lotus-approach'],
1079
+ ['aps', 'application/mime'],
1080
+ ['arc', 'application/octet-stream'],
1081
+ ['arj', ['application/arj', 'application/octet-stream']],
1082
+ ['art', 'image/x-jg'],
1083
+ ['asf', 'video/x-ms-asf'],
1084
+ ['asm', 'text/x-asm'],
1085
+ ['aso', 'application/vnd.accpac.simply.aso'],
1086
+ ['asp', 'text/asp'],
1087
+ ['asr', 'video/x-ms-asf'],
1088
+ ['asx', ['video/x-ms-asf', 'application/x-mplayer2', 'video/x-ms-asf-plugin']],
1089
+ ['atc', 'application/vnd.acucorp'],
1090
+ ['atomcat', 'application/atomcat+xml'],
1091
+ ['atomsvc', 'application/atomsvc+xml'],
1092
+ ['atx', 'application/vnd.antix.game-component'],
1093
+ ['au', ['audio/basic', 'audio/x-au']],
1094
+ ['avi', ['video/avi', 'video/msvideo', 'application/x-troff-msvideo', 'video/x-msvideo']],
1095
+ ['avs', 'video/avs-video'],
1096
+ ['aw', 'application/applixware'],
1097
+ ['axs', 'application/olescript'],
1098
+ ['azf', 'application/vnd.airzip.filesecure.azf'],
1099
+ ['azs', 'application/vnd.airzip.filesecure.azs'],
1100
+ ['azw', 'application/vnd.amazon.ebook'],
1101
+ ['bas', 'text/plain'],
1102
+ ['bcpio', 'application/x-bcpio'],
1103
+ ['bdf', 'application/x-font-bdf'],
1104
+ ['bdm', 'application/vnd.syncml.dm+wbxml'],
1105
+ ['bed', 'application/vnd.realvnc.bed'],
1106
+ ['bh2', 'application/vnd.fujitsu.oasysprs'],
1107
+ [
1108
+ 'bin',
1109
+ ['application/octet-stream', 'application/mac-binary', 'application/macbinary', 'application/x-macbinary', 'application/x-binary']
1110
+ ],
1111
+ ['bm', 'image/bmp'],
1112
+ ['bmi', 'application/vnd.bmi'],
1113
+ ['bmp', ['image/bmp', 'image/x-windows-bmp']],
1114
+ ['boo', 'application/book'],
1115
+ ['book', 'application/book'],
1116
+ ['box', 'application/vnd.previewsystems.box'],
1117
+ ['boz', 'application/x-bzip2'],
1118
+ ['bsh', 'application/x-bsh'],
1119
+ ['btif', 'image/prs.btif'],
1120
+ ['bz', 'application/x-bzip'],
1121
+ ['bz2', 'application/x-bzip2'],
1122
+ ['c', ['text/plain', 'text/x-c']],
1123
+ ['c++', 'text/plain'],
1124
+ ['c11amc', 'application/vnd.cluetrust.cartomobile-config'],
1125
+ ['c11amz', 'application/vnd.cluetrust.cartomobile-config-pkg'],
1126
+ ['c4g', 'application/vnd.clonk.c4group'],
1127
+ ['cab', 'application/vnd.ms-cab-compressed'],
1128
+ ['car', 'application/vnd.curl.car'],
1129
+ ['cat', ['application/vnd.ms-pkiseccat', 'application/vnd.ms-pki.seccat']],
1130
+ ['cc', ['text/plain', 'text/x-c']],
1131
+ ['ccad', 'application/clariscad'],
1132
+ ['cco', 'application/x-cocoa'],
1133
+ ['ccxml', 'application/ccxml+xml,'],
1134
+ ['cdbcmsg', 'application/vnd.contact.cmsg'],
1135
+ ['cdf', ['application/cdf', 'application/x-cdf', 'application/x-netcdf']],
1136
+ ['cdkey', 'application/vnd.mediastation.cdkey'],
1137
+ ['cdmia', 'application/cdmi-capability'],
1138
+ ['cdmic', 'application/cdmi-container'],
1139
+ ['cdmid', 'application/cdmi-domain'],
1140
+ ['cdmio', 'application/cdmi-object'],
1141
+ ['cdmiq', 'application/cdmi-queue'],
1142
+ ['cdx', 'chemical/x-cdx'],
1143
+ ['cdxml', 'application/vnd.chemdraw+xml'],
1144
+ ['cdy', 'application/vnd.cinderella'],
1145
+ ['cer', ['application/pkix-cert', 'application/x-x509-ca-cert']],
1146
+ ['cgm', 'image/cgm'],
1147
+ ['cha', 'application/x-chat'],
1148
+ ['chat', 'application/x-chat'],
1149
+ ['chm', 'application/vnd.ms-htmlhelp'],
1150
+ ['chrt', 'application/vnd.kde.kchart'],
1151
+ ['cif', 'chemical/x-cif'],
1152
+ ['cii', 'application/vnd.anser-web-certificate-issue-initiation'],
1153
+ ['cil', 'application/vnd.ms-artgalry'],
1154
+ ['cla', 'application/vnd.claymore'],
1155
+ [
1156
+ 'class',
1157
+ ['application/octet-stream', 'application/java', 'application/java-byte-code', 'application/java-vm', 'application/x-java-class']
1158
+ ],
1159
+ ['clkk', 'application/vnd.crick.clicker.keyboard'],
1160
+ ['clkp', 'application/vnd.crick.clicker.palette'],
1161
+ ['clkt', 'application/vnd.crick.clicker.template'],
1162
+ ['clkw', 'application/vnd.crick.clicker.wordbank'],
1163
+ ['clkx', 'application/vnd.crick.clicker'],
1164
+ ['clp', 'application/x-msclip'],
1165
+ ['cmc', 'application/vnd.cosmocaller'],
1166
+ ['cmdf', 'chemical/x-cmdf'],
1167
+ ['cml', 'chemical/x-cml'],
1168
+ ['cmp', 'application/vnd.yellowriver-custom-menu'],
1169
+ ['cmx', 'image/x-cmx'],
1170
+ ['cod', ['image/cis-cod', 'application/vnd.rim.cod']],
1171
+ ['com', ['application/octet-stream', 'text/plain']],
1172
+ ['conf', 'text/plain'],
1173
+ ['cpio', 'application/x-cpio'],
1174
+ ['cpp', 'text/x-c'],
1175
+ ['cpt', ['application/mac-compactpro', 'application/x-compactpro', 'application/x-cpt']],
1176
+ ['crd', 'application/x-mscardfile'],
1177
+ ['crl', ['application/pkix-crl', 'application/pkcs-crl']],
1178
+ ['crt', ['application/pkix-cert', 'application/x-x509-user-cert', 'application/x-x509-ca-cert']],
1179
+ ['cryptonote', 'application/vnd.rig.cryptonote'],
1180
+ ['csh', ['text/x-script.csh', 'application/x-csh']],
1181
+ ['csml', 'chemical/x-csml'],
1182
+ ['csp', 'application/vnd.commonspace'],
1183
+ ['css', ['text/css', 'application/x-pointplus']],
1184
+ ['csv', 'text/csv'],
1185
+ ['cu', 'application/cu-seeme'],
1186
+ ['curl', 'text/vnd.curl'],
1187
+ ['cww', 'application/prs.cww'],
1188
+ ['cxx', 'text/plain'],
1189
+ ['dae', 'model/vnd.collada+xml'],
1190
+ ['daf', 'application/vnd.mobius.daf'],
1191
+ ['davmount', 'application/davmount+xml'],
1192
+ ['dcr', 'application/x-director'],
1193
+ ['dcurl', 'text/vnd.curl.dcurl'],
1194
+ ['dd2', 'application/vnd.oma.dd2+xml'],
1195
+ ['ddd', 'application/vnd.fujixerox.ddd'],
1196
+ ['deb', 'application/x-debian-package'],
1197
+ ['deepv', 'application/x-deepv'],
1198
+ ['def', 'text/plain'],
1199
+ ['der', 'application/x-x509-ca-cert'],
1200
+ ['dfac', 'application/vnd.dreamfactory'],
1201
+ ['dif', 'video/x-dv'],
1202
+ ['dir', 'application/x-director'],
1203
+ ['dis', 'application/vnd.mobius.dis'],
1204
+ ['djvu', 'image/vnd.djvu'],
1205
+ ['dl', ['video/dl', 'video/x-dl']],
1206
+ ['dll', 'application/x-msdownload'],
1207
+ ['dms', 'application/octet-stream'],
1208
+ ['dna', 'application/vnd.dna'],
1209
+ ['doc', 'application/msword'],
1210
+ ['docm', 'application/vnd.ms-word.document.macroenabled.12'],
1211
+ ['docx', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'],
1212
+ ['dot', 'application/msword'],
1213
+ ['dotm', 'application/vnd.ms-word.template.macroenabled.12'],
1214
+ ['dotx', 'application/vnd.openxmlformats-officedocument.wordprocessingml.template'],
1215
+ ['dp', ['application/commonground', 'application/vnd.osgi.dp']],
1216
+ ['dpg', 'application/vnd.dpgraph'],
1217
+ ['dra', 'audio/vnd.dra'],
1218
+ ['drw', 'application/drafting'],
1219
+ ['dsc', 'text/prs.lines.tag'],
1220
+ ['dssc', 'application/dssc+der'],
1221
+ ['dtb', 'application/x-dtbook+xml'],
1222
+ ['dtd', 'application/xml-dtd'],
1223
+ ['dts', 'audio/vnd.dts'],
1224
+ ['dtshd', 'audio/vnd.dts.hd'],
1225
+ ['dump', 'application/octet-stream'],
1226
+ ['dv', 'video/x-dv'],
1227
+ ['dvi', 'application/x-dvi'],
1228
+ ['dwf', ['model/vnd.dwf', 'drawing/x-dwf']],
1229
+ ['dwg', ['application/acad', 'image/vnd.dwg', 'image/x-dwg']],
1230
+ ['dxf', ['application/dxf', 'image/vnd.dwg', 'image/vnd.dxf', 'image/x-dwg']],
1231
+ ['dxp', 'application/vnd.spotfire.dxp'],
1232
+ ['dxr', 'application/x-director'],
1233
+ ['ecelp4800', 'audio/vnd.nuera.ecelp4800'],
1234
+ ['ecelp7470', 'audio/vnd.nuera.ecelp7470'],
1235
+ ['ecelp9600', 'audio/vnd.nuera.ecelp9600'],
1236
+ ['edm', 'application/vnd.novadigm.edm'],
1237
+ ['edx', 'application/vnd.novadigm.edx'],
1238
+ ['efif', 'application/vnd.picsel'],
1239
+ ['ei6', 'application/vnd.pg.osasli'],
1240
+ ['el', 'text/x-script.elisp'],
1241
+ ['elc', ['application/x-elc', 'application/x-bytecode.elisp']],
1242
+ ['eml', 'message/rfc822'],
1243
+ ['emma', 'application/emma+xml'],
1244
+ ['env', 'application/x-envoy'],
1245
+ ['eol', 'audio/vnd.digital-winds'],
1246
+ ['eot', 'application/vnd.ms-fontobject'],
1247
+ ['eps', 'application/postscript'],
1248
+ ['epub', 'application/epub+zip'],
1249
+ ['es', ['application/ecmascript', 'application/x-esrehber']],
1250
+ ['es3', 'application/vnd.eszigno3+xml'],
1251
+ ['esf', 'application/vnd.epson.esf'],
1252
+ ['etx', 'text/x-setext'],
1253
+ ['evy', ['application/envoy', 'application/x-envoy']],
1254
+ ['exe', ['application/octet-stream', 'application/x-msdownload']],
1255
+ ['exi', 'application/exi'],
1256
+ ['ext', 'application/vnd.novadigm.ext'],
1257
+ ['ez2', 'application/vnd.ezpix-album'],
1258
+ ['ez3', 'application/vnd.ezpix-package'],
1259
+ ['f', ['text/plain', 'text/x-fortran']],
1260
+ ['f4v', 'video/x-f4v'],
1261
+ ['f77', 'text/x-fortran'],
1262
+ ['f90', ['text/plain', 'text/x-fortran']],
1263
+ ['fbs', 'image/vnd.fastbidsheet'],
1264
+ ['fcs', 'application/vnd.isac.fcs'],
1265
+ ['fdf', 'application/vnd.fdf'],
1266
+ ['fe_launch', 'application/vnd.denovo.fcselayout-link'],
1267
+ ['fg5', 'application/vnd.fujitsu.oasysgp'],
1268
+ ['fh', 'image/x-freehand'],
1269
+ ['fif', ['application/fractals', 'image/fif']],
1270
+ ['fig', 'application/x-xfig'],
1271
+ ['fli', ['video/fli', 'video/x-fli']],
1272
+ ['flo', ['image/florian', 'application/vnd.micrografx.flo']],
1273
+ ['flr', 'x-world/x-vrml'],
1274
+ ['flv', 'video/x-flv'],
1275
+ ['flw', 'application/vnd.kde.kivio'],
1276
+ ['flx', 'text/vnd.fmi.flexstor'],
1277
+ ['fly', 'text/vnd.fly'],
1278
+ ['fm', 'application/vnd.framemaker'],
1279
+ ['fmf', 'video/x-atomic3d-feature'],
1280
+ ['fnc', 'application/vnd.frogans.fnc'],
1281
+ ['for', ['text/plain', 'text/x-fortran']],
1282
+ ['fpx', ['image/vnd.fpx', 'image/vnd.net-fpx']],
1283
+ ['frl', 'application/freeloader'],
1284
+ ['fsc', 'application/vnd.fsc.weblaunch'],
1285
+ ['fst', 'image/vnd.fst'],
1286
+ ['ftc', 'application/vnd.fluxtime.clip'],
1287
+ ['fti', 'application/vnd.anser-web-funds-transfer-initiation'],
1288
+ ['funk', 'audio/make'],
1289
+ ['fvt', 'video/vnd.fvt'],
1290
+ ['fxp', 'application/vnd.adobe.fxp'],
1291
+ ['fzs', 'application/vnd.fuzzysheet'],
1292
+ ['g', 'text/plain'],
1293
+ ['g2w', 'application/vnd.geoplan'],
1294
+ ['g3', 'image/g3fax'],
1295
+ ['g3w', 'application/vnd.geospace'],
1296
+ ['gac', 'application/vnd.groove-account'],
1297
+ ['gdl', 'model/vnd.gdl'],
1298
+ ['geo', 'application/vnd.dynageo'],
1299
+ ['geojson', 'application/geo+json'],
1300
+ ['gex', 'application/vnd.geometry-explorer'],
1301
+ ['ggb', 'application/vnd.geogebra.file'],
1302
+ ['ggt', 'application/vnd.geogebra.tool'],
1303
+ ['ghf', 'application/vnd.groove-help'],
1304
+ ['gif', 'image/gif'],
1305
+ ['gim', 'application/vnd.groove-identity-message'],
1306
+ ['gl', ['video/gl', 'video/x-gl']],
1307
+ ['gmx', 'application/vnd.gmx'],
1308
+ ['gnumeric', 'application/x-gnumeric'],
1309
+ ['gph', 'application/vnd.flographit'],
1310
+ ['gqf', 'application/vnd.grafeq'],
1311
+ ['gram', 'application/srgs'],
1312
+ ['grv', 'application/vnd.groove-injector'],
1313
+ ['grxml', 'application/srgs+xml'],
1314
+ ['gsd', 'audio/x-gsm'],
1315
+ ['gsf', 'application/x-font-ghostscript'],
1316
+ ['gsm', 'audio/x-gsm'],
1317
+ ['gsp', 'application/x-gsp'],
1318
+ ['gss', 'application/x-gss'],
1319
+ ['gtar', 'application/x-gtar'],
1320
+ ['gtm', 'application/vnd.groove-tool-message'],
1321
+ ['gtw', 'model/vnd.gtw'],
1322
+ ['gv', 'text/vnd.graphviz'],
1323
+ ['gxt', 'application/vnd.geonext'],
1324
+ ['gz', ['application/x-gzip', 'application/x-compressed']],
1325
+ ['gzip', ['multipart/x-gzip', 'application/x-gzip']],
1326
+ ['h', ['text/plain', 'text/x-h']],
1327
+ ['h261', 'video/h261'],
1328
+ ['h263', 'video/h263'],
1329
+ ['h264', 'video/h264'],
1330
+ ['hal', 'application/vnd.hal+xml'],
1331
+ ['hbci', 'application/vnd.hbci'],
1332
+ ['hdf', 'application/x-hdf'],
1333
+ ['help', 'application/x-helpfile'],
1334
+ ['hgl', 'application/vnd.hp-hpgl'],
1335
+ ['hh', ['text/plain', 'text/x-h']],
1336
+ ['hlb', 'text/x-script'],
1337
+ ['hlp', ['application/winhlp', 'application/hlp', 'application/x-helpfile', 'application/x-winhelp']],
1338
+ ['hpg', 'application/vnd.hp-hpgl'],
1339
+ ['hpgl', 'application/vnd.hp-hpgl'],
1340
+ ['hpid', 'application/vnd.hp-hpid'],
1341
+ ['hps', 'application/vnd.hp-hps'],
1342
+ [
1343
+ 'hqx',
1344
+ [
1345
+ 'application/mac-binhex40',
1346
+ 'application/binhex',
1347
+ 'application/binhex4',
1348
+ 'application/mac-binhex',
1349
+ 'application/x-binhex40',
1350
+ 'application/x-mac-binhex40'
1351
+ ]
1352
+ ],
1353
+ ['hta', 'application/hta'],
1354
+ ['htc', 'text/x-component'],
1355
+ ['htke', 'application/vnd.kenameaapp'],
1356
+ ['htm', 'text/html'],
1357
+ ['html', 'text/html'],
1358
+ ['htmls', 'text/html'],
1359
+ ['htt', 'text/webviewhtml'],
1360
+ ['htx', 'text/html'],
1361
+ ['hvd', 'application/vnd.yamaha.hv-dic'],
1362
+ ['hvp', 'application/vnd.yamaha.hv-voice'],
1363
+ ['hvs', 'application/vnd.yamaha.hv-script'],
1364
+ ['i2g', 'application/vnd.intergeo'],
1365
+ ['icc', 'application/vnd.iccprofile'],
1366
+ ['ice', 'x-conference/x-cooltalk'],
1367
+ ['ico', 'image/x-icon'],
1368
+ ['ics', 'text/calendar'],
1369
+ ['idc', 'text/plain'],
1370
+ ['ief', 'image/ief'],
1371
+ ['iefs', 'image/ief'],
1372
+ ['ifm', 'application/vnd.shana.informed.formdata'],
1373
+ ['iges', ['application/iges', 'model/iges']],
1374
+ ['igl', 'application/vnd.igloader'],
1375
+ ['igm', 'application/vnd.insors.igm'],
1376
+ ['igs', ['application/iges', 'model/iges']],
1377
+ ['igx', 'application/vnd.micrografx.igx'],
1378
+ ['iif', 'application/vnd.shana.informed.interchange'],
1379
+ ['iii', 'application/x-iphone'],
1380
+ ['ima', 'application/x-ima'],
1381
+ ['imap', 'application/x-httpd-imap'],
1382
+ ['imp', 'application/vnd.accpac.simply.imp'],
1383
+ ['ims', 'application/vnd.ms-ims'],
1384
+ ['inf', 'application/inf'],
1385
+ ['ins', ['application/x-internet-signup', 'application/x-internett-signup']],
1386
+ ['ip', 'application/x-ip2'],
1387
+ ['ipfix', 'application/ipfix'],
1388
+ ['ipk', 'application/vnd.shana.informed.package'],
1389
+ ['irm', 'application/vnd.ibm.rights-management'],
1390
+ ['irp', 'application/vnd.irepository.package+xml'],
1391
+ ['isp', 'application/x-internet-signup'],
1392
+ ['isu', 'video/x-isvideo'],
1393
+ ['it', 'audio/it'],
1394
+ ['itp', 'application/vnd.shana.informed.formtemplate'],
1395
+ ['iv', 'application/x-inventor'],
1396
+ ['ivp', 'application/vnd.immervision-ivp'],
1397
+ ['ivr', 'i-world/i-vrml'],
1398
+ ['ivu', 'application/vnd.immervision-ivu'],
1399
+ ['ivy', 'application/x-livescreen'],
1400
+ ['jad', 'text/vnd.sun.j2me.app-descriptor'],
1401
+ ['jam', ['application/vnd.jam', 'audio/x-jam']],
1402
+ ['jar', 'application/java-archive'],
1403
+ ['jav', ['text/plain', 'text/x-java-source']],
1404
+ ['java', ['text/plain', 'text/x-java-source,java', 'text/x-java-source']],
1405
+ ['jcm', 'application/x-java-commerce'],
1406
+ ['jfif', ['image/pipeg', 'image/jpeg', 'image/pjpeg']],
1407
+ ['jfif-tbnl', 'image/jpeg'],
1408
+ ['jisp', 'application/vnd.jisp'],
1409
+ ['jlt', 'application/vnd.hp-jlyt'],
1410
+ ['jnlp', 'application/x-java-jnlp-file'],
1411
+ ['joda', 'application/vnd.joost.joda-archive'],
1412
+ ['jpe', ['image/jpeg', 'image/pjpeg']],
1413
+ ['jpeg', ['image/jpeg', 'image/pjpeg']],
1414
+ ['jpg', ['image/jpeg', 'image/pjpeg']],
1415
+ ['jpgv', 'video/jpeg'],
1416
+ ['jpm', 'video/jpm'],
1417
+ ['jps', 'image/x-jps'],
1418
+ ['js', ['application/javascript', 'application/ecmascript', 'text/javascript', 'text/ecmascript', 'application/x-javascript']],
1419
+ ['json', 'application/json'],
1420
+ ['jut', 'image/jutvision'],
1421
+ ['kar', ['audio/midi', 'music/x-karaoke']],
1422
+ ['karbon', 'application/vnd.kde.karbon'],
1423
+ ['kfo', 'application/vnd.kde.kformula'],
1424
+ ['kia', 'application/vnd.kidspiration'],
1425
+ ['kml', 'application/vnd.google-earth.kml+xml'],
1426
+ ['kmz', 'application/vnd.google-earth.kmz'],
1427
+ ['kne', 'application/vnd.kinar'],
1428
+ ['kon', 'application/vnd.kde.kontour'],
1429
+ ['kpr', 'application/vnd.kde.kpresenter'],
1430
+ ['ksh', ['application/x-ksh', 'text/x-script.ksh']],
1431
+ ['ksp', 'application/vnd.kde.kspread'],
1432
+ ['ktx', 'image/ktx'],
1433
+ ['ktz', 'application/vnd.kahootz'],
1434
+ ['kwd', 'application/vnd.kde.kword'],
1435
+ ['la', ['audio/nspaudio', 'audio/x-nspaudio']],
1436
+ ['lam', 'audio/x-liveaudio'],
1437
+ ['lasxml', 'application/vnd.las.las+xml'],
1438
+ ['latex', 'application/x-latex'],
1439
+ ['lbd', 'application/vnd.llamagraphics.life-balance.desktop'],
1440
+ ['lbe', 'application/vnd.llamagraphics.life-balance.exchange+xml'],
1441
+ ['les', 'application/vnd.hhe.lesson-player'],
1442
+ ['lha', ['application/octet-stream', 'application/lha', 'application/x-lha']],
1443
+ ['lhx', 'application/octet-stream'],
1444
+ ['link66', 'application/vnd.route66.link66+xml'],
1445
+ ['list', 'text/plain'],
1446
+ ['lma', ['audio/nspaudio', 'audio/x-nspaudio']],
1447
+ ['log', 'text/plain'],
1448
+ ['lrm', 'application/vnd.ms-lrm'],
1449
+ ['lsf', 'video/x-la-asf'],
1450
+ ['lsp', ['application/x-lisp', 'text/x-script.lisp']],
1451
+ ['lst', 'text/plain'],
1452
+ ['lsx', ['video/x-la-asf', 'text/x-la-asf']],
1453
+ ['ltf', 'application/vnd.frogans.ltf'],
1454
+ ['ltx', 'application/x-latex'],
1455
+ ['lvp', 'audio/vnd.lucent.voice'],
1456
+ ['lwp', 'application/vnd.lotus-wordpro'],
1457
+ ['lzh', ['application/octet-stream', 'application/x-lzh']],
1458
+ ['lzx', ['application/lzx', 'application/octet-stream', 'application/x-lzx']],
1459
+ ['m', ['text/plain', 'text/x-m']],
1460
+ ['m13', 'application/x-msmediaview'],
1461
+ ['m14', 'application/x-msmediaview'],
1462
+ ['m1v', 'video/mpeg'],
1463
+ ['m21', 'application/mp21'],
1464
+ ['m2a', 'audio/mpeg'],
1465
+ ['m2v', 'video/mpeg'],
1466
+ ['m3u', ['audio/x-mpegurl', 'audio/x-mpequrl']],
1467
+ ['m3u8', 'application/vnd.apple.mpegurl'],
1468
+ ['m4v', 'video/x-m4v'],
1469
+ ['ma', 'application/mathematica'],
1470
+ ['mads', 'application/mads+xml'],
1471
+ ['mag', 'application/vnd.ecowin.chart'],
1472
+ ['man', 'application/x-troff-man'],
1473
+ ['map', 'application/x-navimap'],
1474
+ ['mar', 'text/plain'],
1475
+ ['mathml', 'application/mathml+xml'],
1476
+ ['mbd', 'application/mbedlet'],
1477
+ ['mbk', 'application/vnd.mobius.mbk'],
1478
+ ['mbox', 'application/mbox'],
1479
+ ['mc$', 'application/x-magic-cap-package-1.0'],
1480
+ ['mc1', 'application/vnd.medcalcdata'],
1481
+ ['mcd', ['application/mcad', 'application/vnd.mcd', 'application/x-mathcad']],
1482
+ ['mcf', ['image/vasa', 'text/mcf']],
1483
+ ['mcp', 'application/netmc'],
1484
+ ['mcurl', 'text/vnd.curl.mcurl'],
1485
+ ['mdb', 'application/x-msaccess'],
1486
+ ['mdi', 'image/vnd.ms-modi'],
1487
+ ['me', 'application/x-troff-me'],
1488
+ ['meta4', 'application/metalink4+xml'],
1489
+ ['mets', 'application/mets+xml'],
1490
+ ['mfm', 'application/vnd.mfmp'],
1491
+ ['mgp', 'application/vnd.osgeo.mapguide.package'],
1492
+ ['mgz', 'application/vnd.proteus.magazine'],
1493
+ ['mht', 'message/rfc822'],
1494
+ ['mhtml', 'message/rfc822'],
1495
+ ['mid', ['audio/mid', 'audio/midi', 'music/crescendo', 'x-music/x-midi', 'audio/x-midi', 'application/x-midi', 'audio/x-mid']],
1496
+ ['midi', ['audio/midi', 'music/crescendo', 'x-music/x-midi', 'audio/x-midi', 'application/x-midi', 'audio/x-mid']],
1497
+ ['mif', ['application/vnd.mif', 'application/x-mif', 'application/x-frame']],
1498
+ ['mime', ['message/rfc822', 'www/mime']],
1499
+ ['mj2', 'video/mj2'],
1500
+ ['mjf', 'audio/x-vnd.audioexplosion.mjuicemediafile'],
1501
+ ['mjpg', 'video/x-motion-jpeg'],
1502
+ ['mlp', 'application/vnd.dolby.mlp'],
1503
+ ['mm', ['application/base64', 'application/x-meme']],
1504
+ ['mmd', 'application/vnd.chipnuts.karaoke-mmd'],
1505
+ ['mme', 'application/base64'],
1506
+ ['mmf', 'application/vnd.smaf'],
1507
+ ['mmr', 'image/vnd.fujixerox.edmics-mmr'],
1508
+ ['mny', 'application/x-msmoney'],
1509
+ ['mod', ['audio/mod', 'audio/x-mod']],
1510
+ ['mods', 'application/mods+xml'],
1511
+ ['moov', 'video/quicktime'],
1512
+ ['mov', 'video/quicktime'],
1513
+ ['movie', 'video/x-sgi-movie'],
1514
+ ['mp2', ['video/mpeg', 'audio/mpeg', 'video/x-mpeg', 'audio/x-mpeg', 'video/x-mpeq2a']],
1515
+ ['mp3', ['audio/mpeg', 'audio/mpeg3', 'video/mpeg', 'audio/x-mpeg-3', 'video/x-mpeg']],
1516
+ ['mp4', ['video/mp4', 'application/mp4']],
1517
+ ['mp4a', 'audio/mp4'],
1518
+ ['mpa', ['video/mpeg', 'audio/mpeg']],
1519
+ ['mpc', ['application/vnd.mophun.certificate', 'application/x-project']],
1520
+ ['mpe', 'video/mpeg'],
1521
+ ['mpeg', 'video/mpeg'],
1522
+ ['mpg', ['video/mpeg', 'audio/mpeg']],
1523
+ ['mpga', 'audio/mpeg'],
1524
+ ['mpkg', 'application/vnd.apple.installer+xml'],
1525
+ ['mpm', 'application/vnd.blueice.multipass'],
1526
+ ['mpn', 'application/vnd.mophun.application'],
1527
+ ['mpp', 'application/vnd.ms-project'],
1528
+ ['mpt', 'application/x-project'],
1529
+ ['mpv', 'application/x-project'],
1530
+ ['mpv2', 'video/mpeg'],
1531
+ ['mpx', 'application/x-project'],
1532
+ ['mpy', 'application/vnd.ibm.minipay'],
1533
+ ['mqy', 'application/vnd.mobius.mqy'],
1534
+ ['mrc', 'application/marc'],
1535
+ ['mrcx', 'application/marcxml+xml'],
1536
+ ['ms', 'application/x-troff-ms'],
1537
+ ['mscml', 'application/mediaservercontrol+xml'],
1538
+ ['mseq', 'application/vnd.mseq'],
1539
+ ['msf', 'application/vnd.epson.msf'],
1540
+ ['msg', 'application/vnd.ms-outlook'],
1541
+ ['msh', 'model/mesh'],
1542
+ ['msl', 'application/vnd.mobius.msl'],
1543
+ ['msty', 'application/vnd.muvee.style'],
1544
+ ['mts', 'model/vnd.mts'],
1545
+ ['mus', 'application/vnd.musician'],
1546
+ ['musicxml', 'application/vnd.recordare.musicxml+xml'],
1547
+ ['mv', 'video/x-sgi-movie'],
1548
+ ['mvb', 'application/x-msmediaview'],
1549
+ ['mwf', 'application/vnd.mfer'],
1550
+ ['mxf', 'application/mxf'],
1551
+ ['mxl', 'application/vnd.recordare.musicxml'],
1552
+ ['mxml', 'application/xv+xml'],
1553
+ ['mxs', 'application/vnd.triscape.mxs'],
1554
+ ['mxu', 'video/vnd.mpegurl'],
1555
+ ['my', 'audio/make'],
1556
+ ['mzz', 'application/x-vnd.audioexplosion.mzz'],
1557
+ ['n-gage', 'application/vnd.nokia.n-gage.symbian.install'],
1558
+ ['n3', 'text/n3'],
1559
+ ['nap', 'image/naplps'],
1560
+ ['naplps', 'image/naplps'],
1561
+ ['nbp', 'application/vnd.wolfram.player'],
1562
+ ['nc', 'application/x-netcdf'],
1563
+ ['ncm', 'application/vnd.nokia.configuration-message'],
1564
+ ['ncx', 'application/x-dtbncx+xml'],
1565
+ ['ngdat', 'application/vnd.nokia.n-gage.data'],
1566
+ ['nif', 'image/x-niff'],
1567
+ ['niff', 'image/x-niff'],
1568
+ ['nix', 'application/x-mix-transfer'],
1569
+ ['nlu', 'application/vnd.neurolanguage.nlu'],
1570
+ ['nml', 'application/vnd.enliven'],
1571
+ ['nnd', 'application/vnd.noblenet-directory'],
1572
+ ['nns', 'application/vnd.noblenet-sealer'],
1573
+ ['nnw', 'application/vnd.noblenet-web'],
1574
+ ['npx', 'image/vnd.net-fpx'],
1575
+ ['nsc', 'application/x-conference'],
1576
+ ['nsf', 'application/vnd.lotus-notes'],
1577
+ ['nvd', 'application/x-navidoc'],
1578
+ ['nws', 'message/rfc822'],
1579
+ ['o', 'application/octet-stream'],
1580
+ ['oa2', 'application/vnd.fujitsu.oasys2'],
1581
+ ['oa3', 'application/vnd.fujitsu.oasys3'],
1582
+ ['oas', 'application/vnd.fujitsu.oasys'],
1583
+ ['obd', 'application/x-msbinder'],
1584
+ ['oda', 'application/oda'],
1585
+ ['odb', 'application/vnd.oasis.opendocument.database'],
1586
+ ['odc', 'application/vnd.oasis.opendocument.chart'],
1587
+ ['odf', 'application/vnd.oasis.opendocument.formula'],
1588
+ ['odft', 'application/vnd.oasis.opendocument.formula-template'],
1589
+ ['odg', 'application/vnd.oasis.opendocument.graphics'],
1590
+ ['odi', 'application/vnd.oasis.opendocument.image'],
1591
+ ['odm', 'application/vnd.oasis.opendocument.text-master'],
1592
+ ['odp', 'application/vnd.oasis.opendocument.presentation'],
1593
+ ['ods', 'application/vnd.oasis.opendocument.spreadsheet'],
1594
+ ['odt', 'application/vnd.oasis.opendocument.text'],
1595
+ ['oga', 'audio/ogg'],
1596
+ ['ogv', 'video/ogg'],
1597
+ ['ogx', 'application/ogg'],
1598
+ ['omc', 'application/x-omc'],
1599
+ ['omcd', 'application/x-omcdatamaker'],
1600
+ ['omcr', 'application/x-omcregerator'],
1601
+ ['onetoc', 'application/onenote'],
1602
+ ['opf', 'application/oebps-package+xml'],
1603
+ ['org', 'application/vnd.lotus-organizer'],
1604
+ ['osf', 'application/vnd.yamaha.openscoreformat'],
1605
+ ['osfpvg', 'application/vnd.yamaha.openscoreformat.osfpvg+xml'],
1606
+ ['otc', 'application/vnd.oasis.opendocument.chart-template'],
1607
+ ['otf', 'application/x-font-otf'],
1608
+ ['otg', 'application/vnd.oasis.opendocument.graphics-template'],
1609
+ ['oth', 'application/vnd.oasis.opendocument.text-web'],
1610
+ ['oti', 'application/vnd.oasis.opendocument.image-template'],
1611
+ ['otp', 'application/vnd.oasis.opendocument.presentation-template'],
1612
+ ['ots', 'application/vnd.oasis.opendocument.spreadsheet-template'],
1613
+ ['ott', 'application/vnd.oasis.opendocument.text-template'],
1614
+ ['oxt', 'application/vnd.openofficeorg.extension'],
1615
+ ['p', 'text/x-pascal'],
1616
+ ['p10', ['application/pkcs10', 'application/x-pkcs10']],
1617
+ ['p12', ['application/pkcs-12', 'application/x-pkcs12']],
1618
+ ['p7a', 'application/x-pkcs7-signature'],
1619
+ ['p7b', 'application/x-pkcs7-certificates'],
1620
+ ['p7c', ['application/pkcs7-mime', 'application/x-pkcs7-mime']],
1621
+ ['p7m', ['application/pkcs7-mime', 'application/x-pkcs7-mime']],
1622
+ ['p7r', 'application/x-pkcs7-certreqresp'],
1623
+ ['p7s', ['application/pkcs7-signature', 'application/x-pkcs7-signature']],
1624
+ ['p8', 'application/pkcs8'],
1625
+ ['par', 'text/plain-bas'],
1626
+ ['part', 'application/pro_eng'],
1627
+ ['pas', 'text/pascal'],
1628
+ ['paw', 'application/vnd.pawaafile'],
1629
+ ['pbd', 'application/vnd.powerbuilder6'],
1630
+ ['pbm', 'image/x-portable-bitmap'],
1631
+ ['pcf', 'application/x-font-pcf'],
1632
+ ['pcl', ['application/vnd.hp-pcl', 'application/x-pcl']],
1633
+ ['pclxl', 'application/vnd.hp-pclxl'],
1634
+ ['pct', 'image/x-pict'],
1635
+ ['pcurl', 'application/vnd.curl.pcurl'],
1636
+ ['pcx', 'image/x-pcx'],
1637
+ ['pdb', ['application/vnd.palm', 'chemical/x-pdb']],
1638
+ ['pdf', 'application/pdf'],
1639
+ ['pfa', 'application/x-font-type1'],
1640
+ ['pfr', 'application/font-tdpfr'],
1641
+ ['pfunk', ['audio/make', 'audio/make.my.funk']],
1642
+ ['pfx', 'application/x-pkcs12'],
1643
+ ['pgm', ['image/x-portable-graymap', 'image/x-portable-greymap']],
1644
+ ['pgn', 'application/x-chess-pgn'],
1645
+ ['pgp', 'application/pgp-signature'],
1646
+ ['pic', ['image/pict', 'image/x-pict']],
1647
+ ['pict', 'image/pict'],
1648
+ ['pkg', 'application/x-newton-compatible-pkg'],
1649
+ ['pki', 'application/pkixcmp'],
1650
+ ['pkipath', 'application/pkix-pkipath'],
1651
+ ['pko', ['application/ynd.ms-pkipko', 'application/vnd.ms-pki.pko']],
1652
+ ['pl', ['text/plain', 'text/x-script.perl']],
1653
+ ['plb', 'application/vnd.3gpp.pic-bw-large'],
1654
+ ['plc', 'application/vnd.mobius.plc'],
1655
+ ['plf', 'application/vnd.pocketlearn'],
1656
+ ['pls', 'application/pls+xml'],
1657
+ ['plx', 'application/x-pixclscript'],
1658
+ ['pm', ['text/x-script.perl-module', 'image/x-xpixmap']],
1659
+ ['pm4', 'application/x-pagemaker'],
1660
+ ['pm5', 'application/x-pagemaker'],
1661
+ ['pma', 'application/x-perfmon'],
1662
+ ['pmc', 'application/x-perfmon'],
1663
+ ['pml', ['application/vnd.ctc-posml', 'application/x-perfmon']],
1664
+ ['pmr', 'application/x-perfmon'],
1665
+ ['pmw', 'application/x-perfmon'],
1666
+ ['png', 'image/png'],
1667
+ ['pnm', ['application/x-portable-anymap', 'image/x-portable-anymap']],
1668
+ ['portpkg', 'application/vnd.macports.portpkg'],
1669
+ ['pot', ['application/vnd.ms-powerpoint', 'application/mspowerpoint']],
1670
+ ['potm', 'application/vnd.ms-powerpoint.template.macroenabled.12'],
1671
+ ['potx', 'application/vnd.openxmlformats-officedocument.presentationml.template'],
1672
+ ['pov', 'model/x-pov'],
1673
+ ['ppa', 'application/vnd.ms-powerpoint'],
1674
+ ['ppam', 'application/vnd.ms-powerpoint.addin.macroenabled.12'],
1675
+ ['ppd', 'application/vnd.cups-ppd'],
1676
+ ['ppm', 'image/x-portable-pixmap'],
1677
+ ['pps', ['application/vnd.ms-powerpoint', 'application/mspowerpoint']],
1678
+ ['ppsm', 'application/vnd.ms-powerpoint.slideshow.macroenabled.12'],
1679
+ ['ppsx', 'application/vnd.openxmlformats-officedocument.presentationml.slideshow'],
1680
+ ['ppt', ['application/vnd.ms-powerpoint', 'application/mspowerpoint', 'application/powerpoint', 'application/x-mspowerpoint']],
1681
+ ['pptm', 'application/vnd.ms-powerpoint.presentation.macroenabled.12'],
1682
+ ['pptx', 'application/vnd.openxmlformats-officedocument.presentationml.presentation'],
1683
+ ['ppz', 'application/mspowerpoint'],
1684
+ ['prc', 'application/x-mobipocket-ebook'],
1685
+ ['pre', ['application/vnd.lotus-freelance', 'application/x-freelance']],
1686
+ ['prf', 'application/pics-rules'],
1687
+ ['prt', 'application/pro_eng'],
1688
+ ['ps', 'application/postscript'],
1689
+ ['psb', 'application/vnd.3gpp.pic-bw-small'],
1690
+ ['psd', ['application/octet-stream', 'image/vnd.adobe.photoshop']],
1691
+ ['psf', 'application/x-font-linux-psf'],
1692
+ ['pskcxml', 'application/pskc+xml'],
1693
+ ['ptid', 'application/vnd.pvi.ptid1'],
1694
+ ['pub', 'application/x-mspublisher'],
1695
+ ['pvb', 'application/vnd.3gpp.pic-bw-var'],
1696
+ ['pvu', 'paleovu/x-pv'],
1697
+ ['pwn', 'application/vnd.3m.post-it-notes'],
1698
+ ['pwz', 'application/vnd.ms-powerpoint'],
1699
+ ['py', 'text/x-script.phyton'],
1700
+ ['pya', 'audio/vnd.ms-playready.media.pya'],
1701
+ ['pyc', 'application/x-bytecode.python'],
1702
+ ['pyv', 'video/vnd.ms-playready.media.pyv'],
1703
+ ['qam', 'application/vnd.epson.quickanime'],
1704
+ ['qbo', 'application/vnd.intu.qbo'],
1705
+ ['qcp', 'audio/vnd.qcelp'],
1706
+ ['qd3', 'x-world/x-3dmf'],
1707
+ ['qd3d', 'x-world/x-3dmf'],
1708
+ ['qfx', 'application/vnd.intu.qfx'],
1709
+ ['qif', 'image/x-quicktime'],
1710
+ ['qps', 'application/vnd.publishare-delta-tree'],
1711
+ ['qt', 'video/quicktime'],
1712
+ ['qtc', 'video/x-qtc'],
1713
+ ['qti', 'image/x-quicktime'],
1714
+ ['qtif', 'image/x-quicktime'],
1715
+ ['qxd', 'application/vnd.quark.quarkxpress'],
1716
+ ['ra', ['audio/x-realaudio', 'audio/x-pn-realaudio', 'audio/x-pn-realaudio-plugin']],
1717
+ ['ram', 'audio/x-pn-realaudio'],
1718
+ ['rar', 'application/x-rar-compressed'],
1719
+ ['ras', ['image/cmu-raster', 'application/x-cmu-raster', 'image/x-cmu-raster']],
1720
+ ['rast', 'image/cmu-raster'],
1721
+ ['rcprofile', 'application/vnd.ipunplugged.rcprofile'],
1722
+ ['rdf', 'application/rdf+xml'],
1723
+ ['rdz', 'application/vnd.data-vision.rdz'],
1724
+ ['rep', 'application/vnd.businessobjects'],
1725
+ ['res', 'application/x-dtbresource+xml'],
1726
+ ['rexx', 'text/x-script.rexx'],
1727
+ ['rf', 'image/vnd.rn-realflash'],
1728
+ ['rgb', 'image/x-rgb'],
1729
+ ['rif', 'application/reginfo+xml'],
1730
+ ['rip', 'audio/vnd.rip'],
1731
+ ['rl', 'application/resource-lists+xml'],
1732
+ ['rlc', 'image/vnd.fujixerox.edmics-rlc'],
1733
+ ['rld', 'application/resource-lists-diff+xml'],
1734
+ ['rm', ['application/vnd.rn-realmedia', 'audio/x-pn-realaudio']],
1735
+ ['rmi', 'audio/mid'],
1736
+ ['rmm', 'audio/x-pn-realaudio'],
1737
+ ['rmp', ['audio/x-pn-realaudio-plugin', 'audio/x-pn-realaudio']],
1738
+ ['rms', 'application/vnd.jcp.javame.midlet-rms'],
1739
+ ['rnc', 'application/relax-ng-compact-syntax'],
1740
+ ['rng', ['application/ringing-tones', 'application/vnd.nokia.ringing-tone']],
1741
+ ['rnx', 'application/vnd.rn-realplayer'],
1742
+ ['roff', 'application/x-troff'],
1743
+ ['rp', 'image/vnd.rn-realpix'],
1744
+ ['rp9', 'application/vnd.cloanto.rp9'],
1745
+ ['rpm', 'audio/x-pn-realaudio-plugin'],
1746
+ ['rpss', 'application/vnd.nokia.radio-presets'],
1747
+ ['rpst', 'application/vnd.nokia.radio-preset'],
1748
+ ['rq', 'application/sparql-query'],
1749
+ ['rs', 'application/rls-services+xml'],
1750
+ ['rsd', 'application/rsd+xml'],
1751
+ ['rt', ['text/richtext', 'text/vnd.rn-realtext']],
1752
+ ['rtf', ['application/rtf', 'text/richtext', 'application/x-rtf']],
1753
+ ['rtx', ['text/richtext', 'application/rtf']],
1754
+ ['rv', 'video/vnd.rn-realvideo'],
1755
+ ['s', 'text/x-asm'],
1756
+ ['s3m', 'audio/s3m'],
1757
+ ['saf', 'application/vnd.yamaha.smaf-audio'],
1758
+ ['saveme', 'application/octet-stream'],
1759
+ ['sbk', 'application/x-tbook'],
1760
+ ['sbml', 'application/sbml+xml'],
1761
+ ['sc', 'application/vnd.ibm.secure-container'],
1762
+ ['scd', 'application/x-msschedule'],
1763
+ [
1764
+ 'scm',
1765
+ ['application/vnd.lotus-screencam', 'video/x-scm', 'text/x-script.guile', 'application/x-lotusscreencam', 'text/x-script.scheme']
1766
+ ],
1767
+ ['scq', 'application/scvp-cv-request'],
1768
+ ['scs', 'application/scvp-cv-response'],
1769
+ ['sct', 'text/scriptlet'],
1770
+ ['scurl', 'text/vnd.curl.scurl'],
1771
+ ['sda', 'application/vnd.stardivision.draw'],
1772
+ ['sdc', 'application/vnd.stardivision.calc'],
1773
+ ['sdd', 'application/vnd.stardivision.impress'],
1774
+ ['sdkm', 'application/vnd.solent.sdkm+xml'],
1775
+ ['sdml', 'text/plain'],
1776
+ ['sdp', ['application/sdp', 'application/x-sdp']],
1777
+ ['sdr', 'application/sounder'],
1778
+ ['sdw', 'application/vnd.stardivision.writer'],
1779
+ ['sea', ['application/sea', 'application/x-sea']],
1780
+ ['see', 'application/vnd.seemail'],
1781
+ ['seed', 'application/vnd.fdsn.seed'],
1782
+ ['sema', 'application/vnd.sema'],
1783
+ ['semd', 'application/vnd.semd'],
1784
+ ['semf', 'application/vnd.semf'],
1785
+ ['ser', 'application/java-serialized-object'],
1786
+ ['set', 'application/set'],
1787
+ ['setpay', 'application/set-payment-initiation'],
1788
+ ['setreg', 'application/set-registration-initiation'],
1789
+ ['sfd-hdstx', 'application/vnd.hydrostatix.sof-data'],
1790
+ ['sfs', 'application/vnd.spotfire.sfs'],
1791
+ ['sgl', 'application/vnd.stardivision.writer-global'],
1792
+ ['sgm', ['text/sgml', 'text/x-sgml']],
1793
+ ['sgml', ['text/sgml', 'text/x-sgml']],
1794
+ ['sh', ['application/x-shar', 'application/x-bsh', 'application/x-sh', 'text/x-script.sh']],
1795
+ ['shar', ['application/x-bsh', 'application/x-shar']],
1796
+ ['shf', 'application/shf+xml'],
1797
+ ['shtml', ['text/html', 'text/x-server-parsed-html']],
1798
+ ['sid', 'audio/x-psid'],
1799
+ ['sis', 'application/vnd.symbian.install'],
1800
+ ['sit', ['application/x-stuffit', 'application/x-sit']],
1801
+ ['sitx', 'application/x-stuffitx'],
1802
+ ['skd', 'application/x-koan'],
1803
+ ['skm', 'application/x-koan'],
1804
+ ['skp', ['application/vnd.koan', 'application/x-koan']],
1805
+ ['skt', 'application/x-koan'],
1806
+ ['sl', 'application/x-seelogo'],
1807
+ ['sldm', 'application/vnd.ms-powerpoint.slide.macroenabled.12'],
1808
+ ['sldx', 'application/vnd.openxmlformats-officedocument.presentationml.slide'],
1809
+ ['slt', 'application/vnd.epson.salt'],
1810
+ ['sm', 'application/vnd.stepmania.stepchart'],
1811
+ ['smf', 'application/vnd.stardivision.math'],
1812
+ ['smi', ['application/smil', 'application/smil+xml']],
1813
+ ['smil', 'application/smil'],
1814
+ ['snd', ['audio/basic', 'audio/x-adpcm']],
1815
+ ['snf', 'application/x-font-snf'],
1816
+ ['sol', 'application/solids'],
1817
+ ['spc', ['text/x-speech', 'application/x-pkcs7-certificates']],
1818
+ ['spf', 'application/vnd.yamaha.smaf-phrase'],
1819
+ ['spl', ['application/futuresplash', 'application/x-futuresplash']],
1820
+ ['spot', 'text/vnd.in3d.spot'],
1821
+ ['spp', 'application/scvp-vp-response'],
1822
+ ['spq', 'application/scvp-vp-request'],
1823
+ ['spr', 'application/x-sprite'],
1824
+ ['sprite', 'application/x-sprite'],
1825
+ ['src', 'application/x-wais-source'],
1826
+ ['sru', 'application/sru+xml'],
1827
+ ['srx', 'application/sparql-results+xml'],
1828
+ ['sse', 'application/vnd.kodak-descriptor'],
1829
+ ['ssf', 'application/vnd.epson.ssf'],
1830
+ ['ssi', 'text/x-server-parsed-html'],
1831
+ ['ssm', 'application/streamingmedia'],
1832
+ ['ssml', 'application/ssml+xml'],
1833
+ ['sst', ['application/vnd.ms-pkicertstore', 'application/vnd.ms-pki.certstore']],
1834
+ ['st', 'application/vnd.sailingtracker.track'],
1835
+ ['stc', 'application/vnd.sun.xml.calc.template'],
1836
+ ['std', 'application/vnd.sun.xml.draw.template'],
1837
+ ['step', 'application/step'],
1838
+ ['stf', 'application/vnd.wt.stf'],
1839
+ ['sti', 'application/vnd.sun.xml.impress.template'],
1840
+ ['stk', 'application/hyperstudio'],
1841
+ ['stl', ['application/vnd.ms-pkistl', 'application/sla', 'application/vnd.ms-pki.stl', 'application/x-navistyle']],
1842
+ ['stm', 'text/html'],
1843
+ ['stp', 'application/step'],
1844
+ ['str', 'application/vnd.pg.format'],
1845
+ ['stw', 'application/vnd.sun.xml.writer.template'],
1846
+ ['sub', 'image/vnd.dvb.subtitle'],
1847
+ ['sus', 'application/vnd.sus-calendar'],
1848
+ ['sv4cpio', 'application/x-sv4cpio'],
1849
+ ['sv4crc', 'application/x-sv4crc'],
1850
+ ['svc', 'application/vnd.dvb.service'],
1851
+ ['svd', 'application/vnd.svd'],
1852
+ ['svf', ['image/vnd.dwg', 'image/x-dwg']],
1853
+ ['svg', 'image/svg+xml'],
1854
+ ['svr', ['x-world/x-svr', 'application/x-world']],
1855
+ ['swf', 'application/x-shockwave-flash'],
1856
+ ['swi', 'application/vnd.aristanetworks.swi'],
1857
+ ['sxc', 'application/vnd.sun.xml.calc'],
1858
+ ['sxd', 'application/vnd.sun.xml.draw'],
1859
+ ['sxg', 'application/vnd.sun.xml.writer.global'],
1860
+ ['sxi', 'application/vnd.sun.xml.impress'],
1861
+ ['sxm', 'application/vnd.sun.xml.math'],
1862
+ ['sxw', 'application/vnd.sun.xml.writer'],
1863
+ ['t', ['text/troff', 'application/x-troff']],
1864
+ ['talk', 'text/x-speech'],
1865
+ ['tao', 'application/vnd.tao.intent-module-archive'],
1866
+ ['tar', 'application/x-tar'],
1867
+ ['tbk', ['application/toolbook', 'application/x-tbook']],
1868
+ ['tcap', 'application/vnd.3gpp2.tcap'],
1869
+ ['tcl', ['text/x-script.tcl', 'application/x-tcl']],
1870
+ ['tcsh', 'text/x-script.tcsh'],
1871
+ ['teacher', 'application/vnd.smart.teacher'],
1872
+ ['tei', 'application/tei+xml'],
1873
+ ['tex', 'application/x-tex'],
1874
+ ['texi', 'application/x-texinfo'],
1875
+ ['texinfo', 'application/x-texinfo'],
1876
+ ['text', ['application/plain', 'text/plain']],
1877
+ ['tfi', 'application/thraud+xml'],
1878
+ ['tfm', 'application/x-tex-tfm'],
1879
+ ['tgz', ['application/gnutar', 'application/x-compressed']],
1880
+ ['thmx', 'application/vnd.ms-officetheme'],
1881
+ ['tif', ['image/tiff', 'image/x-tiff']],
1882
+ ['tiff', ['image/tiff', 'image/x-tiff']],
1883
+ ['tmo', 'application/vnd.tmobile-livetv'],
1884
+ ['torrent', 'application/x-bittorrent'],
1885
+ ['tpl', 'application/vnd.groove-tool-template'],
1886
+ ['tpt', 'application/vnd.trid.tpt'],
1887
+ ['tr', 'application/x-troff'],
1888
+ ['tra', 'application/vnd.trueapp'],
1889
+ ['trm', 'application/x-msterminal'],
1890
+ ['tsd', 'application/timestamped-data'],
1891
+ ['tsi', 'audio/tsp-audio'],
1892
+ ['tsp', ['application/dsptype', 'audio/tsplayer']],
1893
+ ['tsv', 'text/tab-separated-values'],
1894
+ ['ttf', 'application/x-font-ttf'],
1895
+ ['ttl', 'text/turtle'],
1896
+ ['turbot', 'image/florian'],
1897
+ ['twd', 'application/vnd.simtech-mindmapper'],
1898
+ ['txd', 'application/vnd.genomatix.tuxedo'],
1899
+ ['txf', 'application/vnd.mobius.txf'],
1900
+ ['txt', 'text/plain'],
1901
+ ['ufd', 'application/vnd.ufdl'],
1902
+ ['uil', 'text/x-uil'],
1903
+ ['uls', 'text/iuls'],
1904
+ ['umj', 'application/vnd.umajin'],
1905
+ ['uni', 'text/uri-list'],
1906
+ ['unis', 'text/uri-list'],
1907
+ ['unityweb', 'application/vnd.unity'],
1908
+ ['unv', 'application/i-deas'],
1909
+ ['uoml', 'application/vnd.uoml+xml'],
1910
+ ['uri', 'text/uri-list'],
1911
+ ['uris', 'text/uri-list'],
1912
+ ['ustar', ['application/x-ustar', 'multipart/x-ustar']],
1913
+ ['utz', 'application/vnd.uiq.theme'],
1914
+ ['uu', ['application/octet-stream', 'text/x-uuencode']],
1915
+ ['uue', 'text/x-uuencode'],
1916
+ ['uva', 'audio/vnd.dece.audio'],
1917
+ ['uvh', 'video/vnd.dece.hd'],
1918
+ ['uvi', 'image/vnd.dece.graphic'],
1919
+ ['uvm', 'video/vnd.dece.mobile'],
1920
+ ['uvp', 'video/vnd.dece.pd'],
1921
+ ['uvs', 'video/vnd.dece.sd'],
1922
+ ['uvu', 'video/vnd.uvvu.mp4'],
1923
+ ['uvv', 'video/vnd.dece.video'],
1924
+ ['vcd', 'application/x-cdlink'],
1925
+ ['vcf', 'text/x-vcard'],
1926
+ ['vcg', 'application/vnd.groove-vcard'],
1927
+ ['vcs', 'text/x-vcalendar'],
1928
+ ['vcx', 'application/vnd.vcx'],
1929
+ ['vda', 'application/vda'],
1930
+ ['vdo', 'video/vdo'],
1931
+ ['vew', 'application/groupwise'],
1932
+ ['vis', 'application/vnd.visionary'],
1933
+ ['viv', ['video/vivo', 'video/vnd.vivo']],
1934
+ ['vivo', ['video/vivo', 'video/vnd.vivo']],
1935
+ ['vmd', 'application/vocaltec-media-desc'],
1936
+ ['vmf', 'application/vocaltec-media-file'],
1937
+ ['voc', ['audio/voc', 'audio/x-voc']],
1938
+ ['vos', 'video/vosaic'],
1939
+ ['vox', 'audio/voxware'],
1940
+ ['vqe', 'audio/x-twinvq-plugin'],
1941
+ ['vqf', 'audio/x-twinvq'],
1942
+ ['vql', 'audio/x-twinvq-plugin'],
1943
+ ['vrml', ['model/vrml', 'x-world/x-vrml', 'application/x-vrml']],
1944
+ ['vrt', 'x-world/x-vrt'],
1945
+ ['vsd', ['application/vnd.visio', 'application/x-visio']],
1946
+ ['vsf', 'application/vnd.vsf'],
1947
+ ['vst', 'application/x-visio'],
1948
+ ['vsw', 'application/x-visio'],
1949
+ ['vtu', 'model/vnd.vtu'],
1950
+ ['vxml', 'application/voicexml+xml'],
1951
+ ['w60', 'application/wordperfect6.0'],
1952
+ ['w61', 'application/wordperfect6.1'],
1953
+ ['w6w', 'application/msword'],
1954
+ ['wad', 'application/x-doom'],
1955
+ ['wav', ['audio/wav', 'audio/x-wav']],
1956
+ ['wax', 'audio/x-ms-wax'],
1957
+ ['wb1', 'application/x-qpro'],
1958
+ ['wbmp', 'image/vnd.wap.wbmp'],
1959
+ ['wbs', 'application/vnd.criticaltools.wbs+xml'],
1960
+ ['wbxml', 'application/vnd.wap.wbxml'],
1961
+ ['wcm', 'application/vnd.ms-works'],
1962
+ ['wdb', 'application/vnd.ms-works'],
1963
+ ['web', 'application/vnd.xara'],
1964
+ ['weba', 'audio/webm'],
1965
+ ['webm', 'video/webm'],
1966
+ ['webp', 'image/webp'],
1967
+ ['wg', 'application/vnd.pmi.widget'],
1968
+ ['wgt', 'application/widget'],
1969
+ ['wiz', 'application/msword'],
1970
+ ['wk1', 'application/x-123'],
1971
+ ['wks', 'application/vnd.ms-works'],
1972
+ ['wm', 'video/x-ms-wm'],
1973
+ ['wma', 'audio/x-ms-wma'],
1974
+ ['wmd', 'application/x-ms-wmd'],
1975
+ ['wmf', ['windows/metafile', 'application/x-msmetafile']],
1976
+ ['wml', 'text/vnd.wap.wml'],
1977
+ ['wmlc', 'application/vnd.wap.wmlc'],
1978
+ ['wmls', 'text/vnd.wap.wmlscript'],
1979
+ ['wmlsc', 'application/vnd.wap.wmlscriptc'],
1980
+ ['wmv', 'video/x-ms-wmv'],
1981
+ ['wmx', 'video/x-ms-wmx'],
1982
+ ['wmz', 'application/x-ms-wmz'],
1983
+ ['woff', 'application/x-font-woff'],
1984
+ ['word', 'application/msword'],
1985
+ ['wp', 'application/wordperfect'],
1986
+ ['wp5', ['application/wordperfect', 'application/wordperfect6.0']],
1987
+ ['wp6', 'application/wordperfect'],
1988
+ ['wpd', ['application/wordperfect', 'application/vnd.wordperfect', 'application/x-wpwin']],
1989
+ ['wpl', 'application/vnd.ms-wpl'],
1990
+ ['wps', 'application/vnd.ms-works'],
1991
+ ['wq1', 'application/x-lotus'],
1992
+ ['wqd', 'application/vnd.wqd'],
1993
+ ['wri', ['application/mswrite', 'application/x-wri', 'application/x-mswrite']],
1994
+ ['wrl', ['model/vrml', 'x-world/x-vrml', 'application/x-world']],
1995
+ ['wrz', ['model/vrml', 'x-world/x-vrml']],
1996
+ ['wsc', 'text/scriplet'],
1997
+ ['wsdl', 'application/wsdl+xml'],
1998
+ ['wspolicy', 'application/wspolicy+xml'],
1999
+ ['wsrc', 'application/x-wais-source'],
2000
+ ['wtb', 'application/vnd.webturbo'],
2001
+ ['wtk', 'application/x-wintalk'],
2002
+ ['wvx', 'video/x-ms-wvx'],
2003
+ ['x-png', 'image/png'],
2004
+ ['x3d', 'application/vnd.hzn-3d-crossword'],
2005
+ ['xaf', 'x-world/x-vrml'],
2006
+ ['xap', 'application/x-silverlight-app'],
2007
+ ['xar', 'application/vnd.xara'],
2008
+ ['xbap', 'application/x-ms-xbap'],
2009
+ ['xbd', 'application/vnd.fujixerox.docuworks.binder'],
2010
+ ['xbm', ['image/xbm', 'image/x-xbm', 'image/x-xbitmap']],
2011
+ ['xdf', 'application/xcap-diff+xml'],
2012
+ ['xdm', 'application/vnd.syncml.dm+xml'],
2013
+ ['xdp', 'application/vnd.adobe.xdp+xml'],
2014
+ ['xdr', 'video/x-amt-demorun'],
2015
+ ['xdssc', 'application/dssc+xml'],
2016
+ ['xdw', 'application/vnd.fujixerox.docuworks'],
2017
+ ['xenc', 'application/xenc+xml'],
2018
+ ['xer', 'application/patch-ops-error+xml'],
2019
+ ['xfdf', 'application/vnd.adobe.xfdf'],
2020
+ ['xfdl', 'application/vnd.xfdl'],
2021
+ ['xgz', 'xgl/drawing'],
2022
+ ['xhtml', 'application/xhtml+xml'],
2023
+ ['xif', 'image/vnd.xiff'],
2024
+ ['xl', 'application/excel'],
2025
+ ['xla', ['application/vnd.ms-excel', 'application/excel', 'application/x-msexcel', 'application/x-excel']],
2026
+ ['xlam', 'application/vnd.ms-excel.addin.macroenabled.12'],
2027
+ ['xlb', ['application/excel', 'application/vnd.ms-excel', 'application/x-excel']],
2028
+ ['xlc', ['application/vnd.ms-excel', 'application/excel', 'application/x-excel']],
2029
+ ['xld', ['application/excel', 'application/x-excel']],
2030
+ ['xlk', ['application/excel', 'application/x-excel']],
2031
+ ['xll', ['application/excel', 'application/vnd.ms-excel', 'application/x-excel']],
2032
+ ['xlm', ['application/vnd.ms-excel', 'application/excel', 'application/x-excel']],
2033
+ ['xls', ['application/vnd.ms-excel', 'application/excel', 'application/x-msexcel', 'application/x-excel']],
2034
+ ['xlsb', 'application/vnd.ms-excel.sheet.binary.macroenabled.12'],
2035
+ ['xlsm', 'application/vnd.ms-excel.sheet.macroenabled.12'],
2036
+ ['xlsx', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'],
2037
+ ['xlt', ['application/vnd.ms-excel', 'application/excel', 'application/x-excel']],
2038
+ ['xltm', 'application/vnd.ms-excel.template.macroenabled.12'],
2039
+ ['xltx', 'application/vnd.openxmlformats-officedocument.spreadsheetml.template'],
2040
+ ['xlv', ['application/excel', 'application/x-excel']],
2041
+ ['xlw', ['application/vnd.ms-excel', 'application/excel', 'application/x-msexcel', 'application/x-excel']],
2042
+ ['xm', 'audio/xm'],
2043
+ ['xml', ['application/xml', 'text/xml', 'application/atom+xml', 'application/rss+xml']],
2044
+ ['xmz', 'xgl/movie'],
2045
+ ['xo', 'application/vnd.olpc-sugar'],
2046
+ ['xof', 'x-world/x-vrml'],
2047
+ ['xop', 'application/xop+xml'],
2048
+ ['xpi', 'application/x-xpinstall'],
2049
+ ['xpix', 'application/x-vnd.ls-xpix'],
2050
+ ['xpm', ['image/xpm', 'image/x-xpixmap']],
2051
+ ['xpr', 'application/vnd.is-xpr'],
2052
+ ['xps', 'application/vnd.ms-xpsdocument'],
2053
+ ['xpw', 'application/vnd.intercon.formnet'],
2054
+ ['xslt', 'application/xslt+xml'],
2055
+ ['xsm', 'application/vnd.syncml+xml'],
2056
+ ['xspf', 'application/xspf+xml'],
2057
+ ['xsr', 'video/x-amt-showrun'],
2058
+ ['xul', 'application/vnd.mozilla.xul+xml'],
2059
+ ['xwd', ['image/x-xwd', 'image/x-xwindowdump']],
2060
+ ['xyz', ['chemical/x-xyz', 'chemical/x-pdb']],
2061
+ ['yang', 'application/yang'],
2062
+ ['yin', 'application/yin+xml'],
2063
+ ['z', ['application/x-compressed', 'application/x-compress']],
2064
+ ['zaz', 'application/vnd.zzazz.deck+xml'],
2065
+ ['zip', ['application/zip', 'multipart/x-zip', 'application/x-zip-compressed', 'application/x-compressed']],
2066
+ ['zir', 'application/vnd.zul'],
2067
+ ['zmm', 'application/vnd.handheld-entertainment+xml'],
2068
+ ['zoo', 'application/octet-stream'],
2069
+ ['zsh', 'text/x-script.zsh']
2070
+ ]);
2071
+ function detectMimeType(filename) {
2072
+ if (!filename) {
2073
+ return defaultMimeType;
2074
+ }
2075
+ const parsed = node_path_1.default.parse(filename);
2076
+ const extension = (parsed.ext.substr(1) || parsed.name || '').split('?').shift().trim().toLowerCase();
2077
+ const value = extensions.has(extension) ? extensions.get(extension) : defaultMimeType;
2078
+ if (Array.isArray(value)) {
2079
+ return value[0];
2080
+ }
2081
+ return value;
2082
+ }
2083
+ function detectExtension(mimeType) {
2084
+ if (!mimeType) {
2085
+ return defaultExtension;
2086
+ }
2087
+ const parts = mimeType.toLowerCase().trim().split('/');
2088
+ const rootType = parts.shift().trim();
2089
+ const subType = parts.join('/').trim();
2090
+ if (mimeTypes.has(rootType + '/' + subType)) {
2091
+ const value = mimeTypes.get(rootType + '/' + subType);
2092
+ if (Array.isArray(value)) {
2093
+ return value[0];
2094
+ }
2095
+ return value;
2096
+ }
2097
+ switch (rootType) {
2098
+ case 'text':
2099
+ return 'txt';
2100
+ default:
2101
+ return 'bin';
2102
+ }
2103
+ }