@aws-sdk/client-appconfig 3.529.1 → 3.535.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 (99) hide show
  1. package/dist-types/AppConfig.d.ts +5 -1
  2. package/dist-types/AppConfigClient.d.ts +1 -1
  3. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateExtensionCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +4 -3
  10. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteExtensionCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +2 -1
  17. package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
  18. package/dist-types/commands/GetConfigurationCommand.d.ts +4 -4
  19. package/dist-types/commands/GetConfigurationProfileCommand.d.ts +2 -1
  20. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
  21. package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +2 -1
  22. package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -1
  23. package/dist-types/commands/GetExtensionAssociationCommand.d.ts +2 -1
  24. package/dist-types/commands/GetExtensionCommand.d.ts +2 -1
  25. package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +3 -2
  26. package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListExtensionsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/StartDeploymentCommand.d.ts +2 -1
  36. package/dist-types/commands/StopDeploymentCommand.d.ts +2 -1
  37. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  38. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateExtensionCommand.d.ts +2 -1
  45. package/dist-types/commands/ValidateConfigurationCommand.d.ts +2 -1
  46. package/dist-types/models/models_0.d.ts +328 -328
  47. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  48. package/dist-types/runtimeConfig.d.ts +2 -2
  49. package/dist-types/runtimeConfig.native.d.ts +2 -2
  50. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  51. package/dist-types/ts3.4/AppConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  99. package/package.json +41 -41
@@ -22,10 +22,10 @@ export interface ListDeploymentStrategiesCommandOutput extends DeploymentStrateg
22
22
  }
23
23
  declare const ListDeploymentStrategiesCommand_base: {
24
24
  new (input: ListDeploymentStrategiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeploymentStrategiesCommandInput, ListDeploymentStrategiesCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDeploymentStrategiesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDeploymentStrategiesCommandInput, ListDeploymentStrategiesCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists deployment strategies.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const ListDeploymentStrategiesCommand_base: {
72
72
  * @throws {@link AppConfigServiceException}
73
73
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
74
74
  *
75
+ * @public
75
76
  * @example To list the available deployment strategies
76
77
  * ```javascript
77
78
  * // The following list-deployment-strategies example lists the available deployment strategies in your AWS account.
@@ -22,10 +22,10 @@ export interface ListDeploymentsCommandOutput extends Deployments, __MetadataBea
22
22
  }
23
23
  declare const ListDeploymentsCommand_base: {
24
24
  new (input: ListDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the deployments for an environment in descending deployment number order.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const ListDeploymentsCommand_base: {
81
81
  * @throws {@link AppConfigServiceException}
82
82
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
83
83
  *
84
+ * @public
84
85
  * @example To list the available deployments
85
86
  * ```javascript
86
87
  * // The following list-deployments example lists the available deployments in your AWS account for the specified application and environment.
@@ -22,10 +22,10 @@ export interface ListEnvironmentsCommandOutput extends Environments, __MetadataB
22
22
  }
23
23
  declare const ListEnvironmentsCommand_base: {
24
24
  new (input: ListEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the environments for an application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const ListEnvironmentsCommand_base: {
79
79
  * @throws {@link AppConfigServiceException}
80
80
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
81
81
  *
82
+ * @public
82
83
  * @example To list the available environments
83
84
  * ```javascript
84
85
  * // The following list-environments example lists the available environments in your AWS account for the specified application.
@@ -22,10 +22,10 @@ export interface ListExtensionAssociationsCommandOutput extends ExtensionAssocia
22
22
  }
23
23
  declare const ListExtensionAssociationsCommand_base: {
24
24
  new (input: ListExtensionAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExtensionAssociationsCommandInput, ListExtensionAssociationsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListExtensionAssociationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListExtensionAssociationsCommandInput, ListExtensionAssociationsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all AppConfig extension associations in the account. For more
30
30
  * information about extensions and associations, see <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html">Extending
31
31
  * workflows</a> in the <i>AppConfig User Guide</i>.</p>
@@ -72,6 +72,7 @@ declare const ListExtensionAssociationsCommand_base: {
72
72
  * @throws {@link AppConfigServiceException}
73
73
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class ListExtensionAssociationsCommand extends ListExtensionAssociationsCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface ListExtensionsCommandOutput extends Extensions, __MetadataBeare
22
22
  }
23
23
  declare const ListExtensionsCommand_base: {
24
24
  new (input: ListExtensionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExtensionsCommandInput, ListExtensionsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListExtensionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListExtensionsCommandInput, ListExtensionsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all custom and Amazon Web Services authored AppConfig extensions in the
30
30
  * account. For more information about extensions, see <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html">Extending
31
31
  * workflows</a> in the <i>AppConfig User Guide</i>.</p>
@@ -72,6 +72,7 @@ declare const ListExtensionsCommand_base: {
72
72
  * @throws {@link AppConfigServiceException}
73
73
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class ListExtensionsCommand extends ListExtensionsCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface ListHostedConfigurationVersionsCommandOutput extends HostedConf
22
22
  }
23
23
  declare const ListHostedConfigurationVersionsCommand_base: {
24
24
  new (input: ListHostedConfigurationVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHostedConfigurationVersionsCommandInput, ListHostedConfigurationVersionsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListHostedConfigurationVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHostedConfigurationVersionsCommandInput, ListHostedConfigurationVersionsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists configurations stored in the AppConfig hosted configuration store by
30
30
  * version.</p>
31
31
  * @example
@@ -78,6 +78,7 @@ declare const ListHostedConfigurationVersionsCommand_base: {
78
78
  * @throws {@link AppConfigServiceException}
79
79
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
80
80
  *
81
+ * @public
81
82
  * @example To list the available hosted configuration versions
82
83
  * ```javascript
83
84
  * // The following list-hosted-configuration-versions example lists the configurations versions hosted in the AWS AppConfig hosted configuration store for the specified application and configuration profile.
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ResourceTags, __Metada
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the list of key-value tags assigned to the resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const ListTagsForResourceCommand_base: {
64
64
  * @throws {@link AppConfigServiceException}
65
65
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
66
66
  *
67
+ * @public
67
68
  * @example To list the tags of an application
68
69
  * ```javascript
69
70
  * // The following list-tags-for-resource example lists the tags of a specified application.
@@ -22,10 +22,10 @@ export interface StartDeploymentCommandOutput extends Deployment, __MetadataBear
22
22
  }
23
23
  declare const StartDeploymentCommand_base: {
24
24
  new (input: StartDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts a deployment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -126,6 +126,7 @@ declare const StartDeploymentCommand_base: {
126
126
  * @throws {@link AppConfigServiceException}
127
127
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
128
128
  *
129
+ * @public
129
130
  * @example To start a configuration deployment
130
131
  * ```javascript
131
132
  * // The following start-deployment example starts a deployment to the application using the specified environment, deployment strategy, and configuration profile.
@@ -22,10 +22,10 @@ export interface StopDeploymentCommandOutput extends Deployment, __MetadataBeare
22
22
  }
23
23
  declare const StopDeploymentCommand_base: {
24
24
  new (input: StopDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<StopDeploymentCommandInput, StopDeploymentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<StopDeploymentCommandInput, StopDeploymentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops a deployment. This API action works only on deployments that have a status of
30
30
  * <code>DEPLOYING</code>. This action moves the deployment to a status of
31
31
  * <code>ROLLED_BACK</code>.</p>
@@ -114,6 +114,7 @@ declare const StopDeploymentCommand_base: {
114
114
  * @throws {@link AppConfigServiceException}
115
115
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
116
116
  *
117
+ * @public
117
118
  * @example To stop configuration deployment
118
119
  * ```javascript
119
120
  * // The following stop-deployment example stops the deployment of an application configuration to the specified environment.
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Assigns metadata to an AppConfig resource. Tags help organize and categorize
30
30
  * your AppConfig resources. Each tag consists of a key and an optional value, both
31
31
  * of which you define. You can specify a maximum of 50 tags for a resource.</p>
@@ -65,6 +65,7 @@ declare const TagResourceCommand_base: {
65
65
  * @throws {@link AppConfigServiceException}
66
66
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
67
67
  *
68
+ * @public
68
69
  * @example To tag an application
69
70
  * ```javascript
70
71
  * // The following tag-resource example tags an application resource.
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a tag key and value from an AppConfig resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
63
63
  * @throws {@link AppConfigServiceException}
64
64
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
65
65
  *
66
+ * @public
66
67
  * @example To remove a tag from an application
67
68
  * ```javascript
68
69
  * // The following untag-resource example removes the group1 tag from the specified application.
@@ -22,10 +22,10 @@ export interface UpdateApplicationCommandOutput extends Application, __MetadataB
22
22
  }
23
23
  declare const UpdateApplicationCommand_base: {
24
24
  new (input: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const UpdateApplicationCommand_base: {
66
66
  * @throws {@link AppConfigServiceException}
67
67
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
68
68
  *
69
+ * @public
69
70
  * @example To update an application
70
71
  * ```javascript
71
72
  * // The following update-application example updates the name of the specified application.
@@ -22,10 +22,10 @@ export interface UpdateConfigurationProfileCommandOutput extends ConfigurationPr
22
22
  }
23
23
  declare const UpdateConfigurationProfileCommand_base: {
24
24
  new (input: UpdateConfigurationProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConfigurationProfileCommandInput, UpdateConfigurationProfileCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateConfigurationProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConfigurationProfileCommandInput, UpdateConfigurationProfileCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a configuration profile.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const UpdateConfigurationProfileCommand_base: {
87
87
  * @throws {@link AppConfigServiceException}
88
88
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
89
89
  *
90
+ * @public
90
91
  * @example To update a configuration profile
91
92
  * ```javascript
92
93
  * // The following update-configuration-profile example updates the description of the specified configuration profile.
@@ -22,10 +22,10 @@ export interface UpdateDeploymentStrategyCommandOutput extends DeploymentStrateg
22
22
  }
23
23
  declare const UpdateDeploymentStrategyCommand_base: {
24
24
  new (input: UpdateDeploymentStrategyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDeploymentStrategyCommandInput, UpdateDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateDeploymentStrategyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDeploymentStrategyCommandInput, UpdateDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a deployment strategy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const UpdateDeploymentStrategyCommand_base: {
74
74
  * @throws {@link AppConfigServiceException}
75
75
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
76
76
  *
77
+ * @public
77
78
  * @example To update a deployment strategy
78
79
  * ```javascript
79
80
  * // The following update-deployment-strategy example updates final bake time to 20 minutes in the specified deployment strategy. ::
@@ -22,10 +22,10 @@ export interface UpdateEnvironmentCommandOutput extends Environment, __MetadataB
22
22
  }
23
23
  declare const UpdateEnvironmentCommand_base: {
24
24
  new (input: UpdateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an environment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const UpdateEnvironmentCommand_base: {
81
81
  * @throws {@link AppConfigServiceException}
82
82
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
83
83
  *
84
+ * @public
84
85
  * @example To update an environment
85
86
  * ```javascript
86
87
  * // The following update-environment example updates an environment's description.
@@ -22,10 +22,10 @@ export interface UpdateExtensionAssociationCommandOutput extends ExtensionAssoci
22
22
  }
23
23
  declare const UpdateExtensionAssociationCommand_base: {
24
24
  new (input: UpdateExtensionAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateExtensionAssociationCommandInput, UpdateExtensionAssociationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateExtensionAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateExtensionAssociationCommandInput, UpdateExtensionAssociationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an association. For more information about extensions and associations, see
30
30
  * <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html">Extending
31
31
  * workflows</a> in the <i>AppConfig User Guide</i>.</p>
@@ -74,6 +74,7 @@ declare const UpdateExtensionAssociationCommand_base: {
74
74
  * @throws {@link AppConfigServiceException}
75
75
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class UpdateExtensionAssociationCommand extends UpdateExtensionAssociationCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface UpdateExtensionCommandOutput extends Extension, __MetadataBeare
22
22
  }
23
23
  declare const UpdateExtensionCommand_base: {
24
24
  new (input: UpdateExtensionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateExtensionCommandInput, UpdateExtensionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateExtensionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateExtensionCommandInput, UpdateExtensionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an AppConfig extension. For more information about extensions, see
30
30
  * <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html">Extending
31
31
  * workflows</a> in the <i>AppConfig User Guide</i>.</p>
@@ -108,6 +108,7 @@ declare const UpdateExtensionCommand_base: {
108
108
  * @throws {@link AppConfigServiceException}
109
109
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class UpdateExtensionCommand extends UpdateExtensionCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface ValidateConfigurationCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const ValidateConfigurationCommand_base: {
24
24
  new (input: ValidateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ValidateConfigurationCommandInput, ValidateConfigurationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ValidateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ValidateConfigurationCommandInput, ValidateConfigurationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Uses the validators in a configuration profile to validate a configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -62,6 +62,7 @@ declare const ValidateConfigurationCommand_base: {
62
62
  * @throws {@link AppConfigServiceException}
63
63
  * <p>Base exception class for all service exceptions from AppConfig service.</p>
64
64
  *
65
+ * @public
65
66
  * @example To validate a configuration
66
67
  * ```javascript
67
68
  * // The following validate-configuration example uses the validators in a configuration profile to validate a configuration.