@aws-sdk/client-amplify 3.495.0 → 3.499.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-cjs/index.js +37 -34
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -3633,80 +3633,83 @@ var paginateListJobs = (0, import_core.createPaginator)(AmplifyClient, ListJobsC
|
|
|
3633
3633
|
// src/index.ts
|
|
3634
3634
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3635
3635
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3636
|
+
|
|
3636
3637
|
0 && (module.exports = {
|
|
3637
|
-
Amplify,
|
|
3638
|
-
AmplifyClient,
|
|
3639
3638
|
AmplifyServiceException,
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3639
|
+
__Client,
|
|
3640
|
+
AmplifyClient,
|
|
3641
|
+
Amplify,
|
|
3642
|
+
$Command,
|
|
3644
3643
|
CreateAppCommand,
|
|
3645
|
-
CreateAppRequestFilterSensitiveLog,
|
|
3646
|
-
CreateAppResultFilterSensitiveLog,
|
|
3647
3644
|
CreateBackendEnvironmentCommand,
|
|
3648
3645
|
CreateBranchCommand,
|
|
3649
|
-
CreateBranchRequestFilterSensitiveLog,
|
|
3650
|
-
CreateBranchResultFilterSensitiveLog,
|
|
3651
3646
|
CreateDeploymentCommand,
|
|
3652
3647
|
CreateDomainAssociationCommand,
|
|
3653
3648
|
CreateWebhookCommand,
|
|
3654
3649
|
DeleteAppCommand,
|
|
3655
|
-
DeleteAppResultFilterSensitiveLog,
|
|
3656
3650
|
DeleteBackendEnvironmentCommand,
|
|
3657
3651
|
DeleteBranchCommand,
|
|
3658
|
-
DeleteBranchResultFilterSensitiveLog,
|
|
3659
3652
|
DeleteDomainAssociationCommand,
|
|
3660
3653
|
DeleteJobCommand,
|
|
3661
3654
|
DeleteWebhookCommand,
|
|
3662
|
-
DependentServiceFailureException,
|
|
3663
|
-
DomainStatus,
|
|
3664
3655
|
GenerateAccessLogsCommand,
|
|
3665
3656
|
GetAppCommand,
|
|
3666
|
-
GetAppResultFilterSensitiveLog,
|
|
3667
3657
|
GetArtifactUrlCommand,
|
|
3668
3658
|
GetBackendEnvironmentCommand,
|
|
3669
3659
|
GetBranchCommand,
|
|
3670
|
-
GetBranchResultFilterSensitiveLog,
|
|
3671
3660
|
GetDomainAssociationCommand,
|
|
3672
3661
|
GetJobCommand,
|
|
3673
3662
|
GetWebhookCommand,
|
|
3674
|
-
InternalFailureException,
|
|
3675
|
-
JobStatus,
|
|
3676
|
-
JobType,
|
|
3677
|
-
LimitExceededException,
|
|
3678
3663
|
ListAppsCommand,
|
|
3679
|
-
ListAppsResultFilterSensitiveLog,
|
|
3680
3664
|
ListArtifactsCommand,
|
|
3681
3665
|
ListBackendEnvironmentsCommand,
|
|
3682
3666
|
ListBranchesCommand,
|
|
3683
|
-
ListBranchesResultFilterSensitiveLog,
|
|
3684
3667
|
ListDomainAssociationsCommand,
|
|
3685
3668
|
ListJobsCommand,
|
|
3686
3669
|
ListTagsForResourceCommand,
|
|
3687
3670
|
ListWebhooksCommand,
|
|
3688
|
-
NotFoundException,
|
|
3689
|
-
Platform,
|
|
3690
|
-
RepositoryCloneMethod,
|
|
3691
|
-
ResourceNotFoundException,
|
|
3692
|
-
Stage,
|
|
3693
3671
|
StartDeploymentCommand,
|
|
3694
3672
|
StartJobCommand,
|
|
3695
3673
|
StopJobCommand,
|
|
3696
3674
|
TagResourceCommand,
|
|
3697
|
-
UnauthorizedException,
|
|
3698
3675
|
UntagResourceCommand,
|
|
3699
3676
|
UpdateAppCommand,
|
|
3700
|
-
UpdateAppRequestFilterSensitiveLog,
|
|
3701
|
-
UpdateAppResultFilterSensitiveLog,
|
|
3702
3677
|
UpdateBranchCommand,
|
|
3703
|
-
UpdateBranchRequestFilterSensitiveLog,
|
|
3704
|
-
UpdateBranchResultFilterSensitiveLog,
|
|
3705
3678
|
UpdateDomainAssociationCommand,
|
|
3706
3679
|
UpdateWebhookCommand,
|
|
3707
|
-
__Client,
|
|
3708
3680
|
paginateListApps,
|
|
3709
3681
|
paginateListBranches,
|
|
3710
3682
|
paginateListDomainAssociations,
|
|
3711
|
-
paginateListJobs
|
|
3683
|
+
paginateListJobs,
|
|
3684
|
+
BadRequestException,
|
|
3685
|
+
Stage,
|
|
3686
|
+
Platform,
|
|
3687
|
+
RepositoryCloneMethod,
|
|
3688
|
+
DependentServiceFailureException,
|
|
3689
|
+
InternalFailureException,
|
|
3690
|
+
LimitExceededException,
|
|
3691
|
+
UnauthorizedException,
|
|
3692
|
+
NotFoundException,
|
|
3693
|
+
DomainStatus,
|
|
3694
|
+
JobType,
|
|
3695
|
+
JobStatus,
|
|
3696
|
+
ResourceNotFoundException,
|
|
3697
|
+
AutoBranchCreationConfigFilterSensitiveLog,
|
|
3698
|
+
CreateAppRequestFilterSensitiveLog,
|
|
3699
|
+
AppFilterSensitiveLog,
|
|
3700
|
+
CreateAppResultFilterSensitiveLog,
|
|
3701
|
+
CreateBranchRequestFilterSensitiveLog,
|
|
3702
|
+
BranchFilterSensitiveLog,
|
|
3703
|
+
CreateBranchResultFilterSensitiveLog,
|
|
3704
|
+
DeleteAppResultFilterSensitiveLog,
|
|
3705
|
+
DeleteBranchResultFilterSensitiveLog,
|
|
3706
|
+
GetAppResultFilterSensitiveLog,
|
|
3707
|
+
GetBranchResultFilterSensitiveLog,
|
|
3708
|
+
ListAppsResultFilterSensitiveLog,
|
|
3709
|
+
ListBranchesResultFilterSensitiveLog,
|
|
3710
|
+
UpdateAppRequestFilterSensitiveLog,
|
|
3711
|
+
UpdateAppResultFilterSensitiveLog,
|
|
3712
|
+
UpdateBranchRequestFilterSensitiveLog,
|
|
3713
|
+
UpdateBranchResultFilterSensitiveLog
|
|
3712
3714
|
});
|
|
3715
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-amplify",
|
|
3
3
|
"description": "AWS SDK for JavaScript Amplify Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.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-amplify",
|
|
@@ -20,47 +20,47 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
63
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
64
64
|
"@tsconfig/node14": "1.0.3",
|
|
65
65
|
"@types/node": "^14.14.31",
|
|
66
66
|
"concurrently": "7.0.0",
|