@aws-sdk/client-waf 3.33.0 → 3.34.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.
- package/CHANGELOG.md +11 -0
- package/dist/cjs/package.json +38 -38
- package/dist/es/WAF.js +1 -14
- package/dist/es/WAF.js.map +1 -1
- package/dist/es/WAFClient.js +1 -19
- package/dist/es/WAFClient.js.map +1 -1
- package/dist/es/commands/CreateByteMatchSetCommand.js +2 -58
- package/dist/es/commands/CreateByteMatchSetCommand.js.map +1 -1
- package/dist/es/commands/CreateGeoMatchSetCommand.js +2 -55
- package/dist/es/commands/CreateGeoMatchSetCommand.js.map +1 -1
- package/dist/es/commands/CreateIPSetCommand.js +2 -60
- package/dist/es/commands/CreateIPSetCommand.js.map +1 -1
- package/dist/es/commands/CreateRateBasedRuleCommand.js +2 -120
- package/dist/es/commands/CreateRateBasedRuleCommand.js.map +1 -1
- package/dist/es/commands/CreateRegexMatchSetCommand.js +2 -58
- package/dist/es/commands/CreateRegexMatchSetCommand.js.map +1 -1
- package/dist/es/commands/CreateRegexPatternSetCommand.js +2 -54
- package/dist/es/commands/CreateRegexPatternSetCommand.js.map +1 -1
- package/dist/es/commands/CreateRuleCommand.js +2 -78
- package/dist/es/commands/CreateRuleCommand.js.map +1 -1
- package/dist/es/commands/CreateRuleGroupCommand.js +2 -49
- package/dist/es/commands/CreateRuleGroupCommand.js.map +1 -1
- package/dist/es/commands/CreateSizeConstraintSetCommand.js +2 -58
- package/dist/es/commands/CreateSizeConstraintSetCommand.js.map +1 -1
- package/dist/es/commands/CreateSqlInjectionMatchSetCommand.js +2 -56
- package/dist/es/commands/CreateSqlInjectionMatchSetCommand.js.map +1 -1
- package/dist/es/commands/CreateWebACLCommand.js +2 -66
- package/dist/es/commands/CreateWebACLCommand.js.map +1 -1
- package/dist/es/commands/CreateWebACLMigrationStackCommand.js +2 -34
- package/dist/es/commands/CreateWebACLMigrationStackCommand.js.map +1 -1
- package/dist/es/commands/CreateXssMatchSetCommand.js +2 -56
- package/dist/es/commands/CreateXssMatchSetCommand.js.map +1 -1
- package/dist/es/commands/DeleteByteMatchSetCommand.js +2 -50
- package/dist/es/commands/DeleteByteMatchSetCommand.js.map +1 -1
- package/dist/es/commands/DeleteGeoMatchSetCommand.js +2 -50
- package/dist/es/commands/DeleteGeoMatchSetCommand.js.map +1 -1
- package/dist/es/commands/DeleteIPSetCommand.js +2 -50
- package/dist/es/commands/DeleteIPSetCommand.js.map +1 -1
- package/dist/es/commands/DeleteLoggingConfigurationCommand.js +2 -36
- package/dist/es/commands/DeleteLoggingConfigurationCommand.js.map +1 -1
- package/dist/es/commands/DeletePermissionPolicyCommand.js +2 -36
- package/dist/es/commands/DeletePermissionPolicyCommand.js.map +1 -1
- package/dist/es/commands/DeleteRateBasedRuleCommand.js +2 -54
- package/dist/es/commands/DeleteRateBasedRuleCommand.js.map +1 -1
- package/dist/es/commands/DeleteRegexMatchSetCommand.js +2 -50
- package/dist/es/commands/DeleteRegexMatchSetCommand.js.map +1 -1
- package/dist/es/commands/DeleteRegexPatternSetCommand.js +2 -36
- package/dist/es/commands/DeleteRegexPatternSetCommand.js.map +1 -1
- package/dist/es/commands/DeleteRuleCommand.js +2 -50
- package/dist/es/commands/DeleteRuleCommand.js.map +1 -1
- package/dist/es/commands/DeleteRuleGroupCommand.js +2 -50
- package/dist/es/commands/DeleteRuleGroupCommand.js.map +1 -1
- package/dist/es/commands/DeleteSizeConstraintSetCommand.js +2 -50
- package/dist/es/commands/DeleteSizeConstraintSetCommand.js.map +1 -1
- package/dist/es/commands/DeleteSqlInjectionMatchSetCommand.js +2 -51
- package/dist/es/commands/DeleteSqlInjectionMatchSetCommand.js.map +1 -1
- package/dist/es/commands/DeleteWebACLCommand.js +2 -48
- package/dist/es/commands/DeleteWebACLCommand.js.map +1 -1
- package/dist/es/commands/DeleteXssMatchSetCommand.js +2 -51
- package/dist/es/commands/DeleteXssMatchSetCommand.js.map +1 -1
- package/dist/es/commands/GetByteMatchSetCommand.js +2 -35
- package/dist/es/commands/GetByteMatchSetCommand.js.map +1 -1
- package/dist/es/commands/GetChangeTokenCommand.js +2 -41
- package/dist/es/commands/GetChangeTokenCommand.js.map +1 -1
- package/dist/es/commands/GetChangeTokenStatusCommand.js +2 -51
- package/dist/es/commands/GetChangeTokenStatusCommand.js.map +1 -1
- package/dist/es/commands/GetGeoMatchSetCommand.js +2 -35
- package/dist/es/commands/GetGeoMatchSetCommand.js.map +1 -1
- package/dist/es/commands/GetIPSetCommand.js +2 -35
- package/dist/es/commands/GetIPSetCommand.js.map +1 -1
- package/dist/es/commands/GetLoggingConfigurationCommand.js +2 -35
- package/dist/es/commands/GetLoggingConfigurationCommand.js.map +1 -1
- package/dist/es/commands/GetPermissionPolicyCommand.js +2 -35
- package/dist/es/commands/GetPermissionPolicyCommand.js.map +1 -1
- package/dist/es/commands/GetRateBasedRuleCommand.js +2 -37
- package/dist/es/commands/GetRateBasedRuleCommand.js.map +1 -1
- package/dist/es/commands/GetRateBasedRuleManagedKeysCommand.js +2 -37
- package/dist/es/commands/GetRateBasedRuleManagedKeysCommand.js.map +1 -1
- package/dist/es/commands/GetRegexMatchSetCommand.js +2 -35
- package/dist/es/commands/GetRegexMatchSetCommand.js.map +1 -1
- package/dist/es/commands/GetRegexPatternSetCommand.js +2 -35
- package/dist/es/commands/GetRegexPatternSetCommand.js.map +1 -1
- package/dist/es/commands/GetRuleCommand.js +2 -35
- package/dist/es/commands/GetRuleCommand.js.map +1 -1
- package/dist/es/commands/GetRuleGroupCommand.js +2 -36
- package/dist/es/commands/GetRuleGroupCommand.js.map +1 -1
- package/dist/es/commands/GetSampledRequestsCommand.js +2 -39
- package/dist/es/commands/GetSampledRequestsCommand.js.map +1 -1
- package/dist/es/commands/GetSizeConstraintSetCommand.js +2 -35
- package/dist/es/commands/GetSizeConstraintSetCommand.js.map +1 -1
- package/dist/es/commands/GetSqlInjectionMatchSetCommand.js +2 -35
- package/dist/es/commands/GetSqlInjectionMatchSetCommand.js.map +1 -1
- package/dist/es/commands/GetWebACLCommand.js +2 -35
- package/dist/es/commands/GetWebACLCommand.js.map +1 -1
- package/dist/es/commands/GetXssMatchSetCommand.js +2 -35
- package/dist/es/commands/GetXssMatchSetCommand.js.map +1 -1
- package/dist/es/commands/ListActivatedRulesInRuleGroupCommand.js +2 -35
- package/dist/es/commands/ListActivatedRulesInRuleGroupCommand.js.map +1 -1
- package/dist/es/commands/ListByteMatchSetsCommand.js +2 -35
- package/dist/es/commands/ListByteMatchSetsCommand.js.map +1 -1
- package/dist/es/commands/ListGeoMatchSetsCommand.js +2 -35
- package/dist/es/commands/ListGeoMatchSetsCommand.js.map +1 -1
- package/dist/es/commands/ListIPSetsCommand.js +2 -35
- package/dist/es/commands/ListIPSetsCommand.js.map +1 -1
- package/dist/es/commands/ListLoggingConfigurationsCommand.js +2 -35
- package/dist/es/commands/ListLoggingConfigurationsCommand.js.map +1 -1
- package/dist/es/commands/ListRateBasedRulesCommand.js +2 -35
- package/dist/es/commands/ListRateBasedRulesCommand.js.map +1 -1
- package/dist/es/commands/ListRegexMatchSetsCommand.js +2 -35
- package/dist/es/commands/ListRegexMatchSetsCommand.js.map +1 -1
- package/dist/es/commands/ListRegexPatternSetsCommand.js +2 -35
- package/dist/es/commands/ListRegexPatternSetsCommand.js.map +1 -1
- package/dist/es/commands/ListRuleGroupsCommand.js +2 -35
- package/dist/es/commands/ListRuleGroupsCommand.js.map +1 -1
- package/dist/es/commands/ListRulesCommand.js +2 -35
- package/dist/es/commands/ListRulesCommand.js.map +1 -1
- package/dist/es/commands/ListSizeConstraintSetsCommand.js +2 -35
- package/dist/es/commands/ListSizeConstraintSetsCommand.js.map +1 -1
- package/dist/es/commands/ListSqlInjectionMatchSetsCommand.js +2 -35
- package/dist/es/commands/ListSqlInjectionMatchSetsCommand.js.map +1 -1
- package/dist/es/commands/ListSubscribedRuleGroupsCommand.js +2 -35
- package/dist/es/commands/ListSubscribedRuleGroupsCommand.js.map +1 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +2 -36
- package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/es/commands/ListWebACLsCommand.js +2 -35
- package/dist/es/commands/ListWebACLsCommand.js.map +1 -1
- package/dist/es/commands/ListXssMatchSetsCommand.js +2 -35
- package/dist/es/commands/ListXssMatchSetsCommand.js.map +1 -1
- package/dist/es/commands/PutLoggingConfigurationCommand.js +2 -52
- package/dist/es/commands/PutLoggingConfigurationCommand.js.map +1 -1
- package/dist/es/commands/PutPermissionPolicyCommand.js +2 -67
- package/dist/es/commands/PutPermissionPolicyCommand.js.map +1 -1
- package/dist/es/commands/TagResourceCommand.js +2 -36
- package/dist/es/commands/TagResourceCommand.js.map +1 -1
- package/dist/es/commands/UntagResourceCommand.js +2 -35
- package/dist/es/commands/UntagResourceCommand.js.map +1 -1
- package/dist/es/commands/UpdateByteMatchSetCommand.js +2 -73
- package/dist/es/commands/UpdateByteMatchSetCommand.js.map +1 -1
- package/dist/es/commands/UpdateGeoMatchSetCommand.js +2 -65
- package/dist/es/commands/UpdateGeoMatchSetCommand.js.map +1 -1
- package/dist/es/commands/UpdateIPSetCommand.js +2 -100
- package/dist/es/commands/UpdateIPSetCommand.js.map +1 -1
- package/dist/es/commands/UpdateRateBasedRuleCommand.js +2 -81
- package/dist/es/commands/UpdateRateBasedRuleCommand.js.map +1 -1
- package/dist/es/commands/UpdateRegexMatchSetCommand.js +2 -69
- package/dist/es/commands/UpdateRegexMatchSetCommand.js.map +1 -1
- package/dist/es/commands/UpdateRegexPatternSetCommand.js +2 -74
- package/dist/es/commands/UpdateRegexPatternSetCommand.js.map +1 -1
- package/dist/es/commands/UpdateRuleCommand.js +2 -76
- package/dist/es/commands/UpdateRuleCommand.js.map +1 -1
- package/dist/es/commands/UpdateRuleGroupCommand.js +2 -59
- package/dist/es/commands/UpdateRuleGroupCommand.js.map +1 -1
- package/dist/es/commands/UpdateSizeConstraintSetCommand.js +2 -77
- package/dist/es/commands/UpdateSizeConstraintSetCommand.js.map +1 -1
- package/dist/es/commands/UpdateSqlInjectionMatchSetCommand.js +2 -76
- package/dist/es/commands/UpdateSqlInjectionMatchSetCommand.js.map +1 -1
- package/dist/es/commands/UpdateWebACLCommand.js +2 -106
- package/dist/es/commands/UpdateWebACLCommand.js.map +1 -1
- package/dist/es/commands/UpdateXssMatchSetCommand.js +2 -78
- package/dist/es/commands/UpdateXssMatchSetCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +0 -684
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +38 -38
- package/dist/es/protocols/Aws_json1_1.js +2118 -2123
- package/dist/es/protocols/Aws_json1_1.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/package.json +38 -38
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +4 -5
- package/tsconfig.types.json +8 -0
|
@@ -3,89 +3,13 @@ import { UpdateXssMatchSetRequest, UpdateXssMatchSetResponse } from "../models/m
|
|
|
3
3
|
import { deserializeAws_json1_1UpdateXssMatchSetCommand, serializeAws_json1_1UpdateXssMatchSetCommand, } from "../protocols/Aws_json1_1";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <note>
|
|
8
|
-
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
9
|
-
* more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
|
|
10
|
-
* WAF Classic</a> in the developer guide.</p>
|
|
11
|
-
* <p>
|
|
12
|
-
* <b>For the latest version of AWS
|
|
13
|
-
* WAF</b>, use the AWS WAFV2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>
|
|
14
|
-
* </note>
|
|
15
|
-
* <p>Inserts or deletes <a>XssMatchTuple</a> objects (filters) in an <a>XssMatchSet</a>.
|
|
16
|
-
* For each <code>XssMatchTuple</code> object, you specify the following values:</p>
|
|
17
|
-
* <ul>
|
|
18
|
-
* <li>
|
|
19
|
-
* <p>
|
|
20
|
-
* <code>Action</code>: Whether to insert the object into or delete the object from the
|
|
21
|
-
* array. To change an
|
|
22
|
-
* <code>XssMatchTuple</code>, you delete the existing object and add a new
|
|
23
|
-
* one.</p>
|
|
24
|
-
* </li>
|
|
25
|
-
* <li>
|
|
26
|
-
* <p>
|
|
27
|
-
* <code>FieldToMatch</code>: The part of web requests that you want AWS WAF to inspect and, if you want AWS WAF to inspect a header or custom query parameter,
|
|
28
|
-
* the name of the header or parameter.</p>
|
|
29
|
-
* </li>
|
|
30
|
-
* <li>
|
|
31
|
-
* <p>
|
|
32
|
-
* <code>TextTransformation</code>: Which text transformation, if any, to perform on the web request before
|
|
33
|
-
* inspecting the request for cross-site scripting attacks.</p>
|
|
34
|
-
* <p>You can only specify a single type of TextTransformation.</p>
|
|
35
|
-
* </li>
|
|
36
|
-
* </ul>
|
|
37
|
-
* <p>You use <code>XssMatchSet</code> objects to specify which CloudFront requests
|
|
38
|
-
* that
|
|
39
|
-
* you want to allow, block, or count. For example, if you're receiving
|
|
40
|
-
* requests that contain cross-site scripting attacks in the request body and you want to
|
|
41
|
-
* block the requests, you can create an <code>XssMatchSet</code> with the applicable
|
|
42
|
-
* settings, and then configure AWS WAF to block the requests. </p>
|
|
43
|
-
* <p>To create and configure an <code>XssMatchSet</code>, perform the following steps:</p>
|
|
44
|
-
* <ol>
|
|
45
|
-
* <li>
|
|
46
|
-
* <p>Submit a <a>CreateXssMatchSet</a> request.</p>
|
|
47
|
-
* </li>
|
|
48
|
-
* <li>
|
|
49
|
-
* <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of an
|
|
50
|
-
* <a>UpdateIPSet</a> request.</p>
|
|
51
|
-
* </li>
|
|
52
|
-
* <li>
|
|
53
|
-
* <p>Submit an <code>UpdateXssMatchSet</code> request to specify the parts of web requests that you want AWS WAF to
|
|
54
|
-
* inspect for cross-site scripting attacks.</p>
|
|
55
|
-
* </li>
|
|
56
|
-
* </ol>
|
|
57
|
-
* <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the
|
|
58
|
-
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/">AWS WAF Developer Guide</a>.</p>
|
|
59
|
-
* @example
|
|
60
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
61
|
-
* ```javascript
|
|
62
|
-
* import { WAFClient, UpdateXssMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import
|
|
63
|
-
* // const { WAFClient, UpdateXssMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import
|
|
64
|
-
* const client = new WAFClient(config);
|
|
65
|
-
* const command = new UpdateXssMatchSetCommand(input);
|
|
66
|
-
* const response = await client.send(command);
|
|
67
|
-
* ```
|
|
68
|
-
*
|
|
69
|
-
* @see {@link UpdateXssMatchSetCommandInput} for command's `input` shape.
|
|
70
|
-
* @see {@link UpdateXssMatchSetCommandOutput} for command's `response` shape.
|
|
71
|
-
* @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
|
|
72
|
-
*
|
|
73
|
-
*/
|
|
74
|
-
var UpdateXssMatchSetCommand = /** @class */ (function (_super) {
|
|
6
|
+
var UpdateXssMatchSetCommand = (function (_super) {
|
|
75
7
|
__extends(UpdateXssMatchSetCommand, _super);
|
|
76
|
-
// Start section: command_properties
|
|
77
|
-
// End section: command_properties
|
|
78
8
|
function UpdateXssMatchSetCommand(input) {
|
|
79
|
-
var _this =
|
|
80
|
-
// Start section: command_constructor
|
|
81
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
82
10
|
_this.input = input;
|
|
83
11
|
return _this;
|
|
84
|
-
// End section: command_constructor
|
|
85
12
|
}
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
13
|
UpdateXssMatchSetCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
90
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
91
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateXssMatchSetCommand.js","sourceRoot":"","sources":["../../../commands/UpdateXssMatchSetCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"UpdateXssMatchSetCommand.js","sourceRoot":"","sources":["../../../commands/UpdateXssMatchSetCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAkF7D;IAA8C,4CAI7C;IAIC,kCAAqB,KAAoC;QAAzD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+B;;IAIzD,CAAC;IAKD,oDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,4CAAS,GAAjB,UAAkB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,4CAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,8CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,8CAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAIH,+BAAC;AAAD,CAAC,AAtDD,CAA8C,QAAQ,GAsDrD"}
|
package/dist/es/endpoints.js
CHANGED
|
@@ -58,7 +58,7 @@ var partitionHash = {
|
|
|
58
58
|
};
|
|
59
59
|
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
60
60
|
return __generator(this, function (_a) {
|
|
61
|
-
return [2
|
|
61
|
+
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "waf", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
62
62
|
});
|
|
63
63
|
}); };
|
|
64
64
|
//# sourceMappingURL=endpoints.js.map
|
package/dist/es/endpoints.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAA6B,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe;IAC7B,UAAU,EAAE;QACV,QAAQ,EAAE,wBAAwB;QAClC,aAAa,EAAE,WAAW;KAC3B;IACD,YAAY,EAAE;QACZ,QAAQ,EAAE,mBAAmB;QAC7B,aAAa,EAAE,WAAW;KAC3B;CACF,CAAC;AAEF,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,UAAU;YACV,YAAY;YACZ,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,YAAY;KACvB;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,+BAA+B;KAC1C;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,yBAAyB;KACpC;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,4BAA4B;KACvC;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,4BAA4B;KACvC;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,
|
|
1
|
+
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAA6B,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe;IAC7B,UAAU,EAAE;QACV,QAAQ,EAAE,wBAAwB;QAClC,aAAa,EAAE,WAAW;KAC3B;IACD,YAAY,EAAE;QACZ,QAAQ,EAAE,mBAAmB;QAC7B,aAAa,EAAE,WAAW;KAC3B;CACF,CAAC;AAEF,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,UAAU;YACV,YAAY;YACZ,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,YAAY;KACvB;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,+BAA+B;KAC1C;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,yBAAyB;KACpC;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,4BAA4B;KACvC;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,4BAA4B;KACvC;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,WAAA,aAAa,CAAC,MAAM,wBACf,OAAO,KACV,cAAc,EAAE,KAAK,EACrB,UAAU,YAAA,EACV,aAAa,eAAA,IACb,EAAA;;KAAA,CAAC"}
|