@aws-sdk/client-elastic-load-balancing-v2 3.697.0 → 3.698.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/dist-types/models/models_0.d.ts +120 -6
- package/package.json +1 -1
|
@@ -3107,6 +3107,120 @@ export interface ListenerAttribute {
|
|
|
3107
3107
|
* valid range is 60-6000 seconds. The default is 350 seconds.</p>
|
|
3108
3108
|
* </li>
|
|
3109
3109
|
* </ul>
|
|
3110
|
+
* <p>The following attributes are only supported by Application Load Balancers.</p>
|
|
3111
|
+
* <ul>
|
|
3112
|
+
* <li>
|
|
3113
|
+
* <p>
|
|
3114
|
+
* <code>routing.http.request.x_amzn_mtls_clientcert_serial_number.header_name</code> -
|
|
3115
|
+
* Enables you to modify the header name of the
|
|
3116
|
+
* <b>X-Amzn-Mtls-Clientcert-Serial-Number</b> HTTP request header.</p>
|
|
3117
|
+
* </li>
|
|
3118
|
+
* <li>
|
|
3119
|
+
* <p>
|
|
3120
|
+
* <code>routing.http.request.x_amzn_mtls_clientcert_issuer.header_name</code> -
|
|
3121
|
+
* Enables you to modify the header name of the
|
|
3122
|
+
* <b>X-Amzn-Mtls-Clientcert-Issuer</b> HTTP request header.</p>
|
|
3123
|
+
* </li>
|
|
3124
|
+
* <li>
|
|
3125
|
+
* <p>
|
|
3126
|
+
* <code>routing.http.request.x_amzn_mtls_clientcert_subject.header_name</code> -
|
|
3127
|
+
* Enables you to modify the header name of the
|
|
3128
|
+
* <b>X-Amzn-Mtls-Clientcert-Subject</b> HTTP request header.</p>
|
|
3129
|
+
* </li>
|
|
3130
|
+
* <li>
|
|
3131
|
+
* <p>
|
|
3132
|
+
* <code>routing.http.request.x_amzn_mtls_clientcert_validity.header_name</code> -
|
|
3133
|
+
* Enables you to modify the header name of the
|
|
3134
|
+
* <b>X-Amzn-Mtls-Clientcert-Validity</b> HTTP request header.</p>
|
|
3135
|
+
* </li>
|
|
3136
|
+
* <li>
|
|
3137
|
+
* <p>
|
|
3138
|
+
* <code>routing.http.request.x_amzn_mtls_clientcert_leaf.header_name</code> -
|
|
3139
|
+
* Enables you to modify the header name of the
|
|
3140
|
+
* <b>X-Amzn-Mtls-Clientcert-Leaf</b> HTTP request header.</p>
|
|
3141
|
+
* </li>
|
|
3142
|
+
* <li>
|
|
3143
|
+
* <p>
|
|
3144
|
+
* <code>routing.http.request.x_amzn_mtls_clientcert.header_name</code> -
|
|
3145
|
+
* Enables you to modify the header name of the
|
|
3146
|
+
* <b>X-Amzn-Mtls-Clientcert</b> HTTP request header.</p>
|
|
3147
|
+
* </li>
|
|
3148
|
+
* <li>
|
|
3149
|
+
* <p>
|
|
3150
|
+
* <code>routing.http.request.x_amzn_tls_version.header_name</code> -
|
|
3151
|
+
* Enables you to modify the header name of the
|
|
3152
|
+
* <b>X-Amzn-Tls-Version</b> HTTP request header.</p>
|
|
3153
|
+
* </li>
|
|
3154
|
+
* <li>
|
|
3155
|
+
* <p>
|
|
3156
|
+
* <code>routing.http.request.x_amzn_tls_cipher_suite.header_name</code> -
|
|
3157
|
+
* Enables you to modify the header name of the
|
|
3158
|
+
* <b>X-Amzn-Tls-Cipher-Suite</b> HTTP request header.</p>
|
|
3159
|
+
* </li>
|
|
3160
|
+
* <li>
|
|
3161
|
+
* <p>
|
|
3162
|
+
* <code>routing.http.response.server.enabled</code> -
|
|
3163
|
+
* Enables you to allow or remove the HTTP response server header.</p>
|
|
3164
|
+
* </li>
|
|
3165
|
+
* <li>
|
|
3166
|
+
* <p>
|
|
3167
|
+
* <code>routing.http.response.strict_transport_security.header_value</code> -
|
|
3168
|
+
* Informs browsers that the site should only be accessed using HTTPS, and that
|
|
3169
|
+
* any future attempts to access it using HTTP should automatically be converted
|
|
3170
|
+
* to HTTPS.</p>
|
|
3171
|
+
* </li>
|
|
3172
|
+
* <li>
|
|
3173
|
+
* <p>
|
|
3174
|
+
* <code>routing.http.response.access_control_allow_origin.header_value</code> -
|
|
3175
|
+
* Specifies which origins are allowed to access the server.</p>
|
|
3176
|
+
* </li>
|
|
3177
|
+
* <li>
|
|
3178
|
+
* <p>
|
|
3179
|
+
* <code>routing.http.response.access_control_allow_methods.header_value</code> -
|
|
3180
|
+
* Returns which HTTP methods are allowed when accessing the server from a different
|
|
3181
|
+
* origin.</p>
|
|
3182
|
+
* </li>
|
|
3183
|
+
* <li>
|
|
3184
|
+
* <p>
|
|
3185
|
+
* <code>routing.http.response.access_control_allow_headers.header_value</code> -
|
|
3186
|
+
* Specifies which headers can be used during the request.</p>
|
|
3187
|
+
* </li>
|
|
3188
|
+
* <li>
|
|
3189
|
+
* <p>
|
|
3190
|
+
* <code>routing.http.response.access_control_allow_credentials.header_value</code> -
|
|
3191
|
+
* Indicates whether the browser should include credentials such as cookies or
|
|
3192
|
+
* authentication when making requests.</p>
|
|
3193
|
+
* </li>
|
|
3194
|
+
* <li>
|
|
3195
|
+
* <p>
|
|
3196
|
+
* <code>routing.http.response.access_control_expose_headers.header_value</code> -
|
|
3197
|
+
* Returns which headers the browser can expose to the requesting client.</p>
|
|
3198
|
+
* </li>
|
|
3199
|
+
* <li>
|
|
3200
|
+
* <p>
|
|
3201
|
+
* <code>routing.http.response.access_control_max_age.header_value</code> -
|
|
3202
|
+
* Specifies how long the results of a preflight request can be cached, in seconds.</p>
|
|
3203
|
+
* </li>
|
|
3204
|
+
* <li>
|
|
3205
|
+
* <p>
|
|
3206
|
+
* <code>routing.http.response.content_security_policy.header_value</code> -
|
|
3207
|
+
* Specifies restrictions enforced by the browser to help minimize the risk of certain
|
|
3208
|
+
* types of security threats.</p>
|
|
3209
|
+
* </li>
|
|
3210
|
+
* <li>
|
|
3211
|
+
* <p>
|
|
3212
|
+
* <code>routing.http.response.x_content_type_options.header_value</code> -
|
|
3213
|
+
* Indicates whether the MIME types advertised in the <b>Content-Type</b>
|
|
3214
|
+
* headers should be followed and not be changed.</p>
|
|
3215
|
+
* </li>
|
|
3216
|
+
* <li>
|
|
3217
|
+
* <p>
|
|
3218
|
+
* <code>routing.http.response.x_frame_options.header_value</code> - Indicates
|
|
3219
|
+
* whether the browser is allowed to render a page in a <b>frame</b>,
|
|
3220
|
+
* <b>iframe</b>, <b>embed</b> or
|
|
3221
|
+
* <b>object</b>.</p>
|
|
3222
|
+
* </li>
|
|
3223
|
+
* </ul>
|
|
3110
3224
|
* @public
|
|
3111
3225
|
*/
|
|
3112
3226
|
Key?: string | undefined;
|
|
@@ -3266,6 +3380,12 @@ export interface LoadBalancerAttribute {
|
|
|
3266
3380
|
* <code>true</code> for internal load balancers, preventing unintended access to your
|
|
3267
3381
|
* internal load balancer through an internet gateway.</p>
|
|
3268
3382
|
* </li>
|
|
3383
|
+
* <li>
|
|
3384
|
+
* <p>
|
|
3385
|
+
* <code>zonal_shift.config.enabled</code> - Indicates whether zonal shift is
|
|
3386
|
+
* enabled. The possible values are <code>true</code> and <code>false</code>. The
|
|
3387
|
+
* default is <code>false</code>.</p>
|
|
3388
|
+
* </li>
|
|
3269
3389
|
* </ul>
|
|
3270
3390
|
* <p>The following attributes are supported by only Application Load Balancers:</p>
|
|
3271
3391
|
* <ul>
|
|
@@ -3384,12 +3504,6 @@ export interface LoadBalancerAttribute {
|
|
|
3384
3504
|
* <code>partial_availability_zone_affinity</code> with 85 percent zonal affinity,
|
|
3385
3505
|
* and <code>any_availability_zone</code> with 0 percent zonal affinity.</p>
|
|
3386
3506
|
* </li>
|
|
3387
|
-
* <li>
|
|
3388
|
-
* <p>
|
|
3389
|
-
* <code>zonal_shift.config.enabled</code> - Indicates whether zonal shift is
|
|
3390
|
-
* enabled. The possible values are <code>true</code> and <code>false</code>. The
|
|
3391
|
-
* default is <code>false</code>.</p>
|
|
3392
|
-
* </li>
|
|
3393
3507
|
* </ul>
|
|
3394
3508
|
* @public
|
|
3395
3509
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-load-balancing-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.698.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing-v2",
|