@aws-sdk/client-appconfig 3.523.0 → 3.529.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/README.md +134 -30
- package/dist-cjs/index.js +33 -73
- package/dist-es/protocols/Aws_restJson1.js +2 -41
- package/dist-types/AppConfig.d.ts +134 -30
- package/dist-types/AppConfigClient.d.ts +134 -30
- package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +2 -3
- package/dist-types/commands/CreateExtensionCommand.d.ts +4 -3
- package/dist-types/commands/GetExtensionAssociationCommand.d.ts +2 -3
- package/dist-types/commands/GetExtensionCommand.d.ts +1 -0
- package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +2 -3
- package/dist-types/commands/ListExtensionsCommand.d.ts +2 -3
- package/dist-types/commands/StartDeploymentCommand.d.ts +3 -0
- package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +2 -3
- package/dist-types/commands/UpdateExtensionCommand.d.ts +4 -3
- package/dist-types/index.d.ts +134 -30
- package/dist-types/models/models_0.d.ts +34 -19
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +17 -17
- package/dist-cjs/AppConfig.js +0 -1
- package/dist-cjs/AppConfigClient.js +0 -1
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/dist-cjs/commands/CreateApplicationCommand.js +0 -1
- package/dist-cjs/commands/CreateConfigurationProfileCommand.js +0 -1
- package/dist-cjs/commands/CreateDeploymentStrategyCommand.js +0 -1
- package/dist-cjs/commands/CreateEnvironmentCommand.js +0 -1
- package/dist-cjs/commands/CreateExtensionAssociationCommand.js +0 -1
- package/dist-cjs/commands/CreateExtensionCommand.js +0 -1
- package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js +0 -1
- package/dist-cjs/commands/DeleteApplicationCommand.js +0 -1
- package/dist-cjs/commands/DeleteConfigurationProfileCommand.js +0 -1
- package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js +0 -1
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +0 -1
- package/dist-cjs/commands/DeleteExtensionAssociationCommand.js +0 -1
- package/dist-cjs/commands/DeleteExtensionCommand.js +0 -1
- package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js +0 -1
- package/dist-cjs/commands/GetApplicationCommand.js +0 -1
- package/dist-cjs/commands/GetConfigurationCommand.js +0 -1
- package/dist-cjs/commands/GetConfigurationProfileCommand.js +0 -1
- package/dist-cjs/commands/GetDeploymentCommand.js +0 -1
- package/dist-cjs/commands/GetDeploymentStrategyCommand.js +0 -1
- package/dist-cjs/commands/GetEnvironmentCommand.js +0 -1
- package/dist-cjs/commands/GetExtensionAssociationCommand.js +0 -1
- package/dist-cjs/commands/GetExtensionCommand.js +0 -1
- package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js +0 -1
- package/dist-cjs/commands/ListApplicationsCommand.js +0 -1
- package/dist-cjs/commands/ListConfigurationProfilesCommand.js +0 -1
- package/dist-cjs/commands/ListDeploymentStrategiesCommand.js +0 -1
- package/dist-cjs/commands/ListDeploymentsCommand.js +0 -1
- package/dist-cjs/commands/ListEnvironmentsCommand.js +0 -1
- package/dist-cjs/commands/ListExtensionAssociationsCommand.js +0 -1
- package/dist-cjs/commands/ListExtensionsCommand.js +0 -1
- package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-cjs/commands/StartDeploymentCommand.js +0 -1
- package/dist-cjs/commands/StopDeploymentCommand.js +0 -1
- package/dist-cjs/commands/TagResourceCommand.js +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js +0 -1
- package/dist-cjs/commands/UpdateApplicationCommand.js +0 -1
- package/dist-cjs/commands/UpdateConfigurationProfileCommand.js +0 -1
- package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js +0 -1
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +0 -1
- package/dist-cjs/commands/UpdateExtensionAssociationCommand.js +0 -1
- package/dist-cjs/commands/UpdateExtensionCommand.js +0 -1
- package/dist-cjs/commands/ValidateConfigurationCommand.js +0 -1
- package/dist-cjs/commands/index.js +0 -1
- package/dist-cjs/endpoint/EndpointParameters.js +0 -1
- package/dist-cjs/extensionConfiguration.js +0 -1
- package/dist-cjs/models/AppConfigServiceException.js +0 -1
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -1
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListApplicationsPaginator.js +0 -1
- package/dist-cjs/pagination/ListConfigurationProfilesPaginator.js +0 -1
- package/dist-cjs/pagination/ListDeploymentStrategiesPaginator.js +0 -1
- package/dist-cjs/pagination/ListDeploymentsPaginator.js +0 -1
- package/dist-cjs/pagination/ListEnvironmentsPaginator.js +0 -1
- package/dist-cjs/pagination/ListExtensionAssociationsPaginator.js +0 -1
- package/dist-cjs/pagination/ListExtensionsPaginator.js +0 -1
- package/dist-cjs/pagination/ListHostedConfigurationVersionsPaginator.js +0 -1
- package/dist-cjs/pagination/index.js +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js +0 -1
- package/dist-cjs/runtimeExtensions.js +0 -1
package/dist-types/index.d.ts
CHANGED
|
@@ -1,48 +1,152 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
* <p>
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
* deployment criteria, including velocity, bake time, and alarms to monitor. Similar to error
|
|
18
|
-
* monitoring, if a deployment triggers an alarm, AppConfig automatically rolls back
|
|
19
|
-
* to the previous version. </p>
|
|
20
|
-
* <p>AppConfig supports multiple use cases. Here are some examples:</p>
|
|
2
|
+
* <p>AppConfig feature flags and dynamic configurations help software builders
|
|
3
|
+
* quickly and securely adjust application behavior in production environments without full
|
|
4
|
+
* code deployments. AppConfig speeds up software release frequency, improves
|
|
5
|
+
* application resiliency, and helps you address emergent issues more quickly. With feature
|
|
6
|
+
* flags, you can gradually release new capabilities to users and measure the impact of those
|
|
7
|
+
* changes before fully deploying the new capabilities to all users. With operational flags
|
|
8
|
+
* and dynamic configurations, you can update block lists, allow lists, throttling limits,
|
|
9
|
+
* logging verbosity, and perform other operational tuning to quickly respond to issues in
|
|
10
|
+
* production environments.</p>
|
|
11
|
+
* <note>
|
|
12
|
+
* <p>AppConfig is a capability of Amazon Web Services Systems Manager.</p>
|
|
13
|
+
* </note>
|
|
14
|
+
* <p>Despite the fact that application configuration content can vary greatly from
|
|
15
|
+
* application to application, AppConfig supports the following use cases, which
|
|
16
|
+
* cover a broad spectrum of customer needs:</p>
|
|
21
17
|
* <ul>
|
|
22
18
|
* <li>
|
|
23
19
|
* <p>
|
|
24
|
-
* <b>Feature flags</b
|
|
25
|
-
*
|
|
26
|
-
*
|
|
20
|
+
* <b>Feature flags and toggles</b> - Safely release new
|
|
21
|
+
* capabilities to your customers in a controlled environment. Instantly roll back
|
|
22
|
+
* changes if you experience a problem.</p>
|
|
27
23
|
* </li>
|
|
28
24
|
* <li>
|
|
29
25
|
* <p>
|
|
30
|
-
* <b>Application tuning</b
|
|
31
|
-
*
|
|
32
|
-
* production
|
|
26
|
+
* <b>Application tuning</b> - Carefully introduce
|
|
27
|
+
* application changes while testing the impact of those changes with users in
|
|
28
|
+
* production environments.</p>
|
|
33
29
|
* </li>
|
|
34
30
|
* <li>
|
|
35
31
|
* <p>
|
|
36
|
-
* <b>Allow list</b
|
|
37
|
-
* premium
|
|
32
|
+
* <b>Allow list or block list</b> - Control access to
|
|
33
|
+
* premium features or instantly block specific users without deploying new code.
|
|
34
|
+
* </p>
|
|
38
35
|
* </li>
|
|
39
36
|
* <li>
|
|
40
37
|
* <p>
|
|
41
|
-
* <b>
|
|
42
|
-
*
|
|
43
|
-
*
|
|
38
|
+
* <b>Centralized configuration storage</b> - Keep your
|
|
39
|
+
* configuration data organized and consistent across all of your workloads. You can use
|
|
40
|
+
* AppConfig to deploy configuration data stored in the AppConfig
|
|
41
|
+
* hosted configuration store, Secrets Manager, Systems Manager, Parameter
|
|
42
|
+
* Store, or Amazon S3.</p>
|
|
44
43
|
* </li>
|
|
45
44
|
* </ul>
|
|
45
|
+
* <p>
|
|
46
|
+
* <b>How AppConfig works</b>
|
|
47
|
+
* </p>
|
|
48
|
+
* <p>This section provides a high-level description of how AppConfig works and how
|
|
49
|
+
* you get started.</p>
|
|
50
|
+
* <dl>
|
|
51
|
+
* <dt>1. Identify configuration values in code you want to manage in the cloud</dt>
|
|
52
|
+
* <dd>
|
|
53
|
+
* <p>Before you start creating AppConfig artifacts, we recommend you
|
|
54
|
+
* identify configuration data in your code that you want to dynamically manage using
|
|
55
|
+
* AppConfig. Good examples include feature flags or toggles, allow and
|
|
56
|
+
* block lists, logging verbosity, service limits, and throttling rules, to name a
|
|
57
|
+
* few.</p>
|
|
58
|
+
* <p>If your configuration data already exists in the cloud, you can take advantage
|
|
59
|
+
* of AppConfig validation, deployment, and extension features to further
|
|
60
|
+
* streamline configuration data management.</p>
|
|
61
|
+
* </dd>
|
|
62
|
+
* <dt>2. Create an application namespace</dt>
|
|
63
|
+
* <dd>
|
|
64
|
+
* <p>To create a namespace, you create an AppConfig artifact called an
|
|
65
|
+
* application. An application is simply an organizational construct like a
|
|
66
|
+
* folder.</p>
|
|
67
|
+
* </dd>
|
|
68
|
+
* <dt>3. Create environments</dt>
|
|
69
|
+
* <dd>
|
|
70
|
+
* <p>For each AppConfig application, you define one or more environments.
|
|
71
|
+
* An environment is a logical grouping of targets, such as applications in a
|
|
72
|
+
* <code>Beta</code> or <code>Production</code> environment, Lambda functions,
|
|
73
|
+
* or containers. You can also define environments for application subcomponents,
|
|
74
|
+
* such as the <code>Web</code>, <code>Mobile</code>, and
|
|
75
|
+
* <code>Back-end</code>.</p>
|
|
76
|
+
* <p>You can configure Amazon CloudWatch alarms for each environment. The system monitors
|
|
77
|
+
* alarms during a configuration deployment. If an alarm is triggered, the system
|
|
78
|
+
* rolls back the configuration.</p>
|
|
79
|
+
* </dd>
|
|
80
|
+
* <dt>4. Create a configuration profile</dt>
|
|
81
|
+
* <dd>
|
|
82
|
+
* <p>A configuration profile includes, among other things, a URI that enables
|
|
83
|
+
* AppConfig to locate your configuration data in its stored location
|
|
84
|
+
* and a profile type. AppConfig supports two configuration profile types:
|
|
85
|
+
* feature flags and freeform configurations. Feature flag configuration profiles
|
|
86
|
+
* store their data in the AppConfig hosted configuration store and the URI
|
|
87
|
+
* is simply <code>hosted</code>. For freeform configuration profiles, you can store
|
|
88
|
+
* your data in the AppConfig hosted configuration store or any Amazon Web Services
|
|
89
|
+
* service that integrates with AppConfig, as described in <a href="http://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-free-form-configurations-creating.html">Creating
|
|
90
|
+
* a free form configuration profile</a> in the the <i>AppConfig User Guide</i>.</p>
|
|
91
|
+
* <p>A configuration profile can also include optional validators to ensure your
|
|
92
|
+
* configuration data is syntactically and semantically correct. AppConfig
|
|
93
|
+
* performs a check using the validators when you start a deployment. If any errors
|
|
94
|
+
* are detected, the deployment rolls back to the previous configuration data.</p>
|
|
95
|
+
* </dd>
|
|
96
|
+
* <dt>5. Deploy configuration data</dt>
|
|
97
|
+
* <dd>
|
|
98
|
+
* <p>When you create a new deployment, you specify the following:</p>
|
|
99
|
+
* <ul>
|
|
100
|
+
* <li>
|
|
101
|
+
* <p>An application ID</p>
|
|
102
|
+
* </li>
|
|
103
|
+
* <li>
|
|
104
|
+
* <p>A configuration profile ID</p>
|
|
105
|
+
* </li>
|
|
106
|
+
* <li>
|
|
107
|
+
* <p>A configuration version</p>
|
|
108
|
+
* </li>
|
|
109
|
+
* <li>
|
|
110
|
+
* <p>An environment ID where you want to deploy the configuration data</p>
|
|
111
|
+
* </li>
|
|
112
|
+
* <li>
|
|
113
|
+
* <p>A deployment strategy ID that defines how fast you want the changes to
|
|
114
|
+
* take effect</p>
|
|
115
|
+
* </li>
|
|
116
|
+
* </ul>
|
|
117
|
+
* <p>When you call the <a href="https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_StartDeployment.html">StartDeployment</a> API action, AppConfig performs the following
|
|
118
|
+
* tasks:</p>
|
|
119
|
+
* <ol>
|
|
120
|
+
* <li>
|
|
121
|
+
* <p>Retrieves the configuration data from the underlying data store by using
|
|
122
|
+
* the location URI in the configuration profile.</p>
|
|
123
|
+
* </li>
|
|
124
|
+
* <li>
|
|
125
|
+
* <p>Verifies the configuration data is syntactically and semantically correct
|
|
126
|
+
* by using the validators you specified when you created your configuration
|
|
127
|
+
* profile.</p>
|
|
128
|
+
* </li>
|
|
129
|
+
* <li>
|
|
130
|
+
* <p>Caches a copy of the data so it is ready to be retrieved by your
|
|
131
|
+
* application. This cached copy is called the <i>deployed
|
|
132
|
+
* data</i>.</p>
|
|
133
|
+
* </li>
|
|
134
|
+
* </ol>
|
|
135
|
+
* </dd>
|
|
136
|
+
* <dt>6. Retrieve the configuration</dt>
|
|
137
|
+
* <dd>
|
|
138
|
+
* <p>You can configure AppConfig Agent as a local host and have the agent
|
|
139
|
+
* poll AppConfig for configuration updates. The agent calls the <a href="https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_StartConfigurationSession.html">StartConfigurationSession</a> and <a href="https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_GetLatestConfiguration.html">GetLatestConfiguration</a> API actions and caches your configuration data
|
|
140
|
+
* locally. To retrieve the data, your application makes an HTTP call to the
|
|
141
|
+
* localhost server. AppConfig Agent supports several use cases, as
|
|
142
|
+
* described in <a href="http://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-retrieving-simplified-methods.html">Simplified
|
|
143
|
+
* retrieval methods</a> in the the <i>AppConfig User
|
|
144
|
+
* Guide</i>.</p>
|
|
145
|
+
* <p>If AppConfig Agent isn't supported for your use case, you can
|
|
146
|
+
* configure your application to poll AppConfig for configuration updates
|
|
147
|
+
* by directly calling the <a href="https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_StartConfigurationSession.html">StartConfigurationSession</a> and <a href="https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_GetLatestConfiguration.html">GetLatestConfiguration</a> API actions. </p>
|
|
148
|
+
* </dd>
|
|
149
|
+
* </dl>
|
|
46
150
|
* <p>This reference is intended to be used with the <a href="http://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html">AppConfig User
|
|
47
151
|
* Guide</a>.</p>
|
|
48
152
|
*
|
|
@@ -395,15 +395,17 @@ export interface ConfigurationProfile {
|
|
|
395
395
|
Type?: string;
|
|
396
396
|
/**
|
|
397
397
|
* @public
|
|
398
|
-
* <p>The Amazon Resource Name of the Key Management Service key to encrypt new configuration
|
|
399
|
-
* versions in the AppConfig hosted configuration store. This
|
|
400
|
-
*
|
|
401
|
-
*
|
|
398
|
+
* <p>The Amazon Resource Name of the Key Management Service key to encrypt new configuration
|
|
399
|
+
* data versions in the AppConfig hosted configuration store. This attribute is only
|
|
400
|
+
* used for <code>hosted</code> configuration types. To encrypt data managed in other
|
|
401
|
+
* configuration stores, see the documentation for how to specify an KMS key
|
|
402
|
+
* for that particular service.</p>
|
|
402
403
|
*/
|
|
403
404
|
KmsKeyArn?: string;
|
|
404
405
|
/**
|
|
405
406
|
* @public
|
|
406
|
-
* <p>The Key Management Service key identifier (key ID, key alias, or key ARN) provided when
|
|
407
|
+
* <p>The Key Management Service key identifier (key ID, key alias, or key ARN) provided when
|
|
408
|
+
* the resource was created or updated.</p>
|
|
407
409
|
*/
|
|
408
410
|
KmsKeyIdentifier?: string;
|
|
409
411
|
}
|
|
@@ -500,11 +502,11 @@ export interface CreateConfigurationProfileRequest {
|
|
|
500
502
|
Type?: string;
|
|
501
503
|
/**
|
|
502
504
|
* @public
|
|
503
|
-
* <p>The identifier for an Key Management Service key to encrypt new configuration
|
|
504
|
-
*
|
|
505
|
-
*
|
|
506
|
-
*
|
|
507
|
-
* specify an KMS key for that particular service.</p>
|
|
505
|
+
* <p>The identifier for an Key Management Service key to encrypt new configuration data
|
|
506
|
+
* versions in the AppConfig hosted configuration store. This attribute is only used
|
|
507
|
+
* for <code>hosted</code> configuration types. The identifier can be an KMS
|
|
508
|
+
* key ID, alias, or the Amazon Resource Name (ARN) of the key ID or alias. To encrypt data
|
|
509
|
+
* managed in other configuration stores, see the documentation for how to specify an KMS key for that particular service.</p>
|
|
508
510
|
*/
|
|
509
511
|
KmsKeyIdentifier?: string;
|
|
510
512
|
}
|
|
@@ -792,9 +794,8 @@ export declare class ConflictException extends __BaseException {
|
|
|
792
794
|
* @public
|
|
793
795
|
* <p>A value such as an Amazon Resource Name (ARN) or an Amazon Simple Notification Service topic entered
|
|
794
796
|
* in an extension when invoked. Parameter values are specified in an extension association.
|
|
795
|
-
* For more information about extensions, see <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html">
|
|
796
|
-
*
|
|
797
|
-
* <i>AppConfig User Guide</i>.</p>
|
|
797
|
+
* For more information about extensions, see <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html">Extending
|
|
798
|
+
* workflows</a> in the <i>AppConfig User Guide</i>.</p>
|
|
798
799
|
*/
|
|
799
800
|
export interface Parameter {
|
|
800
801
|
/**
|
|
@@ -807,6 +808,13 @@ export interface Parameter {
|
|
|
807
808
|
* <p>A parameter value must be specified in the extension association.</p>
|
|
808
809
|
*/
|
|
809
810
|
Required?: boolean;
|
|
811
|
+
/**
|
|
812
|
+
* @public
|
|
813
|
+
* <p>Indicates whether this parameter's value can be supplied at the extension's action point
|
|
814
|
+
* instead of during extension association. Dynamic parameters can't be marked
|
|
815
|
+
* <code>Required</code>.</p>
|
|
816
|
+
*/
|
|
817
|
+
Dynamic?: boolean;
|
|
810
818
|
}
|
|
811
819
|
/**
|
|
812
820
|
* @public
|
|
@@ -1522,7 +1530,8 @@ export interface Deployment {
|
|
|
1522
1530
|
KmsKeyArn?: string;
|
|
1523
1531
|
/**
|
|
1524
1532
|
* @public
|
|
1525
|
-
* <p>The Key Management Service key identifier (key ID, key alias, or key ARN) provided when
|
|
1533
|
+
* <p>The Key Management Service key identifier (key ID, key alias, or key ARN) provided when
|
|
1534
|
+
* the resource was created or updated.</p>
|
|
1526
1535
|
*/
|
|
1527
1536
|
KmsKeyIdentifier?: string;
|
|
1528
1537
|
/**
|
|
@@ -2236,6 +2245,12 @@ export interface StartDeploymentRequest {
|
|
|
2236
2245
|
* <p>The KMS key identifier (key ID, key alias, or key ARN). AppConfig uses this ID to encrypt the configuration data using a customer managed key. </p>
|
|
2237
2246
|
*/
|
|
2238
2247
|
KmsKeyIdentifier?: string;
|
|
2248
|
+
/**
|
|
2249
|
+
* @public
|
|
2250
|
+
* <p>A map of dynamic extension parameter names to values to pass to associated extensions
|
|
2251
|
+
* with <code>PRE_START_DEPLOYMENT</code> actions.</p>
|
|
2252
|
+
*/
|
|
2253
|
+
DynamicExtensionParameters?: Record<string, string>;
|
|
2239
2254
|
}
|
|
2240
2255
|
/**
|
|
2241
2256
|
* @public
|
|
@@ -2346,11 +2361,11 @@ export interface UpdateConfigurationProfileRequest {
|
|
|
2346
2361
|
Validators?: Validator[];
|
|
2347
2362
|
/**
|
|
2348
2363
|
* @public
|
|
2349
|
-
* <p>The identifier for a Key Management Service key to encrypt new configuration
|
|
2350
|
-
*
|
|
2351
|
-
*
|
|
2352
|
-
*
|
|
2353
|
-
* specify an KMS key for that particular service.</p>
|
|
2364
|
+
* <p>The identifier for a Key Management Service key to encrypt new configuration data
|
|
2365
|
+
* versions in the AppConfig hosted configuration store. This attribute is only used
|
|
2366
|
+
* for <code>hosted</code> configuration types. The identifier can be an KMS
|
|
2367
|
+
* key ID, alias, or the Amazon Resource Name (ARN) of the key ID or alias. To encrypt data
|
|
2368
|
+
* managed in other configuration stores, see the documentation for how to specify an KMS key for that particular service.</p>
|
|
2354
2369
|
*/
|
|
2355
2370
|
KmsKeyIdentifier?: string;
|
|
2356
2371
|
}
|
|
@@ -198,6 +198,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
198
198
|
export interface Parameter {
|
|
199
199
|
Description?: string;
|
|
200
200
|
Required?: boolean;
|
|
201
|
+
Dynamic?: boolean;
|
|
201
202
|
}
|
|
202
203
|
export interface CreateExtensionRequest {
|
|
203
204
|
Name: string | undefined;
|
|
@@ -532,6 +533,7 @@ export interface StartDeploymentRequest {
|
|
|
532
533
|
Description?: string;
|
|
533
534
|
Tags?: Record<string, string>;
|
|
534
535
|
KmsKeyIdentifier?: string;
|
|
536
|
+
DynamicExtensionParameters?: Record<string, string>;
|
|
535
537
|
}
|
|
536
538
|
export interface StopDeploymentRequest {
|
|
537
539
|
ApplicationId: string | undefined;
|
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.529.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,40 +20,40 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.529.0",
|
|
24
|
+
"@aws-sdk/core": "3.529.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.529.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.523.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.523.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.523.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.525.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.525.0",
|
|
31
31
|
"@aws-sdk/types": "3.523.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.525.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.523.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.1.
|
|
36
|
-
"@smithy/core": "^1.3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.525.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.1.4",
|
|
36
|
+
"@smithy/core": "^1.3.5",
|
|
37
37
|
"@smithy/fetch-http-handler": "^2.4.3",
|
|
38
38
|
"@smithy/hash-node": "^2.1.3",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.1.3",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.1.3",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
42
|
-
"@smithy/middleware-retry": "^2.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.4.4",
|
|
42
|
+
"@smithy/middleware-retry": "^2.1.4",
|
|
43
43
|
"@smithy/middleware-serde": "^2.1.3",
|
|
44
44
|
"@smithy/middleware-stack": "^2.1.3",
|
|
45
|
-
"@smithy/node-config-provider": "^2.2.
|
|
45
|
+
"@smithy/node-config-provider": "^2.2.4",
|
|
46
46
|
"@smithy/node-http-handler": "^2.4.1",
|
|
47
47
|
"@smithy/protocol-http": "^3.2.1",
|
|
48
|
-
"@smithy/smithy-client": "^2.4.
|
|
48
|
+
"@smithy/smithy-client": "^2.4.2",
|
|
49
49
|
"@smithy/types": "^2.10.1",
|
|
50
50
|
"@smithy/url-parser": "^2.1.3",
|
|
51
51
|
"@smithy/util-base64": "^2.1.1",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.1.1",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.1.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.1.4",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.2.3",
|
|
56
|
+
"@smithy/util-endpoints": "^1.1.4",
|
|
57
57
|
"@smithy/util-middleware": "^2.1.3",
|
|
58
58
|
"@smithy/util-retry": "^2.1.3",
|
|
59
59
|
"@smithy/util-stream": "^2.1.3",
|
package/dist-cjs/AppConfig.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|