@aws-sdk/client-cloudfront 3.1019.0 → 3.1020.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-es/CloudFront.js +3 -3
- package/dist-es/waiters/waitForDistributionDeployed.js +1 -1
- package/dist-es/waiters/waitForInvalidationCompleted.js +1 -1
- package/dist-es/waiters/waitForInvalidationForDistributionTenantCompleted.js +1 -1
- package/dist-es/waiters/waitForStreamingDistributionDeployed.js +1 -1
- package/dist-types/CloudFront.d.ts +167 -167
- package/dist-types/CloudFrontClient.d.ts +170 -170
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/GetConnectionFunctionCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConnectionFunctionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConnectionGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDistributionTenantsByCustomizationPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDistributionTenantsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDistributionsByConnectionFunctionPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDistributionsByConnectionModePaginator.d.ts +1 -1
- package/dist-types/pagination/ListDistributionsByTrustStorePaginator.d.ts +1 -1
- package/dist-types/pagination/ListDistributionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainConflictsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInvalidationsForDistributionTenantPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInvalidationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListKeyValueStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOriginAccessControlsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPublicKeysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStreamingDistributionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrustStoresPaginator.d.ts +1 -1
- package/dist-types/ts3.4/CloudFrontClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +9 -9
- package/dist-types/waiters/waitForDistributionDeployed.d.ts +3 -3
- package/dist-types/waiters/waitForInvalidationCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForInvalidationForDistributionTenantCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForStreamingDistributionDeployed.d.ts +3 -3
- package/package.json +15 -15
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListKeyValueStoresCommandInput, ListKeyValueStoresCommandOutput } from "../commands/ListKeyValueStoresCommand";
|
|
3
|
-
import { CloudFrontPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudFrontPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListOriginAccessControlsCommandInput, ListOriginAccessControlsCommandOutput } from "../commands/ListOriginAccessControlsCommand";
|
|
3
|
-
import { CloudFrontPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudFrontPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListPublicKeysCommandInput, ListPublicKeysCommandOutput } from "../commands/ListPublicKeysCommand";
|
|
3
|
-
import { CloudFrontPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudFrontPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListStreamingDistributionsCommandInput, ListStreamingDistributionsCommandOutput } from "../commands/ListStreamingDistributionsCommand";
|
|
3
|
-
import { CloudFrontPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudFrontPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTrustStoresCommandInput, ListTrustStoresCommandOutput } from "../commands/ListTrustStoresCommand";
|
|
3
|
-
import { CloudFrontPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { CloudFrontPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -1074,7 +1073,7 @@ export interface ClientDefaults
|
|
|
1074
1073
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
1075
1074
|
region?: string | __Provider<string>;
|
|
1076
1075
|
profile?: string;
|
|
1077
|
-
defaultUserAgentProvider?:
|
|
1076
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
1078
1077
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
1079
1078
|
maxAttempts?: number | __Provider<number>;
|
|
1080
1079
|
retryMode?: string | __Provider<string>;
|
|
@@ -18,6 +18,7 @@ import {
|
|
|
18
18
|
} from "./enums";
|
|
19
19
|
import {
|
|
20
20
|
Aliases,
|
|
21
|
+
AliasICPRecordal,
|
|
21
22
|
AnycastIpList,
|
|
22
23
|
AnycastIpListCollection,
|
|
23
24
|
CaCertificatesBundleSource,
|
|
@@ -28,6 +29,7 @@ import {
|
|
|
28
29
|
CloudFrontOriginAccessIdentity,
|
|
29
30
|
CloudFrontOriginAccessIdentityConfig,
|
|
30
31
|
ConnectionFunctionAssociation,
|
|
32
|
+
ConnectionFunctionSummary,
|
|
31
33
|
ConnectionGroup,
|
|
32
34
|
ContentTypeProfileConfig,
|
|
33
35
|
ContinuousDeploymentPolicy,
|
|
@@ -38,14 +40,19 @@ import {
|
|
|
38
40
|
Distribution,
|
|
39
41
|
DistributionConfig,
|
|
40
42
|
DistributionTenant,
|
|
43
|
+
DomainItem,
|
|
44
|
+
DomainResult,
|
|
41
45
|
EncryptionEntities,
|
|
46
|
+
EndPoint,
|
|
42
47
|
FieldLevelEncryption,
|
|
43
48
|
FieldLevelEncryptionConfig,
|
|
44
49
|
FieldLevelEncryptionProfile,
|
|
45
50
|
FieldLevelEncryptionProfileConfig,
|
|
46
51
|
FunctionConfig,
|
|
52
|
+
FunctionSummary,
|
|
47
53
|
KeyGroup,
|
|
48
54
|
KeyGroupConfig,
|
|
55
|
+
KeyValueStore,
|
|
49
56
|
ManagedCertificateRequest,
|
|
50
57
|
MonitoringSubscription,
|
|
51
58
|
OriginAccessControl,
|
|
@@ -54,9 +61,11 @@ import {
|
|
|
54
61
|
OriginRequestPolicy,
|
|
55
62
|
OriginRequestPolicyConfig,
|
|
56
63
|
Origins,
|
|
64
|
+
Parameter,
|
|
57
65
|
PublicKey,
|
|
58
66
|
PublicKeyConfig,
|
|
59
67
|
QueryArgProfileConfig,
|
|
68
|
+
RealtimeLogConfig,
|
|
60
69
|
ResponseHeadersPolicy,
|
|
61
70
|
ResponseHeadersPolicyConfig,
|
|
62
71
|
Restrictions,
|
|
@@ -70,15 +79,6 @@ import {
|
|
|
70
79
|
ViewerMtlsConfig,
|
|
71
80
|
VpcOrigin,
|
|
72
81
|
VpcOriginEndpointConfig,
|
|
73
|
-
AliasICPRecordal,
|
|
74
|
-
ConnectionFunctionSummary,
|
|
75
|
-
DomainItem,
|
|
76
|
-
DomainResult,
|
|
77
|
-
EndPoint,
|
|
78
|
-
FunctionSummary,
|
|
79
|
-
KeyValueStore,
|
|
80
|
-
Parameter,
|
|
81
|
-
RealtimeLogConfig,
|
|
82
82
|
} from "./models_0";
|
|
83
83
|
export interface GetManagedCertificateDetailsRequest {
|
|
84
84
|
Identifier: string | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { CloudFrontClient } from "../CloudFrontClient";
|
|
3
|
-
import { GetDistributionCommandInput } from "../commands/GetDistributionCommand";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import type { CloudFrontClient } from "../CloudFrontClient";
|
|
3
|
+
import { type GetDistributionCommandInput } from "../commands/GetDistributionCommand";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a distribution is deployed.
|
|
6
6
|
* @deprecated Use waitUntilDistributionDeployed instead. waitForDistributionDeployed does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { CloudFrontClient } from "../CloudFrontClient";
|
|
3
|
-
import { GetInvalidationCommandInput } from "../commands/GetInvalidationCommand";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import type { CloudFrontClient } from "../CloudFrontClient";
|
|
3
|
+
import { type GetInvalidationCommandInput } from "../commands/GetInvalidationCommand";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an invalidation has completed.
|
|
6
6
|
* @deprecated Use waitUntilInvalidationCompleted instead. waitForInvalidationCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { CloudFrontClient } from "../CloudFrontClient";
|
|
3
|
-
import { GetInvalidationForDistributionTenantCommandInput } from "../commands/GetInvalidationForDistributionTenantCommand";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import type { CloudFrontClient } from "../CloudFrontClient";
|
|
3
|
+
import { type GetInvalidationForDistributionTenantCommandInput } from "../commands/GetInvalidationForDistributionTenantCommand";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an invalidation for distribution tenant has completed.
|
|
6
6
|
* @deprecated Use waitUntilInvalidationForDistributionTenantCompleted instead. waitForInvalidationForDistributionTenantCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { CloudFrontClient } from "../CloudFrontClient";
|
|
3
|
-
import { GetStreamingDistributionCommandInput } from "../commands/GetStreamingDistributionCommand";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import type { CloudFrontClient } from "../CloudFrontClient";
|
|
3
|
+
import { type GetStreamingDistributionCommandInput } from "../commands/GetStreamingDistributionCommand";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a streaming distribution is deployed.
|
|
6
6
|
* @deprecated Use waitUntilStreamingDistributionDeployed instead. waitForStreamingDistributionDeployed does not throw error in non-success cases.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudfront",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudfront Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudfront",
|
|
@@ -23,44 +23,44 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.26",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
33
33
|
"@aws-sdk/types": "^3.973.6",
|
|
34
34
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.13",
|
|
38
|
-
"@smithy/core": "^3.23.
|
|
38
|
+
"@smithy/core": "^3.23.13",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
40
40
|
"@smithy/hash-node": "^4.2.12",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
45
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
45
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.12",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.12",
|
|
48
|
-
"@smithy/node-http-handler": "^4.5.
|
|
48
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.12",
|
|
50
|
-
"@smithy/smithy-client": "^4.12.
|
|
50
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
51
51
|
"@smithy/types": "^4.13.1",
|
|
52
52
|
"@smithy/url-parser": "^4.2.12",
|
|
53
53
|
"@smithy/util-base64": "^4.3.2",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
58
58
|
"@smithy/util-endpoints": "^3.3.3",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.12",
|
|
60
60
|
"@smithy/util-retry": "^4.2.12",
|
|
61
|
-
"@smithy/util-stream": "^4.5.
|
|
61
|
+
"@smithy/util-stream": "^4.5.21",
|
|
62
62
|
"@smithy/util-utf8": "^4.2.2",
|
|
63
|
-
"@smithy/util-waiter": "^4.2.
|
|
63
|
+
"@smithy/util-waiter": "^4.2.14",
|
|
64
64
|
"tslib": "^2.6.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|