@aws-sdk/client-appconfig 3.295.0 → 3.297.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.
Files changed (57) hide show
  1. package/dist-types/AppConfig.d.ts +44 -0
  2. package/dist-types/AppConfigClient.d.ts +24 -4
  3. package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateEnvironmentCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateExtensionCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteExtensionCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +16 -0
  17. package/dist-types/commands/GetApplicationCommand.d.ts +16 -0
  18. package/dist-types/commands/GetConfigurationCommand.d.ts +16 -0
  19. package/dist-types/commands/GetConfigurationProfileCommand.d.ts +16 -0
  20. package/dist-types/commands/GetDeploymentCommand.d.ts +16 -0
  21. package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +16 -0
  22. package/dist-types/commands/GetEnvironmentCommand.d.ts +16 -0
  23. package/dist-types/commands/GetExtensionAssociationCommand.d.ts +16 -0
  24. package/dist-types/commands/GetExtensionCommand.d.ts +16 -0
  25. package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +16 -0
  26. package/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
  27. package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +16 -0
  28. package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +16 -0
  29. package/dist-types/commands/ListDeploymentsCommand.d.ts +16 -0
  30. package/dist-types/commands/ListEnvironmentsCommand.d.ts +16 -0
  31. package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +16 -0
  32. package/dist-types/commands/ListExtensionsCommand.d.ts +16 -0
  33. package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +16 -0
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  35. package/dist-types/commands/StartDeploymentCommand.d.ts +16 -0
  36. package/dist-types/commands/StopDeploymentCommand.d.ts +16 -0
  37. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  38. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  39. package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
  40. package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +16 -0
  41. package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +16 -0
  42. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +16 -0
  43. package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +16 -0
  44. package/dist-types/commands/UpdateExtensionCommand.d.ts +16 -0
  45. package/dist-types/commands/ValidateConfigurationCommand.d.ts +16 -0
  46. package/dist-types/models/AppConfigServiceException.d.ts +2 -0
  47. package/dist-types/models/models_0.d.ts +236 -0
  48. package/dist-types/pagination/Interfaces.d.ts +3 -0
  49. package/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
  50. package/dist-types/pagination/ListConfigurationProfilesPaginator.d.ts +3 -0
  51. package/dist-types/pagination/ListDeploymentStrategiesPaginator.d.ts +3 -0
  52. package/dist-types/pagination/ListDeploymentsPaginator.d.ts +3 -0
  53. package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +3 -0
  54. package/dist-types/pagination/ListExtensionAssociationsPaginator.d.ts +3 -0
  55. package/dist-types/pagination/ListExtensionsPaginator.d.ts +3 -0
  56. package/dist-types/pagination/ListHostedConfigurationVersionsPaginator.d.ts +3 -0
  57. package/package.json +29 -29
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { CreateExtensionAssociationRequest, ExtensionAssociation } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateExtensionAssociationCommand}.
8
10
  */
9
11
  export interface CreateExtensionAssociationCommandInput extends CreateExtensionAssociationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateExtensionAssociationCommand}.
13
17
  */
14
18
  export interface CreateExtensionAssociationCommandOutput extends ExtensionAssociation, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>When you create an extension or configure an Amazon Web Services authored extension, you
18
23
  * associate the extension with an AppConfig application, environment, or
19
24
  * configuration profile. For example, you can choose to run the <code>AppConfig
@@ -37,6 +42,8 @@ export interface CreateExtensionAssociationCommandOutput extends ExtensionAssoci
37
42
  * const response = await client.send(command);
38
43
  * ```
39
44
  *
45
+ * @param CreateExtensionAssociationCommandInput - {@link CreateExtensionAssociationCommandInput}
46
+ * @returns {@link CreateExtensionAssociationCommandOutput}
40
47
  * @see {@link CreateExtensionAssociationCommandInput} for command's `input` shape.
41
48
  * @see {@link CreateExtensionAssociationCommandOutput} for command's `response` shape.
42
49
  * @see {@link AppConfigClientResolvedConfig | config} for AppConfigClient's `config` shape.
@@ -58,11 +65,20 @@ export interface CreateExtensionAssociationCommandOutput extends ExtensionAssoci
58
65
  export declare class CreateExtensionAssociationCommand extends $Command<CreateExtensionAssociationCommandInput, CreateExtensionAssociationCommandOutput, AppConfigClientResolvedConfig> {
59
66
  readonly input: CreateExtensionAssociationCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: CreateExtensionAssociationCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateExtensionAssociationCommandInput, CreateExtensionAssociationCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { CreateExtensionRequest, Extension } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateExtensionCommand}.
8
10
  */
9
11
  export interface CreateExtensionCommandInput extends CreateExtensionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateExtensionCommand}.
13
17
  */
14
18
  export interface CreateExtensionCommandOutput extends Extension, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an AppConfig extension. An extension augments your ability to inject
18
23
  * logic or behavior at different points during the AppConfig workflow of creating
19
24
  * or deploying a configuration.</p>
@@ -33,6 +38,8 @@ export interface CreateExtensionCommandOutput extends Extension, __MetadataBeare
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param CreateExtensionCommandInput - {@link CreateExtensionCommandInput}
42
+ * @returns {@link CreateExtensionCommandOutput}
36
43
  * @see {@link CreateExtensionCommandInput} for command's `input` shape.
37
44
  * @see {@link CreateExtensionCommandOutput} for command's `response` shape.
38
45
  * @see {@link AppConfigClientResolvedConfig | config} for AppConfigClient's `config` shape.
@@ -55,11 +62,20 @@ export interface CreateExtensionCommandOutput extends Extension, __MetadataBeare
55
62
  export declare class CreateExtensionCommand extends $Command<CreateExtensionCommandInput, CreateExtensionCommandOutput, AppConfigClientResolvedConfig> {
56
63
  readonly input: CreateExtensionCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: CreateExtensionCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateExtensionCommandInput, CreateExtensionCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { CreateHostedConfigurationVersionRequest, HostedConfigurationVersion } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateHostedConfigurationVersionCommand}.
8
10
  */
9
11
  export interface CreateHostedConfigurationVersionCommandInput extends CreateHostedConfigurationVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateHostedConfigurationVersionCommand}.
13
17
  */
14
18
  export interface CreateHostedConfigurationVersionCommandOutput extends HostedConfigurationVersion, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new configuration in the AppConfig hosted configuration
18
23
  * store.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateHostedConfigurationVersionCommandOutput extends HostedCon
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateHostedConfigurationVersionCommandInput - {@link CreateHostedConfigurationVersionCommandInput}
35
+ * @returns {@link CreateHostedConfigurationVersionCommandOutput}
29
36
  * @see {@link CreateHostedConfigurationVersionCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateHostedConfigurationVersionCommandOutput} for command's `response` shape.
31
38
  * @see {@link AppConfigClientResolvedConfig | config} for AppConfigClient's `config` shape.
@@ -77,11 +84,20 @@ export interface CreateHostedConfigurationVersionCommandOutput extends HostedCon
77
84
  export declare class CreateHostedConfigurationVersionCommand extends $Command<CreateHostedConfigurationVersionCommandInput, CreateHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig> {
78
85
  readonly input: CreateHostedConfigurationVersionCommandInput;
79
86
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
+ /**
88
+ * @public
89
+ */
80
90
  constructor(input: CreateHostedConfigurationVersionCommandInput);
81
91
  /**
82
92
  * @internal
83
93
  */
84
94
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHostedConfigurationVersionCommandInput, CreateHostedConfigurationVersionCommandOutput>;
95
+ /**
96
+ * @internal
97
+ */
85
98
  private serialize;
99
+ /**
100
+ * @internal
101
+ */
86
102
  private deserialize;
87
103
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { DeleteApplicationRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteApplicationCommand}.
8
10
  */
9
11
  export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteApplicationCommand}.
13
17
  */
14
18
  export interface DeleteApplicationCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an application. Deleting an application does not delete a configuration from a
18
23
  * host.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteApplicationCommandInput - {@link DeleteApplicationCommandInput}
35
+ * @returns {@link DeleteApplicationCommandOutput}
29
36
  * @see {@link DeleteApplicationCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
31
38
  * @see {@link AppConfigClientResolvedConfig | config} for AppConfigClient's `config` shape.
@@ -56,11 +63,20 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {
56
63
  export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, AppConfigClientResolvedConfig> {
57
64
  readonly input: DeleteApplicationCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: DeleteApplicationCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { DeleteConfigurationProfileRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteConfigurationProfileCommand}.
8
10
  */
9
11
  export interface DeleteConfigurationProfileCommandInput extends DeleteConfigurationProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteConfigurationProfileCommand}.
13
17
  */
14
18
  export interface DeleteConfigurationProfileCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a configuration profile. Deleting a configuration profile does not delete a
18
23
  * configuration from a host.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteConfigurationProfileCommandOutput extends __MetadataBeare
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteConfigurationProfileCommandInput - {@link DeleteConfigurationProfileCommandInput}
35
+ * @returns {@link DeleteConfigurationProfileCommandOutput}
29
36
  * @see {@link DeleteConfigurationProfileCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteConfigurationProfileCommandOutput} for command's `response` shape.
31
38
  * @see {@link AppConfigClientResolvedConfig | config} for AppConfigClient's `config` shape.
@@ -60,11 +67,20 @@ export interface DeleteConfigurationProfileCommandOutput extends __MetadataBeare
60
67
  export declare class DeleteConfigurationProfileCommand extends $Command<DeleteConfigurationProfileCommandInput, DeleteConfigurationProfileCommandOutput, AppConfigClientResolvedConfig> {
61
68
  readonly input: DeleteConfigurationProfileCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DeleteConfigurationProfileCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfigurationProfileCommandInput, DeleteConfigurationProfileCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { DeleteDeploymentStrategyRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDeploymentStrategyCommand}.
8
10
  */
9
11
  export interface DeleteDeploymentStrategyCommandInput extends DeleteDeploymentStrategyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDeploymentStrategyCommand}.
13
17
  */
14
18
  export interface DeleteDeploymentStrategyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a deployment strategy. Deleting a deployment strategy does not delete a
18
23
  * configuration from a host.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteDeploymentStrategyCommandOutput extends __MetadataBearer
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteDeploymentStrategyCommandInput - {@link DeleteDeploymentStrategyCommandInput}
35
+ * @returns {@link DeleteDeploymentStrategyCommandOutput}
29
36
  * @see {@link DeleteDeploymentStrategyCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteDeploymentStrategyCommandOutput} for command's `response` shape.
31
38
  * @see {@link AppConfigClientResolvedConfig | config} for AppConfigClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DeleteDeploymentStrategyCommandOutput extends __MetadataBearer
55
62
  export declare class DeleteDeploymentStrategyCommand extends $Command<DeleteDeploymentStrategyCommandInput, DeleteDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig> {
56
63
  readonly input: DeleteDeploymentStrategyCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DeleteDeploymentStrategyCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDeploymentStrategyCommandInput, DeleteDeploymentStrategyCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { DeleteEnvironmentRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteEnvironmentCommand}.
8
10
  */
9
11
  export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteEnvironmentCommand}.
13
17
  */
14
18
  export interface DeleteEnvironmentCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an environment. Deleting an environment does not delete a configuration from a
18
23
  * host.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteEnvironmentCommandOutput extends __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteEnvironmentCommandInput - {@link DeleteEnvironmentCommandInput}
35
+ * @returns {@link DeleteEnvironmentCommandOutput}
29
36
  * @see {@link DeleteEnvironmentCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteEnvironmentCommandOutput} for command's `response` shape.
31
38
  * @see {@link AppConfigClientResolvedConfig | config} for AppConfigClient's `config` shape.
@@ -60,11 +67,20 @@ export interface DeleteEnvironmentCommandOutput extends __MetadataBearer {
60
67
  export declare class DeleteEnvironmentCommand extends $Command<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, AppConfigClientResolvedConfig> {
61
68
  readonly input: DeleteEnvironmentCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: DeleteEnvironmentCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { DeleteExtensionAssociationRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteExtensionAssociationCommand}.
8
10
  */
9
11
  export interface DeleteExtensionAssociationCommandInput extends DeleteExtensionAssociationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteExtensionAssociationCommand}.
13
17
  */
14
18
  export interface DeleteExtensionAssociationCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an extension association. This action doesn't delete extensions defined in the
18
23
  * association.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteExtensionAssociationCommandOutput extends __MetadataBeare
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteExtensionAssociationCommandInput - {@link DeleteExtensionAssociationCommandInput}
35
+ * @returns {@link DeleteExtensionAssociationCommandOutput}
29
36
  * @see {@link DeleteExtensionAssociationCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteExtensionAssociationCommandOutput} for command's `response` shape.
31
38
  * @see {@link AppConfigClientResolvedConfig | config} for AppConfigClient's `config` shape.
@@ -44,11 +51,20 @@ export interface DeleteExtensionAssociationCommandOutput extends __MetadataBeare
44
51
  export declare class DeleteExtensionAssociationCommand extends $Command<DeleteExtensionAssociationCommandInput, DeleteExtensionAssociationCommandOutput, AppConfigClientResolvedConfig> {
45
52
  readonly input: DeleteExtensionAssociationCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: DeleteExtensionAssociationCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteExtensionAssociationCommandInput, DeleteExtensionAssociationCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { DeleteExtensionRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteExtensionCommand}.
8
10
  */
9
11
  export interface DeleteExtensionCommandInput extends DeleteExtensionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteExtensionCommand}.
13
17
  */
14
18
  export interface DeleteExtensionCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an AppConfig extension. You must delete all associations to an
18
23
  * extension before you delete the extension.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteExtensionCommandOutput extends __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteExtensionCommandInput - {@link DeleteExtensionCommandInput}
35
+ * @returns {@link DeleteExtensionCommandOutput}
29
36
  * @see {@link DeleteExtensionCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteExtensionCommandOutput} for command's `response` shape.
31
38
  * @see {@link AppConfigClientResolvedConfig | config} for AppConfigClient's `config` shape.
@@ -44,11 +51,20 @@ export interface DeleteExtensionCommandOutput extends __MetadataBearer {
44
51
  export declare class DeleteExtensionCommand extends $Command<DeleteExtensionCommandInput, DeleteExtensionCommandOutput, AppConfigClientResolvedConfig> {
45
52
  readonly input: DeleteExtensionCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: DeleteExtensionCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteExtensionCommandInput, DeleteExtensionCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { DeleteHostedConfigurationVersionRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteHostedConfigurationVersionCommand}.
8
10
  */
9
11
  export interface DeleteHostedConfigurationVersionCommandInput extends DeleteHostedConfigurationVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteHostedConfigurationVersionCommand}.
13
17
  */
14
18
  export interface DeleteHostedConfigurationVersionCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a version of a configuration from the AppConfig hosted configuration
18
23
  * store.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteHostedConfigurationVersionCommandOutput extends __Metadat
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteHostedConfigurationVersionCommandInput - {@link DeleteHostedConfigurationVersionCommandInput}
35
+ * @returns {@link DeleteHostedConfigurationVersionCommandOutput}
29
36
  * @see {@link DeleteHostedConfigurationVersionCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteHostedConfigurationVersionCommandOutput} for command's `response` shape.
31
38
  * @see {@link AppConfigClientResolvedConfig | config} for AppConfigClient's `config` shape.
@@ -57,11 +64,20 @@ export interface DeleteHostedConfigurationVersionCommandOutput extends __Metadat
57
64
  export declare class DeleteHostedConfigurationVersionCommand extends $Command<DeleteHostedConfigurationVersionCommandInput, DeleteHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig> {
58
65
  readonly input: DeleteHostedConfigurationVersionCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: DeleteHostedConfigurationVersionCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHostedConfigurationVersionCommandInput, DeleteHostedConfigurationVersionCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Application, GetApplicationRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetApplicationCommand}.
8
10
  */
9
11
  export interface GetApplicationCommandInput extends GetApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetApplicationCommand}.
13
17
  */
14
18
  export interface GetApplicationCommandOutput extends Application, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves information about an application.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetApplicationCommandOutput extends Application, __MetadataBear
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetApplicationCommandInput - {@link GetApplicationCommandInput}
34
+ * @returns {@link GetApplicationCommandOutput}
28
35
  * @see {@link GetApplicationCommandInput} for command's `input` shape.
29
36
  * @see {@link GetApplicationCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppConfigClientResolvedConfig | config} for AppConfigClient's `config` shape.
@@ -60,11 +67,20 @@ export interface GetApplicationCommandOutput extends Application, __MetadataBear
60
67
  export declare class GetApplicationCommand extends $Command<GetApplicationCommandInput, GetApplicationCommandOutput, AppConfigClientResolvedConfig> {
61
68
  readonly input: GetApplicationCommandInput;
62
69
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
63
73
  constructor(input: GetApplicationCommandInput);
64
74
  /**
65
75
  * @internal
66
76
  */
67
77
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
68
81
  private serialize;
82
+ /**
83
+ * @internal
84
+ */
69
85
  private deserialize;
70
86
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Configuration, GetConfigurationRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetConfigurationCommand}.
8
10
  */
9
11
  export interface GetConfigurationCommandInput extends GetConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetConfigurationCommand}.
13
17
  */
14
18
  export interface GetConfigurationCommandOutput extends Configuration, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * @deprecated
18
23
  *
19
24
  * <p>(Deprecated) Retrieves the latest deployed configuration.</p>
@@ -41,6 +46,8 @@ export interface GetConfigurationCommandOutput extends Configuration, __Metadata
41
46
  * const response = await client.send(command);
42
47
  * ```
43
48
  *
49
+ * @param GetConfigurationCommandInput - {@link GetConfigurationCommandInput}
50
+ * @returns {@link GetConfigurationCommandOutput}
44
51
  * @see {@link GetConfigurationCommandInput} for command's `input` shape.
45
52
  * @see {@link GetConfigurationCommandOutput} for command's `response` shape.
46
53
  * @see {@link AppConfigClientResolvedConfig | config} for AppConfigClient's `config` shape.
@@ -79,11 +86,20 @@ export interface GetConfigurationCommandOutput extends Configuration, __Metadata
79
86
  export declare class GetConfigurationCommand extends $Command<GetConfigurationCommandInput, GetConfigurationCommandOutput, AppConfigClientResolvedConfig> {
80
87
  readonly input: GetConfigurationCommandInput;
81
88
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
+ /**
90
+ * @public
91
+ */
82
92
  constructor(input: GetConfigurationCommandInput);
83
93
  /**
84
94
  * @internal
85
95
  */
86
96
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfigurationCommandInput, GetConfigurationCommandOutput>;
97
+ /**
98
+ * @internal
99
+ */
87
100
  private serialize;
101
+ /**
102
+ * @internal
103
+ */
88
104
  private deserialize;
89
105
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { ConfigurationProfile, GetConfigurationProfileRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetConfigurationProfileCommand}.
8
10
  */
9
11
  export interface GetConfigurationProfileCommandInput extends GetConfigurationProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetConfigurationProfileCommand}.
13
17
  */
14
18
  export interface GetConfigurationProfileCommandOutput extends ConfigurationProfile, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves information about a configuration profile.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetConfigurationProfileCommandOutput extends ConfigurationProfi
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetConfigurationProfileCommandInput - {@link GetConfigurationProfileCommandInput}
34
+ * @returns {@link GetConfigurationProfileCommandOutput}
28
35
  * @see {@link GetConfigurationProfileCommandInput} for command's `input` shape.
29
36
  * @see {@link GetConfigurationProfileCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppConfigClientResolvedConfig | config} for AppConfigClient's `config` shape.
@@ -64,11 +71,20 @@ export interface GetConfigurationProfileCommandOutput extends ConfigurationProfi
64
71
  export declare class GetConfigurationProfileCommand extends $Command<GetConfigurationProfileCommandInput, GetConfigurationProfileCommandOutput, AppConfigClientResolvedConfig> {
65
72
  readonly input: GetConfigurationProfileCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: GetConfigurationProfileCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfigurationProfileCommandInput, GetConfigurationProfileCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }