@pulumi/alicloud 3.44.0 → 3.45.0-alpha.1696484688

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.
@@ -165,7 +165,7 @@ export declare class ManagedKubernetes extends pulumi.CustomResource {
165
165
  */
166
166
  readonly maintenanceWindow: pulumi.Output<outputs.cs.ManagedKubernetesMaintenanceWindow>;
167
167
  /**
168
- * The kubernetes cluster's name. It is unique in one Alicloud account.
168
+ * This parameter specifies the name of the component.
169
169
  */
170
170
  readonly name: pulumi.Output<string>;
171
171
  readonly namePrefix: pulumi.Output<string | undefined>;
@@ -561,7 +561,7 @@ export interface ManagedKubernetesState {
561
561
  */
562
562
  maintenanceWindow?: pulumi.Input<inputs.cs.ManagedKubernetesMaintenanceWindow>;
563
563
  /**
564
- * The kubernetes cluster's name. It is unique in one Alicloud account.
564
+ * This parameter specifies the name of the component.
565
565
  */
566
566
  name?: pulumi.Input<string>;
567
567
  namePrefix?: pulumi.Input<string>;
@@ -941,7 +941,7 @@ export interface ManagedKubernetesArgs {
941
941
  */
942
942
  maintenanceWindow?: pulumi.Input<inputs.cs.ManagedKubernetesMaintenanceWindow>;
943
943
  /**
944
- * The kubernetes cluster's name. It is unique in one Alicloud account.
944
+ * This parameter specifies the name of the component.
945
945
  */
946
946
  name?: pulumi.Input<string>;
947
947
  namePrefix?: pulumi.Input<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/alicloud",
3
- "version": "v3.44.0",
3
+ "version": "v3.45.0-alpha.1696484688+ff679c42",
4
4
  "description": "A Pulumi package for creating and managing AliCloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",