@aws-sdk/client-appconfig 3.496.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 +29 -28
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -3924,26 +3924,18 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3924
3924
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3925
3925
|
|
|
3926
3926
|
0 && (module.exports = {
|
|
3927
|
-
ActionPoint,
|
|
3928
|
-
AppConfig,
|
|
3929
|
-
AppConfigClient,
|
|
3930
3927
|
AppConfigServiceException,
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
ConfigurationFilterSensitiveLog,
|
|
3936
|
-
ConfigurationProfileFilterSensitiveLog,
|
|
3937
|
-
ConflictException,
|
|
3928
|
+
__Client,
|
|
3929
|
+
AppConfigClient,
|
|
3930
|
+
AppConfig,
|
|
3931
|
+
$Command,
|
|
3938
3932
|
CreateApplicationCommand,
|
|
3939
3933
|
CreateConfigurationProfileCommand,
|
|
3940
|
-
CreateConfigurationProfileRequestFilterSensitiveLog,
|
|
3941
3934
|
CreateDeploymentStrategyCommand,
|
|
3942
3935
|
CreateEnvironmentCommand,
|
|
3943
3936
|
CreateExtensionAssociationCommand,
|
|
3944
3937
|
CreateExtensionCommand,
|
|
3945
3938
|
CreateHostedConfigurationVersionCommand,
|
|
3946
|
-
CreateHostedConfigurationVersionRequestFilterSensitiveLog,
|
|
3947
3939
|
DeleteApplicationCommand,
|
|
3948
3940
|
DeleteConfigurationProfileCommand,
|
|
3949
3941
|
DeleteDeploymentStrategyCommand,
|
|
@@ -3951,9 +3943,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3951
3943
|
DeleteExtensionAssociationCommand,
|
|
3952
3944
|
DeleteExtensionCommand,
|
|
3953
3945
|
DeleteHostedConfigurationVersionCommand,
|
|
3954
|
-
DeploymentEventType,
|
|
3955
|
-
DeploymentState,
|
|
3956
|
-
EnvironmentState,
|
|
3957
3946
|
GetApplicationCommand,
|
|
3958
3947
|
GetConfigurationCommand,
|
|
3959
3948
|
GetConfigurationProfileCommand,
|
|
@@ -3963,9 +3952,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3963
3952
|
GetExtensionAssociationCommand,
|
|
3964
3953
|
GetExtensionCommand,
|
|
3965
3954
|
GetHostedConfigurationVersionCommand,
|
|
3966
|
-
GrowthType,
|
|
3967
|
-
HostedConfigurationVersionFilterSensitiveLog,
|
|
3968
|
-
InternalServerException,
|
|
3969
3955
|
ListApplicationsCommand,
|
|
3970
3956
|
ListConfigurationProfilesCommand,
|
|
3971
3957
|
ListDeploymentStrategiesCommand,
|
|
@@ -3975,26 +3961,17 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3975
3961
|
ListExtensionsCommand,
|
|
3976
3962
|
ListHostedConfigurationVersionsCommand,
|
|
3977
3963
|
ListTagsForResourceCommand,
|
|
3978
|
-
PayloadTooLargeException,
|
|
3979
|
-
ReplicateTo,
|
|
3980
|
-
ResourceNotFoundException,
|
|
3981
|
-
ServiceQuotaExceededException,
|
|
3982
3964
|
StartDeploymentCommand,
|
|
3983
3965
|
StopDeploymentCommand,
|
|
3984
3966
|
TagResourceCommand,
|
|
3985
|
-
TriggeredBy,
|
|
3986
3967
|
UntagResourceCommand,
|
|
3987
3968
|
UpdateApplicationCommand,
|
|
3988
3969
|
UpdateConfigurationProfileCommand,
|
|
3989
|
-
UpdateConfigurationProfileRequestFilterSensitiveLog,
|
|
3990
3970
|
UpdateDeploymentStrategyCommand,
|
|
3991
3971
|
UpdateEnvironmentCommand,
|
|
3992
3972
|
UpdateExtensionAssociationCommand,
|
|
3993
3973
|
UpdateExtensionCommand,
|
|
3994
3974
|
ValidateConfigurationCommand,
|
|
3995
|
-
ValidatorFilterSensitiveLog,
|
|
3996
|
-
ValidatorType,
|
|
3997
|
-
__Client,
|
|
3998
3975
|
paginateListApplications,
|
|
3999
3976
|
paginateListConfigurationProfiles,
|
|
4000
3977
|
paginateListDeploymentStrategies,
|
|
@@ -4002,6 +3979,30 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4002
3979
|
paginateListEnvironments,
|
|
4003
3980
|
paginateListExtensionAssociations,
|
|
4004
3981
|
paginateListExtensions,
|
|
4005
|
-
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
|
|
4006
4007
|
});
|
|
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,9 +20,9 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|