@aws-sdk/client-frauddetector 3.191.0 → 3.193.0

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 (150) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist-cjs/commands/BatchCreateVariableCommand.js +1 -1
  3. package/dist-cjs/commands/BatchGetVariableCommand.js +1 -1
  4. package/dist-cjs/commands/CancelBatchImportJobCommand.js +1 -1
  5. package/dist-cjs/commands/CancelBatchPredictionJobCommand.js +1 -1
  6. package/dist-cjs/commands/CreateBatchImportJobCommand.js +1 -1
  7. package/dist-cjs/commands/CreateBatchPredictionJobCommand.js +1 -1
  8. package/dist-cjs/commands/CreateDetectorVersionCommand.js +1 -1
  9. package/dist-cjs/commands/CreateModelCommand.js +1 -1
  10. package/dist-cjs/commands/CreateModelVersionCommand.js +1 -1
  11. package/dist-cjs/commands/CreateRuleCommand.js +1 -1
  12. package/dist-cjs/commands/CreateVariableCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteBatchImportJobCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteBatchPredictionJobCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteDetectorCommand.js +1 -1
  16. package/dist-cjs/commands/DeleteDetectorVersionCommand.js +1 -1
  17. package/dist-cjs/commands/DeleteEntityTypeCommand.js +1 -1
  18. package/dist-cjs/commands/DeleteEventCommand.js +1 -1
  19. package/dist-cjs/commands/DeleteEventTypeCommand.js +1 -1
  20. package/dist-cjs/commands/DeleteEventsByEventTypeCommand.js +1 -1
  21. package/dist-cjs/commands/DeleteExternalModelCommand.js +1 -1
  22. package/dist-cjs/commands/DeleteLabelCommand.js +1 -1
  23. package/dist-cjs/commands/DeleteModelCommand.js +1 -1
  24. package/dist-cjs/commands/DeleteModelVersionCommand.js +1 -1
  25. package/dist-cjs/commands/DeleteOutcomeCommand.js +1 -1
  26. package/dist-cjs/commands/DeleteRuleCommand.js +1 -1
  27. package/dist-cjs/commands/DeleteVariableCommand.js +1 -1
  28. package/dist-cjs/commands/DescribeDetectorCommand.js +1 -1
  29. package/dist-cjs/commands/DescribeModelVersionsCommand.js +1 -1
  30. package/dist-cjs/commands/GetBatchImportJobsCommand.js +1 -1
  31. package/dist-cjs/commands/GetBatchPredictionJobsCommand.js +1 -1
  32. package/dist-cjs/commands/GetDeleteEventsByEventTypeStatusCommand.js +1 -1
  33. package/dist-cjs/commands/GetDetectorVersionCommand.js +1 -1
  34. package/dist-cjs/commands/GetDetectorsCommand.js +1 -1
  35. package/dist-cjs/commands/GetEntityTypesCommand.js +1 -1
  36. package/dist-cjs/commands/GetEventCommand.js +1 -1
  37. package/dist-cjs/commands/GetEventPredictionCommand.js +1 -1
  38. package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +1 -1
  39. package/dist-cjs/commands/GetEventTypesCommand.js +1 -1
  40. package/dist-cjs/commands/GetExternalModelsCommand.js +1 -1
  41. package/dist-cjs/commands/GetKMSEncryptionKeyCommand.js +1 -1
  42. package/dist-cjs/commands/GetLabelsCommand.js +1 -1
  43. package/dist-cjs/commands/GetModelVersionCommand.js +1 -1
  44. package/dist-cjs/commands/GetModelsCommand.js +1 -1
  45. package/dist-cjs/commands/GetOutcomesCommand.js +1 -1
  46. package/dist-cjs/commands/GetRulesCommand.js +1 -1
  47. package/dist-cjs/commands/GetVariablesCommand.js +1 -1
  48. package/dist-cjs/commands/ListEventPredictionsCommand.js +1 -1
  49. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
  50. package/dist-cjs/commands/PutDetectorCommand.js +1 -1
  51. package/dist-cjs/commands/PutEntityTypeCommand.js +1 -1
  52. package/dist-cjs/commands/PutEventTypeCommand.js +1 -1
  53. package/dist-cjs/commands/PutExternalModelCommand.js +1 -1
  54. package/dist-cjs/commands/PutKMSEncryptionKeyCommand.js +1 -1
  55. package/dist-cjs/commands/PutLabelCommand.js +1 -1
  56. package/dist-cjs/commands/PutOutcomeCommand.js +1 -1
  57. package/dist-cjs/commands/SendEventCommand.js +1 -1
  58. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  59. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  60. package/dist-cjs/commands/UpdateDetectorVersionCommand.js +1 -1
  61. package/dist-cjs/commands/UpdateDetectorVersionMetadataCommand.js +1 -1
  62. package/dist-cjs/commands/UpdateDetectorVersionStatusCommand.js +1 -1
  63. package/dist-cjs/commands/UpdateEventLabelCommand.js +1 -1
  64. package/dist-cjs/commands/UpdateModelCommand.js +1 -1
  65. package/dist-cjs/commands/UpdateModelVersionCommand.js +1 -1
  66. package/dist-cjs/commands/UpdateModelVersionStatusCommand.js +1 -1
  67. package/dist-cjs/commands/UpdateRuleMetadataCommand.js +1 -1
  68. package/dist-cjs/commands/UpdateRuleVersionCommand.js +1 -1
  69. package/dist-cjs/commands/UpdateVariableCommand.js +1 -1
  70. package/dist-cjs/endpoint/endpointResolver.js +1 -1
  71. package/dist-es/commands/BatchCreateVariableCommand.js +1 -1
  72. package/dist-es/commands/BatchGetVariableCommand.js +1 -1
  73. package/dist-es/commands/CancelBatchImportJobCommand.js +1 -1
  74. package/dist-es/commands/CancelBatchPredictionJobCommand.js +1 -1
  75. package/dist-es/commands/CreateBatchImportJobCommand.js +1 -1
  76. package/dist-es/commands/CreateBatchPredictionJobCommand.js +1 -1
  77. package/dist-es/commands/CreateDetectorVersionCommand.js +1 -1
  78. package/dist-es/commands/CreateModelCommand.js +1 -1
  79. package/dist-es/commands/CreateModelVersionCommand.js +1 -1
  80. package/dist-es/commands/CreateRuleCommand.js +1 -1
  81. package/dist-es/commands/CreateVariableCommand.js +1 -1
  82. package/dist-es/commands/DeleteBatchImportJobCommand.js +1 -1
  83. package/dist-es/commands/DeleteBatchPredictionJobCommand.js +1 -1
  84. package/dist-es/commands/DeleteDetectorCommand.js +1 -1
  85. package/dist-es/commands/DeleteDetectorVersionCommand.js +1 -1
  86. package/dist-es/commands/DeleteEntityTypeCommand.js +1 -1
  87. package/dist-es/commands/DeleteEventCommand.js +1 -1
  88. package/dist-es/commands/DeleteEventTypeCommand.js +1 -1
  89. package/dist-es/commands/DeleteEventsByEventTypeCommand.js +1 -1
  90. package/dist-es/commands/DeleteExternalModelCommand.js +1 -1
  91. package/dist-es/commands/DeleteLabelCommand.js +1 -1
  92. package/dist-es/commands/DeleteModelCommand.js +1 -1
  93. package/dist-es/commands/DeleteModelVersionCommand.js +1 -1
  94. package/dist-es/commands/DeleteOutcomeCommand.js +1 -1
  95. package/dist-es/commands/DeleteRuleCommand.js +1 -1
  96. package/dist-es/commands/DeleteVariableCommand.js +1 -1
  97. package/dist-es/commands/DescribeDetectorCommand.js +1 -1
  98. package/dist-es/commands/DescribeModelVersionsCommand.js +1 -1
  99. package/dist-es/commands/GetBatchImportJobsCommand.js +1 -1
  100. package/dist-es/commands/GetBatchPredictionJobsCommand.js +1 -1
  101. package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +1 -1
  102. package/dist-es/commands/GetDetectorVersionCommand.js +1 -1
  103. package/dist-es/commands/GetDetectorsCommand.js +1 -1
  104. package/dist-es/commands/GetEntityTypesCommand.js +1 -1
  105. package/dist-es/commands/GetEventCommand.js +1 -1
  106. package/dist-es/commands/GetEventPredictionCommand.js +1 -1
  107. package/dist-es/commands/GetEventPredictionMetadataCommand.js +1 -1
  108. package/dist-es/commands/GetEventTypesCommand.js +1 -1
  109. package/dist-es/commands/GetExternalModelsCommand.js +1 -1
  110. package/dist-es/commands/GetKMSEncryptionKeyCommand.js +1 -1
  111. package/dist-es/commands/GetLabelsCommand.js +1 -1
  112. package/dist-es/commands/GetModelVersionCommand.js +1 -1
  113. package/dist-es/commands/GetModelsCommand.js +1 -1
  114. package/dist-es/commands/GetOutcomesCommand.js +1 -1
  115. package/dist-es/commands/GetRulesCommand.js +1 -1
  116. package/dist-es/commands/GetVariablesCommand.js +1 -1
  117. package/dist-es/commands/ListEventPredictionsCommand.js +1 -1
  118. package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
  119. package/dist-es/commands/PutDetectorCommand.js +1 -1
  120. package/dist-es/commands/PutEntityTypeCommand.js +1 -1
  121. package/dist-es/commands/PutEventTypeCommand.js +1 -1
  122. package/dist-es/commands/PutExternalModelCommand.js +1 -1
  123. package/dist-es/commands/PutKMSEncryptionKeyCommand.js +1 -1
  124. package/dist-es/commands/PutLabelCommand.js +1 -1
  125. package/dist-es/commands/PutOutcomeCommand.js +1 -1
  126. package/dist-es/commands/SendEventCommand.js +1 -1
  127. package/dist-es/commands/TagResourceCommand.js +1 -1
  128. package/dist-es/commands/UntagResourceCommand.js +1 -1
  129. package/dist-es/commands/UpdateDetectorVersionCommand.js +1 -1
  130. package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +1 -1
  131. package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +1 -1
  132. package/dist-es/commands/UpdateEventLabelCommand.js +1 -1
  133. package/dist-es/commands/UpdateModelCommand.js +1 -1
  134. package/dist-es/commands/UpdateModelVersionCommand.js +1 -1
  135. package/dist-es/commands/UpdateModelVersionStatusCommand.js +1 -1
  136. package/dist-es/commands/UpdateRuleMetadataCommand.js +1 -1
  137. package/dist-es/commands/UpdateRuleVersionCommand.js +1 -1
  138. package/dist-es/commands/UpdateVariableCommand.js +1 -1
  139. package/dist-es/endpoint/endpointResolver.js +1 -1
  140. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  141. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  142. package/dist-types/runtimeConfig.browser.d.ts +1 -2
  143. package/dist-types/runtimeConfig.d.ts +1 -2
  144. package/dist-types/runtimeConfig.native.d.ts +1 -2
  145. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  146. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  147. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -6
  148. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -6
  149. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -5
  150. package/package.json +28 -27
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.193.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.192.0...v3.193.0) (2022-10-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **clients:** add @aws-sdk/util-endpoints dependency ([#4058](https://github.com/aws/aws-sdk-js-v3/issues/4058)) ([e8d7c68](https://github.com/aws/aws-sdk-js-v3/commit/e8d7c68b427897188cdc8de20d502cb0b26fbe9a))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.192.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.191.0...v3.192.0) (2022-10-19)
18
+
19
+
20
+ ### Features
21
+
22
+ * **clients:** update client endpoints as of 2022-10-19 ([ec747ca](https://github.com/aws/aws-sdk-js-v3/commit/ec747cabfe8231ff6382ab958ddbefa84a974280))
23
+
24
+
25
+
26
+
27
+
6
28
  # [3.191.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.190.0...v3.191.0) (2022-10-18)
7
29
 
8
30
  **Note:** Version bump only for package @aws-sdk/client-frauddetector
@@ -14,7 +14,7 @@ class BatchCreateVariableCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class BatchGetVariableCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class CancelBatchImportJobCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class CancelBatchPredictionJobCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class CreateBatchImportJobCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class CreateBatchPredictionJobCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class CreateDetectorVersionCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class CreateModelCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class CreateModelVersionCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class CreateRuleCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class CreateVariableCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class DeleteBatchImportJobCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class DeleteBatchPredictionJobCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class DeleteDetectorCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class DeleteDetectorVersionCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class DeleteEntityTypeCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class DeleteEventCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class DeleteEventTypeCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class DeleteEventsByEventTypeCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class DeleteExternalModelCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class DeleteLabelCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class DeleteModelCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class DeleteModelVersionCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class DeleteOutcomeCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class DeleteRuleCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class DeleteVariableCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class DescribeDetectorCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class DescribeModelVersionsCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetBatchImportJobsCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetBatchPredictionJobsCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetDeleteEventsByEventTypeStatusCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetDetectorVersionCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetDetectorsCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetEntityTypesCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetEventCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetEventPredictionCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetEventPredictionMetadataCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetEventTypesCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetExternalModelsCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetKMSEncryptionKeyCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetLabelsCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetModelVersionCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetModelsCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetOutcomesCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetRulesCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class GetVariablesCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class ListEventPredictionsCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class PutDetectorCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class PutEntityTypeCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class PutEventTypeCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class PutExternalModelCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class PutKMSEncryptionKeyCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class PutLabelCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };
@@ -14,7 +14,7 @@ class PutOutcomeCommand extends smithy_client_1.Command {
14
14
  static getEndpointParameterInstructions() {
15
15
  return {
16
16
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
- Endpoint: { type: "builtInParams", name: "Endpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
18
  Region: { type: "builtInParams", name: "region" },
19
19
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
20
  };