@aws-sdk/client-appconfig 3.888.0 → 3.891.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/commands/CreateApplicationCommand.d.ts +2 -0
- package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +2 -0
- package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +2 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +2 -0
- package/dist-types/commands/CreateExtensionCommand.d.ts +2 -0
- package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteExtensionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +2 -0
- package/dist-types/commands/GetConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetConfigurationProfileCommand.d.ts +2 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +2 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/GetExtensionAssociationCommand.d.ts +2 -0
- package/dist-types/commands/GetExtensionCommand.d.ts +2 -0
- package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +2 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +2 -0
- package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +2 -0
- package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +2 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -0
- package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/ListExtensionsCommand.d.ts +2 -0
- package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/StartDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/StopDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateExtensionCommand.d.ts +2 -0
- package/dist-types/commands/ValidateConfigurationCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -37,6 +37,8 @@ declare const CreateApplicationCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { AppConfigClient, CreateApplicationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
39
39
|
* // const { AppConfigClient, CreateApplicationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
40
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
41
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
40
42
|
* const client = new AppConfigClient(config);
|
|
41
43
|
* const input = { // CreateApplicationRequest
|
|
42
44
|
* Name: "STRING_VALUE", // required
|
|
@@ -72,6 +72,8 @@ declare const CreateConfigurationProfileCommand_base: {
|
|
|
72
72
|
* ```javascript
|
|
73
73
|
* import { AppConfigClient, CreateConfigurationProfileCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
74
74
|
* // const { AppConfigClient, CreateConfigurationProfileCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
75
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
76
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
75
77
|
* const client = new AppConfigClient(config);
|
|
76
78
|
* const input = { // CreateConfigurationProfileRequest
|
|
77
79
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const CreateDeploymentStrategyCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { AppConfigClient, CreateDeploymentStrategyCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
38
38
|
* // const { AppConfigClient, CreateDeploymentStrategyCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
39
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
40
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
39
41
|
* const client = new AppConfigClient(config);
|
|
40
42
|
* const input = { // CreateDeploymentStrategyRequest
|
|
41
43
|
* Name: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const CreateEnvironmentCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { AppConfigClient, CreateEnvironmentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
42
42
|
* // const { AppConfigClient, CreateEnvironmentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
43
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
44
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
43
45
|
* const client = new AppConfigClient(config);
|
|
44
46
|
* const input = { // CreateEnvironmentRequest
|
|
45
47
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -44,6 +44,8 @@ declare const CreateExtensionAssociationCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { AppConfigClient, CreateExtensionAssociationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
46
46
|
* // const { AppConfigClient, CreateExtensionAssociationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
47
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
48
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
47
49
|
* const client = new AppConfigClient(config);
|
|
48
50
|
* const input = { // CreateExtensionAssociationRequest
|
|
49
51
|
* ExtensionIdentifier: "STRING_VALUE", // required
|
|
@@ -56,6 +56,8 @@ declare const CreateExtensionCommand_base: {
|
|
|
56
56
|
* ```javascript
|
|
57
57
|
* import { AppConfigClient, CreateExtensionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
58
58
|
* // const { AppConfigClient, CreateExtensionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
59
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
60
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
59
61
|
* const client = new AppConfigClient(config);
|
|
60
62
|
* const input = { // CreateExtensionRequest
|
|
61
63
|
* Name: "STRING_VALUE", // required
|
|
@@ -49,6 +49,8 @@ declare const CreateHostedConfigurationVersionCommand_base: {
|
|
|
49
49
|
* ```javascript
|
|
50
50
|
* import { AppConfigClient, CreateHostedConfigurationVersionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
51
51
|
* // const { AppConfigClient, CreateHostedConfigurationVersionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
52
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
53
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
52
54
|
* const client = new AppConfigClient(config);
|
|
53
55
|
* const input = { // CreateHostedConfigurationVersionRequest
|
|
54
56
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteApplicationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, DeleteApplicationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, DeleteApplicationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // DeleteApplicationRequest
|
|
38
40
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DeleteConfigurationProfileCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { AppConfigClient, DeleteConfigurationProfileCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
38
38
|
* // const { AppConfigClient, DeleteConfigurationProfileCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
39
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
40
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
39
41
|
* const client = new AppConfigClient(config);
|
|
40
42
|
* const input = { // DeleteConfigurationProfileRequest
|
|
41
43
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteDeploymentStrategyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, DeleteDeploymentStrategyCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, DeleteDeploymentStrategyCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // DeleteDeploymentStrategyRequest
|
|
38
40
|
* DeploymentStrategyId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteEnvironmentCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AppConfigClient, DeleteEnvironmentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
37
37
|
* // const { AppConfigClient, DeleteEnvironmentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
38
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
39
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
38
40
|
* const client = new AppConfigClient(config);
|
|
39
41
|
* const input = { // DeleteEnvironmentRequest
|
|
40
42
|
* EnvironmentId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteExtensionAssociationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppConfigClient, DeleteExtensionAssociationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
36
36
|
* // const { AppConfigClient, DeleteExtensionAssociationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
37
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
38
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
37
39
|
* const client = new AppConfigClient(config);
|
|
38
40
|
* const input = { // DeleteExtensionAssociationRequest
|
|
39
41
|
* ExtensionAssociationId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteExtensionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppConfigClient, DeleteExtensionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
36
36
|
* // const { AppConfigClient, DeleteExtensionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
37
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
38
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
37
39
|
* const client = new AppConfigClient(config);
|
|
38
40
|
* const input = { // DeleteExtensionRequest
|
|
39
41
|
* ExtensionIdentifier: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteHostedConfigurationVersionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppConfigClient, DeleteHostedConfigurationVersionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
36
36
|
* // const { AppConfigClient, DeleteHostedConfigurationVersionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
37
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
38
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
37
39
|
* const client = new AppConfigClient(config);
|
|
38
40
|
* const input = { // DeleteHostedConfigurationVersionRequest
|
|
39
41
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetAccountSettingsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppConfigClient, GetAccountSettingsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
36
36
|
* // const { AppConfigClient, GetAccountSettingsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
37
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
38
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
37
39
|
* const client = new AppConfigClient(config);
|
|
38
40
|
* const input = {};
|
|
39
41
|
* const command = new GetAccountSettingsCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const GetApplicationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, GetApplicationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, GetApplicationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // GetApplicationRequest
|
|
38
40
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -56,6 +56,8 @@ declare const GetConfigurationCommand_base: {
|
|
|
56
56
|
* ```javascript
|
|
57
57
|
* import { AppConfigClient, GetConfigurationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
58
58
|
* // const { AppConfigClient, GetConfigurationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
59
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
60
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
59
61
|
* const client = new AppConfigClient(config);
|
|
60
62
|
* const input = { // GetConfigurationRequest
|
|
61
63
|
* Application: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetConfigurationProfileCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, GetConfigurationProfileCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, GetConfigurationProfileCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // GetConfigurationProfileRequest
|
|
38
40
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDeploymentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, GetDeploymentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, GetDeploymentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // GetDeploymentRequest
|
|
38
40
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const GetDeploymentStrategyCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { AppConfigClient, GetDeploymentStrategyCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
39
39
|
* // const { AppConfigClient, GetDeploymentStrategyCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
40
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
41
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
40
42
|
* const client = new AppConfigClient(config);
|
|
41
43
|
* const input = { // GetDeploymentStrategyRequest
|
|
42
44
|
* DeploymentStrategyId: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const GetEnvironmentCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { AppConfigClient, GetEnvironmentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
40
40
|
* // const { AppConfigClient, GetEnvironmentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
41
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
42
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
41
43
|
* const client = new AppConfigClient(config);
|
|
42
44
|
* const input = { // GetEnvironmentRequest
|
|
43
45
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetExtensionAssociationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AppConfigClient, GetExtensionAssociationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
37
37
|
* // const { AppConfigClient, GetExtensionAssociationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
38
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
39
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
38
40
|
* const client = new AppConfigClient(config);
|
|
39
41
|
* const input = { // GetExtensionAssociationRequest
|
|
40
42
|
* ExtensionAssociationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetExtensionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, GetExtensionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, GetExtensionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // GetExtensionRequest
|
|
38
40
|
* ExtensionIdentifier: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const GetHostedConfigurationVersionCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { AppConfigClient, GetHostedConfigurationVersionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
42
42
|
* // const { AppConfigClient, GetHostedConfigurationVersionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
43
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
44
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
43
45
|
* const client = new AppConfigClient(config);
|
|
44
46
|
* const input = { // GetHostedConfigurationVersionRequest
|
|
45
47
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListApplicationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, ListApplicationsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, ListApplicationsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // ListApplicationsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListConfigurationProfilesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, ListConfigurationProfilesCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, ListConfigurationProfilesCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // ListConfigurationProfilesRequest
|
|
38
40
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListDeploymentStrategiesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, ListDeploymentStrategiesCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, ListDeploymentStrategiesCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // ListDeploymentStrategiesRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListDeploymentsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, ListDeploymentsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, ListDeploymentsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // ListDeploymentsRequest
|
|
38
40
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListEnvironmentsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, ListEnvironmentsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, ListEnvironmentsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // ListEnvironmentsRequest
|
|
38
40
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListExtensionAssociationsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AppConfigClient, ListExtensionAssociationsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
37
37
|
* // const { AppConfigClient, ListExtensionAssociationsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
38
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
39
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
38
40
|
* const client = new AppConfigClient(config);
|
|
39
41
|
* const input = { // ListExtensionAssociationsRequest
|
|
40
42
|
* ResourceIdentifier: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListExtensionsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AppConfigClient, ListExtensionsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
37
37
|
* // const { AppConfigClient, ListExtensionsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
38
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
39
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
38
40
|
* const client = new AppConfigClient(config);
|
|
39
41
|
* const input = { // ListExtensionsRequest
|
|
40
42
|
* MaxResults: Number("int"),
|
|
@@ -34,6 +34,8 @@ declare const ListHostedConfigurationVersionsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppConfigClient, ListHostedConfigurationVersionsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
36
36
|
* // const { AppConfigClient, ListHostedConfigurationVersionsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
37
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
38
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
37
39
|
* const client = new AppConfigClient(config);
|
|
38
40
|
* const input = { // ListHostedConfigurationVersionsRequest
|
|
39
41
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, ListTagsForResourceCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, ListTagsForResourceCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartDeploymentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, StartDeploymentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, StartDeploymentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // StartDeploymentRequest
|
|
38
40
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const StopDeploymentCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { AppConfigClient, StopDeploymentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
40
40
|
* // const { AppConfigClient, StopDeploymentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
41
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
42
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
41
43
|
* const client = new AppConfigClient(config);
|
|
42
44
|
* const input = { // StopDeploymentRequest
|
|
43
45
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const TagResourceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AppConfigClient, TagResourceCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
37
37
|
* // const { AppConfigClient, TagResourceCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
38
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
39
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
38
40
|
* const client = new AppConfigClient(config);
|
|
39
41
|
* const input = { // TagResourceRequest
|
|
40
42
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, UntagResourceCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, UntagResourceCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateAccountSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, UpdateAccountSettingsCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, UpdateAccountSettingsCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // UpdateAccountSettingsRequest
|
|
38
40
|
* DeletionProtection: { // DeletionProtectionSettings
|
|
@@ -33,6 +33,8 @@ declare const UpdateApplicationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, UpdateApplicationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, UpdateApplicationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // UpdateApplicationRequest
|
|
38
40
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateConfigurationProfileCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, UpdateConfigurationProfileCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, UpdateConfigurationProfileCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // UpdateConfigurationProfileRequest
|
|
38
40
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateDeploymentStrategyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, UpdateDeploymentStrategyCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, UpdateDeploymentStrategyCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // UpdateDeploymentStrategyRequest
|
|
38
40
|
* DeploymentStrategyId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateEnvironmentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, UpdateEnvironmentCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, UpdateEnvironmentCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // UpdateEnvironmentRequest
|
|
38
40
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UpdateExtensionAssociationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AppConfigClient, UpdateExtensionAssociationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
37
37
|
* // const { AppConfigClient, UpdateExtensionAssociationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
38
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
39
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
38
40
|
* const client = new AppConfigClient(config);
|
|
39
41
|
* const input = { // UpdateExtensionAssociationRequest
|
|
40
42
|
* ExtensionAssociationId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UpdateExtensionCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AppConfigClient, UpdateExtensionCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
37
37
|
* // const { AppConfigClient, UpdateExtensionCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
38
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
39
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
38
40
|
* const client = new AppConfigClient(config);
|
|
39
41
|
* const input = { // UpdateExtensionRequest
|
|
40
42
|
* ExtensionIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ValidateConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppConfigClient, ValidateConfigurationCommand } from "@aws-sdk/client-appconfig"; // ES Modules import
|
|
35
35
|
* // const { AppConfigClient, ValidateConfigurationCommand } = require("@aws-sdk/client-appconfig"); // CommonJS import
|
|
36
|
+
* // import type { AppConfigClientConfig } from "@aws-sdk/client-appconfig";
|
|
37
|
+
* const config = {}; // type is AppConfigClientConfig
|
|
36
38
|
* const client = new AppConfigClient(config);
|
|
37
39
|
* const input = { // ValidateConfigurationRequest
|
|
38
40
|
* ApplicationId: "STRING_VALUE", // required
|
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.891.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,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
23
|
+
"@aws-sdk/core": "3.890.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.2.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
|
-
"@smithy/node-config-provider": "^4.2.
|
|
44
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.2",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
55
|
-
"@smithy/util-endpoints": "^3.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.2",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-stream": "^4.3.1",
|
|
59
59
|
"@smithy/util-utf8": "^4.1.0",
|
|
60
60
|
"@smithy/util-waiter": "^4.1.1",
|