@aws-sdk/client-appconfig 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 +31 -28
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -3922,27 +3922,20 @@ var paginateListHostedConfigurationVersions = (0, import_core10.createPaginator)
|
|
|
3922
3922
|
// src/index.ts
|
|
3923
3923
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3924
3924
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3925
|
+
|
|
3925
3926
|
0 && (module.exports = {
|
|
3926
|
-
ActionPoint,
|
|
3927
|
-
AppConfig,
|
|
3928
|
-
AppConfigClient,
|
|
3929
3927
|
AppConfigServiceException,
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
ConfigurationFilterSensitiveLog,
|
|
3935
|
-
ConfigurationProfileFilterSensitiveLog,
|
|
3936
|
-
ConflictException,
|
|
3928
|
+
__Client,
|
|
3929
|
+
AppConfigClient,
|
|
3930
|
+
AppConfig,
|
|
3931
|
+
$Command,
|
|
3937
3932
|
CreateApplicationCommand,
|
|
3938
3933
|
CreateConfigurationProfileCommand,
|
|
3939
|
-
CreateConfigurationProfileRequestFilterSensitiveLog,
|
|
3940
3934
|
CreateDeploymentStrategyCommand,
|
|
3941
3935
|
CreateEnvironmentCommand,
|
|
3942
3936
|
CreateExtensionAssociationCommand,
|
|
3943
3937
|
CreateExtensionCommand,
|
|
3944
3938
|
CreateHostedConfigurationVersionCommand,
|
|
3945
|
-
CreateHostedConfigurationVersionRequestFilterSensitiveLog,
|
|
3946
3939
|
DeleteApplicationCommand,
|
|
3947
3940
|
DeleteConfigurationProfileCommand,
|
|
3948
3941
|
DeleteDeploymentStrategyCommand,
|
|
@@ -3950,9 +3943,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3950
3943
|
DeleteExtensionAssociationCommand,
|
|
3951
3944
|
DeleteExtensionCommand,
|
|
3952
3945
|
DeleteHostedConfigurationVersionCommand,
|
|
3953
|
-
DeploymentEventType,
|
|
3954
|
-
DeploymentState,
|
|
3955
|
-
EnvironmentState,
|
|
3956
3946
|
GetApplicationCommand,
|
|
3957
3947
|
GetConfigurationCommand,
|
|
3958
3948
|
GetConfigurationProfileCommand,
|
|
@@ -3962,9 +3952,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3962
3952
|
GetExtensionAssociationCommand,
|
|
3963
3953
|
GetExtensionCommand,
|
|
3964
3954
|
GetHostedConfigurationVersionCommand,
|
|
3965
|
-
GrowthType,
|
|
3966
|
-
HostedConfigurationVersionFilterSensitiveLog,
|
|
3967
|
-
InternalServerException,
|
|
3968
3955
|
ListApplicationsCommand,
|
|
3969
3956
|
ListConfigurationProfilesCommand,
|
|
3970
3957
|
ListDeploymentStrategiesCommand,
|
|
@@ -3974,26 +3961,17 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3974
3961
|
ListExtensionsCommand,
|
|
3975
3962
|
ListHostedConfigurationVersionsCommand,
|
|
3976
3963
|
ListTagsForResourceCommand,
|
|
3977
|
-
PayloadTooLargeException,
|
|
3978
|
-
ReplicateTo,
|
|
3979
|
-
ResourceNotFoundException,
|
|
3980
|
-
ServiceQuotaExceededException,
|
|
3981
3964
|
StartDeploymentCommand,
|
|
3982
3965
|
StopDeploymentCommand,
|
|
3983
3966
|
TagResourceCommand,
|
|
3984
|
-
TriggeredBy,
|
|
3985
3967
|
UntagResourceCommand,
|
|
3986
3968
|
UpdateApplicationCommand,
|
|
3987
3969
|
UpdateConfigurationProfileCommand,
|
|
3988
|
-
UpdateConfigurationProfileRequestFilterSensitiveLog,
|
|
3989
3970
|
UpdateDeploymentStrategyCommand,
|
|
3990
3971
|
UpdateEnvironmentCommand,
|
|
3991
3972
|
UpdateExtensionAssociationCommand,
|
|
3992
3973
|
UpdateExtensionCommand,
|
|
3993
3974
|
ValidateConfigurationCommand,
|
|
3994
|
-
ValidatorFilterSensitiveLog,
|
|
3995
|
-
ValidatorType,
|
|
3996
|
-
__Client,
|
|
3997
3975
|
paginateListApplications,
|
|
3998
3976
|
paginateListConfigurationProfiles,
|
|
3999
3977
|
paginateListDeploymentStrategies,
|
|
@@ -4001,5 +3979,30 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4001
3979
|
paginateListEnvironments,
|
|
4002
3980
|
paginateListExtensionAssociations,
|
|
4003
3981
|
paginateListExtensions,
|
|
4004
|
-
paginateListHostedConfigurationVersions
|
|
3982
|
+
paginateListHostedConfigurationVersions,
|
|
3983
|
+
ActionPoint,
|
|
3984
|
+
BadRequestDetails,
|
|
3985
|
+
BadRequestReason,
|
|
3986
|
+
BadRequestException,
|
|
3987
|
+
InternalServerException,
|
|
3988
|
+
ServiceQuotaExceededException,
|
|
3989
|
+
ValidatorType,
|
|
3990
|
+
ResourceNotFoundException,
|
|
3991
|
+
GrowthType,
|
|
3992
|
+
ReplicateTo,
|
|
3993
|
+
EnvironmentState,
|
|
3994
|
+
ConflictException,
|
|
3995
|
+
BytesMeasure,
|
|
3996
|
+
PayloadTooLargeException,
|
|
3997
|
+
DeploymentEventType,
|
|
3998
|
+
TriggeredBy,
|
|
3999
|
+
DeploymentState,
|
|
4000
|
+
ValidatorFilterSensitiveLog,
|
|
4001
|
+
ConfigurationProfileFilterSensitiveLog,
|
|
4002
|
+
CreateConfigurationProfileRequestFilterSensitiveLog,
|
|
4003
|
+
CreateHostedConfigurationVersionRequestFilterSensitiveLog,
|
|
4004
|
+
HostedConfigurationVersionFilterSensitiveLog,
|
|
4005
|
+
ConfigurationFilterSensitiveLog,
|
|
4006
|
+
UpdateConfigurationProfileRequestFilterSensitiveLog
|
|
4005
4007
|
});
|
|
4008
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appconfig",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appconfig 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-appconfig",
|
|
@@ -20,48 +20,48 @@
|
|
|
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-stream": "^2.1.
|
|
60
|
-
"@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-stream": "^2.1.1",
|
|
60
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
61
61
|
"tslib": "^2.5.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"concurrently": "7.0.0",
|