@volcengine/pulumi 0.0.28 → 0.0.30
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/alb/acls.d.ts +4 -2
- package/alb/acls.js +5 -2
- package/alb/acls.js.map +1 -1
- package/alb/alb.d.ts +1 -1
- package/alb/alb.js +1 -1
- package/alb/albs.d.ts +6 -4
- package/alb/albs.js +7 -4
- package/alb/albs.js.map +1 -1
- package/alb/caCertificates.d.ts +4 -2
- package/alb/caCertificates.js +5 -2
- package/alb/caCertificates.js.map +1 -1
- package/alb/certificates.d.ts +4 -2
- package/alb/certificates.js +5 -2
- package/alb/certificates.js.map +1 -1
- package/alb/customizedCfgs.d.ts +4 -2
- package/alb/customizedCfgs.js +5 -2
- package/alb/customizedCfgs.js.map +1 -1
- package/alb/getAcls.d.ts +101 -0
- package/alb/getAcls.js +51 -0
- package/alb/getAcls.js.map +1 -0
- package/alb/getAlbs.d.ts +216 -0
- package/alb/getAlbs.js +127 -0
- package/alb/getAlbs.js.map +1 -0
- package/alb/getCaCertificates.d.ts +108 -0
- package/alb/getCaCertificates.js +50 -0
- package/alb/getCaCertificates.js.map +1 -0
- package/alb/getCertificates.d.ts +87 -0
- package/alb/getCertificates.js +48 -0
- package/alb/getCertificates.js.map +1 -0
- package/alb/getCustomizedCfgs.d.ts +116 -0
- package/alb/getCustomizedCfgs.js +47 -0
- package/alb/getCustomizedCfgs.js.map +1 -0
- package/alb/getHealthCheckTemplates.d.ts +96 -0
- package/alb/getHealthCheckTemplates.js +49 -0
- package/alb/getHealthCheckTemplates.js.map +1 -0
- package/alb/getListenerDomainExtensions.d.ts +78 -0
- package/alb/getListenerDomainExtensions.js +46 -0
- package/alb/getListenerDomainExtensions.js.map +1 -0
- package/alb/getListeners.d.ts +116 -0
- package/alb/getListeners.js +47 -0
- package/alb/getListeners.js.map +1 -0
- package/alb/getRules.d.ts +75 -0
- package/alb/getRules.js +46 -0
- package/alb/getRules.js.map +1 -0
- package/alb/getServerGroupServers.d.ts +75 -0
- package/alb/getServerGroupServers.js +46 -0
- package/alb/getServerGroupServers.js.map +1 -0
- package/alb/getServerGroups.d.ts +171 -0
- package/alb/getServerGroups.js +105 -0
- package/alb/getServerGroups.js.map +1 -0
- package/alb/getZones.d.ts +62 -0
- package/alb/getZones.js +42 -0
- package/alb/getZones.js.map +1 -0
- package/alb/healthCheckTemplates.d.ts +4 -2
- package/alb/healthCheckTemplates.js +5 -2
- package/alb/healthCheckTemplates.js.map +1 -1
- package/alb/index.d.ts +36 -0
- package/alb/index.js +38 -1
- package/alb/index.js.map +1 -1
- package/alb/listener.d.ts +80 -22
- package/alb/listener.js +57 -19
- package/alb/listener.js.map +1 -1
- package/alb/listenerDomainExtensions.d.ts +4 -2
- package/alb/listenerDomainExtensions.js +5 -2
- package/alb/listenerDomainExtensions.js.map +1 -1
- package/alb/listeners.d.ts +18 -0
- package/alb/listeners.js +19 -0
- package/alb/listeners.js.map +1 -1
- package/alb/rules.d.ts +4 -2
- package/alb/rules.js +5 -2
- package/alb/rules.js.map +1 -1
- package/alb/serverGroupServers.d.ts +4 -2
- package/alb/serverGroupServers.js +5 -2
- package/alb/serverGroupServers.js.map +1 -1
- package/alb/serverGroups.d.ts +4 -2
- package/alb/serverGroups.js +5 -2
- package/alb/serverGroups.js.map +1 -1
- package/alb/zones.d.ts +4 -2
- package/alb/zones.js +5 -2
- package/alb/zones.js.map +1 -1
- package/autoscaling/getScalingActivities.d.ts +293 -0
- package/autoscaling/getScalingActivities.js +226 -0
- package/autoscaling/getScalingActivities.js.map +1 -0
- package/autoscaling/getScalingConfigurations.d.ts +201 -0
- package/autoscaling/getScalingConfigurations.js +146 -0
- package/autoscaling/getScalingConfigurations.js.map +1 -0
- package/autoscaling/getScalingGroups.d.ts +175 -0
- package/autoscaling/getScalingGroups.js +120 -0
- package/autoscaling/getScalingGroups.js.map +1 -0
- package/autoscaling/getScalingInstances.d.ts +301 -0
- package/autoscaling/getScalingInstances.js +228 -0
- package/autoscaling/getScalingInstances.js.map +1 -0
- package/autoscaling/getScalingLifecycleHooks.d.ts +85 -0
- package/autoscaling/getScalingLifecycleHooks.js +29 -0
- package/autoscaling/getScalingLifecycleHooks.js.map +1 -0
- package/autoscaling/getScalingPolicies.d.ts +97 -0
- package/autoscaling/getScalingPolicies.js +30 -0
- package/autoscaling/getScalingPolicies.js.map +1 -0
- package/autoscaling/index.d.ts +18 -0
- package/autoscaling/index.js +19 -1
- package/autoscaling/index.js.map +1 -1
- package/autoscaling/scalingActivities.d.ts +8 -6
- package/autoscaling/scalingActivities.js +9 -6
- package/autoscaling/scalingActivities.js.map +1 -1
- package/autoscaling/scalingConfiguration.d.ts +2 -2
- package/autoscaling/scalingConfiguration.js +2 -2
- package/autoscaling/scalingConfigurationAttachment.d.ts +2 -2
- package/autoscaling/scalingConfigurationAttachment.js +2 -2
- package/autoscaling/scalingConfigurations.d.ts +8 -6
- package/autoscaling/scalingConfigurations.js +9 -6
- package/autoscaling/scalingConfigurations.js.map +1 -1
- package/autoscaling/scalingGroup.d.ts +1 -1
- package/autoscaling/scalingGroup.js +1 -1
- package/autoscaling/scalingGroups.d.ts +6 -4
- package/autoscaling/scalingGroups.js +7 -4
- package/autoscaling/scalingGroups.js.map +1 -1
- package/autoscaling/scalingInstanceAttachment.d.ts +2 -2
- package/autoscaling/scalingInstanceAttachment.js +2 -2
- package/autoscaling/scalingInstances.d.ts +8 -6
- package/autoscaling/scalingInstances.js +9 -6
- package/autoscaling/scalingInstances.js.map +1 -1
- package/autoscaling/scalingLifecycleHook.d.ts +1 -1
- package/autoscaling/scalingLifecycleHook.js +1 -1
- package/autoscaling/scalingLifecycleHooks.d.ts +2 -0
- package/autoscaling/scalingLifecycleHooks.js +3 -0
- package/autoscaling/scalingLifecycleHooks.js.map +1 -1
- package/autoscaling/scalingPolicies.d.ts +2 -0
- package/autoscaling/scalingPolicies.js +3 -0
- package/autoscaling/scalingPolicies.js.map +1 -1
- package/autoscaling/scalingPolicy.d.ts +1 -1
- package/autoscaling/scalingPolicy.js +1 -1
- package/bandwidth_package/attachment.d.ts +3 -3
- package/bandwidth_package/attachment.js +3 -3
- package/bandwidth_package/bandwidthPackages.d.ts +4 -2
- package/bandwidth_package/bandwidthPackages.js +5 -2
- package/bandwidth_package/bandwidthPackages.js.map +1 -1
- package/bandwidth_package/getBandwidthPackages.d.ts +185 -0
- package/bandwidth_package/getBandwidthPackages.js +88 -0
- package/bandwidth_package/getBandwidthPackages.js.map +1 -0
- package/bandwidth_package/index.d.ts +3 -0
- package/bandwidth_package/index.js +4 -1
- package/bandwidth_package/index.js.map +1 -1
- package/bioos/clusters.d.ts +4 -2
- package/bioos/clusters.js +5 -2
- package/bioos/clusters.js.map +1 -1
- package/bioos/getClusters.d.ts +104 -0
- package/bioos/getClusters.js +46 -0
- package/bioos/getClusters.js.map +1 -0
- package/bioos/getWorkspaces.d.ts +98 -0
- package/bioos/getWorkspaces.js +46 -0
- package/bioos/getWorkspaces.js.map +1 -0
- package/bioos/index.d.ts +6 -0
- package/bioos/index.js +7 -1
- package/bioos/index.js.map +1 -1
- package/bioos/workspaces.d.ts +4 -2
- package/bioos/workspaces.js +5 -2
- package/bioos/workspaces.js.map +1 -1
- package/cdn/certificates.d.ts +4 -2
- package/cdn/certificates.js +5 -2
- package/cdn/certificates.js.map +1 -1
- package/cdn/configs.d.ts +4 -2
- package/cdn/configs.js +5 -2
- package/cdn/configs.js.map +1 -1
- package/cdn/domains.d.ts +4 -2
- package/cdn/domains.js +5 -2
- package/cdn/domains.js.map +1 -1
- package/cdn/getCertificates.d.ts +113 -0
- package/cdn/getCertificates.js +62 -0
- package/cdn/getCertificates.js.map +1 -0
- package/cdn/getConfigs.d.ts +178 -0
- package/cdn/getConfigs.js +146 -0
- package/cdn/getConfigs.js.map +1 -0
- package/cdn/getDomains.d.ts +274 -0
- package/cdn/getDomains.js +155 -0
- package/cdn/getDomains.js.map +1 -0
- package/cdn/getSharedConfigs.d.ts +115 -0
- package/cdn/getSharedConfigs.js +54 -0
- package/cdn/getSharedConfigs.js.map +1 -0
- package/cdn/index.d.ts +12 -0
- package/cdn/index.js +13 -1
- package/cdn/index.js.map +1 -1
- package/cdn/sharedConfigs.d.ts +4 -2
- package/cdn/sharedConfigs.js +5 -2
- package/cdn/sharedConfigs.js.map +1 -1
- package/cen/attachInstances.d.ts +4 -2
- package/cen/attachInstances.js +5 -2
- package/cen/attachInstances.js.map +1 -1
- package/cen/bandwidthPackages.d.ts +4 -2
- package/cen/bandwidthPackages.js +5 -2
- package/cen/bandwidthPackages.js.map +1 -1
- package/cen/cens.d.ts +4 -2
- package/cen/cens.js +5 -2
- package/cen/cens.js.map +1 -1
- package/cen/getAttachInstances.d.ts +154 -0
- package/cen/getAttachInstances.js +90 -0
- package/cen/getAttachInstances.js.map +1 -0
- package/cen/getBandwidthPackages.d.ts +177 -0
- package/cen/getBandwidthPackages.js +91 -0
- package/cen/getBandwidthPackages.js.map +1 -0
- package/cen/getCens.d.ts +132 -0
- package/cen/getCens.js +76 -0
- package/cen/getCens.js.map +1 -0
- package/cen/getInterRegionBandwidths.d.ts +149 -0
- package/cen/getInterRegionBandwidths.js +121 -0
- package/cen/getInterRegionBandwidths.js.map +1 -0
- package/cen/getRouteEntries.d.ts +106 -0
- package/cen/getRouteEntries.js +30 -0
- package/cen/getRouteEntries.js.map +1 -0
- package/cen/getServiceRouteEntries.d.ts +208 -0
- package/cen/getServiceRouteEntries.js +144 -0
- package/cen/getServiceRouteEntries.js.map +1 -0
- package/cen/index.d.ts +18 -0
- package/cen/index.js +19 -1
- package/cen/index.js.map +1 -1
- package/cen/interRegionBandwidths.d.ts +4 -2
- package/cen/interRegionBandwidths.js +5 -2
- package/cen/interRegionBandwidths.js.map +1 -1
- package/cen/routeEntries.d.ts +2 -0
- package/cen/routeEntries.js +3 -0
- package/cen/routeEntries.js.map +1 -1
- package/cen/serviceRouteEntries.d.ts +4 -2
- package/cen/serviceRouteEntries.js +5 -2
- package/cen/serviceRouteEntries.js.map +1 -1
- package/clb/acls.d.ts +4 -2
- package/clb/acls.js +5 -2
- package/clb/acls.js.map +1 -1
- package/clb/certificates.d.ts +4 -2
- package/clb/certificates.js +5 -2
- package/clb/certificates.js.map +1 -1
- package/clb/clb.d.ts +11 -4
- package/clb/clb.js +11 -4
- package/clb/clb.js.map +1 -1
- package/clb/clbs.d.ts +6 -4
- package/clb/clbs.js +7 -4
- package/clb/clbs.js.map +1 -1
- package/clb/getAcls.d.ts +108 -0
- package/clb/getAcls.js +50 -0
- package/clb/getAcls.js.map +1 -0
- package/clb/getCertificates.d.ts +207 -0
- package/clb/getCertificates.js +137 -0
- package/clb/getCertificates.js.map +1 -0
- package/clb/getClbs.d.ts +209 -0
- package/clb/getClbs.js +117 -0
- package/clb/getClbs.js.map +1 -0
- package/clb/getListeners.d.ts +201 -0
- package/clb/getListeners.js +146 -0
- package/clb/getListeners.js.map +1 -0
- package/clb/getRules.d.ts +190 -0
- package/clb/getRules.js +157 -0
- package/clb/getRules.js.map +1 -0
- package/clb/getServerGroupServers.d.ts +199 -0
- package/clb/getServerGroupServers.js +154 -0
- package/clb/getServerGroupServers.js.map +1 -0
- package/clb/getServerGroups.d.ts +163 -0
- package/clb/getServerGroups.js +108 -0
- package/clb/getServerGroups.js.map +1 -0
- package/clb/getZones.d.ts +62 -0
- package/clb/getZones.js +42 -0
- package/clb/getZones.js.map +1 -0
- package/clb/index.d.ts +24 -0
- package/clb/index.js +25 -1
- package/clb/index.js.map +1 -1
- package/clb/listener.d.ts +1 -1
- package/clb/listener.js +1 -1
- package/clb/listeners.d.ts +6 -4
- package/clb/listeners.js +7 -4
- package/clb/listeners.js.map +1 -1
- package/clb/rule.d.ts +1 -1
- package/clb/rule.js +1 -1
- package/clb/rules.d.ts +6 -4
- package/clb/rules.js +7 -4
- package/clb/rules.js.map +1 -1
- package/clb/serverGroup.d.ts +1 -1
- package/clb/serverGroup.js +1 -1
- package/clb/serverGroupServer.d.ts +1 -1
- package/clb/serverGroupServer.js +1 -1
- package/clb/serverGroupServers.d.ts +6 -4
- package/clb/serverGroupServers.js +7 -4
- package/clb/serverGroupServers.js.map +1 -1
- package/clb/serverGroups.d.ts +6 -4
- package/clb/serverGroups.js +7 -4
- package/clb/serverGroups.js.map +1 -1
- package/clb/zones.d.ts +4 -2
- package/clb/zones.js +5 -2
- package/clb/zones.js.map +1 -1
- package/cloud_firewall/cfwAddressBooks.d.ts +4 -2
- package/cloud_firewall/cfwAddressBooks.js +5 -2
- package/cloud_firewall/cfwAddressBooks.js.map +1 -1
- package/cloud_firewall/cfwControlPolicies.d.ts +4 -2
- package/cloud_firewall/cfwControlPolicies.js +5 -2
- package/cloud_firewall/cfwControlPolicies.js.map +1 -1
- package/cloud_firewall/cfwDnsControlPolicies.d.ts +4 -2
- package/cloud_firewall/cfwDnsControlPolicies.js +5 -2
- package/cloud_firewall/cfwDnsControlPolicies.js.map +1 -1
- package/cloud_firewall/cfwNatFirewallControlPolicies.d.ts +4 -2
- package/cloud_firewall/cfwNatFirewallControlPolicies.js +5 -2
- package/cloud_firewall/cfwNatFirewallControlPolicies.js.map +1 -1
- package/cloud_firewall/cfwVpcFirewallAclRules.d.ts +4 -2
- package/cloud_firewall/cfwVpcFirewallAclRules.js +5 -2
- package/cloud_firewall/cfwVpcFirewallAclRules.js.map +1 -1
- package/cloud_firewall/getCfwAddressBooks.d.ts +122 -0
- package/cloud_firewall/getCfwAddressBooks.js +53 -0
- package/cloud_firewall/getCfwAddressBooks.js.map +1 -0
- package/cloud_firewall/getCfwControlPolicies.d.ts +176 -0
- package/cloud_firewall/getCfwControlPolicies.js +56 -0
- package/cloud_firewall/getCfwControlPolicies.js.map +1 -0
- package/cloud_firewall/getCfwDnsControlPolicies.d.ts +160 -0
- package/cloud_firewall/getCfwDnsControlPolicies.js +80 -0
- package/cloud_firewall/getCfwDnsControlPolicies.js.map +1 -0
- package/cloud_firewall/getCfwNatFirewallControlPolicies.d.ts +200 -0
- package/cloud_firewall/getCfwNatFirewallControlPolicies.js +58 -0
- package/cloud_firewall/getCfwNatFirewallControlPolicies.js.map +1 -0
- package/cloud_firewall/getCfwVpcFirewallAclRules.d.ts +182 -0
- package/cloud_firewall/getCfwVpcFirewallAclRules.js +62 -0
- package/cloud_firewall/getCfwVpcFirewallAclRules.js.map +1 -0
- package/cloud_firewall/index.d.ts +15 -0
- package/cloud_firewall/index.js +16 -1
- package/cloud_firewall/index.js.map +1 -1
- package/cloud_identity/getGroups.d.ts +133 -0
- package/cloud_identity/getGroups.js +72 -0
- package/cloud_identity/getGroups.js.map +1 -0
- package/cloud_identity/getPermissionSetAssignments.d.ts +191 -0
- package/cloud_identity/getPermissionSetAssignments.js +119 -0
- package/cloud_identity/getPermissionSetAssignments.js.map +1 -0
- package/cloud_identity/getPermissionSetProvisionings.d.ts +99 -0
- package/cloud_identity/getPermissionSetProvisionings.js +49 -0
- package/cloud_identity/getPermissionSetProvisionings.js.map +1 -0
- package/cloud_identity/getPermissionSets.d.ts +132 -0
- package/cloud_identity/getPermissionSets.js +96 -0
- package/cloud_identity/getPermissionSets.js.map +1 -0
- package/cloud_identity/getUserProvisionings.d.ts +75 -0
- package/cloud_identity/getUserProvisionings.js +47 -0
- package/cloud_identity/getUserProvisionings.js.map +1 -0
- package/cloud_identity/getUsers.d.ts +144 -0
- package/cloud_identity/getUsers.js +75 -0
- package/cloud_identity/getUsers.js.map +1 -0
- package/cloud_identity/groups.d.ts +4 -2
- package/cloud_identity/groups.js +5 -2
- package/cloud_identity/groups.js.map +1 -1
- package/cloud_identity/index.d.ts +18 -0
- package/cloud_identity/index.js +19 -1
- package/cloud_identity/index.js.map +1 -1
- package/cloud_identity/permissionSetAssignments.d.ts +4 -2
- package/cloud_identity/permissionSetAssignments.js +5 -2
- package/cloud_identity/permissionSetAssignments.js.map +1 -1
- package/cloud_identity/permissionSetProvisionings.d.ts +4 -2
- package/cloud_identity/permissionSetProvisionings.js +5 -2
- package/cloud_identity/permissionSetProvisionings.js.map +1 -1
- package/cloud_identity/permissionSets.d.ts +4 -2
- package/cloud_identity/permissionSets.js +5 -2
- package/cloud_identity/permissionSets.js.map +1 -1
- package/cloud_identity/userProvisionings.d.ts +4 -2
- package/cloud_identity/userProvisionings.js +5 -2
- package/cloud_identity/userProvisionings.js.map +1 -1
- package/cloud_identity/users.d.ts +4 -2
- package/cloud_identity/users.js +5 -2
- package/cloud_identity/users.js.map +1 -1
- package/cloud_monitor/contactGroups.d.ts +4 -2
- package/cloud_monitor/contactGroups.js +5 -2
- package/cloud_monitor/contactGroups.js.map +1 -1
- package/cloud_monitor/contacts.d.ts +4 -2
- package/cloud_monitor/contacts.js +5 -2
- package/cloud_monitor/contacts.js.map +1 -1
- package/cloud_monitor/eventRules.d.ts +4 -2
- package/cloud_monitor/eventRules.js +5 -2
- package/cloud_monitor/eventRules.js.map +1 -1
- package/cloud_monitor/getContactGroups.d.ts +78 -0
- package/cloud_monitor/getContactGroups.js +47 -0
- package/cloud_monitor/getContactGroups.js.map +1 -0
- package/cloud_monitor/getContacts.d.ts +81 -0
- package/cloud_monitor/getContacts.js +52 -0
- package/cloud_monitor/getContacts.js.map +1 -0
- package/cloud_monitor/getEventRules.d.ts +90 -0
- package/cloud_monitor/getEventRules.js +48 -0
- package/cloud_monitor/getEventRules.js.map +1 -0
- package/cloud_monitor/getRules.d.ts +144 -0
- package/cloud_monitor/getRules.js +53 -0
- package/cloud_monitor/getRules.js.map +1 -0
- package/cloud_monitor/index.d.ts +12 -0
- package/cloud_monitor/index.js +13 -1
- package/cloud_monitor/index.js.map +1 -1
- package/cloud_monitor/rules.d.ts +4 -2
- package/cloud_monitor/rules.js +5 -2
- package/cloud_monitor/rules.js.map +1 -1
- package/cloudfs/accesses.d.ts +4 -2
- package/cloudfs/accesses.js +5 -2
- package/cloudfs/accesses.js.map +1 -1
- package/cloudfs/fileSystems.d.ts +4 -2
- package/cloudfs/fileSystems.js +5 -2
- package/cloudfs/fileSystems.js.map +1 -1
- package/cloudfs/getAccesses.d.ts +78 -0
- package/cloudfs/getAccesses.js +46 -0
- package/cloudfs/getAccesses.js.map +1 -0
- package/cloudfs/getFileSystems.d.ts +93 -0
- package/cloudfs/getFileSystems.js +49 -0
- package/cloudfs/getFileSystems.js.map +1 -0
- package/cloudfs/getNamespaces.d.ts +98 -0
- package/cloudfs/getNamespaces.js +50 -0
- package/cloudfs/getNamespaces.js.map +1 -0
- package/cloudfs/getNsQuotas.d.ts +81 -0
- package/cloudfs/getNsQuotas.js +52 -0
- package/cloudfs/getNsQuotas.js.map +1 -0
- package/cloudfs/getQuotas.d.ts +62 -0
- package/cloudfs/getQuotas.js +42 -0
- package/cloudfs/getQuotas.js.map +1 -0
- package/cloudfs/index.d.ts +15 -0
- package/cloudfs/index.js +16 -1
- package/cloudfs/index.js.map +1 -1
- package/cloudfs/namespaces.d.ts +4 -2
- package/cloudfs/namespaces.js +5 -2
- package/cloudfs/namespaces.js.map +1 -1
- package/cloudfs/nsQuotas.d.ts +4 -2
- package/cloudfs/nsQuotas.js +5 -2
- package/cloudfs/nsQuotas.js.map +1 -1
- package/cloudfs/quotas.d.ts +4 -2
- package/cloudfs/quotas.js +5 -2
- package/cloudfs/quotas.js.map +1 -1
- package/cr/authorizationTokens.d.ts +4 -2
- package/cr/authorizationTokens.js +5 -2
- package/cr/authorizationTokens.js.map +1 -1
- package/cr/endpoint.d.ts +10 -0
- package/cr/endpoint.js +2 -0
- package/cr/endpoint.js.map +1 -1
- package/cr/endpointAclPolicy.d.ts +116 -0
- package/cr/endpointAclPolicy.js +99 -0
- package/cr/endpointAclPolicy.js.map +1 -0
- package/cr/endpoints.d.ts +4 -2
- package/cr/endpoints.js +5 -2
- package/cr/endpoints.js.map +1 -1
- package/cr/getAuthorizationTokens.d.ts +75 -0
- package/cr/getAuthorizationTokens.js +46 -0
- package/cr/getAuthorizationTokens.js.map +1 -0
- package/cr/getEndpoints.d.ts +78 -0
- package/cr/getEndpoints.js +46 -0
- package/cr/getEndpoints.js.map +1 -0
- package/cr/getNamespaces.d.ts +86 -0
- package/cr/getNamespaces.js +49 -0
- package/cr/getNamespaces.js.map +1 -0
- package/cr/getRegistries.d.ts +112 -0
- package/cr/getRegistries.js +56 -0
- package/cr/getRegistries.js.map +1 -0
- package/cr/getRepositories.d.ts +104 -0
- package/cr/getRepositories.js +51 -0
- package/cr/getRepositories.js.map +1 -0
- package/cr/getTags.d.ts +117 -0
- package/cr/getTags.js +56 -0
- package/cr/getTags.js.map +1 -0
- package/cr/getVpcEndpoints.d.ts +99 -0
- package/cr/getVpcEndpoints.js +59 -0
- package/cr/getVpcEndpoints.js.map +1 -0
- package/cr/index.d.ts +24 -0
- package/cr/index.js +27 -1
- package/cr/index.js.map +1 -1
- package/cr/namespace.d.ts +20 -2
- package/cr/namespace.js +10 -2
- package/cr/namespace.js.map +1 -1
- package/cr/namespaces.d.ts +4 -2
- package/cr/namespaces.js +5 -2
- package/cr/namespaces.js.map +1 -1
- package/cr/registries.d.ts +16 -2
- package/cr/registries.js +6 -2
- package/cr/registries.js.map +1 -1
- package/cr/registry.d.ts +35 -1
- package/cr/registry.js +19 -1
- package/cr/registry.js.map +1 -1
- package/cr/repositories.d.ts +4 -2
- package/cr/repositories.js +5 -2
- package/cr/repositories.js.map +1 -1
- package/cr/tags.d.ts +4 -2
- package/cr/tags.js +5 -2
- package/cr/tags.js.map +1 -1
- package/cr/vpcEndpoints.d.ts +4 -2
- package/cr/vpcEndpoints.js +5 -2
- package/cr/vpcEndpoints.js.map +1 -1
- package/direct_connect/bgpPeers.d.ts +4 -2
- package/direct_connect/bgpPeers.js +5 -2
- package/direct_connect/bgpPeers.js.map +1 -1
- package/direct_connect/connections.d.ts +4 -2
- package/direct_connect/connections.js +5 -2
- package/direct_connect/connections.js.map +1 -1
- package/direct_connect/gatewayRoutes.d.ts +4 -2
- package/direct_connect/gatewayRoutes.js +5 -2
- package/direct_connect/gatewayRoutes.js.map +1 -1
- package/direct_connect/gateways.d.ts +4 -2
- package/direct_connect/gateways.js +5 -2
- package/direct_connect/gateways.js.map +1 -1
- package/direct_connect/getBgpPeers.d.ts +129 -0
- package/direct_connect/getBgpPeers.js +52 -0
- package/direct_connect/getBgpPeers.js.map +1 -0
- package/direct_connect/getConnections.d.ts +154 -0
- package/direct_connect/getConnections.js +54 -0
- package/direct_connect/getConnections.js.map +1 -0
- package/direct_connect/getGatewayRoutes.d.ts +141 -0
- package/direct_connect/getGatewayRoutes.js +58 -0
- package/direct_connect/getGatewayRoutes.js.map +1 -0
- package/direct_connect/getGateways.d.ts +118 -0
- package/direct_connect/getGateways.js +51 -0
- package/direct_connect/getGateways.js.map +1 -0
- package/direct_connect/getVirtualInterfaces.d.ts +178 -0
- package/direct_connect/getVirtualInterfaces.js +56 -0
- package/direct_connect/getVirtualInterfaces.js.map +1 -0
- package/direct_connect/index.d.ts +15 -0
- package/direct_connect/index.js +16 -1
- package/direct_connect/index.js.map +1 -1
- package/direct_connect/virtualInterfaces.d.ts +4 -2
- package/direct_connect/virtualInterfaces.js +5 -2
- package/direct_connect/virtualInterfaces.js.map +1 -1
- package/dns/backups.d.ts +4 -2
- package/dns/backups.js +5 -2
- package/dns/backups.js.map +1 -1
- package/dns/getBackups.d.ts +84 -0
- package/dns/getBackups.js +47 -0
- package/dns/getBackups.js.map +1 -0
- package/dns/getRecordSets.d.ts +122 -0
- package/dns/getRecordSets.js +58 -0
- package/dns/getRecordSets.js.map +1 -0
- package/dns/getRecords.d.ts +150 -0
- package/dns/getRecords.js +53 -0
- package/dns/getRecords.js.map +1 -0
- package/dns/getZones.d.ts +169 -0
- package/dns/getZones.js +61 -0
- package/dns/getZones.js.map +1 -0
- package/dns/index.d.ts +12 -0
- package/dns/index.js +13 -1
- package/dns/index.js.map +1 -1
- package/dns/recordSets.d.ts +6 -4
- package/dns/recordSets.js +7 -4
- package/dns/recordSets.js.map +1 -1
- package/dns/records.d.ts +4 -2
- package/dns/records.js +5 -2
- package/dns/records.js.map +1 -1
- package/dns/zones.d.ts +4 -2
- package/dns/zones.js +5 -2
- package/dns/zones.js.map +1 -1
- package/ebs/autoSnapshotPolicies.d.ts +4 -2
- package/ebs/autoSnapshotPolicies.js +5 -2
- package/ebs/autoSnapshotPolicies.js.map +1 -1
- package/ebs/autoSnapshotPolicyAttachment.d.ts +1 -1
- package/ebs/autoSnapshotPolicyAttachment.js +1 -1
- package/ebs/getAutoSnapshotPolicies.d.ts +153 -0
- package/ebs/getAutoSnapshotPolicies.js +94 -0
- package/ebs/getAutoSnapshotPolicies.js.map +1 -0
- package/ebs/getSnapshotGroups.d.ts +268 -0
- package/ebs/getSnapshotGroups.js +188 -0
- package/ebs/getSnapshotGroups.js.map +1 -0
- package/ebs/getSnapshots.d.ts +182 -0
- package/ebs/getSnapshots.js +104 -0
- package/ebs/getSnapshots.js.map +1 -0
- package/ebs/getVolumes.d.ts +181 -0
- package/ebs/getVolumes.js +85 -0
- package/ebs/getVolumes.js.map +1 -0
- package/ebs/index.d.ts +12 -0
- package/ebs/index.js +13 -1
- package/ebs/index.js.map +1 -1
- package/ebs/snapshot.d.ts +1 -1
- package/ebs/snapshot.js +1 -1
- package/ebs/snapshotGroup.d.ts +2 -2
- package/ebs/snapshotGroup.js +2 -2
- package/ebs/snapshotGroups.d.ts +8 -6
- package/ebs/snapshotGroups.js +9 -6
- package/ebs/snapshotGroups.js.map +1 -1
- package/ebs/snapshots.d.ts +6 -4
- package/ebs/snapshots.js +7 -4
- package/ebs/snapshots.js.map +1 -1
- package/ebs/volume.d.ts +8 -2
- package/ebs/volume.js +8 -2
- package/ebs/volume.js.map +1 -1
- package/ebs/volumeAttach.d.ts +2 -2
- package/ebs/volumeAttach.js +2 -2
- package/ebs/volumes.d.ts +6 -4
- package/ebs/volumes.js +7 -4
- package/ebs/volumes.js.map +1 -1
- package/ecs/availableResources.d.ts +4 -2
- package/ecs/availableResources.js +5 -2
- package/ecs/availableResources.js.map +1 -1
- package/ecs/commands.d.ts +4 -2
- package/ecs/commands.js +5 -2
- package/ecs/commands.js.map +1 -1
- package/ecs/deploymentSetAssociate.d.ts +2 -2
- package/ecs/deploymentSetAssociate.js +2 -2
- package/ecs/deploymentSets.d.ts +4 -2
- package/ecs/deploymentSets.js +5 -2
- package/ecs/deploymentSets.js.map +1 -1
- package/ecs/getAvailableResources.d.ts +114 -0
- package/ecs/getAvailableResources.js +50 -0
- package/ecs/getAvailableResources.js.map +1 -0
- package/ecs/getCommands.d.ts +132 -0
- package/ecs/getCommands.js +52 -0
- package/ecs/getCommands.js.map +1 -0
- package/ecs/getDeploymentSets.d.ts +118 -0
- package/ecs/getDeploymentSets.js +71 -0
- package/ecs/getDeploymentSets.js.map +1 -0
- package/ecs/getHpcClusters.d.ts +87 -0
- package/ecs/getHpcClusters.js +48 -0
- package/ecs/getHpcClusters.js.map +1 -0
- package/ecs/getImageSharePermissions.d.ts +75 -0
- package/ecs/getImageSharePermissions.js +46 -0
- package/ecs/getImageSharePermissions.js.map +1 -0
- package/ecs/getImages.d.ts +191 -0
- package/ecs/getImages.js +61 -0
- package/ecs/getImages.js.map +1 -0
- package/ecs/getInstanceTypes.d.ts +80 -0
- package/ecs/getInstanceTypes.js +44 -0
- package/ecs/getInstanceTypes.js.map +1 -0
- package/ecs/getInstances.d.ts +344 -0
- package/ecs/getInstances.js +157 -0
- package/ecs/getInstances.js.map +1 -0
- package/ecs/getInvocationResults.d.ts +116 -0
- package/ecs/getInvocationResults.js +51 -0
- package/ecs/getInvocationResults.js.map +1 -0
- package/ecs/getInvocations.d.ts +161 -0
- package/ecs/getInvocations.js +56 -0
- package/ecs/getInvocations.js.map +1 -0
- package/ecs/getKeyPairs.d.ts +127 -0
- package/ecs/getKeyPairs.js +61 -0
- package/ecs/getKeyPairs.js.map +1 -0
- package/ecs/getLaunchTemplates.d.ts +123 -0
- package/ecs/getLaunchTemplates.js +79 -0
- package/ecs/getLaunchTemplates.js.map +1 -0
- package/ecs/getRegions.d.ts +75 -0
- package/ecs/getRegions.js +47 -0
- package/ecs/getRegions.js.map +1 -0
- package/ecs/getZones.d.ts +75 -0
- package/ecs/getZones.js +47 -0
- package/ecs/getZones.js.map +1 -0
- package/ecs/hpcClusters.d.ts +4 -2
- package/ecs/hpcClusters.js +5 -2
- package/ecs/hpcClusters.js.map +1 -1
- package/ecs/iamRoleAttachment.d.ts +2 -2
- package/ecs/iamRoleAttachment.js +2 -2
- package/ecs/imageSharePermissions.d.ts +4 -2
- package/ecs/imageSharePermissions.js +5 -2
- package/ecs/imageSharePermissions.js.map +1 -1
- package/ecs/images.d.ts +4 -2
- package/ecs/images.js +5 -2
- package/ecs/images.js.map +1 -1
- package/ecs/index.d.ts +42 -0
- package/ecs/index.js +44 -1
- package/ecs/index.js.map +1 -1
- package/ecs/instance.d.ts +51 -14
- package/ecs/instance.js +32 -7
- package/ecs/instance.js.map +1 -1
- package/ecs/instanceTypes.d.ts +4 -2
- package/ecs/instanceTypes.js +5 -2
- package/ecs/instanceTypes.js.map +1 -1
- package/ecs/instances.d.ts +8 -6
- package/ecs/instances.js +9 -6
- package/ecs/instances.js.map +1 -1
- package/ecs/invocationResults.d.ts +4 -2
- package/ecs/invocationResults.js +5 -2
- package/ecs/invocationResults.js.map +1 -1
- package/ecs/invocations.d.ts +4 -2
- package/ecs/invocations.js +5 -2
- package/ecs/invocations.js.map +1 -1
- package/ecs/keyPairAssociate.d.ts +2 -2
- package/ecs/keyPairAssociate.js +2 -2
- package/ecs/keyPairs.d.ts +4 -2
- package/ecs/keyPairs.js +5 -2
- package/ecs/keyPairs.js.map +1 -1
- package/ecs/launchTemplates.d.ts +4 -2
- package/ecs/launchTemplates.js +5 -2
- package/ecs/launchTemplates.js.map +1 -1
- package/ecs/regions.d.ts +4 -2
- package/ecs/regions.js +5 -2
- package/ecs/regions.js.map +1 -1
- package/ecs/state.d.ts +2 -2
- package/ecs/state.js +2 -2
- package/ecs/zones.d.ts +4 -2
- package/ecs/zones.js +5 -2
- package/ecs/zones.js.map +1 -1
- package/eip/addresses.d.ts +4 -2
- package/eip/addresses.js +5 -2
- package/eip/addresses.js.map +1 -1
- package/eip/associate.d.ts +2 -2
- package/eip/associate.js +2 -2
- package/eip/getAddresses.d.ts +167 -0
- package/eip/getAddresses.js +59 -0
- package/eip/getAddresses.js.map +1 -0
- package/eip/index.d.ts +3 -0
- package/eip/index.js +4 -1
- package/eip/index.js.map +1 -1
- package/escloud/getInstances.d.ts +216 -0
- package/escloud/getInstances.js +148 -0
- package/escloud/getInstances.js.map +1 -0
- package/escloud/getRegions.d.ts +62 -0
- package/escloud/getRegions.js +42 -0
- package/escloud/getRegions.js.map +1 -0
- package/escloud/getZones.d.ts +75 -0
- package/escloud/getZones.js +46 -0
- package/escloud/getZones.js.map +1 -0
- package/escloud/index.d.ts +9 -0
- package/escloud/index.js +10 -1
- package/escloud/index.js.map +1 -1
- package/escloud/instance.d.ts +1 -1
- package/escloud/instance.js +1 -1
- package/escloud/instances.d.ts +6 -4
- package/escloud/instances.js +7 -4
- package/escloud/instances.js.map +1 -1
- package/escloud/regions.d.ts +4 -2
- package/escloud/regions.js +5 -2
- package/escloud/regions.js.map +1 -1
- package/escloud/zones.d.ts +4 -2
- package/escloud/zones.js +5 -2
- package/escloud/zones.js.map +1 -1
- package/escloud_v2/escloudInstanceV2.d.ts +1 -1
- package/escloud_v2/escloudInstanceV2.js +1 -1
- package/escloud_v2/escloudInstancesV2.d.ts +246 -0
- package/escloud_v2/escloudInstancesV2.js +181 -0
- package/escloud_v2/escloudInstancesV2.js.map +1 -1
- package/escloud_v2/escloudIpWhiteList.d.ts +1 -1
- package/escloud_v2/escloudIpWhiteList.js +1 -1
- package/escloud_v2/getEscloudInstancesV2.d.ts +297 -0
- package/escloud_v2/getEscloudInstancesV2.js +206 -0
- package/escloud_v2/getEscloudInstancesV2.js.map +1 -0
- package/escloud_v2/index.d.ts +3 -0
- package/escloud_v2/index.js +4 -1
- package/escloud_v2/index.js.map +1 -1
- package/financial_relation/financialRelation.d.ts +18 -0
- package/financial_relation/financialRelation.js +18 -0
- package/financial_relation/financialRelation.js.map +1 -1
- package/financial_relation/financialRelations.d.ts +4 -2
- package/financial_relation/financialRelations.js +5 -2
- package/financial_relation/financialRelations.js.map +1 -1
- package/financial_relation/getFinancialRelations.d.ts +103 -0
- package/financial_relation/getFinancialRelations.js +53 -0
- package/financial_relation/getFinancialRelations.js.map +1 -0
- package/financial_relation/index.d.ts +3 -0
- package/financial_relation/index.js +4 -1
- package/financial_relation/index.js.map +1 -1
- package/iam/accessKeys.d.ts +4 -2
- package/iam/accessKeys.js +5 -2
- package/iam/accessKeys.js.map +1 -1
- package/iam/getAccessKeys.d.ts +83 -0
- package/iam/getAccessKeys.js +44 -0
- package/iam/getAccessKeys.js.map +1 -0
- package/iam/getPolicies.d.ts +138 -0
- package/iam/getPolicies.js +64 -0
- package/iam/getPolicies.js.map +1 -0
- package/iam/getRoles.d.ts +126 -0
- package/iam/getRoles.js +79 -0
- package/iam/getRoles.js.map +1 -0
- package/iam/getSamlProviders.d.ts +62 -0
- package/iam/getSamlProviders.js +42 -0
- package/iam/getSamlProviders.js.map +1 -0
- package/iam/getUserGroupPolicyAttachments.d.ts +107 -0
- package/iam/getUserGroupPolicyAttachments.js +78 -0
- package/iam/getUserGroupPolicyAttachments.js.map +1 -0
- package/iam/getUserGroups.d.ts +87 -0
- package/iam/getUserGroups.js +59 -0
- package/iam/getUserGroups.js.map +1 -0
- package/iam/getUsers.d.ts +96 -0
- package/iam/getUsers.js +60 -0
- package/iam/getUsers.js.map +1 -0
- package/iam/index.d.ts +21 -0
- package/iam/index.js +22 -1
- package/iam/index.js.map +1 -1
- package/iam/policies.d.ts +4 -2
- package/iam/policies.js +5 -2
- package/iam/policies.js.map +1 -1
- package/iam/roles.d.ts +4 -2
- package/iam/roles.js +5 -2
- package/iam/roles.js.map +1 -1
- package/iam/samlProviders.d.ts +4 -2
- package/iam/samlProviders.js +5 -2
- package/iam/samlProviders.js.map +1 -1
- package/iam/userGroupPolicyAttachments.d.ts +4 -2
- package/iam/userGroupPolicyAttachments.js +5 -2
- package/iam/userGroupPolicyAttachments.js.map +1 -1
- package/iam/userGroups.d.ts +4 -2
- package/iam/userGroups.js +5 -2
- package/iam/userGroups.js.map +1 -1
- package/iam/users.d.ts +4 -2
- package/iam/users.js +5 -2
- package/iam/users.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/kafka/consumedPartitions.d.ts +6 -4
- package/kafka/consumedPartitions.js +7 -4
- package/kafka/consumedPartitions.js.map +1 -1
- package/kafka/consumedTopics.d.ts +6 -4
- package/kafka/consumedTopics.js +7 -4
- package/kafka/consumedTopics.js.map +1 -1
- package/kafka/getConsumedPartitions.d.ts +235 -0
- package/kafka/getConsumedPartitions.js +190 -0
- package/kafka/getConsumedPartitions.js.map +1 -0
- package/kafka/getConsumedTopics.d.ts +238 -0
- package/kafka/getConsumedTopics.js +190 -0
- package/kafka/getConsumedTopics.js.map +1 -0
- package/kafka/getGroups.d.ts +184 -0
- package/kafka/getGroups.js +136 -0
- package/kafka/getGroups.js.map +1 -0
- package/kafka/getInstances.d.ts +205 -0
- package/kafka/getInstances.js +129 -0
- package/kafka/getInstances.js.map +1 -0
- package/kafka/getRegions.d.ts +62 -0
- package/kafka/getRegions.js +42 -0
- package/kafka/getRegions.js.map +1 -0
- package/kafka/getSaslUsers.d.ts +183 -0
- package/kafka/getSaslUsers.js +143 -0
- package/kafka/getSaslUsers.js.map +1 -0
- package/kafka/getTopicPartitions.d.ts +240 -0
- package/kafka/getTopicPartitions.js +187 -0
- package/kafka/getTopicPartitions.js.map +1 -0
- package/kafka/getTopics.d.ts +260 -0
- package/kafka/getTopics.js +179 -0
- package/kafka/getTopics.js.map +1 -0
- package/kafka/getZones.d.ts +75 -0
- package/kafka/getZones.js +46 -0
- package/kafka/getZones.js.map +1 -0
- package/kafka/group.d.ts +1 -1
- package/kafka/group.js +1 -1
- package/kafka/groups.d.ts +6 -4
- package/kafka/groups.js +7 -4
- package/kafka/groups.js.map +1 -1
- package/kafka/index.d.ts +27 -0
- package/kafka/index.js +28 -1
- package/kafka/index.js.map +1 -1
- package/kafka/instance.d.ts +1 -1
- package/kafka/instance.js +1 -1
- package/kafka/instances.d.ts +6 -4
- package/kafka/instances.js +7 -4
- package/kafka/instances.js.map +1 -1
- package/kafka/publicAddress.d.ts +1 -1
- package/kafka/publicAddress.js +1 -1
- package/kafka/regions.d.ts +4 -2
- package/kafka/regions.js +5 -2
- package/kafka/regions.js.map +1 -1
- package/kafka/saslUser.d.ts +1 -1
- package/kafka/saslUser.js +1 -1
- package/kafka/saslUsers.d.ts +6 -4
- package/kafka/saslUsers.js +7 -4
- package/kafka/saslUsers.js.map +1 -1
- package/kafka/topic.d.ts +1 -1
- package/kafka/topic.js +1 -1
- package/kafka/topicPartitions.d.ts +6 -4
- package/kafka/topicPartitions.js +7 -4
- package/kafka/topicPartitions.js.map +1 -1
- package/kafka/topics.d.ts +6 -4
- package/kafka/topics.js +7 -4
- package/kafka/topics.js.map +1 -1
- package/kafka/zones.d.ts +4 -2
- package/kafka/zones.js +5 -2
- package/kafka/zones.js.map +1 -1
- package/mongodb/account.d.ts +1 -1
- package/mongodb/account.js +1 -1
- package/mongodb/accounts.d.ts +4 -2
- package/mongodb/accounts.js +5 -2
- package/mongodb/accounts.js.map +1 -1
- package/mongodb/endpoint.d.ts +1 -1
- package/mongodb/endpoint.js +1 -1
- package/mongodb/endpoints.d.ts +6 -4
- package/mongodb/endpoints.js +7 -4
- package/mongodb/endpoints.js.map +1 -1
- package/mongodb/getAccounts.d.ts +99 -0
- package/mongodb/getAccounts.js +48 -0
- package/mongodb/getAccounts.js.map +1 -0
- package/mongodb/getEndpoints.d.ts +187 -0
- package/mongodb/getEndpoints.js +159 -0
- package/mongodb/getEndpoints.js.map +1 -0
- package/mongodb/getInstanceParameterLogs.d.ts +97 -0
- package/mongodb/getInstanceParameterLogs.js +52 -0
- package/mongodb/getInstanceParameterLogs.js.map +1 -0
- package/mongodb/getInstanceParameters.d.ts +183 -0
- package/mongodb/getInstanceParameters.js +126 -0
- package/mongodb/getInstanceParameters.js.map +1 -0
- package/mongodb/getInstances.d.ts +232 -0
- package/mongodb/getInstances.js +61 -0
- package/mongodb/getInstances.js.map +1 -0
- package/mongodb/getMongoAllowLists.d.ts +124 -0
- package/mongodb/getMongoAllowLists.js +65 -0
- package/mongodb/getMongoAllowLists.js.map +1 -0
- package/mongodb/getRegions.d.ts +62 -0
- package/mongodb/getRegions.js +42 -0
- package/mongodb/getRegions.js.map +1 -0
- package/mongodb/getSpecs.d.ts +71 -0
- package/mongodb/getSpecs.js +43 -0
- package/mongodb/getSpecs.js.map +1 -0
- package/mongodb/getSslStates.d.ts +142 -0
- package/mongodb/getSslStates.js +110 -0
- package/mongodb/getSslStates.js.map +1 -0
- package/mongodb/getZones.d.ts +75 -0
- package/mongodb/getZones.js +46 -0
- package/mongodb/getZones.js.map +1 -0
- package/mongodb/index.d.ts +30 -0
- package/mongodb/index.js +31 -1
- package/mongodb/index.js.map +1 -1
- package/mongodb/instance.d.ts +1 -1
- package/mongodb/instance.js +1 -1
- package/mongodb/instanceParameter.d.ts +1 -1
- package/mongodb/instanceParameter.js +1 -1
- package/mongodb/instanceParameterLogs.d.ts +4 -2
- package/mongodb/instanceParameterLogs.js +5 -2
- package/mongodb/instanceParameterLogs.js.map +1 -1
- package/mongodb/instanceParameters.d.ts +6 -4
- package/mongodb/instanceParameters.js +7 -4
- package/mongodb/instanceParameters.js.map +1 -1
- package/mongodb/instances.d.ts +4 -2
- package/mongodb/instances.js +5 -2
- package/mongodb/instances.js.map +1 -1
- package/mongodb/mongoAllowListAssociate.d.ts +1 -1
- package/mongodb/mongoAllowListAssociate.js +1 -1
- package/mongodb/mongoAllowLists.d.ts +4 -2
- package/mongodb/mongoAllowLists.js +5 -2
- package/mongodb/mongoAllowLists.js.map +1 -1
- package/mongodb/regions.d.ts +4 -2
- package/mongodb/regions.js +5 -2
- package/mongodb/regions.js.map +1 -1
- package/mongodb/specs.d.ts +4 -2
- package/mongodb/specs.js +5 -2
- package/mongodb/specs.js.map +1 -1
- package/mongodb/sslState.d.ts +1 -1
- package/mongodb/sslState.js +1 -1
- package/mongodb/sslStates.d.ts +6 -4
- package/mongodb/sslStates.js +7 -4
- package/mongodb/sslStates.js.map +1 -1
- package/mongodb/zones.d.ts +4 -2
- package/mongodb/zones.js +5 -2
- package/mongodb/zones.js.map +1 -1
- package/nas/fileSystem.d.ts +0 -21
- package/nas/fileSystem.js +0 -21
- package/nas/fileSystem.js.map +1 -1
- package/nas/fileSystems.d.ts +6 -4
- package/nas/fileSystems.js +7 -4
- package/nas/fileSystems.js.map +1 -1
- package/nas/getFileSystems.d.ts +231 -0
- package/nas/getFileSystems.js +90 -0
- package/nas/getFileSystems.js.map +1 -0
- package/nas/getMountPoints.d.ts +94 -0
- package/nas/getMountPoints.js +29 -0
- package/nas/getMountPoints.js.map +1 -0
- package/nas/getPermissionGroups.d.ts +116 -0
- package/nas/getPermissionGroups.js +87 -0
- package/nas/getPermissionGroups.js.map +1 -0
- package/nas/getRegions.d.ts +62 -0
- package/nas/getRegions.js +42 -0
- package/nas/getRegions.js.map +1 -0
- package/nas/getSnapshots.d.ts +131 -0
- package/nas/getSnapshots.js +59 -0
- package/nas/getSnapshots.js.map +1 -0
- package/nas/getZones.d.ts +62 -0
- package/nas/getZones.js +42 -0
- package/nas/getZones.js.map +1 -0
- package/nas/index.d.ts +18 -0
- package/nas/index.js +19 -1
- package/nas/index.js.map +1 -1
- package/nas/mountPoints.d.ts +8 -3
- package/nas/mountPoints.js +4 -1
- package/nas/mountPoints.js.map +1 -1
- package/nas/permissionGroups.d.ts +4 -2
- package/nas/permissionGroups.js +5 -2
- package/nas/permissionGroups.js.map +1 -1
- package/nas/regions.d.ts +4 -2
- package/nas/regions.js +5 -2
- package/nas/regions.js.map +1 -1
- package/nas/snapshots.d.ts +4 -2
- package/nas/snapshots.js +5 -2
- package/nas/snapshots.js.map +1 -1
- package/nas/zones.d.ts +4 -2
- package/nas/zones.js +5 -2
- package/nas/zones.js.map +1 -1
- package/nat/dnatEntries.d.ts +6 -4
- package/nat/dnatEntries.js +7 -4
- package/nat/dnatEntries.js.map +1 -1
- package/nat/dnatEntry.d.ts +1 -1
- package/nat/dnatEntry.js +1 -1
- package/nat/gateway.d.ts +1 -1
- package/nat/gateway.js +1 -1
- package/nat/gateways.d.ts +6 -4
- package/nat/gateways.js +7 -4
- package/nat/gateways.js.map +1 -1
- package/nat/getDnatEntries.d.ts +253 -0
- package/nat/getDnatEntries.js +148 -0
- package/nat/getDnatEntries.js.map +1 -0
- package/nat/getGateways.d.ts +213 -0
- package/nat/getGateways.js +110 -0
- package/nat/getGateways.js.map +1 -0
- package/nat/getSnatEntries.d.ts +245 -0
- package/nat/getSnatEntries.js +162 -0
- package/nat/getSnatEntries.js.map +1 -0
- package/nat/index.d.ts +9 -0
- package/nat/index.js +10 -1
- package/nat/index.js.map +1 -1
- package/nat/snatEntries.d.ts +6 -4
- package/nat/snatEntries.js +7 -4
- package/nat/snatEntries.js.map +1 -1
- package/nat/snatEntry.d.ts +1 -1
- package/nat/snatEntry.js +1 -1
- package/organization/accounts.d.ts +4 -2
- package/organization/accounts.js +5 -2
- package/organization/accounts.js.map +1 -1
- package/organization/getAccounts.d.ts +105 -0
- package/organization/getAccounts.js +50 -0
- package/organization/getAccounts.js.map +1 -0
- package/organization/getOrganizations.d.ts +71 -0
- package/organization/getOrganizations.js +43 -0
- package/organization/getOrganizations.js.map +1 -0
- package/organization/getServiceControlPolicies.d.ts +89 -0
- package/organization/getServiceControlPolicies.js +50 -0
- package/organization/getServiceControlPolicies.js.map +1 -0
- package/organization/getUnits.d.ts +62 -0
- package/organization/getUnits.js +42 -0
- package/organization/getUnits.js.map +1 -0
- package/organization/index.d.ts +12 -0
- package/organization/index.js +13 -1
- package/organization/index.js.map +1 -1
- package/organization/organizations.d.ts +4 -2
- package/organization/organizations.js +5 -2
- package/organization/organizations.js.map +1 -1
- package/organization/serviceControlPolicies.d.ts +4 -2
- package/organization/serviceControlPolicies.js +5 -2
- package/organization/serviceControlPolicies.js.map +1 -1
- package/organization/unit.d.ts +1 -1
- package/organization/unit.js +1 -1
- package/organization/units.d.ts +4 -2
- package/organization/units.js +5 -2
- package/organization/units.js.map +1 -1
- package/package.json +1 -1
- package/private_zone/getPrivateZones.d.ts +161 -0
- package/private_zone/getPrivateZones.js +62 -0
- package/private_zone/getPrivateZones.js.map +1 -0
- package/private_zone/getRecordSets.d.ts +108 -0
- package/private_zone/getRecordSets.js +49 -0
- package/private_zone/getRecordSets.js.map +1 -0
- package/private_zone/getRecords.d.ts +170 -0
- package/private_zone/getRecords.js +57 -0
- package/private_zone/getRecords.js.map +1 -0
- package/private_zone/getResolverEndpoints.d.ts +119 -0
- package/private_zone/getResolverEndpoints.js +47 -0
- package/private_zone/getResolverEndpoints.js.map +1 -0
- package/private_zone/getResolverRules.d.ts +107 -0
- package/private_zone/getResolverRules.js +46 -0
- package/private_zone/getResolverRules.js.map +1 -0
- package/private_zone/index.d.ts +15 -0
- package/private_zone/index.js +16 -1
- package/private_zone/index.js.map +1 -1
- package/private_zone/privateZones.d.ts +30 -0
- package/private_zone/privateZones.js +31 -0
- package/private_zone/privateZones.js.map +1 -1
- package/private_zone/record.d.ts +29 -0
- package/private_zone/record.js +29 -0
- package/private_zone/record.js.map +1 -1
- package/private_zone/recordSets.d.ts +22 -0
- package/private_zone/recordSets.js +23 -0
- package/private_zone/recordSets.js.map +1 -1
- package/private_zone/recordWeightEnabler.d.ts +29 -0
- package/private_zone/recordWeightEnabler.js +29 -0
- package/private_zone/recordWeightEnabler.js.map +1 -1
- package/private_zone/records.d.ts +24 -0
- package/private_zone/records.js +25 -0
- package/private_zone/records.js.map +1 -1
- package/private_zone/resolverEndpoints.d.ts +4 -2
- package/private_zone/resolverEndpoints.js +5 -2
- package/private_zone/resolverEndpoints.js.map +1 -1
- package/private_zone/resolverRules.d.ts +4 -2
- package/private_zone/resolverRules.js +5 -2
- package/private_zone/resolverRules.js.map +1 -1
- package/privatelink/getVpcEndpointConnections.d.ts +218 -0
- package/privatelink/getVpcEndpointConnections.js +164 -0
- package/privatelink/getVpcEndpointConnections.js.map +1 -0
- package/privatelink/getVpcEndpointServicePermissions.d.ts +171 -0
- package/privatelink/getVpcEndpointServicePermissions.js +131 -0
- package/privatelink/getVpcEndpointServicePermissions.js.map +1 -0
- package/privatelink/getVpcEndpointServices.d.ts +176 -0
- package/privatelink/getVpcEndpointServices.js +129 -0
- package/privatelink/getVpcEndpointServices.js.map +1 -0
- package/privatelink/getVpcEndpointZones.d.ts +179 -0
- package/privatelink/getVpcEndpointZones.js +151 -0
- package/privatelink/getVpcEndpointZones.js.map +1 -0
- package/privatelink/getVpcEndpoints.d.ts +232 -0
- package/privatelink/getVpcEndpoints.js +152 -0
- package/privatelink/getVpcEndpoints.js.map +1 -0
- package/privatelink/index.d.ts +15 -0
- package/privatelink/index.js +16 -1
- package/privatelink/index.js.map +1 -1
- package/privatelink/securityGroup.d.ts +1 -1
- package/privatelink/securityGroup.js +1 -1
- package/privatelink/vpcEndpoint.d.ts +1 -1
- package/privatelink/vpcEndpoint.js +1 -1
- package/privatelink/vpcEndpointConnection.d.ts +1 -1
- package/privatelink/vpcEndpointConnection.js +1 -1
- package/privatelink/vpcEndpointConnections.d.ts +6 -4
- package/privatelink/vpcEndpointConnections.js +7 -4
- package/privatelink/vpcEndpointConnections.js.map +1 -1
- package/privatelink/vpcEndpointService.d.ts +1 -1
- package/privatelink/vpcEndpointService.js +1 -1
- package/privatelink/vpcEndpointServicePermission.d.ts +1 -1
- package/privatelink/vpcEndpointServicePermission.js +1 -1
- package/privatelink/vpcEndpointServicePermissions.d.ts +6 -4
- package/privatelink/vpcEndpointServicePermissions.js +7 -4
- package/privatelink/vpcEndpointServicePermissions.js.map +1 -1
- package/privatelink/vpcEndpointServiceResource.d.ts +1 -1
- package/privatelink/vpcEndpointServiceResource.js +1 -1
- package/privatelink/vpcEndpointServices.d.ts +6 -4
- package/privatelink/vpcEndpointServices.js +7 -4
- package/privatelink/vpcEndpointServices.js.map +1 -1
- package/privatelink/vpcEndpointZone.d.ts +1 -1
- package/privatelink/vpcEndpointZone.js +1 -1
- package/privatelink/vpcEndpointZones.d.ts +6 -4
- package/privatelink/vpcEndpointZones.js +7 -4
- package/privatelink/vpcEndpointZones.js.map +1 -1
- package/privatelink/vpcEndpoints.d.ts +6 -4
- package/privatelink/vpcEndpoints.js +7 -4
- package/privatelink/vpcEndpoints.js.map +1 -1
- package/rabbitmq/getInstancePlugins.d.ts +154 -0
- package/rabbitmq/getInstancePlugins.js +117 -0
- package/rabbitmq/getInstancePlugins.js.map +1 -0
- package/rabbitmq/getInstances.d.ts +251 -0
- package/rabbitmq/getInstances.js +126 -0
- package/rabbitmq/getInstances.js.map +1 -0
- package/rabbitmq/index.d.ts +6 -0
- package/rabbitmq/index.js +7 -1
- package/rabbitmq/index.js.map +1 -1
- package/rabbitmq/instance.d.ts +1 -1
- package/rabbitmq/instance.js +1 -1
- package/rabbitmq/instancePlugin.d.ts +1 -1
- package/rabbitmq/instancePlugin.js +1 -1
- package/rabbitmq/instancePlugins.d.ts +6 -4
- package/rabbitmq/instancePlugins.js +7 -4
- package/rabbitmq/instancePlugins.js.map +1 -1
- package/rabbitmq/instances.d.ts +6 -4
- package/rabbitmq/instances.js +7 -4
- package/rabbitmq/instances.js.map +1 -1
- package/rabbitmq/publicAddress.d.ts +1 -1
- package/rabbitmq/publicAddress.js +1 -1
- package/rds/accounts.d.ts +4 -2
- package/rds/accounts.js +5 -2
- package/rds/accounts.js.map +1 -1
- package/rds/databases.d.ts +4 -2
- package/rds/databases.js +5 -2
- package/rds/databases.js.map +1 -1
- package/rds/getAccounts.d.ts +96 -0
- package/rds/getAccounts.js +48 -0
- package/rds/getAccounts.js.map +1 -0
- package/rds/getDatabases.d.ts +96 -0
- package/rds/getDatabases.js +48 -0
- package/rds/getDatabases.js.map +1 -0
- package/rds/getInstances.d.ts +153 -0
- package/rds/getInstances.js +54 -0
- package/rds/getInstances.js.map +1 -0
- package/rds/getIpLists.d.ts +84 -0
- package/rds/getIpLists.js +47 -0
- package/rds/getIpLists.js.map +1 -0
- package/rds/getParameterTemplates.d.ts +128 -0
- package/rds/getParameterTemplates.js +47 -0
- package/rds/getParameterTemplates.js.map +1 -0
- package/rds/index.d.ts +15 -0
- package/rds/index.js +16 -1
- package/rds/index.js.map +1 -1
- package/rds/instances.d.ts +4 -2
- package/rds/instances.js +5 -2
- package/rds/instances.js.map +1 -1
- package/rds/ipLists.d.ts +4 -2
- package/rds/ipLists.js +5 -2
- package/rds/ipLists.js.map +1 -1
- package/rds/parameterTemplates.d.ts +4 -2
- package/rds/parameterTemplates.js +5 -2
- package/rds/parameterTemplates.js.map +1 -1
- package/rds_mssql/backups.d.ts +4 -2
- package/rds_mssql/backups.js +5 -2
- package/rds_mssql/backups.js.map +1 -1
- package/rds_mssql/getBackups.d.ts +123 -0
- package/rds_mssql/getBackups.js +50 -0
- package/rds_mssql/getBackups.js.map +1 -0
- package/rds_mssql/getInstances.d.ts +190 -0
- package/rds_mssql/getInstances.js +57 -0
- package/rds_mssql/getInstances.js.map +1 -0
- package/rds_mssql/getRegions.d.ts +62 -0
- package/rds_mssql/getRegions.js +42 -0
- package/rds_mssql/getRegions.js.map +1 -0
- package/rds_mssql/getZones.d.ts +71 -0
- package/rds_mssql/getZones.js +43 -0
- package/rds_mssql/getZones.js.map +1 -0
- package/rds_mssql/index.d.ts +12 -0
- package/rds_mssql/index.js +13 -1
- package/rds_mssql/index.js.map +1 -1
- package/rds_mssql/instance.d.ts +1 -1
- package/rds_mssql/instance.js +1 -1
- package/rds_mssql/instances.d.ts +4 -2
- package/rds_mssql/instances.js +5 -2
- package/rds_mssql/instances.js.map +1 -1
- package/rds_mssql/regions.d.ts +4 -2
- package/rds_mssql/regions.js +5 -2
- package/rds_mssql/regions.js.map +1 -1
- package/rds_mssql/zones.d.ts +4 -2
- package/rds_mssql/zones.js +5 -2
- package/rds_mssql/zones.js.map +1 -1
- package/rds_mysql/account.d.ts +1 -1
- package/rds_mysql/account.js +1 -1
- package/rds_mysql/accounts.d.ts +6 -4
- package/rds_mysql/accounts.js +7 -4
- package/rds_mysql/accounts.js.map +1 -1
- package/rds_mysql/allowlistAssociate.d.ts +1 -1
- package/rds_mysql/allowlistAssociate.js +1 -1
- package/rds_mysql/allowlists.d.ts +6 -4
- package/rds_mysql/allowlists.js +7 -4
- package/rds_mysql/allowlists.js.map +1 -1
- package/rds_mysql/backups.d.ts +4 -2
- package/rds_mysql/backups.js +5 -2
- package/rds_mysql/backups.js.map +1 -1
- package/rds_mysql/database.d.ts +1 -1
- package/rds_mysql/database.js +1 -1
- package/rds_mysql/databases.d.ts +6 -4
- package/rds_mysql/databases.js +7 -4
- package/rds_mysql/databases.js.map +1 -1
- package/rds_mysql/endpoints.d.ts +4 -2
- package/rds_mysql/endpoints.js +5 -2
- package/rds_mysql/endpoints.js.map +1 -1
- package/rds_mysql/getAccounts.d.ts +198 -0
- package/rds_mysql/getAccounts.js +150 -0
- package/rds_mysql/getAccounts.js.map +1 -0
- package/rds_mysql/getAllowlists.d.ts +185 -0
- package/rds_mysql/getAllowlists.js +145 -0
- package/rds_mysql/getAllowlists.js.map +1 -0
- package/rds_mysql/getBackups.d.ts +178 -0
- package/rds_mysql/getBackups.js +68 -0
- package/rds_mysql/getBackups.js.map +1 -0
- package/rds_mysql/getDatabases.d.ts +176 -0
- package/rds_mysql/getDatabases.js +128 -0
- package/rds_mysql/getDatabases.js.map +1 -0
- package/rds_mysql/getEndpoints.d.ts +75 -0
- package/rds_mysql/getEndpoints.js +46 -0
- package/rds_mysql/getEndpoints.js.map +1 -0
- package/rds_mysql/getInstanceSpecs.d.ts +122 -0
- package/rds_mysql/getInstanceSpecs.js +52 -0
- package/rds_mysql/getInstanceSpecs.js.map +1 -0
- package/rds_mysql/getInstances.d.ts +250 -0
- package/rds_mysql/getInstances.js +126 -0
- package/rds_mysql/getInstances.js.map +1 -0
- package/rds_mysql/getParameterTemplates.d.ts +124 -0
- package/rds_mysql/getParameterTemplates.js +52 -0
- package/rds_mysql/getParameterTemplates.js.map +1 -0
- package/rds_mysql/getRegions.d.ts +62 -0
- package/rds_mysql/getRegions.js +42 -0
- package/rds_mysql/getRegions.js.map +1 -0
- package/rds_mysql/getZones.d.ts +62 -0
- package/rds_mysql/getZones.js +42 -0
- package/rds_mysql/getZones.js.map +1 -0
- package/rds_mysql/index.d.ts +30 -0
- package/rds_mysql/index.js +32 -1
- package/rds_mysql/index.js.map +1 -1
- package/rds_mysql/instance.d.ts +1 -1
- package/rds_mysql/instance.js +1 -1
- package/rds_mysql/instanceReadonlyNode.d.ts +1 -1
- package/rds_mysql/instanceReadonlyNode.js +1 -1
- package/rds_mysql/instanceSpecs.d.ts +4 -2
- package/rds_mysql/instanceSpecs.js +5 -2
- package/rds_mysql/instanceSpecs.js.map +1 -1
- package/rds_mysql/instances.d.ts +6 -4
- package/rds_mysql/instances.js +7 -4
- package/rds_mysql/instances.js.map +1 -1
- package/rds_mysql/parameterTemplates.d.ts +4 -2
- package/rds_mysql/parameterTemplates.js +5 -2
- package/rds_mysql/parameterTemplates.js.map +1 -1
- package/rds_mysql/regions.d.ts +4 -2
- package/rds_mysql/regions.js +5 -2
- package/rds_mysql/regions.js.map +1 -1
- package/rds_mysql/zones.d.ts +4 -2
- package/rds_mysql/zones.js +5 -2
- package/rds_mysql/zones.js.map +1 -1
- package/rds_postgresql/accounts.d.ts +4 -2
- package/rds_postgresql/accounts.js +5 -2
- package/rds_postgresql/accounts.js.map +1 -1
- package/rds_postgresql/allowlistAssociate.d.ts +1 -1
- package/rds_postgresql/allowlistAssociate.js +1 -1
- package/rds_postgresql/allowlists.d.ts +4 -2
- package/rds_postgresql/allowlists.js +5 -2
- package/rds_postgresql/allowlists.js.map +1 -1
- package/rds_postgresql/databases.d.ts +4 -2
- package/rds_postgresql/databases.js +5 -2
- package/rds_postgresql/databases.js.map +1 -1
- package/rds_postgresql/getAccounts.d.ts +87 -0
- package/rds_postgresql/getAccounts.js +47 -0
- package/rds_postgresql/getAccounts.js.map +1 -0
- package/rds_postgresql/getAllowlists.d.ts +83 -0
- package/rds_postgresql/getAllowlists.js +44 -0
- package/rds_postgresql/getAllowlists.js.map +1 -0
- package/rds_postgresql/getDatabases.d.ts +89 -0
- package/rds_postgresql/getDatabases.js +49 -0
- package/rds_postgresql/getDatabases.js.map +1 -0
- package/rds_postgresql/getInstances.d.ts +258 -0
- package/rds_postgresql/getInstances.js +134 -0
- package/rds_postgresql/getInstances.js.map +1 -0
- package/rds_postgresql/getSchemas.d.ts +219 -0
- package/rds_postgresql/getSchemas.js +179 -0
- package/rds_postgresql/getSchemas.js.map +1 -0
- package/rds_postgresql/index.d.ts +15 -0
- package/rds_postgresql/index.js +16 -1
- package/rds_postgresql/index.js.map +1 -1
- package/rds_postgresql/instance.d.ts +1 -1
- package/rds_postgresql/instance.js +1 -1
- package/rds_postgresql/instanceReadonlyNode.d.ts +1 -1
- package/rds_postgresql/instanceReadonlyNode.js +1 -1
- package/rds_postgresql/instances.d.ts +6 -4
- package/rds_postgresql/instances.js +7 -4
- package/rds_postgresql/instances.js.map +1 -1
- package/rds_postgresql/schema.d.ts +1 -1
- package/rds_postgresql/schema.js +1 -1
- package/rds_postgresql/schemas.d.ts +6 -4
- package/rds_postgresql/schemas.js +7 -4
- package/rds_postgresql/schemas.js.map +1 -1
- package/rds_v2/getRdsInstancesV2.d.ts +245 -0
- package/rds_v2/getRdsInstancesV2.js +52 -0
- package/rds_v2/getRdsInstancesV2.js.map +1 -0
- package/rds_v2/index.d.ts +3 -0
- package/rds_v2/index.js +4 -1
- package/rds_v2/index.js.map +1 -1
- package/rds_v2/rdsInstanceV2.d.ts +1 -1
- package/rds_v2/rdsInstanceV2.js +1 -1
- package/rds_v2/rdsInstancesV2.d.ts +4 -2
- package/rds_v2/rdsInstancesV2.js +5 -2
- package/rds_v2/rdsInstancesV2.js.map +1 -1
- package/redis/account.d.ts +1 -1
- package/redis/account.js +1 -1
- package/redis/accounts.d.ts +6 -4
- package/redis/accounts.js +7 -4
- package/redis/accounts.js.map +1 -1
- package/redis/allowListAssociate.d.ts +1 -1
- package/redis/allowListAssociate.js +1 -1
- package/redis/allowLists.d.ts +6 -4
- package/redis/allowLists.js +7 -4
- package/redis/allowLists.js.map +1 -1
- package/redis/backup.d.ts +1 -1
- package/redis/backup.js +1 -1
- package/redis/backupRestore.d.ts +1 -1
- package/redis/backupRestore.js +1 -1
- package/redis/backups.d.ts +6 -4
- package/redis/backups.js +7 -4
- package/redis/backups.js.map +1 -1
- package/redis/continuousBackup.d.ts +1 -1
- package/redis/continuousBackup.js +1 -1
- package/redis/endpoint.d.ts +1 -1
- package/redis/endpoint.js +1 -1
- package/redis/getAccounts.d.ts +160 -0
- package/redis/getAccounts.js +117 -0
- package/redis/getAccounts.js.map +1 -0
- package/redis/getAllowLists.d.ts +172 -0
- package/redis/getAllowLists.js +124 -0
- package/redis/getAllowLists.js.map +1 -0
- package/redis/getBackups.d.ts +175 -0
- package/redis/getBackups.js +113 -0
- package/redis/getBackups.js.map +1 -0
- package/redis/getInstances.d.ts +249 -0
- package/redis/getInstances.js +113 -0
- package/redis/getInstances.js.map +1 -0
- package/redis/getPitrTimeWindows.d.ts +31 -0
- package/redis/getPitrTimeWindows.js +20 -0
- package/redis/getPitrTimeWindows.js.map +1 -0
- package/redis/getRegions.d.ts +78 -0
- package/redis/getRegions.js +47 -0
- package/redis/getRegions.js.map +1 -0
- package/redis/getZones.d.ts +75 -0
- package/redis/getZones.js +46 -0
- package/redis/getZones.js.map +1 -0
- package/redis/index.d.ts +21 -0
- package/redis/index.js +22 -1
- package/redis/index.js.map +1 -1
- package/redis/instance.d.ts +1 -1
- package/redis/instance.js +1 -1
- package/redis/instances.d.ts +6 -4
- package/redis/instances.js +7 -4
- package/redis/instances.js.map +1 -1
- package/redis/pitrTimeWindows.d.ts +2 -0
- package/redis/pitrTimeWindows.js +3 -0
- package/redis/pitrTimeWindows.js.map +1 -1
- package/redis/regions.d.ts +4 -2
- package/redis/regions.js +5 -2
- package/redis/regions.js.map +1 -1
- package/redis/zones.d.ts +4 -2
- package/redis/zones.js +5 -2
- package/redis/zones.js.map +1 -1
- package/rocketmq/accessKeys.d.ts +4 -2
- package/rocketmq/accessKeys.js +5 -2
- package/rocketmq/accessKeys.js.map +1 -1
- package/rocketmq/allowLists.d.ts +4 -2
- package/rocketmq/allowLists.js +5 -2
- package/rocketmq/allowLists.js.map +1 -1
- package/rocketmq/getAccessKeys.d.ts +90 -0
- package/rocketmq/getAccessKeys.js +47 -0
- package/rocketmq/getAccessKeys.js.map +1 -0
- package/rocketmq/getAllowLists.d.ts +62 -0
- package/rocketmq/getAllowLists.js +42 -0
- package/rocketmq/getAllowLists.js.map +1 -0
- package/rocketmq/getGroups.d.ts +99 -0
- package/rocketmq/getGroups.js +48 -0
- package/rocketmq/getGroups.js.map +1 -0
- package/rocketmq/getInstances.d.ts +193 -0
- package/rocketmq/getInstances.js +57 -0
- package/rocketmq/getInstances.js.map +1 -0
- package/rocketmq/getTopics.d.ts +121 -0
- package/rocketmq/getTopics.js +49 -0
- package/rocketmq/getTopics.js.map +1 -0
- package/rocketmq/groups.d.ts +4 -2
- package/rocketmq/groups.js +5 -2
- package/rocketmq/groups.js.map +1 -1
- package/rocketmq/index.d.ts +15 -0
- package/rocketmq/index.js +16 -1
- package/rocketmq/index.js.map +1 -1
- package/rocketmq/instances.d.ts +4 -2
- package/rocketmq/instances.js +5 -2
- package/rocketmq/instances.js.map +1 -1
- package/rocketmq/rocketMQAccessKey.d.ts +1 -1
- package/rocketmq/rocketMQAccessKey.js +1 -1
- package/rocketmq/rocketMQAllowListAssociate.d.ts +1 -1
- package/rocketmq/rocketMQAllowListAssociate.js +1 -1
- package/rocketmq/rocketMQGroup.d.ts +1 -1
- package/rocketmq/rocketMQGroup.js +1 -1
- package/rocketmq/rocketMQInstance.d.ts +1 -1
- package/rocketmq/rocketMQInstance.js +1 -1
- package/rocketmq/rocketMQPublicAddress.d.ts +1 -1
- package/rocketmq/rocketMQPublicAddress.js +1 -1
- package/rocketmq/rocketMQTopic.d.ts +1 -1
- package/rocketmq/rocketMQTopic.js +1 -1
- package/rocketmq/topics.d.ts +4 -2
- package/rocketmq/topics.js +5 -2
- package/rocketmq/topics.js.map +1 -1
- package/tls/alarmNotifyGroups.d.ts +4 -2
- package/tls/alarmNotifyGroups.js +5 -2
- package/tls/alarmNotifyGroups.js.map +1 -1
- package/tls/alarms.d.ts +4 -2
- package/tls/alarms.js +5 -2
- package/tls/alarms.js.map +1 -1
- package/tls/getAlarmNotifyGroups.d.ts +107 -0
- package/tls/getAlarmNotifyGroups.js +46 -0
- package/tls/getAlarmNotifyGroups.js.map +1 -0
- package/tls/getAlarms.d.ts +138 -0
- package/tls/getAlarms.js +51 -0
- package/tls/getAlarms.js.map +1 -0
- package/tls/getHostGroups.d.ts +140 -0
- package/tls/getHostGroups.js +54 -0
- package/tls/getHostGroups.js.map +1 -0
- package/tls/getHosts.d.ts +102 -0
- package/tls/getHosts.js +48 -0
- package/tls/getHosts.js.map +1 -0
- package/tls/getIndexes.d.ts +75 -0
- package/tls/getIndexes.js +46 -0
- package/tls/getIndexes.js.map +1 -0
- package/tls/getKafkaConsumers.d.ts +83 -0
- package/tls/getKafkaConsumers.js +55 -0
- package/tls/getKafkaConsumers.js.map +1 -0
- package/tls/getProjects.d.ts +129 -0
- package/tls/getProjects.js +48 -0
- package/tls/getProjects.js.map +1 -0
- package/tls/getRuleAppliers.d.ts +75 -0
- package/tls/getRuleAppliers.js +46 -0
- package/tls/getRuleAppliers.js.map +1 -0
- package/tls/getRules.d.ts +123 -0
- package/tls/getRules.js +50 -0
- package/tls/getRules.js.map +1 -0
- package/tls/getShards.d.ts +78 -0
- package/tls/getShards.js +46 -0
- package/tls/getShards.js.map +1 -0
- package/tls/getTopics.d.ts +135 -0
- package/tls/getTopics.js +53 -0
- package/tls/getTopics.js.map +1 -0
- package/tls/hostGroups.d.ts +4 -2
- package/tls/hostGroups.js +5 -2
- package/tls/hostGroups.js.map +1 -1
- package/tls/hosts.d.ts +4 -2
- package/tls/hosts.js +5 -2
- package/tls/hosts.js.map +1 -1
- package/tls/index.d.ts +33 -0
- package/tls/index.js +35 -1
- package/tls/index.js.map +1 -1
- package/tls/indexes.d.ts +4 -2
- package/tls/indexes.js +5 -2
- package/tls/indexes.js.map +1 -1
- package/tls/kafkaConsumers.d.ts +4 -2
- package/tls/kafkaConsumers.js +5 -2
- package/tls/kafkaConsumers.js.map +1 -1
- package/tls/projects.d.ts +4 -2
- package/tls/projects.js +5 -2
- package/tls/projects.js.map +1 -1
- package/tls/ruleAppliers.d.ts +4 -2
- package/tls/ruleAppliers.js +5 -2
- package/tls/ruleAppliers.js.map +1 -1
- package/tls/rules.d.ts +4 -2
- package/tls/rules.js +5 -2
- package/tls/rules.js.map +1 -1
- package/tls/shards.d.ts +4 -2
- package/tls/shards.js +5 -2
- package/tls/shards.js.map +1 -1
- package/tls/topics.d.ts +4 -2
- package/tls/topics.js +5 -2
- package/tls/topics.js.map +1 -1
- package/tos/bucket.d.ts +20 -6
- package/tos/bucket.js +20 -6
- package/tos/bucket.js.map +1 -1
- package/tos/bucketInventories.d.ts +4 -2
- package/tos/bucketInventories.js +5 -2
- package/tos/bucketInventories.js.map +1 -1
- package/tos/bucketObjects.d.ts +4 -2
- package/tos/bucketObjects.js +5 -2
- package/tos/bucketObjects.js.map +1 -1
- package/tos/buckets.d.ts +4 -2
- package/tos/buckets.js +5 -2
- package/tos/buckets.js.map +1 -1
- package/tos/getBucketInventories.d.ts +156 -0
- package/tos/getBucketInventories.js +108 -0
- package/tos/getBucketInventories.js.map +1 -0
- package/tos/getBucketObjects.d.ts +93 -0
- package/tos/getBucketObjects.js +48 -0
- package/tos/getBucketObjects.js.map +1 -0
- package/tos/getBuckets.d.ts +84 -0
- package/tos/getBuckets.js +48 -0
- package/tos/getBuckets.js.map +1 -0
- package/tos/index.d.ts +9 -0
- package/tos/index.js +10 -1
- package/tos/index.js.map +1 -1
- package/transit_router/bandwidthPackages.d.ts +4 -2
- package/transit_router/bandwidthPackages.js +5 -2
- package/transit_router/bandwidthPackages.js.map +1 -1
- package/transit_router/directConnectGatewayAttachments.d.ts +4 -2
- package/transit_router/directConnectGatewayAttachments.js +5 -2
- package/transit_router/directConnectGatewayAttachments.js.map +1 -1
- package/transit_router/getBandwidthPackages.d.ts +164 -0
- package/transit_router/getBandwidthPackages.js +69 -0
- package/transit_router/getBandwidthPackages.js.map +1 -0
- package/transit_router/getDirectConnectGatewayAttachments.d.ts +112 -0
- package/transit_router/getDirectConnectGatewayAttachments.js +49 -0
- package/transit_router/getDirectConnectGatewayAttachments.js.map +1 -0
- package/transit_router/getGrantRules.d.ts +90 -0
- package/transit_router/getGrantRules.js +47 -0
- package/transit_router/getGrantRules.js.map +1 -0
- package/transit_router/getPeerAttachments.d.ts +145 -0
- package/transit_router/getPeerAttachments.js +53 -0
- package/transit_router/getPeerAttachments.js.map +1 -0
- package/transit_router/getRouteEntries.d.ts +122 -0
- package/transit_router/getRouteEntries.js +52 -0
- package/transit_router/getRouteEntries.js.map +1 -0
- package/transit_router/getRouteTableAssociations.d.ts +92 -0
- package/transit_router/getRouteTableAssociations.js +49 -0
- package/transit_router/getRouteTableAssociations.js.map +1 -0
- package/transit_router/getRouteTablePropagations.d.ts +92 -0
- package/transit_router/getRouteTablePropagations.js +49 -0
- package/transit_router/getRouteTablePropagations.js.map +1 -0
- package/transit_router/getRouteTables.d.ts +131 -0
- package/transit_router/getRouteTables.js +71 -0
- package/transit_router/getRouteTables.js.map +1 -0
- package/transit_router/getTransitRouters.d.ts +124 -0
- package/transit_router/getTransitRouters.js +62 -0
- package/transit_router/getTransitRouters.js.map +1 -0
- package/transit_router/getVpcAttachments.d.ts +114 -0
- package/transit_router/getVpcAttachments.js +51 -0
- package/transit_router/getVpcAttachments.js.map +1 -0
- package/transit_router/getVpnAttachments.d.ts +114 -0
- package/transit_router/getVpnAttachments.js +51 -0
- package/transit_router/getVpnAttachments.js.map +1 -0
- package/transit_router/grantRules.d.ts +4 -2
- package/transit_router/grantRules.js +5 -2
- package/transit_router/grantRules.js.map +1 -1
- package/transit_router/index.d.ts +33 -0
- package/transit_router/index.js +35 -1
- package/transit_router/index.js.map +1 -1
- package/transit_router/peerAttachments.d.ts +4 -2
- package/transit_router/peerAttachments.js +5 -2
- package/transit_router/peerAttachments.js.map +1 -1
- package/transit_router/routeEntries.d.ts +4 -2
- package/transit_router/routeEntries.js +5 -2
- package/transit_router/routeEntries.js.map +1 -1
- package/transit_router/routeTableAssociations.d.ts +4 -2
- package/transit_router/routeTableAssociations.js +5 -2
- package/transit_router/routeTableAssociations.js.map +1 -1
- package/transit_router/routeTablePropagation.d.ts +1 -1
- package/transit_router/routeTablePropagation.js +1 -1
- package/transit_router/routeTablePropagations.d.ts +4 -2
- package/transit_router/routeTablePropagations.js +5 -2
- package/transit_router/routeTablePropagations.js.map +1 -1
- package/transit_router/routeTables.d.ts +4 -2
- package/transit_router/routeTables.js +5 -2
- package/transit_router/routeTables.js.map +1 -1
- package/transit_router/transitRouters.d.ts +4 -2
- package/transit_router/transitRouters.js +5 -2
- package/transit_router/transitRouters.js.map +1 -1
- package/transit_router/vpcAttachment.d.ts +1 -1
- package/transit_router/vpcAttachment.js +1 -1
- package/transit_router/vpcAttachments.d.ts +4 -2
- package/transit_router/vpcAttachments.js +5 -2
- package/transit_router/vpcAttachments.js.map +1 -1
- package/transit_router/vpnAttachments.d.ts +4 -2
- package/transit_router/vpnAttachments.js +5 -2
- package/transit_router/vpnAttachments.js.map +1 -1
- package/types/input.d.ts +1949 -44
- package/types/output.d.ts +34644 -11676
- package/vedb_mysql/account.d.ts +1 -1
- package/vedb_mysql/account.js +1 -1
- package/vedb_mysql/accounts.d.ts +6 -4
- package/vedb_mysql/accounts.js +7 -4
- package/vedb_mysql/accounts.js.map +1 -1
- package/vedb_mysql/allowlistAssociate.d.ts +1 -1
- package/vedb_mysql/allowlistAssociate.js +1 -1
- package/vedb_mysql/allowlists.d.ts +6 -4
- package/vedb_mysql/allowlists.js +7 -4
- package/vedb_mysql/allowlists.js.map +1 -1
- package/vedb_mysql/backup.d.ts +1 -1
- package/vedb_mysql/backup.js +1 -1
- package/vedb_mysql/backups.d.ts +6 -4
- package/vedb_mysql/backups.js +7 -4
- package/vedb_mysql/backups.js.map +1 -1
- package/vedb_mysql/database.d.ts +1 -1
- package/vedb_mysql/database.js +1 -1
- package/vedb_mysql/databases.d.ts +6 -4
- package/vedb_mysql/databases.js +7 -4
- package/vedb_mysql/databases.js.map +1 -1
- package/vedb_mysql/endpoint.d.ts +2 -2
- package/vedb_mysql/endpoint.js +2 -2
- package/vedb_mysql/endpointPublicAddress.d.ts +2 -2
- package/vedb_mysql/endpointPublicAddress.js +2 -2
- package/vedb_mysql/endpoints.d.ts +8 -6
- package/vedb_mysql/endpoints.js +9 -6
- package/vedb_mysql/endpoints.js.map +1 -1
- package/vedb_mysql/getAccounts.d.ts +194 -0
- package/vedb_mysql/getAccounts.js +146 -0
- package/vedb_mysql/getAccounts.js.map +1 -0
- package/vedb_mysql/getAllowlists.d.ts +190 -0
- package/vedb_mysql/getAllowlists.js +142 -0
- package/vedb_mysql/getAllowlists.js.map +1 -0
- package/vedb_mysql/getBackups.d.ts +220 -0
- package/vedb_mysql/getBackups.js +133 -0
- package/vedb_mysql/getBackups.js.map +1 -0
- package/vedb_mysql/getDatabases.d.ts +175 -0
- package/vedb_mysql/getDatabases.js +124 -0
- package/vedb_mysql/getDatabases.js.map +1 -0
- package/vedb_mysql/getEndpoints.d.ts +202 -0
- package/vedb_mysql/getEndpoints.js +154 -0
- package/vedb_mysql/getEndpoints.js.map +1 -0
- package/vedb_mysql/getInstances.d.ts +258 -0
- package/vedb_mysql/getInstances.js +123 -0
- package/vedb_mysql/getInstances.js.map +1 -0
- package/vedb_mysql/index.d.ts +18 -0
- package/vedb_mysql/index.js +19 -1
- package/vedb_mysql/index.js.map +1 -1
- package/vedb_mysql/instance.d.ts +1 -1
- package/vedb_mysql/instance.js +1 -1
- package/vedb_mysql/instances.d.ts +6 -4
- package/vedb_mysql/instances.js +7 -4
- package/vedb_mysql/instances.js.map +1 -1
- package/veecp/addon.d.ts +140 -0
- package/veecp/addon.js +94 -0
- package/veecp/addon.js.map +1 -0
- package/veecp/addons.d.ts +154 -0
- package/veecp/addons.js +70 -0
- package/veecp/addons.js.map +1 -0
- package/veecp/batchEdgeMachine.d.ts +131 -0
- package/veecp/batchEdgeMachine.js +91 -0
- package/veecp/batchEdgeMachine.js.map +1 -0
- package/veecp/batchEdgeMachines.d.ts +161 -0
- package/veecp/batchEdgeMachines.js +71 -0
- package/veecp/batchEdgeMachines.js.map +1 -0
- package/veecp/cluster.d.ts +231 -0
- package/veecp/cluster.js +142 -0
- package/veecp/cluster.js.map +1 -0
- package/veecp/clusters.d.ts +255 -0
- package/veecp/clusters.js +143 -0
- package/veecp/clusters.js.map +1 -0
- package/veecp/edgeNode.d.ts +128 -0
- package/veecp/edgeNode.js +96 -0
- package/veecp/edgeNode.js.map +1 -0
- package/veecp/edgeNodePool.d.ts +174 -0
- package/veecp/edgeNodePool.js +103 -0
- package/veecp/edgeNodePool.js.map +1 -0
- package/veecp/edgeNodePools.d.ts +262 -0
- package/veecp/edgeNodePools.js +148 -0
- package/veecp/edgeNodePools.js.map +1 -0
- package/veecp/edgeNodes.d.ts +191 -0
- package/veecp/edgeNodes.js +85 -0
- package/veecp/edgeNodes.js.map +1 -0
- package/veecp/getAddons.d.ts +152 -0
- package/veecp/getAddons.js +67 -0
- package/veecp/getAddons.js.map +1 -0
- package/veecp/getBatchEdgeMachines.d.ts +159 -0
- package/veecp/getBatchEdgeMachines.js +68 -0
- package/veecp/getBatchEdgeMachines.js.map +1 -0
- package/veecp/getClusters.d.ts +253 -0
- package/veecp/getClusters.js +140 -0
- package/veecp/getClusters.js.map +1 -0
- package/veecp/getEdgeNodePools.d.ts +260 -0
- package/veecp/getEdgeNodePools.js +145 -0
- package/veecp/getEdgeNodePools.js.map +1 -0
- package/veecp/getEdgeNodes.d.ts +189 -0
- package/veecp/getEdgeNodes.js +82 -0
- package/veecp/getEdgeNodes.js.map +1 -0
- package/veecp/getNodePools.d.ts +364 -0
- package/veecp/getNodePools.js +259 -0
- package/veecp/getNodePools.js.map +1 -0
- package/veecp/getSupportAddons.d.ts +137 -0
- package/veecp/getSupportAddons.js +49 -0
- package/veecp/getSupportAddons.js.map +1 -0
- package/veecp/getSupportResourceTypes.d.ts +80 -0
- package/veecp/getSupportResourceTypes.js +44 -0
- package/veecp/getSupportResourceTypes.js.map +1 -0
- package/veecp/index.d.ts +66 -0
- package/veecp/index.js +95 -0
- package/veecp/index.js.map +1 -0
- package/veecp/nodePool.d.ts +271 -0
- package/veecp/nodePool.js +191 -0
- package/veecp/nodePool.js.map +1 -0
- package/veecp/nodePools.d.ts +366 -0
- package/veecp/nodePools.js +262 -0
- package/veecp/nodePools.js.map +1 -0
- package/veecp/supportAddons.d.ts +139 -0
- package/veecp/supportAddons.js +52 -0
- package/veecp/supportAddons.js.map +1 -0
- package/veecp/supportResourceTypes.d.ts +82 -0
- package/veecp/supportResourceTypes.js +47 -0
- package/veecp/supportResourceTypes.js.map +1 -0
- package/veenedge/availableResources.d.ts +4 -2
- package/veenedge/availableResources.js +5 -2
- package/veenedge/availableResources.js.map +1 -1
- package/veenedge/cloudServers.d.ts +4 -2
- package/veenedge/cloudServers.js +5 -2
- package/veenedge/cloudServers.js.map +1 -1
- package/veenedge/getAvailableResources.d.ts +97 -0
- package/veenedge/getAvailableResources.js +52 -0
- package/veenedge/getAvailableResources.js.map +1 -0
- package/veenedge/getCloudServers.d.ts +80 -0
- package/veenedge/getCloudServers.js +44 -0
- package/veenedge/getCloudServers.js.map +1 -0
- package/veenedge/getInstanceTypes.d.ts +62 -0
- package/veenedge/getInstanceTypes.js +42 -0
- package/veenedge/getInstanceTypes.js.map +1 -0
- package/veenedge/getInstances.d.ts +108 -0
- package/veenedge/getInstances.js +56 -0
- package/veenedge/getInstances.js.map +1 -0
- package/veenedge/getVpcs.d.ts +80 -0
- package/veenedge/getVpcs.js +44 -0
- package/veenedge/getVpcs.js.map +1 -0
- package/veenedge/index.d.ts +15 -0
- package/veenedge/index.js +16 -1
- package/veenedge/index.js.map +1 -1
- package/veenedge/instanceTypes.d.ts +4 -2
- package/veenedge/instanceTypes.js +5 -2
- package/veenedge/instanceTypes.js.map +1 -1
- package/veenedge/instances.d.ts +4 -2
- package/veenedge/instances.js +5 -2
- package/veenedge/instances.js.map +1 -1
- package/veenedge/vpcs.d.ts +4 -2
- package/veenedge/vpcs.js +5 -2
- package/veenedge/vpcs.js.map +1 -1
- package/vepfs/fileSystems.d.ts +4 -2
- package/vepfs/fileSystems.js +5 -2
- package/vepfs/fileSystems.js.map +1 -1
- package/vepfs/filesets.d.ts +4 -2
- package/vepfs/filesets.js +5 -2
- package/vepfs/filesets.js.map +1 -1
- package/vepfs/getFileSystems.d.ts +192 -0
- package/vepfs/getFileSystems.js +101 -0
- package/vepfs/getFileSystems.js.map +1 -0
- package/vepfs/getFilesets.d.ts +200 -0
- package/vepfs/getFilesets.js +119 -0
- package/vepfs/getFilesets.js.map +1 -0
- package/vepfs/getMountServices.d.ts +157 -0
- package/vepfs/getMountServices.js +85 -0
- package/vepfs/getMountServices.js.map +1 -0
- package/vepfs/index.d.ts +9 -0
- package/vepfs/index.js +10 -1
- package/vepfs/index.js.map +1 -1
- package/vepfs/mountServices.d.ts +4 -2
- package/vepfs/mountServices.js +5 -2
- package/vepfs/mountServices.js.map +1 -1
- package/vke/addons.d.ts +4 -2
- package/vke/addons.js +5 -2
- package/vke/addons.js.map +1 -1
- package/vke/cluster.d.ts +116 -4
- package/vke/cluster.js +106 -4
- package/vke/cluster.js.map +1 -1
- package/vke/clusters.d.ts +16 -2
- package/vke/clusters.js +6 -2
- package/vke/clusters.js.map +1 -1
- package/vke/getAddons.d.ts +139 -0
- package/vke/getAddons.js +54 -0
- package/vke/getAddons.js.map +1 -0
- package/vke/getClusters.d.ts +273 -0
- package/vke/getClusters.js +144 -0
- package/vke/getClusters.js.map +1 -0
- package/vke/getKubeconfigs.d.ts +252 -0
- package/vke/getKubeconfigs.js +168 -0
- package/vke/getKubeconfigs.js.map +1 -0
- package/vke/getNodePools.d.ts +398 -0
- package/vke/getNodePools.js +282 -0
- package/vke/getNodePools.js.map +1 -0
- package/vke/getNodes.d.ts +407 -0
- package/vke/getNodes.js +316 -0
- package/vke/getNodes.js.map +1 -0
- package/vke/getSupportAddons.d.ts +140 -0
- package/vke/getSupportAddons.js +55 -0
- package/vke/getSupportAddons.js.map +1 -0
- package/vke/getSupportResourceTypes.d.ts +80 -0
- package/vke/getSupportResourceTypes.js +44 -0
- package/vke/getSupportResourceTypes.js.map +1 -0
- package/vke/index.d.ts +21 -0
- package/vke/index.js +22 -1
- package/vke/index.js.map +1 -1
- package/vke/kubeconfig.d.ts +1 -1
- package/vke/kubeconfig.js +1 -1
- package/vke/kubeconfigs.d.ts +15 -4
- package/vke/kubeconfigs.js +8 -4
- package/vke/kubeconfigs.js.map +1 -1
- package/vke/node.d.ts +2 -2
- package/vke/node.js +2 -2
- package/vke/nodePool.d.ts +8 -6
- package/vke/nodePool.js +8 -6
- package/vke/nodePool.js.map +1 -1
- package/vke/nodePools.d.ts +8 -6
- package/vke/nodePools.js +9 -6
- package/vke/nodePools.js.map +1 -1
- package/vke/nodes.d.ts +8 -6
- package/vke/nodes.js +9 -6
- package/vke/nodes.js.map +1 -1
- package/vke/supportAddons.d.ts +4 -2
- package/vke/supportAddons.js +5 -2
- package/vke/supportAddons.js.map +1 -1
- package/vke/supportResourceTypes.d.ts +4 -2
- package/vke/supportResourceTypes.js +5 -2
- package/vke/supportResourceTypes.js.map +1 -1
- package/vpc/getHaVips.d.ts +205 -0
- package/vpc/getHaVips.js +91 -0
- package/vpc/getHaVips.js.map +1 -0
- package/vpc/getIpv6AddressBandwidths.d.ts +135 -0
- package/vpc/getIpv6AddressBandwidths.js +53 -0
- package/vpc/getIpv6AddressBandwidths.js.map +1 -0
- package/vpc/getIpv6Addresses.d.ts +75 -0
- package/vpc/getIpv6Addresses.js +47 -0
- package/vpc/getIpv6Addresses.js.map +1 -0
- package/vpc/getIpv6Gateways.d.ts +105 -0
- package/vpc/getIpv6Gateways.js +50 -0
- package/vpc/getIpv6Gateways.js.map +1 -0
- package/vpc/getNetworkAcls.d.ts +142 -0
- package/vpc/getNetworkAcls.js +53 -0
- package/vpc/getNetworkAcls.js.map +1 -0
- package/vpc/getNetworkInterfaces.d.ts +217 -0
- package/vpc/getNetworkInterfaces.js +60 -0
- package/vpc/getNetworkInterfaces.js.map +1 -0
- package/vpc/getPrefixLists.d.ts +151 -0
- package/vpc/getPrefixLists.js +92 -0
- package/vpc/getPrefixLists.js.map +1 -0
- package/vpc/getRouteEntries.d.ts +146 -0
- package/vpc/getRouteEntries.js +54 -0
- package/vpc/getRouteEntries.js.map +1 -0
- package/vpc/getRouteTables.d.ts +132 -0
- package/vpc/getRouteTables.js +59 -0
- package/vpc/getRouteTables.js.map +1 -0
- package/vpc/getSecurityGroupRules.d.ts +122 -0
- package/vpc/getSecurityGroupRules.js +50 -0
- package/vpc/getSecurityGroupRules.js.map +1 -0
- package/vpc/getSecurityGroups.d.ts +130 -0
- package/vpc/getSecurityGroups.js +52 -0
- package/vpc/getSecurityGroups.js.map +1 -0
- package/vpc/getSubnets.d.ts +145 -0
- package/vpc/getSubnets.js +53 -0
- package/vpc/getSubnets.js.map +1 -0
- package/vpc/getVpcs.d.ts +121 -0
- package/vpc/getVpcs.js +51 -0
- package/vpc/getVpcs.js.map +1 -0
- package/vpc/haVip.d.ts +19 -2
- package/vpc/haVip.js +7 -2
- package/vpc/haVip.js.map +1 -1
- package/vpc/haVipAssociate.d.ts +1 -1
- package/vpc/haVipAssociate.js +1 -1
- package/vpc/haVips.d.ts +19 -4
- package/vpc/haVips.js +8 -4
- package/vpc/haVips.js.map +1 -1
- package/vpc/index.d.ts +39 -0
- package/vpc/index.js +41 -1
- package/vpc/index.js.map +1 -1
- package/vpc/ipv6AddressBandwidth.d.ts +2 -2
- package/vpc/ipv6AddressBandwidth.js +2 -2
- package/vpc/ipv6AddressBandwidths.d.ts +4 -2
- package/vpc/ipv6AddressBandwidths.js +5 -2
- package/vpc/ipv6AddressBandwidths.js.map +1 -1
- package/vpc/ipv6Addresses.d.ts +4 -2
- package/vpc/ipv6Addresses.js +5 -2
- package/vpc/ipv6Addresses.js.map +1 -1
- package/vpc/ipv6Gateways.d.ts +4 -2
- package/vpc/ipv6Gateways.js +5 -2
- package/vpc/ipv6Gateways.js.map +1 -1
- package/vpc/networkAcls.d.ts +4 -2
- package/vpc/networkAcls.js +5 -2
- package/vpc/networkAcls.js.map +1 -1
- package/vpc/networkInterfaces.d.ts +4 -2
- package/vpc/networkInterfaces.js +5 -2
- package/vpc/networkInterfaces.js.map +1 -1
- package/vpc/prefixLists.d.ts +4 -2
- package/vpc/prefixLists.js +5 -2
- package/vpc/prefixLists.js.map +1 -1
- package/vpc/routeEntries.d.ts +4 -2
- package/vpc/routeEntries.js +5 -2
- package/vpc/routeEntries.js.map +1 -1
- package/vpc/routeTable.d.ts +28 -5
- package/vpc/routeTable.js +16 -5
- package/vpc/routeTable.js.map +1 -1
- package/vpc/routeTables.d.ts +17 -2
- package/vpc/routeTables.js +6 -2
- package/vpc/routeTables.js.map +1 -1
- package/vpc/securityGroupRules.d.ts +4 -2
- package/vpc/securityGroupRules.js +5 -2
- package/vpc/securityGroupRules.js.map +1 -1
- package/vpc/securityGroups.d.ts +4 -2
- package/vpc/securityGroups.js +5 -2
- package/vpc/securityGroups.js.map +1 -1
- package/vpc/subnets.d.ts +4 -2
- package/vpc/subnets.js +5 -2
- package/vpc/subnets.js.map +1 -1
- package/vpc/vpc.d.ts +18 -3
- package/vpc/vpc.js +18 -3
- package/vpc/vpc.js.map +1 -1
- package/vpc/vpcs.d.ts +4 -2
- package/vpc/vpcs.js +5 -2
- package/vpc/vpcs.js.map +1 -1
- package/vpn/connections.d.ts +4 -2
- package/vpn/connections.js +5 -2
- package/vpn/connections.js.map +1 -1
- package/vpn/customerGateways.d.ts +4 -2
- package/vpn/customerGateways.js +5 -2
- package/vpn/customerGateways.js.map +1 -1
- package/vpn/gatewayRoutes.d.ts +4 -2
- package/vpn/gatewayRoutes.js +5 -2
- package/vpn/gatewayRoutes.js.map +1 -1
- package/vpn/gateways.d.ts +4 -2
- package/vpn/gateways.js +5 -2
- package/vpn/gateways.js.map +1 -1
- package/vpn/getConnections.d.ts +283 -0
- package/vpn/getConnections.js +157 -0
- package/vpn/getConnections.js.map +1 -0
- package/vpn/getCustomerGateways.d.ts +128 -0
- package/vpn/getCustomerGateways.js +65 -0
- package/vpn/getCustomerGateways.js.map +1 -0
- package/vpn/getGatewayRoutes.d.ts +244 -0
- package/vpn/getGatewayRoutes.js +164 -0
- package/vpn/getGatewayRoutes.js.map +1 -0
- package/vpn/getGateways.d.ts +227 -0
- package/vpn/getGateways.js +97 -0
- package/vpn/getGateways.js.map +1 -0
- package/vpn/getSslVpnClientCerts.d.ts +192 -0
- package/vpn/getSslVpnClientCerts.js +134 -0
- package/vpn/getSslVpnClientCerts.js.map +1 -0
- package/vpn/getSslVpnServers.d.ts +167 -0
- package/vpn/getSslVpnServers.js +117 -0
- package/vpn/getSslVpnServers.js.map +1 -0
- package/vpn/index.d.ts +18 -0
- package/vpn/index.js +19 -1
- package/vpn/index.js.map +1 -1
- package/vpn/sslVpnClientCert.d.ts +1 -1
- package/vpn/sslVpnClientCert.js +1 -1
- package/vpn/sslVpnClientCerts.d.ts +6 -4
- package/vpn/sslVpnClientCerts.js +7 -4
- package/vpn/sslVpnClientCerts.js.map +1 -1
- package/vpn/sslVpnServer.d.ts +1 -1
- package/vpn/sslVpnServer.js +1 -1
- package/vpn/sslVpnServers.d.ts +6 -4
- package/vpn/sslVpnServers.js +7 -4
- package/vpn/sslVpnServers.js.map +1 -1
package/types/input.d.ts
CHANGED
|
@@ -127,6 +127,26 @@ export declare namespace alb {
|
|
|
127
127
|
*/
|
|
128
128
|
value: pulumi.Input<string>;
|
|
129
129
|
}
|
|
130
|
+
interface GetAlbsTag {
|
|
131
|
+
/**
|
|
132
|
+
* The Key of Tags.
|
|
133
|
+
*/
|
|
134
|
+
key: string;
|
|
135
|
+
/**
|
|
136
|
+
* The Value of Tags.
|
|
137
|
+
*/
|
|
138
|
+
value: string;
|
|
139
|
+
}
|
|
140
|
+
interface GetAlbsTagArgs {
|
|
141
|
+
/**
|
|
142
|
+
* The Key of Tags.
|
|
143
|
+
*/
|
|
144
|
+
key: pulumi.Input<string>;
|
|
145
|
+
/**
|
|
146
|
+
* The Value of Tags.
|
|
147
|
+
*/
|
|
148
|
+
value: pulumi.Input<string>;
|
|
149
|
+
}
|
|
130
150
|
interface RuleRedirectConfig {
|
|
131
151
|
/**
|
|
132
152
|
* The redirect domain, only support exact domain name.
|
|
@@ -318,6 +338,26 @@ export declare namespace bandwidth_package {
|
|
|
318
338
|
*/
|
|
319
339
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
320
340
|
}
|
|
341
|
+
interface GetBandwidthPackagesTagFilter {
|
|
342
|
+
/**
|
|
343
|
+
* The key of the tag.
|
|
344
|
+
*/
|
|
345
|
+
key: string;
|
|
346
|
+
/**
|
|
347
|
+
* The values of the tag.
|
|
348
|
+
*/
|
|
349
|
+
values: string[];
|
|
350
|
+
}
|
|
351
|
+
interface GetBandwidthPackagesTagFilterArgs {
|
|
352
|
+
/**
|
|
353
|
+
* The key of the tag.
|
|
354
|
+
*/
|
|
355
|
+
key: pulumi.Input<string>;
|
|
356
|
+
/**
|
|
357
|
+
* The values of the tag.
|
|
358
|
+
*/
|
|
359
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
360
|
+
}
|
|
321
361
|
}
|
|
322
362
|
export declare namespace bioos {
|
|
323
363
|
interface ClusterSharedConfig {
|
|
@@ -488,6 +528,46 @@ export declare namespace cen {
|
|
|
488
528
|
*/
|
|
489
529
|
value: pulumi.Input<string>;
|
|
490
530
|
}
|
|
531
|
+
interface GetBandwidthPackagesTag {
|
|
532
|
+
/**
|
|
533
|
+
* The Key of Tags.
|
|
534
|
+
*/
|
|
535
|
+
key: string;
|
|
536
|
+
/**
|
|
537
|
+
* The Value of Tags.
|
|
538
|
+
*/
|
|
539
|
+
value: string;
|
|
540
|
+
}
|
|
541
|
+
interface GetBandwidthPackagesTagArgs {
|
|
542
|
+
/**
|
|
543
|
+
* The Key of Tags.
|
|
544
|
+
*/
|
|
545
|
+
key: pulumi.Input<string>;
|
|
546
|
+
/**
|
|
547
|
+
* The Value of Tags.
|
|
548
|
+
*/
|
|
549
|
+
value: pulumi.Input<string>;
|
|
550
|
+
}
|
|
551
|
+
interface GetCensTag {
|
|
552
|
+
/**
|
|
553
|
+
* The Key of Tags.
|
|
554
|
+
*/
|
|
555
|
+
key: string;
|
|
556
|
+
/**
|
|
557
|
+
* The Value of Tags.
|
|
558
|
+
*/
|
|
559
|
+
value: string;
|
|
560
|
+
}
|
|
561
|
+
interface GetCensTagArgs {
|
|
562
|
+
/**
|
|
563
|
+
* The Key of Tags.
|
|
564
|
+
*/
|
|
565
|
+
key: pulumi.Input<string>;
|
|
566
|
+
/**
|
|
567
|
+
* The Value of Tags.
|
|
568
|
+
*/
|
|
569
|
+
value: pulumi.Input<string>;
|
|
570
|
+
}
|
|
491
571
|
interface ServiceRouteEntryPublishToInstance {
|
|
492
572
|
/**
|
|
493
573
|
* Cloud service access routes need to publish the network instance ID.
|
|
@@ -588,6 +668,46 @@ export declare namespace clb {
|
|
|
588
668
|
*/
|
|
589
669
|
value: pulumi.Input<string>;
|
|
590
670
|
}
|
|
671
|
+
interface GetCertificatesTag {
|
|
672
|
+
/**
|
|
673
|
+
* The Key of Tags.
|
|
674
|
+
*/
|
|
675
|
+
key: string;
|
|
676
|
+
/**
|
|
677
|
+
* The Value of Tags.
|
|
678
|
+
*/
|
|
679
|
+
value: string;
|
|
680
|
+
}
|
|
681
|
+
interface GetCertificatesTagArgs {
|
|
682
|
+
/**
|
|
683
|
+
* The Key of Tags.
|
|
684
|
+
*/
|
|
685
|
+
key: pulumi.Input<string>;
|
|
686
|
+
/**
|
|
687
|
+
* The Value of Tags.
|
|
688
|
+
*/
|
|
689
|
+
value: pulumi.Input<string>;
|
|
690
|
+
}
|
|
691
|
+
interface GetClbsTag {
|
|
692
|
+
/**
|
|
693
|
+
* The Key of Tags.
|
|
694
|
+
*/
|
|
695
|
+
key: string;
|
|
696
|
+
/**
|
|
697
|
+
* The Value of Tags.
|
|
698
|
+
*/
|
|
699
|
+
value: string;
|
|
700
|
+
}
|
|
701
|
+
interface GetClbsTagArgs {
|
|
702
|
+
/**
|
|
703
|
+
* The Key of Tags.
|
|
704
|
+
*/
|
|
705
|
+
key: pulumi.Input<string>;
|
|
706
|
+
/**
|
|
707
|
+
* The Value of Tags.
|
|
708
|
+
*/
|
|
709
|
+
value: pulumi.Input<string>;
|
|
710
|
+
}
|
|
591
711
|
interface ListenerHealthCheck {
|
|
592
712
|
/**
|
|
593
713
|
* The domain of health check.
|
|
@@ -814,6 +934,76 @@ export declare namespace cloudfs {
|
|
|
814
934
|
export declare namespace config {
|
|
815
935
|
}
|
|
816
936
|
export declare namespace cr {
|
|
937
|
+
interface EndpointAclPolicy {
|
|
938
|
+
/**
|
|
939
|
+
* The description of the acl policy.
|
|
940
|
+
*/
|
|
941
|
+
description?: pulumi.Input<string>;
|
|
942
|
+
/**
|
|
943
|
+
* The ip of the acl policy.
|
|
944
|
+
*/
|
|
945
|
+
entry?: pulumi.Input<string>;
|
|
946
|
+
}
|
|
947
|
+
interface GetRegistriesResourceTag {
|
|
948
|
+
/**
|
|
949
|
+
* The Key of Tags.
|
|
950
|
+
*/
|
|
951
|
+
key: string;
|
|
952
|
+
/**
|
|
953
|
+
* The Value of Tags.
|
|
954
|
+
*/
|
|
955
|
+
values: string[];
|
|
956
|
+
}
|
|
957
|
+
interface GetRegistriesResourceTagArgs {
|
|
958
|
+
/**
|
|
959
|
+
* The Key of Tags.
|
|
960
|
+
*/
|
|
961
|
+
key: pulumi.Input<string>;
|
|
962
|
+
/**
|
|
963
|
+
* The Value of Tags.
|
|
964
|
+
*/
|
|
965
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
966
|
+
}
|
|
967
|
+
interface GetRegistriesStatus {
|
|
968
|
+
/**
|
|
969
|
+
* The condition of registry.
|
|
970
|
+
*/
|
|
971
|
+
condition?: string;
|
|
972
|
+
/**
|
|
973
|
+
* The phase of status.
|
|
974
|
+
*/
|
|
975
|
+
phase?: string;
|
|
976
|
+
}
|
|
977
|
+
interface GetRegistriesStatusArgs {
|
|
978
|
+
/**
|
|
979
|
+
* The condition of registry.
|
|
980
|
+
*/
|
|
981
|
+
condition?: pulumi.Input<string>;
|
|
982
|
+
/**
|
|
983
|
+
* The phase of status.
|
|
984
|
+
*/
|
|
985
|
+
phase?: pulumi.Input<string>;
|
|
986
|
+
}
|
|
987
|
+
interface RegistriesResourceTag {
|
|
988
|
+
/**
|
|
989
|
+
* The Key of Tags.
|
|
990
|
+
*/
|
|
991
|
+
key: string;
|
|
992
|
+
/**
|
|
993
|
+
* The Value of Tags.
|
|
994
|
+
*/
|
|
995
|
+
values: string[];
|
|
996
|
+
}
|
|
997
|
+
interface RegistriesResourceTagArgs {
|
|
998
|
+
/**
|
|
999
|
+
* The Key of Tags.
|
|
1000
|
+
*/
|
|
1001
|
+
key: pulumi.Input<string>;
|
|
1002
|
+
/**
|
|
1003
|
+
* The Value of Tags.
|
|
1004
|
+
*/
|
|
1005
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
1006
|
+
}
|
|
817
1007
|
interface RegistriesStatus {
|
|
818
1008
|
/**
|
|
819
1009
|
* The condition of registry.
|
|
@@ -844,6 +1034,16 @@ export declare namespace cr {
|
|
|
844
1034
|
*/
|
|
845
1035
|
type?: pulumi.Input<string>;
|
|
846
1036
|
}
|
|
1037
|
+
interface RegistryResourceTag {
|
|
1038
|
+
/**
|
|
1039
|
+
* The Key of Tags.
|
|
1040
|
+
*/
|
|
1041
|
+
key?: pulumi.Input<string>;
|
|
1042
|
+
/**
|
|
1043
|
+
* The Value of Tags.
|
|
1044
|
+
*/
|
|
1045
|
+
value?: pulumi.Input<string>;
|
|
1046
|
+
}
|
|
847
1047
|
interface RegistryStatus {
|
|
848
1048
|
/**
|
|
849
1049
|
* The condition of registry.
|
|
@@ -972,6 +1172,66 @@ export declare namespace direct_connect {
|
|
|
972
1172
|
*/
|
|
973
1173
|
value?: pulumi.Input<string>;
|
|
974
1174
|
}
|
|
1175
|
+
interface GetConnectionsTagFilter {
|
|
1176
|
+
/**
|
|
1177
|
+
* The tag key of cloud resource instance.
|
|
1178
|
+
*/
|
|
1179
|
+
key?: string;
|
|
1180
|
+
/**
|
|
1181
|
+
* The tag value of cloud resource instance.
|
|
1182
|
+
*/
|
|
1183
|
+
value?: string;
|
|
1184
|
+
}
|
|
1185
|
+
interface GetConnectionsTagFilterArgs {
|
|
1186
|
+
/**
|
|
1187
|
+
* The tag key of cloud resource instance.
|
|
1188
|
+
*/
|
|
1189
|
+
key?: pulumi.Input<string>;
|
|
1190
|
+
/**
|
|
1191
|
+
* The tag value of cloud resource instance.
|
|
1192
|
+
*/
|
|
1193
|
+
value?: pulumi.Input<string>;
|
|
1194
|
+
}
|
|
1195
|
+
interface GetGatewaysTagFilter {
|
|
1196
|
+
/**
|
|
1197
|
+
* The tag key of cloud resource instance.
|
|
1198
|
+
*/
|
|
1199
|
+
key?: string;
|
|
1200
|
+
/**
|
|
1201
|
+
* The tag value of cloud resource instance.
|
|
1202
|
+
*/
|
|
1203
|
+
value?: string;
|
|
1204
|
+
}
|
|
1205
|
+
interface GetGatewaysTagFilterArgs {
|
|
1206
|
+
/**
|
|
1207
|
+
* The tag key of cloud resource instance.
|
|
1208
|
+
*/
|
|
1209
|
+
key?: pulumi.Input<string>;
|
|
1210
|
+
/**
|
|
1211
|
+
* The tag value of cloud resource instance.
|
|
1212
|
+
*/
|
|
1213
|
+
value?: pulumi.Input<string>;
|
|
1214
|
+
}
|
|
1215
|
+
interface GetVirtualInterfacesTagFilter {
|
|
1216
|
+
/**
|
|
1217
|
+
* The tag key of cloud resource instance.
|
|
1218
|
+
*/
|
|
1219
|
+
key?: string;
|
|
1220
|
+
/**
|
|
1221
|
+
* The tag value of cloud resource instance.
|
|
1222
|
+
*/
|
|
1223
|
+
value?: string;
|
|
1224
|
+
}
|
|
1225
|
+
interface GetVirtualInterfacesTagFilterArgs {
|
|
1226
|
+
/**
|
|
1227
|
+
* The tag key of cloud resource instance.
|
|
1228
|
+
*/
|
|
1229
|
+
key?: pulumi.Input<string>;
|
|
1230
|
+
/**
|
|
1231
|
+
* The tag value of cloud resource instance.
|
|
1232
|
+
*/
|
|
1233
|
+
value?: pulumi.Input<string>;
|
|
1234
|
+
}
|
|
975
1235
|
interface VirtualInterfaceTag {
|
|
976
1236
|
/**
|
|
977
1237
|
* The tag key.
|
|
@@ -1004,6 +1264,26 @@ export declare namespace direct_connect {
|
|
|
1004
1264
|
}
|
|
1005
1265
|
}
|
|
1006
1266
|
export declare namespace dns {
|
|
1267
|
+
interface GetZonesTag {
|
|
1268
|
+
/**
|
|
1269
|
+
* The Key of Tags.
|
|
1270
|
+
*/
|
|
1271
|
+
key: string;
|
|
1272
|
+
/**
|
|
1273
|
+
* The Value of Tags.
|
|
1274
|
+
*/
|
|
1275
|
+
values: string[];
|
|
1276
|
+
}
|
|
1277
|
+
interface GetZonesTagArgs {
|
|
1278
|
+
/**
|
|
1279
|
+
* The Key of Tags.
|
|
1280
|
+
*/
|
|
1281
|
+
key: pulumi.Input<string>;
|
|
1282
|
+
/**
|
|
1283
|
+
* The Value of Tags.
|
|
1284
|
+
*/
|
|
1285
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
1286
|
+
}
|
|
1007
1287
|
interface ZoneTag {
|
|
1008
1288
|
/**
|
|
1009
1289
|
* The Key of Tags.
|
|
@@ -1066,17 +1346,17 @@ export declare namespace ebs {
|
|
|
1066
1346
|
*/
|
|
1067
1347
|
value: pulumi.Input<string>;
|
|
1068
1348
|
}
|
|
1069
|
-
interface
|
|
1349
|
+
interface GetAutoSnapshotPoliciesTag {
|
|
1070
1350
|
/**
|
|
1071
1351
|
* The Key of Tags.
|
|
1072
1352
|
*/
|
|
1073
|
-
key:
|
|
1353
|
+
key: string;
|
|
1074
1354
|
/**
|
|
1075
1355
|
* The Value of Tags.
|
|
1076
1356
|
*/
|
|
1077
|
-
value:
|
|
1357
|
+
value: string;
|
|
1078
1358
|
}
|
|
1079
|
-
interface
|
|
1359
|
+
interface GetAutoSnapshotPoliciesTagArgs {
|
|
1080
1360
|
/**
|
|
1081
1361
|
* The Key of Tags.
|
|
1082
1362
|
*/
|
|
@@ -1086,7 +1366,67 @@ export declare namespace ebs {
|
|
|
1086
1366
|
*/
|
|
1087
1367
|
value: pulumi.Input<string>;
|
|
1088
1368
|
}
|
|
1089
|
-
interface
|
|
1369
|
+
interface GetSnapshotsTag {
|
|
1370
|
+
/**
|
|
1371
|
+
* The Key of Tags.
|
|
1372
|
+
*/
|
|
1373
|
+
key: string;
|
|
1374
|
+
/**
|
|
1375
|
+
* The Value of Tags.
|
|
1376
|
+
*/
|
|
1377
|
+
value: string;
|
|
1378
|
+
}
|
|
1379
|
+
interface GetSnapshotsTagArgs {
|
|
1380
|
+
/**
|
|
1381
|
+
* The Key of Tags.
|
|
1382
|
+
*/
|
|
1383
|
+
key: pulumi.Input<string>;
|
|
1384
|
+
/**
|
|
1385
|
+
* The Value of Tags.
|
|
1386
|
+
*/
|
|
1387
|
+
value: pulumi.Input<string>;
|
|
1388
|
+
}
|
|
1389
|
+
interface GetVolumesTag {
|
|
1390
|
+
/**
|
|
1391
|
+
* The Key of Tags.
|
|
1392
|
+
*/
|
|
1393
|
+
key: string;
|
|
1394
|
+
/**
|
|
1395
|
+
* The Value of Tags.
|
|
1396
|
+
*/
|
|
1397
|
+
value: string;
|
|
1398
|
+
}
|
|
1399
|
+
interface GetVolumesTagArgs {
|
|
1400
|
+
/**
|
|
1401
|
+
* The Key of Tags.
|
|
1402
|
+
*/
|
|
1403
|
+
key: pulumi.Input<string>;
|
|
1404
|
+
/**
|
|
1405
|
+
* The Value of Tags.
|
|
1406
|
+
*/
|
|
1407
|
+
value: pulumi.Input<string>;
|
|
1408
|
+
}
|
|
1409
|
+
interface SnapshotGroupTag {
|
|
1410
|
+
/**
|
|
1411
|
+
* The Key of Tags.
|
|
1412
|
+
*/
|
|
1413
|
+
key: pulumi.Input<string>;
|
|
1414
|
+
/**
|
|
1415
|
+
* The Value of Tags.
|
|
1416
|
+
*/
|
|
1417
|
+
value: pulumi.Input<string>;
|
|
1418
|
+
}
|
|
1419
|
+
interface SnapshotTag {
|
|
1420
|
+
/**
|
|
1421
|
+
* The Key of Tags.
|
|
1422
|
+
*/
|
|
1423
|
+
key: pulumi.Input<string>;
|
|
1424
|
+
/**
|
|
1425
|
+
* The Value of Tags.
|
|
1426
|
+
*/
|
|
1427
|
+
value: pulumi.Input<string>;
|
|
1428
|
+
}
|
|
1429
|
+
interface SnapshotsTag {
|
|
1090
1430
|
/**
|
|
1091
1431
|
* The Key of Tags.
|
|
1092
1432
|
*/
|
|
@@ -1138,6 +1478,46 @@ export declare namespace ebs {
|
|
|
1138
1478
|
}
|
|
1139
1479
|
}
|
|
1140
1480
|
export declare namespace ecs {
|
|
1481
|
+
interface GetImagesTag {
|
|
1482
|
+
/**
|
|
1483
|
+
* The Key of Tags.
|
|
1484
|
+
*/
|
|
1485
|
+
key: string;
|
|
1486
|
+
/**
|
|
1487
|
+
* The Value of Tags.
|
|
1488
|
+
*/
|
|
1489
|
+
value: string;
|
|
1490
|
+
}
|
|
1491
|
+
interface GetImagesTagArgs {
|
|
1492
|
+
/**
|
|
1493
|
+
* The Key of Tags.
|
|
1494
|
+
*/
|
|
1495
|
+
key: pulumi.Input<string>;
|
|
1496
|
+
/**
|
|
1497
|
+
* The Value of Tags.
|
|
1498
|
+
*/
|
|
1499
|
+
value: pulumi.Input<string>;
|
|
1500
|
+
}
|
|
1501
|
+
interface GetInstancesTag {
|
|
1502
|
+
/**
|
|
1503
|
+
* The Key of Tags.
|
|
1504
|
+
*/
|
|
1505
|
+
key: string;
|
|
1506
|
+
/**
|
|
1507
|
+
* The Value of Tags.
|
|
1508
|
+
*/
|
|
1509
|
+
value: string;
|
|
1510
|
+
}
|
|
1511
|
+
interface GetInstancesTagArgs {
|
|
1512
|
+
/**
|
|
1513
|
+
* The Key of Tags.
|
|
1514
|
+
*/
|
|
1515
|
+
key: pulumi.Input<string>;
|
|
1516
|
+
/**
|
|
1517
|
+
* The Value of Tags.
|
|
1518
|
+
*/
|
|
1519
|
+
value: pulumi.Input<string>;
|
|
1520
|
+
}
|
|
1141
1521
|
interface ImageImportTag {
|
|
1142
1522
|
/**
|
|
1143
1523
|
* The Key of Tags.
|
|
@@ -1210,9 +1590,9 @@ export declare namespace ecs {
|
|
|
1210
1590
|
/**
|
|
1211
1591
|
* The id of the bandwidth package, indicates that the public IP address will be added to the bandwidth package.
|
|
1212
1592
|
*/
|
|
1213
|
-
bandwidthPackageId?: pulumi.Input<
|
|
1593
|
+
bandwidthPackageId?: pulumi.Input<string>;
|
|
1214
1594
|
/**
|
|
1215
|
-
* The billing type of the EIP Address. Valid values: `PayByBandwidth`, `PayByTraffic
|
|
1595
|
+
* The billing type of the EIP Address. Valid values: `PayByBandwidth`, `PayByTraffic`. Default is `PayByBandwidth`.
|
|
1216
1596
|
*/
|
|
1217
1597
|
chargeType?: pulumi.Input<string>;
|
|
1218
1598
|
/**
|
|
@@ -1338,6 +1718,26 @@ export declare namespace eip {
|
|
|
1338
1718
|
*/
|
|
1339
1719
|
value: pulumi.Input<string>;
|
|
1340
1720
|
}
|
|
1721
|
+
interface GetAddressesTag {
|
|
1722
|
+
/**
|
|
1723
|
+
* The Key of Tags.
|
|
1724
|
+
*/
|
|
1725
|
+
key: string;
|
|
1726
|
+
/**
|
|
1727
|
+
* The Value of Tags.
|
|
1728
|
+
*/
|
|
1729
|
+
value: string;
|
|
1730
|
+
}
|
|
1731
|
+
interface GetAddressesTagArgs {
|
|
1732
|
+
/**
|
|
1733
|
+
* The Key of Tags.
|
|
1734
|
+
*/
|
|
1735
|
+
key: pulumi.Input<string>;
|
|
1736
|
+
/**
|
|
1737
|
+
* The Value of Tags.
|
|
1738
|
+
*/
|
|
1739
|
+
value: pulumi.Input<string>;
|
|
1740
|
+
}
|
|
1341
1741
|
}
|
|
1342
1742
|
export declare namespace escloud {
|
|
1343
1743
|
interface InstanceInstanceConfiguration {
|
|
@@ -1515,12 +1915,52 @@ export declare namespace escloud_v2 {
|
|
|
1515
1915
|
*/
|
|
1516
1916
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
1517
1917
|
}
|
|
1918
|
+
interface GetEscloudInstancesV2Tag {
|
|
1919
|
+
/**
|
|
1920
|
+
* The Key of Tags.
|
|
1921
|
+
*/
|
|
1922
|
+
key: string;
|
|
1923
|
+
/**
|
|
1924
|
+
* The Value of Tags.
|
|
1925
|
+
*/
|
|
1926
|
+
values: string[];
|
|
1927
|
+
}
|
|
1928
|
+
interface GetEscloudInstancesV2TagArgs {
|
|
1929
|
+
/**
|
|
1930
|
+
* The Key of Tags.
|
|
1931
|
+
*/
|
|
1932
|
+
key: pulumi.Input<string>;
|
|
1933
|
+
/**
|
|
1934
|
+
* The Value of Tags.
|
|
1935
|
+
*/
|
|
1936
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
1937
|
+
}
|
|
1518
1938
|
}
|
|
1519
1939
|
export declare namespace financial_relation {
|
|
1520
1940
|
}
|
|
1521
1941
|
export declare namespace iam {
|
|
1522
1942
|
}
|
|
1523
1943
|
export declare namespace kafka {
|
|
1944
|
+
interface GetInstancesTag {
|
|
1945
|
+
/**
|
|
1946
|
+
* The key of tag.
|
|
1947
|
+
*/
|
|
1948
|
+
key: string;
|
|
1949
|
+
/**
|
|
1950
|
+
* The value of tag.
|
|
1951
|
+
*/
|
|
1952
|
+
value: string;
|
|
1953
|
+
}
|
|
1954
|
+
interface GetInstancesTagArgs {
|
|
1955
|
+
/**
|
|
1956
|
+
* The key of tag.
|
|
1957
|
+
*/
|
|
1958
|
+
key: pulumi.Input<string>;
|
|
1959
|
+
/**
|
|
1960
|
+
* The value of tag.
|
|
1961
|
+
*/
|
|
1962
|
+
value: pulumi.Input<string>;
|
|
1963
|
+
}
|
|
1524
1964
|
interface InstanceParameter {
|
|
1525
1965
|
/**
|
|
1526
1966
|
* Parameter name.
|
|
@@ -1597,6 +2037,26 @@ export declare namespace mongodb {
|
|
|
1597
2037
|
*/
|
|
1598
2038
|
roleNames: pulumi.Input<pulumi.Input<string>[]>;
|
|
1599
2039
|
}
|
|
2040
|
+
interface GetInstancesTag {
|
|
2041
|
+
/**
|
|
2042
|
+
* The Key of Tags.
|
|
2043
|
+
*/
|
|
2044
|
+
key: string;
|
|
2045
|
+
/**
|
|
2046
|
+
* The Value of Tags.
|
|
2047
|
+
*/
|
|
2048
|
+
value: string;
|
|
2049
|
+
}
|
|
2050
|
+
interface GetInstancesTagArgs {
|
|
2051
|
+
/**
|
|
2052
|
+
* The Key of Tags.
|
|
2053
|
+
*/
|
|
2054
|
+
key: pulumi.Input<string>;
|
|
2055
|
+
/**
|
|
2056
|
+
* The Value of Tags.
|
|
2057
|
+
*/
|
|
2058
|
+
value: pulumi.Input<string>;
|
|
2059
|
+
}
|
|
1600
2060
|
interface InstanceMongo {
|
|
1601
2061
|
/**
|
|
1602
2062
|
* The mongos node ID.
|
|
@@ -1709,6 +2169,46 @@ export declare namespace nas {
|
|
|
1709
2169
|
*/
|
|
1710
2170
|
value: pulumi.Input<string>;
|
|
1711
2171
|
}
|
|
2172
|
+
interface GetFileSystemsTag {
|
|
2173
|
+
/**
|
|
2174
|
+
* The Key of Tags.
|
|
2175
|
+
*/
|
|
2176
|
+
key: string;
|
|
2177
|
+
/**
|
|
2178
|
+
* The Value of Tags.
|
|
2179
|
+
*/
|
|
2180
|
+
value: string;
|
|
2181
|
+
}
|
|
2182
|
+
interface GetFileSystemsTagArgs {
|
|
2183
|
+
/**
|
|
2184
|
+
* The Key of Tags.
|
|
2185
|
+
*/
|
|
2186
|
+
key: pulumi.Input<string>;
|
|
2187
|
+
/**
|
|
2188
|
+
* The Value of Tags.
|
|
2189
|
+
*/
|
|
2190
|
+
value: pulumi.Input<string>;
|
|
2191
|
+
}
|
|
2192
|
+
interface GetPermissionGroupsFilter {
|
|
2193
|
+
/**
|
|
2194
|
+
* Filters permission groups for specified characteristics based on attributes. The parameters that support filtering are as follows: `PermissionGroupName`, `PermissionGroupId`.
|
|
2195
|
+
*/
|
|
2196
|
+
key: string;
|
|
2197
|
+
/**
|
|
2198
|
+
* The value of the filter item.
|
|
2199
|
+
*/
|
|
2200
|
+
value: string;
|
|
2201
|
+
}
|
|
2202
|
+
interface GetPermissionGroupsFilterArgs {
|
|
2203
|
+
/**
|
|
2204
|
+
* Filters permission groups for specified characteristics based on attributes. The parameters that support filtering are as follows: `PermissionGroupName`, `PermissionGroupId`.
|
|
2205
|
+
*/
|
|
2206
|
+
key: pulumi.Input<string>;
|
|
2207
|
+
/**
|
|
2208
|
+
* The value of the filter item.
|
|
2209
|
+
*/
|
|
2210
|
+
value: pulumi.Input<string>;
|
|
2211
|
+
}
|
|
1712
2212
|
interface PermissionGroupPermissionRule {
|
|
1713
2213
|
/**
|
|
1714
2214
|
* Client IP addresses that are allowed access.
|
|
@@ -1781,6 +2281,26 @@ export declare namespace nat {
|
|
|
1781
2281
|
*/
|
|
1782
2282
|
value: pulumi.Input<string>;
|
|
1783
2283
|
}
|
|
2284
|
+
interface GetGatewaysTag {
|
|
2285
|
+
/**
|
|
2286
|
+
* The Key of Tags.
|
|
2287
|
+
*/
|
|
2288
|
+
key: string;
|
|
2289
|
+
/**
|
|
2290
|
+
* The Value of Tags.
|
|
2291
|
+
*/
|
|
2292
|
+
value: string;
|
|
2293
|
+
}
|
|
2294
|
+
interface GetGatewaysTagArgs {
|
|
2295
|
+
/**
|
|
2296
|
+
* The Key of Tags.
|
|
2297
|
+
*/
|
|
2298
|
+
key: pulumi.Input<string>;
|
|
2299
|
+
/**
|
|
2300
|
+
* The Value of Tags.
|
|
2301
|
+
*/
|
|
2302
|
+
value: pulumi.Input<string>;
|
|
2303
|
+
}
|
|
1784
2304
|
}
|
|
1785
2305
|
export declare namespace organization {
|
|
1786
2306
|
interface AccountTag {
|
|
@@ -1883,6 +2403,26 @@ export declare namespace privatelink {
|
|
|
1883
2403
|
}
|
|
1884
2404
|
}
|
|
1885
2405
|
export declare namespace rabbitmq {
|
|
2406
|
+
interface GetInstancesTag {
|
|
2407
|
+
/**
|
|
2408
|
+
* The Key of Tags.
|
|
2409
|
+
*/
|
|
2410
|
+
key: string;
|
|
2411
|
+
/**
|
|
2412
|
+
* The Value of Tags.
|
|
2413
|
+
*/
|
|
2414
|
+
value: string;
|
|
2415
|
+
}
|
|
2416
|
+
interface GetInstancesTagArgs {
|
|
2417
|
+
/**
|
|
2418
|
+
* The Key of Tags.
|
|
2419
|
+
*/
|
|
2420
|
+
key: pulumi.Input<string>;
|
|
2421
|
+
/**
|
|
2422
|
+
* The Value of Tags.
|
|
2423
|
+
*/
|
|
2424
|
+
value: pulumi.Input<string>;
|
|
2425
|
+
}
|
|
1886
2426
|
interface InstanceChargeInfo {
|
|
1887
2427
|
/**
|
|
1888
2428
|
* Whether to automatically renew in prepaid scenarios. Default is false.
|
|
@@ -2009,6 +2549,26 @@ export declare namespace rds_mssql {
|
|
|
2009
2549
|
*/
|
|
2010
2550
|
dbName: pulumi.Input<string>;
|
|
2011
2551
|
}
|
|
2552
|
+
interface GetInstancesTag {
|
|
2553
|
+
/**
|
|
2554
|
+
* The Key of Tags.
|
|
2555
|
+
*/
|
|
2556
|
+
key: string;
|
|
2557
|
+
/**
|
|
2558
|
+
* The Value of Tags.
|
|
2559
|
+
*/
|
|
2560
|
+
value: string;
|
|
2561
|
+
}
|
|
2562
|
+
interface GetInstancesTagArgs {
|
|
2563
|
+
/**
|
|
2564
|
+
* The Key of Tags.
|
|
2565
|
+
*/
|
|
2566
|
+
key: pulumi.Input<string>;
|
|
2567
|
+
/**
|
|
2568
|
+
* The Value of Tags.
|
|
2569
|
+
*/
|
|
2570
|
+
value: pulumi.Input<string>;
|
|
2571
|
+
}
|
|
2012
2572
|
interface InstanceChargeInfo {
|
|
2013
2573
|
/**
|
|
2014
2574
|
* Whether to enable automatic renewal in the prepaid scenario. This parameter can be set when the ChargeType is `Prepaid`.
|
|
@@ -2126,7 +2686,27 @@ export declare namespace rds_mysql {
|
|
|
2126
2686
|
*/
|
|
2127
2687
|
weight: pulumi.Input<number>;
|
|
2128
2688
|
}
|
|
2129
|
-
interface
|
|
2689
|
+
interface GetInstancesTag {
|
|
2690
|
+
/**
|
|
2691
|
+
* The Key of Tags.
|
|
2692
|
+
*/
|
|
2693
|
+
key: string;
|
|
2694
|
+
/**
|
|
2695
|
+
* The Value of Tags.
|
|
2696
|
+
*/
|
|
2697
|
+
value: string;
|
|
2698
|
+
}
|
|
2699
|
+
interface GetInstancesTagArgs {
|
|
2700
|
+
/**
|
|
2701
|
+
* The Key of Tags.
|
|
2702
|
+
*/
|
|
2703
|
+
key: pulumi.Input<string>;
|
|
2704
|
+
/**
|
|
2705
|
+
* The Value of Tags.
|
|
2706
|
+
*/
|
|
2707
|
+
value: pulumi.Input<string>;
|
|
2708
|
+
}
|
|
2709
|
+
interface InstanceChargeDetail {
|
|
2130
2710
|
/**
|
|
2131
2711
|
* Whether to automatically renew in prepaid scenarios.
|
|
2132
2712
|
* Autorenew_Enable
|
|
@@ -2186,6 +2766,11 @@ export declare namespace rds_mysql {
|
|
|
2186
2766
|
* Whether to automatically renew in prepaid scenarios.
|
|
2187
2767
|
*/
|
|
2188
2768
|
autoRenew?: pulumi.Input<boolean>;
|
|
2769
|
+
/**
|
|
2770
|
+
* Payment type. Value:
|
|
2771
|
+
* PostPaid - Pay-As-You-Go
|
|
2772
|
+
* PrePaid - Yearly and monthly (default).
|
|
2773
|
+
*/
|
|
2189
2774
|
chargeType: pulumi.Input<string>;
|
|
2190
2775
|
/**
|
|
2191
2776
|
* Purchase duration in prepaid scenarios. Default: 1.
|
|
@@ -2445,6 +3030,26 @@ export declare namespace rds_postgresql {
|
|
|
2445
3030
|
*/
|
|
2446
3031
|
vpc?: pulumi.Input<string>;
|
|
2447
3032
|
}
|
|
3033
|
+
interface GetInstancesTag {
|
|
3034
|
+
/**
|
|
3035
|
+
* The Key of Tags.
|
|
3036
|
+
*/
|
|
3037
|
+
key: string;
|
|
3038
|
+
/**
|
|
3039
|
+
* The Value of Tags.
|
|
3040
|
+
*/
|
|
3041
|
+
value: string;
|
|
3042
|
+
}
|
|
3043
|
+
interface GetInstancesTagArgs {
|
|
3044
|
+
/**
|
|
3045
|
+
* The Key of Tags.
|
|
3046
|
+
*/
|
|
3047
|
+
key: pulumi.Input<string>;
|
|
3048
|
+
/**
|
|
3049
|
+
* The Value of Tags.
|
|
3050
|
+
*/
|
|
3051
|
+
value: pulumi.Input<string>;
|
|
3052
|
+
}
|
|
2448
3053
|
interface InstanceChargeDetail {
|
|
2449
3054
|
/**
|
|
2450
3055
|
* Whether to automatically renew in prepaid scenarios.
|
|
@@ -2936,6 +3541,26 @@ export declare namespace redis {
|
|
|
2936
3541
|
*/
|
|
2937
3542
|
name?: pulumi.Input<string>;
|
|
2938
3543
|
}
|
|
3544
|
+
interface GetInstancesTag {
|
|
3545
|
+
/**
|
|
3546
|
+
* The Key of Tags.
|
|
3547
|
+
*/
|
|
3548
|
+
key: string;
|
|
3549
|
+
/**
|
|
3550
|
+
* The Value of Tags.
|
|
3551
|
+
*/
|
|
3552
|
+
value: string;
|
|
3553
|
+
}
|
|
3554
|
+
interface GetInstancesTagArgs {
|
|
3555
|
+
/**
|
|
3556
|
+
* The Key of Tags.
|
|
3557
|
+
*/
|
|
3558
|
+
key: pulumi.Input<string>;
|
|
3559
|
+
/**
|
|
3560
|
+
* The Value of Tags.
|
|
3561
|
+
*/
|
|
3562
|
+
value: pulumi.Input<string>;
|
|
3563
|
+
}
|
|
2939
3564
|
interface InstanceConfigureNode {
|
|
2940
3565
|
/**
|
|
2941
3566
|
* Set the availability zone to which the node belongs. The number of nodes of an instance (i.e., NodeNumber) and the availability zone deployment scheme (i.e., the value of the MultiAZ parameter) will affect the filling of the current parameter. Among them:
|
|
@@ -2985,6 +3610,26 @@ export declare namespace redis {
|
|
|
2985
3610
|
}
|
|
2986
3611
|
}
|
|
2987
3612
|
export declare namespace rocketmq {
|
|
3613
|
+
interface GetInstancesTag {
|
|
3614
|
+
/**
|
|
3615
|
+
* The Key of Tags.
|
|
3616
|
+
*/
|
|
3617
|
+
key: string;
|
|
3618
|
+
/**
|
|
3619
|
+
* The Value of Tags.
|
|
3620
|
+
*/
|
|
3621
|
+
value: string;
|
|
3622
|
+
}
|
|
3623
|
+
interface GetInstancesTagArgs {
|
|
3624
|
+
/**
|
|
3625
|
+
* The Key of Tags.
|
|
3626
|
+
*/
|
|
3627
|
+
key: pulumi.Input<string>;
|
|
3628
|
+
/**
|
|
3629
|
+
* The Value of Tags.
|
|
3630
|
+
*/
|
|
3631
|
+
value: pulumi.Input<string>;
|
|
3632
|
+
}
|
|
2988
3633
|
interface InstancesTag {
|
|
2989
3634
|
/**
|
|
2990
3635
|
* The Key of Tags.
|
|
@@ -3201,6 +3846,46 @@ export declare namespace tls {
|
|
|
3201
3846
|
*/
|
|
3202
3847
|
type: pulumi.Input<string>;
|
|
3203
3848
|
}
|
|
3849
|
+
interface GetProjectsTag {
|
|
3850
|
+
/**
|
|
3851
|
+
* The Key of Tags.
|
|
3852
|
+
*/
|
|
3853
|
+
key: string;
|
|
3854
|
+
/**
|
|
3855
|
+
* The Value of Tags.
|
|
3856
|
+
*/
|
|
3857
|
+
value: string;
|
|
3858
|
+
}
|
|
3859
|
+
interface GetProjectsTagArgs {
|
|
3860
|
+
/**
|
|
3861
|
+
* The Key of Tags.
|
|
3862
|
+
*/
|
|
3863
|
+
key: pulumi.Input<string>;
|
|
3864
|
+
/**
|
|
3865
|
+
* The Value of Tags.
|
|
3866
|
+
*/
|
|
3867
|
+
value: pulumi.Input<string>;
|
|
3868
|
+
}
|
|
3869
|
+
interface GetTopicsTag {
|
|
3870
|
+
/**
|
|
3871
|
+
* The Key of Tags.
|
|
3872
|
+
*/
|
|
3873
|
+
key: string;
|
|
3874
|
+
/**
|
|
3875
|
+
* The Value of Tags.
|
|
3876
|
+
*/
|
|
3877
|
+
value: string;
|
|
3878
|
+
}
|
|
3879
|
+
interface GetTopicsTagArgs {
|
|
3880
|
+
/**
|
|
3881
|
+
* The Key of Tags.
|
|
3882
|
+
*/
|
|
3883
|
+
key: pulumi.Input<string>;
|
|
3884
|
+
/**
|
|
3885
|
+
* The Value of Tags.
|
|
3886
|
+
*/
|
|
3887
|
+
value: pulumi.Input<string>;
|
|
3888
|
+
}
|
|
3204
3889
|
interface IndexFullText {
|
|
3205
3890
|
/**
|
|
3206
3891
|
* Whether the FullTextInfo is case sensitive.
|
|
@@ -3796,6 +4481,146 @@ export declare namespace transit_router {
|
|
|
3796
4481
|
*/
|
|
3797
4482
|
value: pulumi.Input<string>;
|
|
3798
4483
|
}
|
|
4484
|
+
interface GetBandwidthPackagesTag {
|
|
4485
|
+
/**
|
|
4486
|
+
* The Key of Tags.
|
|
4487
|
+
*/
|
|
4488
|
+
key: string;
|
|
4489
|
+
/**
|
|
4490
|
+
* The Value of Tags.
|
|
4491
|
+
*/
|
|
4492
|
+
value: string;
|
|
4493
|
+
}
|
|
4494
|
+
interface GetBandwidthPackagesTagArgs {
|
|
4495
|
+
/**
|
|
4496
|
+
* The Key of Tags.
|
|
4497
|
+
*/
|
|
4498
|
+
key: pulumi.Input<string>;
|
|
4499
|
+
/**
|
|
4500
|
+
* The Value of Tags.
|
|
4501
|
+
*/
|
|
4502
|
+
value: pulumi.Input<string>;
|
|
4503
|
+
}
|
|
4504
|
+
interface GetDirectConnectGatewayAttachmentsTag {
|
|
4505
|
+
/**
|
|
4506
|
+
* The Key of Tags.
|
|
4507
|
+
*/
|
|
4508
|
+
key: string;
|
|
4509
|
+
/**
|
|
4510
|
+
* The Value of Tags.
|
|
4511
|
+
*/
|
|
4512
|
+
value: string;
|
|
4513
|
+
}
|
|
4514
|
+
interface GetDirectConnectGatewayAttachmentsTagArgs {
|
|
4515
|
+
/**
|
|
4516
|
+
* The Key of Tags.
|
|
4517
|
+
*/
|
|
4518
|
+
key: pulumi.Input<string>;
|
|
4519
|
+
/**
|
|
4520
|
+
* The Value of Tags.
|
|
4521
|
+
*/
|
|
4522
|
+
value: pulumi.Input<string>;
|
|
4523
|
+
}
|
|
4524
|
+
interface GetPeerAttachmentsTag {
|
|
4525
|
+
/**
|
|
4526
|
+
* The Key of Tags.
|
|
4527
|
+
*/
|
|
4528
|
+
key: string;
|
|
4529
|
+
/**
|
|
4530
|
+
* The Value of Tags.
|
|
4531
|
+
*/
|
|
4532
|
+
value: string;
|
|
4533
|
+
}
|
|
4534
|
+
interface GetPeerAttachmentsTagArgs {
|
|
4535
|
+
/**
|
|
4536
|
+
* The Key of Tags.
|
|
4537
|
+
*/
|
|
4538
|
+
key: pulumi.Input<string>;
|
|
4539
|
+
/**
|
|
4540
|
+
* The Value of Tags.
|
|
4541
|
+
*/
|
|
4542
|
+
value: pulumi.Input<string>;
|
|
4543
|
+
}
|
|
4544
|
+
interface GetRouteTablesTag {
|
|
4545
|
+
/**
|
|
4546
|
+
* The Key of Tags.
|
|
4547
|
+
*/
|
|
4548
|
+
key: string;
|
|
4549
|
+
/**
|
|
4550
|
+
* The Value of Tags.
|
|
4551
|
+
*/
|
|
4552
|
+
value: string;
|
|
4553
|
+
}
|
|
4554
|
+
interface GetRouteTablesTagArgs {
|
|
4555
|
+
/**
|
|
4556
|
+
* The Key of Tags.
|
|
4557
|
+
*/
|
|
4558
|
+
key: pulumi.Input<string>;
|
|
4559
|
+
/**
|
|
4560
|
+
* The Value of Tags.
|
|
4561
|
+
*/
|
|
4562
|
+
value: pulumi.Input<string>;
|
|
4563
|
+
}
|
|
4564
|
+
interface GetTransitRoutersTag {
|
|
4565
|
+
/**
|
|
4566
|
+
* The Key of Tags.
|
|
4567
|
+
*/
|
|
4568
|
+
key: string;
|
|
4569
|
+
/**
|
|
4570
|
+
* The Value of Tags.
|
|
4571
|
+
*/
|
|
4572
|
+
value: string;
|
|
4573
|
+
}
|
|
4574
|
+
interface GetTransitRoutersTagArgs {
|
|
4575
|
+
/**
|
|
4576
|
+
* The Key of Tags.
|
|
4577
|
+
*/
|
|
4578
|
+
key: pulumi.Input<string>;
|
|
4579
|
+
/**
|
|
4580
|
+
* The Value of Tags.
|
|
4581
|
+
*/
|
|
4582
|
+
value: pulumi.Input<string>;
|
|
4583
|
+
}
|
|
4584
|
+
interface GetVpcAttachmentsTag {
|
|
4585
|
+
/**
|
|
4586
|
+
* The Key of Tags.
|
|
4587
|
+
*/
|
|
4588
|
+
key: string;
|
|
4589
|
+
/**
|
|
4590
|
+
* The Value of Tags.
|
|
4591
|
+
*/
|
|
4592
|
+
value: string;
|
|
4593
|
+
}
|
|
4594
|
+
interface GetVpcAttachmentsTagArgs {
|
|
4595
|
+
/**
|
|
4596
|
+
* The Key of Tags.
|
|
4597
|
+
*/
|
|
4598
|
+
key: pulumi.Input<string>;
|
|
4599
|
+
/**
|
|
4600
|
+
* The Value of Tags.
|
|
4601
|
+
*/
|
|
4602
|
+
value: pulumi.Input<string>;
|
|
4603
|
+
}
|
|
4604
|
+
interface GetVpnAttachmentsTag {
|
|
4605
|
+
/**
|
|
4606
|
+
* The Key of Tags.
|
|
4607
|
+
*/
|
|
4608
|
+
key: string;
|
|
4609
|
+
/**
|
|
4610
|
+
* The Value of Tags.
|
|
4611
|
+
*/
|
|
4612
|
+
value: string;
|
|
4613
|
+
}
|
|
4614
|
+
interface GetVpnAttachmentsTagArgs {
|
|
4615
|
+
/**
|
|
4616
|
+
* The Key of Tags.
|
|
4617
|
+
*/
|
|
4618
|
+
key: pulumi.Input<string>;
|
|
4619
|
+
/**
|
|
4620
|
+
* The Value of Tags.
|
|
4621
|
+
*/
|
|
4622
|
+
value: pulumi.Input<string>;
|
|
4623
|
+
}
|
|
3799
4624
|
interface PeerAttachmentTag {
|
|
3800
4625
|
/**
|
|
3801
4626
|
* The Key of Tags.
|
|
@@ -4026,27 +4851,27 @@ export declare namespace vedb_mysql {
|
|
|
4026
4851
|
*/
|
|
4027
4852
|
fullBackupPeriod: pulumi.Input<string>;
|
|
4028
4853
|
}
|
|
4029
|
-
interface
|
|
4854
|
+
interface GetInstancesTag {
|
|
4030
4855
|
/**
|
|
4031
4856
|
* The Key of Tags.
|
|
4032
4857
|
*/
|
|
4033
|
-
key:
|
|
4858
|
+
key: string;
|
|
4034
4859
|
/**
|
|
4035
4860
|
* The Value of Tags.
|
|
4036
4861
|
*/
|
|
4037
|
-
value:
|
|
4862
|
+
value: string;
|
|
4038
4863
|
}
|
|
4039
|
-
interface
|
|
4864
|
+
interface GetInstancesTagArgs {
|
|
4040
4865
|
/**
|
|
4041
4866
|
* The Key of Tags.
|
|
4042
4867
|
*/
|
|
4043
|
-
key: string
|
|
4868
|
+
key: pulumi.Input<string>;
|
|
4044
4869
|
/**
|
|
4045
4870
|
* The Value of Tags.
|
|
4046
4871
|
*/
|
|
4047
|
-
value: string
|
|
4872
|
+
value: pulumi.Input<string>;
|
|
4048
4873
|
}
|
|
4049
|
-
interface
|
|
4874
|
+
interface InstanceTag {
|
|
4050
4875
|
/**
|
|
4051
4876
|
* The Key of Tags.
|
|
4052
4877
|
*/
|
|
@@ -4056,9 +4881,725 @@ export declare namespace vedb_mysql {
|
|
|
4056
4881
|
*/
|
|
4057
4882
|
value: pulumi.Input<string>;
|
|
4058
4883
|
}
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4884
|
+
interface InstancesTag {
|
|
4885
|
+
/**
|
|
4886
|
+
* The Key of Tags.
|
|
4887
|
+
*/
|
|
4888
|
+
key: string;
|
|
4889
|
+
/**
|
|
4890
|
+
* The Value of Tags.
|
|
4891
|
+
*/
|
|
4892
|
+
value: string;
|
|
4893
|
+
}
|
|
4894
|
+
interface InstancesTagArgs {
|
|
4895
|
+
/**
|
|
4896
|
+
* The Key of Tags.
|
|
4897
|
+
*/
|
|
4898
|
+
key: pulumi.Input<string>;
|
|
4899
|
+
/**
|
|
4900
|
+
* The Value of Tags.
|
|
4901
|
+
*/
|
|
4902
|
+
value: pulumi.Input<string>;
|
|
4903
|
+
}
|
|
4904
|
+
}
|
|
4905
|
+
export declare namespace veecp {
|
|
4906
|
+
interface BatchEdgeMachinesStatus {
|
|
4907
|
+
/**
|
|
4908
|
+
* Indicates the status condition of the node pool in the active state. The value can be `Progressing` or `Ok` or `VersionPartlyUpgraded` or `StockOut` or `LimitedByQuota` or `Balance` or `Degraded` or `ClusterVersionUpgrading` or `Cluster` or `ResourceCleanupFailed` or `Unknown` or `ClusterNotRunning` or `SetByProvider`.
|
|
4909
|
+
*/
|
|
4910
|
+
edgeNodeStatusConditionType?: string;
|
|
4911
|
+
/**
|
|
4912
|
+
* The Phase of Status. The value can be `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Scaling`.
|
|
4913
|
+
*/
|
|
4914
|
+
phase?: string;
|
|
4915
|
+
}
|
|
4916
|
+
interface BatchEdgeMachinesStatusArgs {
|
|
4917
|
+
/**
|
|
4918
|
+
* Indicates the status condition of the node pool in the active state. The value can be `Progressing` or `Ok` or `VersionPartlyUpgraded` or `StockOut` or `LimitedByQuota` or `Balance` or `Degraded` or `ClusterVersionUpgrading` or `Cluster` or `ResourceCleanupFailed` or `Unknown` or `ClusterNotRunning` or `SetByProvider`.
|
|
4919
|
+
*/
|
|
4920
|
+
edgeNodeStatusConditionType?: pulumi.Input<string>;
|
|
4921
|
+
/**
|
|
4922
|
+
* The Phase of Status. The value can be `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Scaling`.
|
|
4923
|
+
*/
|
|
4924
|
+
phase?: pulumi.Input<string>;
|
|
4925
|
+
}
|
|
4926
|
+
interface ClusterClusterConfig {
|
|
4927
|
+
/**
|
|
4928
|
+
* Cluster API Server public network access configuration information. It takes effect only when ApiServerPublicAccessEnabled=true.
|
|
4929
|
+
*/
|
|
4930
|
+
apiServerPublicAccessConfig?: pulumi.Input<inputs.veecp.ClusterClusterConfigApiServerPublicAccessConfig>;
|
|
4931
|
+
/**
|
|
4932
|
+
* Cluster API Server public network access configuration, values:
|
|
4933
|
+
* false: (default value). closed
|
|
4934
|
+
* true: opened.
|
|
4935
|
+
*/
|
|
4936
|
+
apiServerPublicAccessEnabled?: pulumi.Input<boolean>;
|
|
4937
|
+
/**
|
|
4938
|
+
* Node public network access configuration, values:
|
|
4939
|
+
* false: (default value). Do not enable public network access. Existing NAT gateways and rules are not affected. true: Enable public network access. After enabling, a NAT gateway is automatically created for the cluster's private network and corresponding rules are configured. Note: This parameter cannot be modified after the cluster is created. Please configure it reasonably.
|
|
4940
|
+
*/
|
|
4941
|
+
resourcePublicAccessDefaultEnabled?: pulumi.Input<boolean>;
|
|
4942
|
+
/**
|
|
4943
|
+
* The subnet ID for communication within the private network (VPC) of the cluster control plane. You can call the private network API to obtain the subnet ID. Note: When creating a cluster, please ensure that all specified SubnetIds (including but not limited to this parameter) belong to the same private network. It is recommended that you choose subnets in different availability zones as much as possible to improve the high availability of the cluster control plane. Please note that this parameter is not supported to be modified after the cluster is created. Please configure it reasonably.
|
|
4944
|
+
*/
|
|
4945
|
+
subnetIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
4946
|
+
}
|
|
4947
|
+
interface ClusterClusterConfigApiServerPublicAccessConfig {
|
|
4948
|
+
/**
|
|
4949
|
+
* Public network access network configuration.
|
|
4950
|
+
*/
|
|
4951
|
+
publicAccessNetworkConfig?: pulumi.Input<inputs.veecp.ClusterClusterConfigApiServerPublicAccessConfigPublicAccessNetworkConfig>;
|
|
4952
|
+
}
|
|
4953
|
+
interface ClusterClusterConfigApiServerPublicAccessConfigPublicAccessNetworkConfig {
|
|
4954
|
+
/**
|
|
4955
|
+
* The peak bandwidth of the public IP, unit: Mbps.
|
|
4956
|
+
*/
|
|
4957
|
+
bandwidth?: pulumi.Input<number>;
|
|
4958
|
+
/**
|
|
4959
|
+
* Billing type of public IP, the value is `PostPaidByBandwidth` or `PostPaidByTraffic`.
|
|
4960
|
+
*/
|
|
4961
|
+
billingType?: pulumi.Input<string>;
|
|
4962
|
+
}
|
|
4963
|
+
interface ClusterLoggingConfig {
|
|
4964
|
+
/**
|
|
4965
|
+
* The TLS log item ID of the collection target.
|
|
4966
|
+
*/
|
|
4967
|
+
logProjectId?: pulumi.Input<string>;
|
|
4968
|
+
/**
|
|
4969
|
+
* Cluster logging options. This structure can only be modified and added, and cannot be deleted. When encountering a `cannot be deleted` error, please query the log setups of the current cluster and fill in the current `tf` file.
|
|
4970
|
+
*/
|
|
4971
|
+
logSetups?: pulumi.Input<pulumi.Input<inputs.veecp.ClusterLoggingConfigLogSetup>[]>;
|
|
4972
|
+
}
|
|
4973
|
+
interface ClusterLoggingConfigLogSetup {
|
|
4974
|
+
/**
|
|
4975
|
+
* Whether to enable the log option, true means enable, false means not enable, the default is false. When Enabled is changed from false to true, a new Topic will be created.
|
|
4976
|
+
*/
|
|
4977
|
+
enabled?: pulumi.Input<boolean>;
|
|
4978
|
+
/**
|
|
4979
|
+
* The storage time of logs in Log Service. After the specified log storage time is exceeded, the expired logs in this log topic will be automatically cleared. The unit is days, and the default is 30 days. The value range is 1 to 3650, specifying 3650 days means permanent storage.
|
|
4980
|
+
*/
|
|
4981
|
+
logTtl?: pulumi.Input<number>;
|
|
4982
|
+
/**
|
|
4983
|
+
* The current types of logs that can be enabled are:
|
|
4984
|
+
* Audit: Cluster audit logs.
|
|
4985
|
+
* KubeApiServer: kube-apiserver component logs.
|
|
4986
|
+
* KubeScheduler: kube-scheduler component logs.
|
|
4987
|
+
* KubeControllerManager: kube-controller-manager component logs.
|
|
4988
|
+
*/
|
|
4989
|
+
logType: pulumi.Input<string>;
|
|
4990
|
+
}
|
|
4991
|
+
interface ClusterPodsConfig {
|
|
4992
|
+
/**
|
|
4993
|
+
* Flannel network configuration. It can be configured only when PodNetworkMode=Flannel, but it is not mandatory.
|
|
4994
|
+
*/
|
|
4995
|
+
flannelConfig?: pulumi.Input<inputs.veecp.ClusterPodsConfigFlannelConfig>;
|
|
4996
|
+
/**
|
|
4997
|
+
* Container network model, values: Flannel: Flannel network model, an independent Underlay container network solution. Combined with the global routing capability of a private network (VPC), it realizes a high-performance network experience for the cluster. VpcCniShared: VPC-CNI network model, an Underlay container network solution implemented based on the elastic network interface (ENI) of a private network, with high network communication performance. Description: After the cluster is created, this parameter is not supported to be modified temporarily. Please configure it reasonably.
|
|
4998
|
+
*/
|
|
4999
|
+
podNetworkMode: pulumi.Input<string>;
|
|
5000
|
+
/**
|
|
5001
|
+
* VPC-CNI network configuration. PodNetworkMode=VpcCniShared, but it is not mandatory.
|
|
5002
|
+
*/
|
|
5003
|
+
vpcCniConfig?: pulumi.Input<inputs.veecp.ClusterPodsConfigVpcCniConfig>;
|
|
5004
|
+
}
|
|
5005
|
+
interface ClusterPodsConfigFlannelConfig {
|
|
5006
|
+
/**
|
|
5007
|
+
* Upper limit of the number of single-node Pod instances in the Flannel model container network. Values: 64(default value), 16, 32, 128, 256.
|
|
5008
|
+
*/
|
|
5009
|
+
maxPodsPerNode?: pulumi.Input<number>;
|
|
5010
|
+
/**
|
|
5011
|
+
* Pod CIDR of Flannel model container network. Only configurable when PodNetworkMode=Flannel, but not mandatory. Note: The number of Pods in the cluster is limited by the number of IPs in this CIDR. This parameter cannot be modified after cluster creation. Please plan the Pod CIDR reasonably. Cannot conflict with the following network segments: private network network segments corresponding to ClusterConfig.SubnetIds. All clusters within the same private network's FlannelConfig.PodCidrs. All clusters within the same private network's ServiceConfig.ServiceCidrsv4. Different clusters within the same private network's FlannelConfig.PodCidrs cannot conflict.
|
|
5012
|
+
*/
|
|
5013
|
+
podCidrs: pulumi.Input<pulumi.Input<string>[]>;
|
|
5014
|
+
}
|
|
5015
|
+
interface ClusterPodsConfigVpcCniConfig {
|
|
5016
|
+
/**
|
|
5017
|
+
* A list of Pod subnet IDs for the VPC-CNI container network.
|
|
5018
|
+
*/
|
|
5019
|
+
subnetIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
5020
|
+
}
|
|
5021
|
+
interface ClusterServicesConfig {
|
|
5022
|
+
/**
|
|
5023
|
+
* CIDR used by services within the cluster. It cannot conflict with the following network segments: FlannelConfig.PodCidrs. SubnetIds of all clusters within the same private network or FlannelConfig.VpcConfig.SubnetIds. ServiceConfig.ServiceCidrsv4 of all clusters within the same private network (this parameter).It is stated that currently only one array element is supported. When multiple values are specified, only the first value takes effect.
|
|
5024
|
+
*/
|
|
5025
|
+
serviceCidrsv4s: pulumi.Input<pulumi.Input<string>[]>;
|
|
5026
|
+
}
|
|
5027
|
+
interface ClustersStatus {
|
|
5028
|
+
/**
|
|
5029
|
+
* The state condition in the current main state of the cluster, that is, the reason for entering the main state, there can be multiple reasons, the value contains `Progressing`, `Ok`, `Degraded`, `SetByProvider`, `Balance`, `Security`, `CreateError`, `ResourceCleanupFailed`, `LimitedByQuota`, `StockOut`,`Unknown`.
|
|
5030
|
+
*/
|
|
5031
|
+
conditionsType?: string;
|
|
5032
|
+
/**
|
|
5033
|
+
* The status of cluster. the value contains `Creating`, `Running`, `Updating`, `Deleting`, `Stopped`, `Failed`.
|
|
5034
|
+
*/
|
|
5035
|
+
phase?: string;
|
|
5036
|
+
}
|
|
5037
|
+
interface ClustersStatusArgs {
|
|
5038
|
+
/**
|
|
5039
|
+
* The state condition in the current main state of the cluster, that is, the reason for entering the main state, there can be multiple reasons, the value contains `Progressing`, `Ok`, `Degraded`, `SetByProvider`, `Balance`, `Security`, `CreateError`, `ResourceCleanupFailed`, `LimitedByQuota`, `StockOut`,`Unknown`.
|
|
5040
|
+
*/
|
|
5041
|
+
conditionsType?: pulumi.Input<string>;
|
|
5042
|
+
/**
|
|
5043
|
+
* The status of cluster. the value contains `Creating`, `Running`, `Updating`, `Deleting`, `Stopped`, `Failed`.
|
|
5044
|
+
*/
|
|
5045
|
+
phase?: pulumi.Input<string>;
|
|
5046
|
+
}
|
|
5047
|
+
interface EdgeNodeAutoCompleteConfig {
|
|
5048
|
+
/**
|
|
5049
|
+
* The address of the machine to be managed.
|
|
5050
|
+
*/
|
|
5051
|
+
address?: pulumi.Input<string>;
|
|
5052
|
+
/**
|
|
5053
|
+
* Directly managed through the edge computing instance ID. When it is true, there is no need to provide Address. Only DirectAddInstances needs to be provided.
|
|
5054
|
+
*/
|
|
5055
|
+
directAdd?: pulumi.Input<boolean>;
|
|
5056
|
+
/**
|
|
5057
|
+
* Edge computing instance ID on Volcano Engine.
|
|
5058
|
+
*/
|
|
5059
|
+
directAddInstances?: pulumi.Input<pulumi.Input<inputs.veecp.EdgeNodeAutoCompleteConfigDirectAddInstance>[]>;
|
|
5060
|
+
/**
|
|
5061
|
+
* Enable/Disable automatic management.
|
|
5062
|
+
*/
|
|
5063
|
+
enable: pulumi.Input<boolean>;
|
|
5064
|
+
/**
|
|
5065
|
+
* Login credentials.
|
|
5066
|
+
*/
|
|
5067
|
+
machineAuth?: pulumi.Input<inputs.veecp.EdgeNodeAutoCompleteConfigMachineAuth>;
|
|
5068
|
+
}
|
|
5069
|
+
interface EdgeNodeAutoCompleteConfigDirectAddInstance {
|
|
5070
|
+
/**
|
|
5071
|
+
* Edge service ID.
|
|
5072
|
+
*/
|
|
5073
|
+
cloudServerIdentity: pulumi.Input<string>;
|
|
5074
|
+
/**
|
|
5075
|
+
* Edge computing instance ID.
|
|
5076
|
+
*/
|
|
5077
|
+
instanceIdentity: pulumi.Input<string>;
|
|
5078
|
+
}
|
|
5079
|
+
interface EdgeNodeAutoCompleteConfigMachineAuth {
|
|
5080
|
+
/**
|
|
5081
|
+
* Authentication method. Currently only Password is open.
|
|
5082
|
+
*/
|
|
5083
|
+
authType: pulumi.Input<string>;
|
|
5084
|
+
/**
|
|
5085
|
+
* SSH port, default 22.
|
|
5086
|
+
*/
|
|
5087
|
+
sshPort: pulumi.Input<number>;
|
|
5088
|
+
/**
|
|
5089
|
+
* Login username.
|
|
5090
|
+
*/
|
|
5091
|
+
user: pulumi.Input<string>;
|
|
5092
|
+
}
|
|
5093
|
+
interface EdgeNodePoolBillingConfigs {
|
|
5094
|
+
/**
|
|
5095
|
+
* Whether to automatically renew the node pool.
|
|
5096
|
+
*/
|
|
5097
|
+
autoRenew?: pulumi.Input<boolean>;
|
|
5098
|
+
/**
|
|
5099
|
+
* The pre-paid period of the node pool, in months. The value range is 1-9. This parameter takes effect only when the billingType is PrePaid.
|
|
5100
|
+
*/
|
|
5101
|
+
prePaidPeriod: pulumi.Input<number>;
|
|
5102
|
+
/**
|
|
5103
|
+
* Prepaid period number.
|
|
5104
|
+
*/
|
|
5105
|
+
prePaidPeriodNumber: pulumi.Input<number>;
|
|
5106
|
+
}
|
|
5107
|
+
interface EdgeNodePoolElasticConfig {
|
|
5108
|
+
/**
|
|
5109
|
+
* The node pool elastic scaling configuration information.
|
|
5110
|
+
*/
|
|
5111
|
+
autoScaleConfig?: pulumi.Input<inputs.veecp.EdgeNodePoolElasticConfigAutoScaleConfig>;
|
|
5112
|
+
/**
|
|
5113
|
+
* The ID of the edge service corresponding to the elastic node. On the edge computing node's edge service page, obtain the edge service ID.
|
|
5114
|
+
*/
|
|
5115
|
+
cloudServerIdentity: pulumi.Input<string>;
|
|
5116
|
+
instanceArea?: pulumi.Input<inputs.veecp.EdgeNodePoolElasticConfigInstanceArea>;
|
|
5117
|
+
}
|
|
5118
|
+
interface EdgeNodePoolElasticConfigAutoScaleConfig {
|
|
5119
|
+
/**
|
|
5120
|
+
* The DesiredReplicas of AutoScaling, default 0, range in minReplicas to max_replicas.
|
|
5121
|
+
*/
|
|
5122
|
+
desiredReplicas: pulumi.Input<number>;
|
|
5123
|
+
/**
|
|
5124
|
+
* Whether to enable the auto scaling function of the node pool. When a node needs to be manually added to the node pool, the value of this field must be `false`.
|
|
5125
|
+
*/
|
|
5126
|
+
enabled: pulumi.Input<boolean>;
|
|
5127
|
+
/**
|
|
5128
|
+
* The MaxReplicas of AutoScaling, default 10, range in 1~2000. This field is valid when the value of `enabled` is `true`.
|
|
5129
|
+
*/
|
|
5130
|
+
maxReplicas: pulumi.Input<number>;
|
|
5131
|
+
/**
|
|
5132
|
+
* The MinReplicas of AutoScaling, default 0. This field is valid when the value of `enabled` is `true`.
|
|
5133
|
+
*/
|
|
5134
|
+
minReplicas: pulumi.Input<number>;
|
|
5135
|
+
/**
|
|
5136
|
+
* The Priority of AutoScaling, default 10, rang in 0~100. This field is valid when the value of `enabled` is `true` and the value of `subnetPolicy` is `Priority`.
|
|
5137
|
+
*/
|
|
5138
|
+
priority: pulumi.Input<number>;
|
|
5139
|
+
}
|
|
5140
|
+
interface EdgeNodePoolElasticConfigInstanceArea {
|
|
5141
|
+
/**
|
|
5142
|
+
* Region name. You can obtain the regions and operators supported by instance specifications through the ListAvailableResourceInfo interface.
|
|
5143
|
+
*/
|
|
5144
|
+
areaName?: pulumi.Input<string>;
|
|
5145
|
+
/**
|
|
5146
|
+
* The cluster name.
|
|
5147
|
+
*/
|
|
5148
|
+
clusterName?: pulumi.Input<string>;
|
|
5149
|
+
/**
|
|
5150
|
+
* Default operator. When using three-line nodes, this parameter can be configured. After configuration, this operator will be used as the default export.
|
|
5151
|
+
*/
|
|
5152
|
+
defaultIsp?: pulumi.Input<string>;
|
|
5153
|
+
/**
|
|
5154
|
+
* Public network configuration of three-line nodes. If it is a single-line node, this parameter will be ignored. Value range: single_interface_multi_ip: Single network card with multiple IPs. single_interface_cmcc_ip: Single network card with China Mobile IP. Relevant permissions need to be opened by submitting a work order. single_interface_cucc_ip: Single network card with China Unicom IP. Relevant permissions need to be opened by submitting a work order. single_interface_ctcc_ip: Single network card with China Telecom IP. Relevant permissions need to be opened by submitting a work order. multi_interface_multi_ip: Multiple network cards with multiple IPs. Relevant permissions need to be opened by submitting a work order. no_interface: No public network network card. Relevant permissions need to be opened by submitting a work order. If this parameter is not configured: When there is a public network network card, singleInterfaceMultiIp is used by default. When there is no public network network card, noInterface is used by default.
|
|
5155
|
+
*/
|
|
5156
|
+
externalNetworkMode?: pulumi.Input<string>;
|
|
5157
|
+
/**
|
|
5158
|
+
* Operator. You can obtain the regions and operators supported by instance specifications through the ListAvailableResourceInfo interface.
|
|
5159
|
+
*/
|
|
5160
|
+
isp?: pulumi.Input<string>;
|
|
5161
|
+
/**
|
|
5162
|
+
* The subnet id.
|
|
5163
|
+
*/
|
|
5164
|
+
subnetId?: pulumi.Input<string>;
|
|
5165
|
+
/**
|
|
5166
|
+
* The vpc id.
|
|
5167
|
+
*/
|
|
5168
|
+
vpcIdentity?: pulumi.Input<string>;
|
|
5169
|
+
}
|
|
5170
|
+
interface EdgeNodePoolKubernetesConfig {
|
|
5171
|
+
/**
|
|
5172
|
+
* The Labels of KubernetesConfig.
|
|
5173
|
+
*/
|
|
5174
|
+
labels?: pulumi.Input<pulumi.Input<inputs.veecp.EdgeNodePoolKubernetesConfigLabel>[]>;
|
|
5175
|
+
/**
|
|
5176
|
+
* The Taints of KubernetesConfig.
|
|
5177
|
+
*/
|
|
5178
|
+
taints?: pulumi.Input<pulumi.Input<inputs.veecp.EdgeNodePoolKubernetesConfigTaint>[]>;
|
|
5179
|
+
}
|
|
5180
|
+
interface EdgeNodePoolKubernetesConfigLabel {
|
|
5181
|
+
/**
|
|
5182
|
+
* The Key of Labels.
|
|
5183
|
+
*/
|
|
5184
|
+
key?: pulumi.Input<string>;
|
|
5185
|
+
/**
|
|
5186
|
+
* The Value of Labels.
|
|
5187
|
+
*/
|
|
5188
|
+
value?: pulumi.Input<string>;
|
|
5189
|
+
}
|
|
5190
|
+
interface EdgeNodePoolKubernetesConfigTaint {
|
|
5191
|
+
/**
|
|
5192
|
+
* The Effect of Taints, the value can be `NoSchedule` or `NoExecute` or `PreferNoSchedule`.
|
|
5193
|
+
*/
|
|
5194
|
+
effect?: pulumi.Input<string>;
|
|
5195
|
+
/**
|
|
5196
|
+
* The Key of Taints.
|
|
5197
|
+
*/
|
|
5198
|
+
key?: pulumi.Input<string>;
|
|
5199
|
+
/**
|
|
5200
|
+
* The Value of Taints.
|
|
5201
|
+
*/
|
|
5202
|
+
value?: pulumi.Input<string>;
|
|
5203
|
+
}
|
|
5204
|
+
interface EdgeNodePoolsStatus {
|
|
5205
|
+
/**
|
|
5206
|
+
* Indicates the status condition of the node pool in the active state. The value can be `Progressing` or `Ok` or `VersionPartlyUpgraded` or `StockOut` or `LimitedByQuota` or `Balance` or `Degraded` or `ClusterVersionUpgrading` or `Cluster` or `ResourceCleanupFailed` or `Unknown` or `ClusterNotRunning` or `SetByProvider`.
|
|
5207
|
+
*/
|
|
5208
|
+
conditionsType?: string;
|
|
5209
|
+
/**
|
|
5210
|
+
* The Phase of Status. The value can be `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Scaling`.
|
|
5211
|
+
*/
|
|
5212
|
+
phase?: string;
|
|
5213
|
+
}
|
|
5214
|
+
interface EdgeNodePoolsStatusArgs {
|
|
5215
|
+
/**
|
|
5216
|
+
* Indicates the status condition of the node pool in the active state. The value can be `Progressing` or `Ok` or `VersionPartlyUpgraded` or `StockOut` or `LimitedByQuota` or `Balance` or `Degraded` or `ClusterVersionUpgrading` or `Cluster` or `ResourceCleanupFailed` or `Unknown` or `ClusterNotRunning` or `SetByProvider`.
|
|
5217
|
+
*/
|
|
5218
|
+
conditionsType?: pulumi.Input<string>;
|
|
5219
|
+
/**
|
|
5220
|
+
* The Phase of Status. The value can be `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Scaling`.
|
|
5221
|
+
*/
|
|
5222
|
+
phase?: pulumi.Input<string>;
|
|
5223
|
+
}
|
|
5224
|
+
interface EdgeNodesStatus {
|
|
5225
|
+
/**
|
|
5226
|
+
* The Type of Node Condition, the value is `Progressing` or `Ok` or `Unschedulable` or `InitilizeFailed` or `Unknown` or `NotReady` or `Security` or `Balance` or `ResourceCleanupFailed`.
|
|
5227
|
+
*/
|
|
5228
|
+
edgeNodeStatusConditionType?: string;
|
|
5229
|
+
/**
|
|
5230
|
+
* The Phase of Node, the value is `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Starting` or `Stopping` or `Stopped`.
|
|
5231
|
+
*/
|
|
5232
|
+
phase?: string;
|
|
5233
|
+
}
|
|
5234
|
+
interface EdgeNodesStatusArgs {
|
|
5235
|
+
/**
|
|
5236
|
+
* The Type of Node Condition, the value is `Progressing` or `Ok` or `Unschedulable` or `InitilizeFailed` or `Unknown` or `NotReady` or `Security` or `Balance` or `ResourceCleanupFailed`.
|
|
5237
|
+
*/
|
|
5238
|
+
edgeNodeStatusConditionType?: pulumi.Input<string>;
|
|
5239
|
+
/**
|
|
5240
|
+
* The Phase of Node, the value is `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Starting` or `Stopping` or `Stopped`.
|
|
5241
|
+
*/
|
|
5242
|
+
phase?: pulumi.Input<string>;
|
|
5243
|
+
}
|
|
5244
|
+
interface GetBatchEdgeMachinesStatus {
|
|
5245
|
+
/**
|
|
5246
|
+
* Indicates the status condition of the node pool in the active state. The value can be `Progressing` or `Ok` or `VersionPartlyUpgraded` or `StockOut` or `LimitedByQuota` or `Balance` or `Degraded` or `ClusterVersionUpgrading` or `Cluster` or `ResourceCleanupFailed` or `Unknown` or `ClusterNotRunning` or `SetByProvider`.
|
|
5247
|
+
*/
|
|
5248
|
+
edgeNodeStatusConditionType?: string;
|
|
5249
|
+
/**
|
|
5250
|
+
* The Phase of Status. The value can be `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Scaling`.
|
|
5251
|
+
*/
|
|
5252
|
+
phase?: string;
|
|
5253
|
+
}
|
|
5254
|
+
interface GetBatchEdgeMachinesStatusArgs {
|
|
5255
|
+
/**
|
|
5256
|
+
* Indicates the status condition of the node pool in the active state. The value can be `Progressing` or `Ok` or `VersionPartlyUpgraded` or `StockOut` or `LimitedByQuota` or `Balance` or `Degraded` or `ClusterVersionUpgrading` or `Cluster` or `ResourceCleanupFailed` or `Unknown` or `ClusterNotRunning` or `SetByProvider`.
|
|
5257
|
+
*/
|
|
5258
|
+
edgeNodeStatusConditionType?: pulumi.Input<string>;
|
|
5259
|
+
/**
|
|
5260
|
+
* The Phase of Status. The value can be `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Scaling`.
|
|
5261
|
+
*/
|
|
5262
|
+
phase?: pulumi.Input<string>;
|
|
5263
|
+
}
|
|
5264
|
+
interface GetClustersStatus {
|
|
5265
|
+
/**
|
|
5266
|
+
* The state condition in the current main state of the cluster, that is, the reason for entering the main state, there can be multiple reasons, the value contains `Progressing`, `Ok`, `Degraded`, `SetByProvider`, `Balance`, `Security`, `CreateError`, `ResourceCleanupFailed`, `LimitedByQuota`, `StockOut`,`Unknown`.
|
|
5267
|
+
*/
|
|
5268
|
+
conditionsType?: string;
|
|
5269
|
+
/**
|
|
5270
|
+
* The status of cluster. the value contains `Creating`, `Running`, `Updating`, `Deleting`, `Stopped`, `Failed`.
|
|
5271
|
+
*/
|
|
5272
|
+
phase?: string;
|
|
5273
|
+
}
|
|
5274
|
+
interface GetClustersStatusArgs {
|
|
5275
|
+
/**
|
|
5276
|
+
* The state condition in the current main state of the cluster, that is, the reason for entering the main state, there can be multiple reasons, the value contains `Progressing`, `Ok`, `Degraded`, `SetByProvider`, `Balance`, `Security`, `CreateError`, `ResourceCleanupFailed`, `LimitedByQuota`, `StockOut`,`Unknown`.
|
|
5277
|
+
*/
|
|
5278
|
+
conditionsType?: pulumi.Input<string>;
|
|
5279
|
+
/**
|
|
5280
|
+
* The status of cluster. the value contains `Creating`, `Running`, `Updating`, `Deleting`, `Stopped`, `Failed`.
|
|
5281
|
+
*/
|
|
5282
|
+
phase?: pulumi.Input<string>;
|
|
5283
|
+
}
|
|
5284
|
+
interface GetEdgeNodePoolsStatus {
|
|
5285
|
+
/**
|
|
5286
|
+
* Indicates the status condition of the node pool in the active state. The value can be `Progressing` or `Ok` or `VersionPartlyUpgraded` or `StockOut` or `LimitedByQuota` or `Balance` or `Degraded` or `ClusterVersionUpgrading` or `Cluster` or `ResourceCleanupFailed` or `Unknown` or `ClusterNotRunning` or `SetByProvider`.
|
|
5287
|
+
*/
|
|
5288
|
+
conditionsType?: string;
|
|
5289
|
+
/**
|
|
5290
|
+
* The Phase of Status. The value can be `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Scaling`.
|
|
5291
|
+
*/
|
|
5292
|
+
phase?: string;
|
|
5293
|
+
}
|
|
5294
|
+
interface GetEdgeNodePoolsStatusArgs {
|
|
5295
|
+
/**
|
|
5296
|
+
* Indicates the status condition of the node pool in the active state. The value can be `Progressing` or `Ok` or `VersionPartlyUpgraded` or `StockOut` or `LimitedByQuota` or `Balance` or `Degraded` or `ClusterVersionUpgrading` or `Cluster` or `ResourceCleanupFailed` or `Unknown` or `ClusterNotRunning` or `SetByProvider`.
|
|
5297
|
+
*/
|
|
5298
|
+
conditionsType?: pulumi.Input<string>;
|
|
5299
|
+
/**
|
|
5300
|
+
* The Phase of Status. The value can be `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Scaling`.
|
|
5301
|
+
*/
|
|
5302
|
+
phase?: pulumi.Input<string>;
|
|
5303
|
+
}
|
|
5304
|
+
interface GetEdgeNodesStatus {
|
|
5305
|
+
/**
|
|
5306
|
+
* The Type of Node Condition, the value is `Progressing` or `Ok` or `Unschedulable` or `InitilizeFailed` or `Unknown` or `NotReady` or `Security` or `Balance` or `ResourceCleanupFailed`.
|
|
5307
|
+
*/
|
|
5308
|
+
edgeNodeStatusConditionType?: string;
|
|
5309
|
+
/**
|
|
5310
|
+
* The Phase of Node, the value is `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Starting` or `Stopping` or `Stopped`.
|
|
5311
|
+
*/
|
|
5312
|
+
phase?: string;
|
|
5313
|
+
}
|
|
5314
|
+
interface GetEdgeNodesStatusArgs {
|
|
5315
|
+
/**
|
|
5316
|
+
* The Type of Node Condition, the value is `Progressing` or `Ok` or `Unschedulable` or `InitilizeFailed` or `Unknown` or `NotReady` or `Security` or `Balance` or `ResourceCleanupFailed`.
|
|
5317
|
+
*/
|
|
5318
|
+
edgeNodeStatusConditionType?: pulumi.Input<string>;
|
|
5319
|
+
/**
|
|
5320
|
+
* The Phase of Node, the value is `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Starting` or `Stopping` or `Stopped`.
|
|
5321
|
+
*/
|
|
5322
|
+
phase?: pulumi.Input<string>;
|
|
5323
|
+
}
|
|
5324
|
+
interface GetNodePoolsStatus {
|
|
5325
|
+
/**
|
|
5326
|
+
* Indicates the status condition of the node pool in the active state. The value can be `Progressing` or `Ok` or `VersionPartlyUpgraded` or `StockOut` or `LimitedByQuota` or `Balance` or `Degraded` or `ClusterVersionUpgrading` or `Cluster` or `ResourceCleanupFailed` or `Unknown` or `ClusterNotRunning` or `SetByProvider`.
|
|
5327
|
+
*/
|
|
5328
|
+
conditionsType?: string;
|
|
5329
|
+
/**
|
|
5330
|
+
* The Phase of Status. The value can be `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Scaling`.
|
|
5331
|
+
*/
|
|
5332
|
+
phase?: string;
|
|
5333
|
+
}
|
|
5334
|
+
interface GetNodePoolsStatusArgs {
|
|
5335
|
+
/**
|
|
5336
|
+
* Indicates the status condition of the node pool in the active state. The value can be `Progressing` or `Ok` or `VersionPartlyUpgraded` or `StockOut` or `LimitedByQuota` or `Balance` or `Degraded` or `ClusterVersionUpgrading` or `Cluster` or `ResourceCleanupFailed` or `Unknown` or `ClusterNotRunning` or `SetByProvider`.
|
|
5337
|
+
*/
|
|
5338
|
+
conditionsType?: pulumi.Input<string>;
|
|
5339
|
+
/**
|
|
5340
|
+
* The Phase of Status. The value can be `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Scaling`.
|
|
5341
|
+
*/
|
|
5342
|
+
phase?: pulumi.Input<string>;
|
|
5343
|
+
}
|
|
5344
|
+
interface NodePoolAutoScaling {
|
|
5345
|
+
/**
|
|
5346
|
+
* The DesiredReplicas of AutoScaling, default 0, range in minReplicas to max_replicas.
|
|
5347
|
+
*/
|
|
5348
|
+
desiredReplicas?: pulumi.Input<number>;
|
|
5349
|
+
/**
|
|
5350
|
+
* Whether to enable the auto scaling function of the node pool. When a node needs to be manually added to the node pool, the value of this field must be `false`.
|
|
5351
|
+
*/
|
|
5352
|
+
enabled?: pulumi.Input<boolean>;
|
|
5353
|
+
/**
|
|
5354
|
+
* The MaxReplicas of AutoScaling, default 10, range in 1~2000. This field is valid when the value of `enabled` is `true`.
|
|
5355
|
+
*/
|
|
5356
|
+
maxReplicas?: pulumi.Input<number>;
|
|
5357
|
+
/**
|
|
5358
|
+
* The MinReplicas of AutoScaling, default 0. This field is valid when the value of `enabled` is `true`.
|
|
5359
|
+
*/
|
|
5360
|
+
minReplicas?: pulumi.Input<number>;
|
|
5361
|
+
/**
|
|
5362
|
+
* The Priority of AutoScaling, default 10, rang in 0~100. This field is valid when the value of `enabled` is `true` and the value of `subnetPolicy` is `Priority`.
|
|
5363
|
+
*/
|
|
5364
|
+
priority?: pulumi.Input<number>;
|
|
5365
|
+
/**
|
|
5366
|
+
* Multi-subnet scheduling strategy for nodes. The value can be `ZoneBalance` or `Priority`.
|
|
5367
|
+
*/
|
|
5368
|
+
subnetPolicy?: pulumi.Input<string>;
|
|
5369
|
+
}
|
|
5370
|
+
interface NodePoolKubernetesConfig {
|
|
5371
|
+
/**
|
|
5372
|
+
* Whether to disable the function of automatically synchronizing labels and taints to existing nodes. Default is false.
|
|
5373
|
+
*/
|
|
5374
|
+
autoSyncDisabled?: pulumi.Input<boolean>;
|
|
5375
|
+
/**
|
|
5376
|
+
* The Cordon of KubernetesConfig.
|
|
5377
|
+
*/
|
|
5378
|
+
cordon: pulumi.Input<boolean>;
|
|
5379
|
+
/**
|
|
5380
|
+
* The Labels of KubernetesConfig.
|
|
5381
|
+
*/
|
|
5382
|
+
labels?: pulumi.Input<pulumi.Input<inputs.veecp.NodePoolKubernetesConfigLabel>[]>;
|
|
5383
|
+
/**
|
|
5384
|
+
* The NamePrefix of node metadata.
|
|
5385
|
+
*/
|
|
5386
|
+
namePrefix?: pulumi.Input<string>;
|
|
5387
|
+
/**
|
|
5388
|
+
* The Taints of KubernetesConfig.
|
|
5389
|
+
*/
|
|
5390
|
+
taints?: pulumi.Input<pulumi.Input<inputs.veecp.NodePoolKubernetesConfigTaint>[]>;
|
|
5391
|
+
}
|
|
5392
|
+
interface NodePoolKubernetesConfigLabel {
|
|
5393
|
+
/**
|
|
5394
|
+
* The Key of Labels.
|
|
5395
|
+
*/
|
|
5396
|
+
key?: pulumi.Input<string>;
|
|
5397
|
+
/**
|
|
5398
|
+
* The Value of Labels.
|
|
5399
|
+
*/
|
|
5400
|
+
value?: pulumi.Input<string>;
|
|
5401
|
+
}
|
|
5402
|
+
interface NodePoolKubernetesConfigTaint {
|
|
5403
|
+
/**
|
|
5404
|
+
* The Effect of Taints, the value can be `NoSchedule` or `NoExecute` or `PreferNoSchedule`.
|
|
5405
|
+
*/
|
|
5406
|
+
effect?: pulumi.Input<string>;
|
|
5407
|
+
/**
|
|
5408
|
+
* The Key of Taints.
|
|
5409
|
+
*/
|
|
5410
|
+
key?: pulumi.Input<string>;
|
|
5411
|
+
/**
|
|
5412
|
+
* The Value of Taints.
|
|
5413
|
+
*/
|
|
5414
|
+
value?: pulumi.Input<string>;
|
|
5415
|
+
}
|
|
5416
|
+
interface NodePoolNodeConfig {
|
|
5417
|
+
/**
|
|
5418
|
+
* The AdditionalContainerStorageEnabled of NodeConfig.
|
|
5419
|
+
*/
|
|
5420
|
+
additionalContainerStorageEnabled?: pulumi.Input<boolean>;
|
|
5421
|
+
/**
|
|
5422
|
+
* Is AutoRenew of PrePaid instance of NodeConfig. Valid values: true, false. when InstanceChargeType is PrePaid, default value is true.
|
|
5423
|
+
*/
|
|
5424
|
+
autoRenew?: pulumi.Input<boolean>;
|
|
5425
|
+
/**
|
|
5426
|
+
* The AutoRenewPeriod of PrePaid instance of NodeConfig. Valid values: 1, 2, 3, 6, 12. Unit: month. when InstanceChargeType is PrePaid and AutoRenew enable, default value is 1.
|
|
5427
|
+
*/
|
|
5428
|
+
autoRenewPeriod?: pulumi.Input<number>;
|
|
5429
|
+
/**
|
|
5430
|
+
* The DataVolumes of NodeConfig.
|
|
5431
|
+
*/
|
|
5432
|
+
dataVolumes?: pulumi.Input<pulumi.Input<inputs.veecp.NodePoolNodeConfigDataVolume>[]>;
|
|
5433
|
+
/**
|
|
5434
|
+
* Tags for Ecs.
|
|
5435
|
+
*/
|
|
5436
|
+
ecsTags?: pulumi.Input<pulumi.Input<inputs.veecp.NodePoolNodeConfigEcsTag>[]>;
|
|
5437
|
+
/**
|
|
5438
|
+
* The IDs of HpcCluster, only one ID is supported currently.
|
|
5439
|
+
*/
|
|
5440
|
+
hpcClusterIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
5441
|
+
/**
|
|
5442
|
+
* The ImageId of NodeConfig.
|
|
5443
|
+
*/
|
|
5444
|
+
imageId?: pulumi.Input<string>;
|
|
5445
|
+
/**
|
|
5446
|
+
* The initializeScript of NodeConfig.
|
|
5447
|
+
*/
|
|
5448
|
+
initializeScript?: pulumi.Input<string>;
|
|
5449
|
+
/**
|
|
5450
|
+
* The InstanceChargeType of PrePaid instance of NodeConfig. Valid values: PostPaid, PrePaid. Default value: PostPaid.
|
|
5451
|
+
*/
|
|
5452
|
+
instanceChargeType?: pulumi.Input<string>;
|
|
5453
|
+
/**
|
|
5454
|
+
* The InstanceTypeIds of NodeConfig. The value can get from volcengine.veecp.getSupportResourceTypes datasource.
|
|
5455
|
+
*/
|
|
5456
|
+
instanceTypeIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
5457
|
+
/**
|
|
5458
|
+
* The NamePrefix of NodeConfig.
|
|
5459
|
+
*/
|
|
5460
|
+
namePrefix?: pulumi.Input<string>;
|
|
5461
|
+
/**
|
|
5462
|
+
* The Period of PrePaid instance of NodeConfig. Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36. Unit: month. when InstanceChargeType is PrePaid, default value is 12.
|
|
5463
|
+
*/
|
|
5464
|
+
period?: pulumi.Input<number>;
|
|
5465
|
+
/**
|
|
5466
|
+
* The Security of NodeConfig.
|
|
5467
|
+
*/
|
|
5468
|
+
security: pulumi.Input<inputs.veecp.NodePoolNodeConfigSecurity>;
|
|
5469
|
+
/**
|
|
5470
|
+
* The SubnetIds of NodeConfig.
|
|
5471
|
+
*/
|
|
5472
|
+
subnetIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
5473
|
+
/**
|
|
5474
|
+
* The SystemVolume of NodeConfig.
|
|
5475
|
+
*/
|
|
5476
|
+
systemVolume?: pulumi.Input<inputs.veecp.NodePoolNodeConfigSystemVolume>;
|
|
5477
|
+
}
|
|
5478
|
+
interface NodePoolNodeConfigDataVolume {
|
|
5479
|
+
/**
|
|
5480
|
+
* The target mount directory of the disk. Must start with `/`.
|
|
5481
|
+
*/
|
|
5482
|
+
mountPoint?: pulumi.Input<string>;
|
|
5483
|
+
/**
|
|
5484
|
+
* The Size of DataVolumes, the value range in 20~32768. Default value is `20`.
|
|
5485
|
+
*/
|
|
5486
|
+
size?: pulumi.Input<number>;
|
|
5487
|
+
/**
|
|
5488
|
+
* The Type of DataVolumes, the value can be `PTSSD` or `ESSD_PL0` or `ESSD_FlexPL`. Default value is `ESSD_PL0`.
|
|
5489
|
+
*/
|
|
5490
|
+
type?: pulumi.Input<string>;
|
|
5491
|
+
}
|
|
5492
|
+
interface NodePoolNodeConfigEcsTag {
|
|
5493
|
+
/**
|
|
5494
|
+
* The Key of Tags.
|
|
5495
|
+
*/
|
|
5496
|
+
key: pulumi.Input<string>;
|
|
5497
|
+
/**
|
|
5498
|
+
* The Value of Tags.
|
|
5499
|
+
*/
|
|
5500
|
+
value: pulumi.Input<string>;
|
|
5501
|
+
}
|
|
5502
|
+
interface NodePoolNodeConfigSecurity {
|
|
5503
|
+
/**
|
|
5504
|
+
* The Login of Security.
|
|
5505
|
+
*/
|
|
5506
|
+
login?: pulumi.Input<inputs.veecp.NodePoolNodeConfigSecurityLogin>;
|
|
5507
|
+
/**
|
|
5508
|
+
* The SecurityGroupIds of Security.
|
|
5509
|
+
*/
|
|
5510
|
+
securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
5511
|
+
/**
|
|
5512
|
+
* The SecurityStrategies of Security, the value can be empty or `Hids`.
|
|
5513
|
+
*/
|
|
5514
|
+
securityStrategies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
5515
|
+
}
|
|
5516
|
+
interface NodePoolNodeConfigSecurityLogin {
|
|
5517
|
+
/**
|
|
5518
|
+
* The Password of Security, this field must be encoded with base64.
|
|
5519
|
+
*/
|
|
5520
|
+
password?: pulumi.Input<string>;
|
|
5521
|
+
/**
|
|
5522
|
+
* The SshKeyPairName of Security.
|
|
5523
|
+
*/
|
|
5524
|
+
sshKeyPairName?: pulumi.Input<string>;
|
|
5525
|
+
}
|
|
5526
|
+
interface NodePoolNodeConfigSystemVolume {
|
|
5527
|
+
/**
|
|
5528
|
+
* The Size of SystemVolume, the value range in 20~2048.
|
|
5529
|
+
*/
|
|
5530
|
+
size?: pulumi.Input<number>;
|
|
5531
|
+
/**
|
|
5532
|
+
* The Type of SystemVolume, the value can be `PTSSD` or `ESSD_PL0` or `ESSD_FlexPL`.
|
|
5533
|
+
*/
|
|
5534
|
+
type?: pulumi.Input<string>;
|
|
5535
|
+
}
|
|
5536
|
+
interface NodePoolNodeStatistic {
|
|
5537
|
+
/**
|
|
5538
|
+
* The CreatingCount of Node.
|
|
5539
|
+
*/
|
|
5540
|
+
creatingCount?: pulumi.Input<number>;
|
|
5541
|
+
/**
|
|
5542
|
+
* The DeletingCount of Node.
|
|
5543
|
+
*/
|
|
5544
|
+
deletingCount?: pulumi.Input<number>;
|
|
5545
|
+
/**
|
|
5546
|
+
* The FailedCount of Node.
|
|
5547
|
+
*/
|
|
5548
|
+
failedCount?: pulumi.Input<number>;
|
|
5549
|
+
/**
|
|
5550
|
+
* The RunningCount of Node.
|
|
5551
|
+
*/
|
|
5552
|
+
runningCount?: pulumi.Input<number>;
|
|
5553
|
+
/**
|
|
5554
|
+
* (**Deprecated**) This field has been deprecated and is not recommended for use. The StartingCount of Node.
|
|
5555
|
+
*
|
|
5556
|
+
* @deprecated This field has been deprecated and is not recommended for use.
|
|
5557
|
+
*/
|
|
5558
|
+
startingCount?: pulumi.Input<number>;
|
|
5559
|
+
/**
|
|
5560
|
+
* (**Deprecated**) This field has been deprecated and is not recommended for use. The StoppedCount of Node.
|
|
5561
|
+
*
|
|
5562
|
+
* @deprecated This field has been deprecated and is not recommended for use.
|
|
5563
|
+
*/
|
|
5564
|
+
stoppedCount?: pulumi.Input<number>;
|
|
5565
|
+
/**
|
|
5566
|
+
* (**Deprecated**) This field has been deprecated and is not recommended for use. The StoppingCount of Node.
|
|
5567
|
+
*
|
|
5568
|
+
* @deprecated This field has been deprecated and is not recommended for use.
|
|
5569
|
+
*/
|
|
5570
|
+
stoppingCount?: pulumi.Input<number>;
|
|
5571
|
+
/**
|
|
5572
|
+
* The TotalCount of Node.
|
|
5573
|
+
*/
|
|
5574
|
+
totalCount?: pulumi.Input<number>;
|
|
5575
|
+
/**
|
|
5576
|
+
* The UpdatingCount of Node.
|
|
5577
|
+
*/
|
|
5578
|
+
updatingCount?: pulumi.Input<number>;
|
|
5579
|
+
}
|
|
5580
|
+
interface NodePoolsStatus {
|
|
5581
|
+
/**
|
|
5582
|
+
* Indicates the status condition of the node pool in the active state. The value can be `Progressing` or `Ok` or `VersionPartlyUpgraded` or `StockOut` or `LimitedByQuota` or `Balance` or `Degraded` or `ClusterVersionUpgrading` or `Cluster` or `ResourceCleanupFailed` or `Unknown` or `ClusterNotRunning` or `SetByProvider`.
|
|
5583
|
+
*/
|
|
5584
|
+
conditionsType?: string;
|
|
5585
|
+
/**
|
|
5586
|
+
* The Phase of Status. The value can be `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Scaling`.
|
|
5587
|
+
*/
|
|
5588
|
+
phase?: string;
|
|
5589
|
+
}
|
|
5590
|
+
interface NodePoolsStatusArgs {
|
|
5591
|
+
/**
|
|
5592
|
+
* Indicates the status condition of the node pool in the active state. The value can be `Progressing` or `Ok` or `VersionPartlyUpgraded` or `StockOut` or `LimitedByQuota` or `Balance` or `Degraded` or `ClusterVersionUpgrading` or `Cluster` or `ResourceCleanupFailed` or `Unknown` or `ClusterNotRunning` or `SetByProvider`.
|
|
5593
|
+
*/
|
|
5594
|
+
conditionsType?: pulumi.Input<string>;
|
|
5595
|
+
/**
|
|
5596
|
+
* The Phase of Status. The value can be `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Scaling`.
|
|
5597
|
+
*/
|
|
5598
|
+
phase?: pulumi.Input<string>;
|
|
5599
|
+
}
|
|
5600
|
+
}
|
|
5601
|
+
export declare namespace veenedge {
|
|
5602
|
+
interface CloudServerBillingConfig {
|
|
4062
5603
|
/**
|
|
4063
5604
|
* The method of bandwidth billing. The value can be `MonthlyP95` or `DailyPeak`.
|
|
4064
5605
|
*/
|
|
@@ -4584,7 +6125,141 @@ export declare namespace vke {
|
|
|
4584
6125
|
*/
|
|
4585
6126
|
security: pulumi.Input<inputs.vke.DefaultNodePoolNodeConfigSecurity>;
|
|
4586
6127
|
}
|
|
4587
|
-
interface DefaultNodePoolNodeConfigEcsTag {
|
|
6128
|
+
interface DefaultNodePoolNodeConfigEcsTag {
|
|
6129
|
+
/**
|
|
6130
|
+
* The Key of Tags.
|
|
6131
|
+
*/
|
|
6132
|
+
key: pulumi.Input<string>;
|
|
6133
|
+
/**
|
|
6134
|
+
* The Value of Tags.
|
|
6135
|
+
*/
|
|
6136
|
+
value: pulumi.Input<string>;
|
|
6137
|
+
}
|
|
6138
|
+
interface DefaultNodePoolNodeConfigSecurity {
|
|
6139
|
+
/**
|
|
6140
|
+
* The Login of Security.
|
|
6141
|
+
*/
|
|
6142
|
+
login: pulumi.Input<inputs.vke.DefaultNodePoolNodeConfigSecurityLogin>;
|
|
6143
|
+
/**
|
|
6144
|
+
* The SecurityGroupIds of Security.
|
|
6145
|
+
*/
|
|
6146
|
+
securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6147
|
+
/**
|
|
6148
|
+
* The SecurityStrategies of Security.
|
|
6149
|
+
*/
|
|
6150
|
+
securityStrategies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6151
|
+
}
|
|
6152
|
+
interface DefaultNodePoolNodeConfigSecurityLogin {
|
|
6153
|
+
/**
|
|
6154
|
+
* The Password of Security.
|
|
6155
|
+
*/
|
|
6156
|
+
password?: pulumi.Input<string>;
|
|
6157
|
+
/**
|
|
6158
|
+
* The SshKeyPairName of Security.
|
|
6159
|
+
*/
|
|
6160
|
+
sshKeyPairName?: pulumi.Input<string>;
|
|
6161
|
+
}
|
|
6162
|
+
interface DefaultNodePoolTag {
|
|
6163
|
+
/**
|
|
6164
|
+
* The Key of Tags.
|
|
6165
|
+
*/
|
|
6166
|
+
key: pulumi.Input<string>;
|
|
6167
|
+
/**
|
|
6168
|
+
* The Value of Tags.
|
|
6169
|
+
*/
|
|
6170
|
+
value: pulumi.Input<string>;
|
|
6171
|
+
}
|
|
6172
|
+
interface GetAddonsStatus {
|
|
6173
|
+
/**
|
|
6174
|
+
* The state condition in the current main state of the addon, that is, the reason for entering the main state, there can be multiple reasons, the value contains `Progressing`, `Ok`, `Degraded`,`Unknown`, `ClusterNotRunning`, `CrashLoopBackOff`, `SchedulingFailed`, `NameConflict`, `ResourceCleanupFailed`, `ClusterVersionUpgrading`.
|
|
6175
|
+
*/
|
|
6176
|
+
conditionsType?: string;
|
|
6177
|
+
/**
|
|
6178
|
+
* The status of addon. the value contains `Creating`, `Running`, `Updating`, `Deleting`, `Failed`.
|
|
6179
|
+
*/
|
|
6180
|
+
phase?: string;
|
|
6181
|
+
}
|
|
6182
|
+
interface GetAddonsStatusArgs {
|
|
6183
|
+
/**
|
|
6184
|
+
* The state condition in the current main state of the addon, that is, the reason for entering the main state, there can be multiple reasons, the value contains `Progressing`, `Ok`, `Degraded`,`Unknown`, `ClusterNotRunning`, `CrashLoopBackOff`, `SchedulingFailed`, `NameConflict`, `ResourceCleanupFailed`, `ClusterVersionUpgrading`.
|
|
6185
|
+
*/
|
|
6186
|
+
conditionsType?: pulumi.Input<string>;
|
|
6187
|
+
/**
|
|
6188
|
+
* The status of addon. the value contains `Creating`, `Running`, `Updating`, `Deleting`, `Failed`.
|
|
6189
|
+
*/
|
|
6190
|
+
phase?: pulumi.Input<string>;
|
|
6191
|
+
}
|
|
6192
|
+
interface GetClustersStatus {
|
|
6193
|
+
/**
|
|
6194
|
+
* The state condition in the current main state of the cluster, that is, the reason for entering the main state, there can be multiple reasons, the value contains `Progressing`, `Ok`, `Degraded`, `SetByProvider`, `Balance`, `Security`, `CreateError`, `ResourceCleanupFailed`, `LimitedByQuota`, `StockOut`,`Unknown`.
|
|
6195
|
+
*/
|
|
6196
|
+
conditionsType?: string;
|
|
6197
|
+
/**
|
|
6198
|
+
* The status of cluster. the value contains `Creating`, `Running`, `Updating`, `Deleting`, `Stopped`, `Failed`.
|
|
6199
|
+
*/
|
|
6200
|
+
phase?: string;
|
|
6201
|
+
}
|
|
6202
|
+
interface GetClustersStatusArgs {
|
|
6203
|
+
/**
|
|
6204
|
+
* The state condition in the current main state of the cluster, that is, the reason for entering the main state, there can be multiple reasons, the value contains `Progressing`, `Ok`, `Degraded`, `SetByProvider`, `Balance`, `Security`, `CreateError`, `ResourceCleanupFailed`, `LimitedByQuota`, `StockOut`,`Unknown`.
|
|
6205
|
+
*/
|
|
6206
|
+
conditionsType?: pulumi.Input<string>;
|
|
6207
|
+
/**
|
|
6208
|
+
* The status of cluster. the value contains `Creating`, `Running`, `Updating`, `Deleting`, `Stopped`, `Failed`.
|
|
6209
|
+
*/
|
|
6210
|
+
phase?: pulumi.Input<string>;
|
|
6211
|
+
}
|
|
6212
|
+
interface GetClustersTag {
|
|
6213
|
+
/**
|
|
6214
|
+
* The Key of Tags.
|
|
6215
|
+
*/
|
|
6216
|
+
key: string;
|
|
6217
|
+
/**
|
|
6218
|
+
* The Value of Tags.
|
|
6219
|
+
*/
|
|
6220
|
+
value: string;
|
|
6221
|
+
}
|
|
6222
|
+
interface GetClustersTagArgs {
|
|
6223
|
+
/**
|
|
6224
|
+
* The Key of Tags.
|
|
6225
|
+
*/
|
|
6226
|
+
key: pulumi.Input<string>;
|
|
6227
|
+
/**
|
|
6228
|
+
* The Value of Tags.
|
|
6229
|
+
*/
|
|
6230
|
+
value: pulumi.Input<string>;
|
|
6231
|
+
}
|
|
6232
|
+
interface GetNodePoolsStatus {
|
|
6233
|
+
/**
|
|
6234
|
+
* Indicates the status condition of the node pool in the active state. The value can be `Progressing` or `Ok` or `VersionPartlyUpgraded` or `StockOut` or `LimitedByQuota` or `Balance` or `Degraded` or `ClusterVersionUpgrading` or `Cluster` or `ResourceCleanupFailed` or `Unknown` or `ClusterNotRunning` or `SetByProvider`.
|
|
6235
|
+
*/
|
|
6236
|
+
conditionsType?: string;
|
|
6237
|
+
/**
|
|
6238
|
+
* The Phase of Status. The value can be `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Scaling`.
|
|
6239
|
+
*/
|
|
6240
|
+
phase?: string;
|
|
6241
|
+
}
|
|
6242
|
+
interface GetNodePoolsStatusArgs {
|
|
6243
|
+
/**
|
|
6244
|
+
* Indicates the status condition of the node pool in the active state. The value can be `Progressing` or `Ok` or `VersionPartlyUpgraded` or `StockOut` or `LimitedByQuota` or `Balance` or `Degraded` or `ClusterVersionUpgrading` or `Cluster` or `ResourceCleanupFailed` or `Unknown` or `ClusterNotRunning` or `SetByProvider`.
|
|
6245
|
+
*/
|
|
6246
|
+
conditionsType?: pulumi.Input<string>;
|
|
6247
|
+
/**
|
|
6248
|
+
* The Phase of Status. The value can be `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Scaling`.
|
|
6249
|
+
*/
|
|
6250
|
+
phase?: pulumi.Input<string>;
|
|
6251
|
+
}
|
|
6252
|
+
interface GetNodePoolsTag {
|
|
6253
|
+
/**
|
|
6254
|
+
* The Key of Tags.
|
|
6255
|
+
*/
|
|
6256
|
+
key: string;
|
|
6257
|
+
/**
|
|
6258
|
+
* The Value of Tags.
|
|
6259
|
+
*/
|
|
6260
|
+
value: string;
|
|
6261
|
+
}
|
|
6262
|
+
interface GetNodePoolsTagArgs {
|
|
4588
6263
|
/**
|
|
4589
6264
|
* The Key of Tags.
|
|
4590
6265
|
*/
|
|
@@ -4594,39 +6269,25 @@ export declare namespace vke {
|
|
|
4594
6269
|
*/
|
|
4595
6270
|
value: pulumi.Input<string>;
|
|
4596
6271
|
}
|
|
4597
|
-
interface
|
|
4598
|
-
/**
|
|
4599
|
-
* The Login of Security.
|
|
4600
|
-
*/
|
|
4601
|
-
login: pulumi.Input<inputs.vke.DefaultNodePoolNodeConfigSecurityLogin>;
|
|
4602
|
-
/**
|
|
4603
|
-
* The SecurityGroupIds of Security.
|
|
4604
|
-
*/
|
|
4605
|
-
securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4606
|
-
/**
|
|
4607
|
-
* The SecurityStrategies of Security.
|
|
4608
|
-
*/
|
|
4609
|
-
securityStrategies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
4610
|
-
}
|
|
4611
|
-
interface DefaultNodePoolNodeConfigSecurityLogin {
|
|
6272
|
+
interface GetNodesStatus {
|
|
4612
6273
|
/**
|
|
4613
|
-
* The
|
|
6274
|
+
* The Type of Node Condition, the value is `Progressing` or `Ok` or `Unschedulable` or `InitilizeFailed` or `Unknown` or `NotReady` or `Security` or `Balance` or `ResourceCleanupFailed`.
|
|
4614
6275
|
*/
|
|
4615
|
-
|
|
6276
|
+
conditionsType?: string;
|
|
4616
6277
|
/**
|
|
4617
|
-
* The
|
|
6278
|
+
* The Phase of Node, the value is `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Starting` or `Stopping` or `Stopped`.
|
|
4618
6279
|
*/
|
|
4619
|
-
|
|
6280
|
+
phase?: string;
|
|
4620
6281
|
}
|
|
4621
|
-
interface
|
|
6282
|
+
interface GetNodesStatusArgs {
|
|
4622
6283
|
/**
|
|
4623
|
-
* The
|
|
6284
|
+
* The Type of Node Condition, the value is `Progressing` or `Ok` or `Unschedulable` or `InitilizeFailed` or `Unknown` or `NotReady` or `Security` or `Balance` or `ResourceCleanupFailed`.
|
|
4624
6285
|
*/
|
|
4625
|
-
|
|
6286
|
+
conditionsType?: pulumi.Input<string>;
|
|
4626
6287
|
/**
|
|
4627
|
-
* The
|
|
6288
|
+
* The Phase of Node, the value is `Creating` or `Running` or `Updating` or `Deleting` or `Failed` or `Starting` or `Stopping` or `Stopped`.
|
|
4628
6289
|
*/
|
|
4629
|
-
|
|
6290
|
+
phase?: pulumi.Input<string>;
|
|
4630
6291
|
}
|
|
4631
6292
|
interface NodeKubernetesConfig {
|
|
4632
6293
|
/**
|
|
@@ -4800,7 +6461,7 @@ export declare namespace vke {
|
|
|
4800
6461
|
*/
|
|
4801
6462
|
instanceChargeType?: pulumi.Input<string>;
|
|
4802
6463
|
/**
|
|
4803
|
-
* The InstanceTypeIds of NodeConfig. The value can get from volcengine.vke.
|
|
6464
|
+
* The InstanceTypeIds of NodeConfig. The value can get from volcengine.vke.getSupportResourceTypes datasource.
|
|
4804
6465
|
*/
|
|
4805
6466
|
instanceTypeIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
4806
6467
|
/**
|
|
@@ -4811,6 +6472,10 @@ export declare namespace vke {
|
|
|
4811
6472
|
* The Period of PrePaid instance of NodeConfig. Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36. Unit: month. when InstanceChargeType is PrePaid, default value is 12.
|
|
4812
6473
|
*/
|
|
4813
6474
|
period?: pulumi.Input<number>;
|
|
6475
|
+
/**
|
|
6476
|
+
* The project name of the ecs instance.
|
|
6477
|
+
*/
|
|
6478
|
+
projectName?: pulumi.Input<string>;
|
|
4814
6479
|
/**
|
|
4815
6480
|
* The Security of NodeConfig.
|
|
4816
6481
|
*/
|
|
@@ -4998,6 +6663,196 @@ export declare namespace vke {
|
|
|
4998
6663
|
}
|
|
4999
6664
|
}
|
|
5000
6665
|
export declare namespace vpc {
|
|
6666
|
+
interface GetHaVipsTag {
|
|
6667
|
+
/**
|
|
6668
|
+
* The Key of Tags.
|
|
6669
|
+
*/
|
|
6670
|
+
key: string;
|
|
6671
|
+
/**
|
|
6672
|
+
* The Value of Tags.
|
|
6673
|
+
*/
|
|
6674
|
+
value: string;
|
|
6675
|
+
}
|
|
6676
|
+
interface GetHaVipsTagArgs {
|
|
6677
|
+
/**
|
|
6678
|
+
* The Key of Tags.
|
|
6679
|
+
*/
|
|
6680
|
+
key: pulumi.Input<string>;
|
|
6681
|
+
/**
|
|
6682
|
+
* The Value of Tags.
|
|
6683
|
+
*/
|
|
6684
|
+
value: pulumi.Input<string>;
|
|
6685
|
+
}
|
|
6686
|
+
interface GetNetworkAclsTag {
|
|
6687
|
+
/**
|
|
6688
|
+
* The Key of Tags.
|
|
6689
|
+
*/
|
|
6690
|
+
key: string;
|
|
6691
|
+
/**
|
|
6692
|
+
* The Value of Tags.
|
|
6693
|
+
*/
|
|
6694
|
+
value: string;
|
|
6695
|
+
}
|
|
6696
|
+
interface GetNetworkAclsTagArgs {
|
|
6697
|
+
/**
|
|
6698
|
+
* The Key of Tags.
|
|
6699
|
+
*/
|
|
6700
|
+
key: pulumi.Input<string>;
|
|
6701
|
+
/**
|
|
6702
|
+
* The Value of Tags.
|
|
6703
|
+
*/
|
|
6704
|
+
value: pulumi.Input<string>;
|
|
6705
|
+
}
|
|
6706
|
+
interface GetNetworkInterfacesTag {
|
|
6707
|
+
/**
|
|
6708
|
+
* The Key of Tags.
|
|
6709
|
+
*/
|
|
6710
|
+
key: string;
|
|
6711
|
+
/**
|
|
6712
|
+
* The Value of Tags.
|
|
6713
|
+
*/
|
|
6714
|
+
value: string;
|
|
6715
|
+
}
|
|
6716
|
+
interface GetNetworkInterfacesTagArgs {
|
|
6717
|
+
/**
|
|
6718
|
+
* The Key of Tags.
|
|
6719
|
+
*/
|
|
6720
|
+
key: pulumi.Input<string>;
|
|
6721
|
+
/**
|
|
6722
|
+
* The Value of Tags.
|
|
6723
|
+
*/
|
|
6724
|
+
value: pulumi.Input<string>;
|
|
6725
|
+
}
|
|
6726
|
+
interface GetPrefixListsTagFilter {
|
|
6727
|
+
/**
|
|
6728
|
+
* The key of the tag.
|
|
6729
|
+
*/
|
|
6730
|
+
key?: string;
|
|
6731
|
+
/**
|
|
6732
|
+
* The values of the tag.
|
|
6733
|
+
*/
|
|
6734
|
+
values?: string[];
|
|
6735
|
+
}
|
|
6736
|
+
interface GetPrefixListsTagFilterArgs {
|
|
6737
|
+
/**
|
|
6738
|
+
* The key of the tag.
|
|
6739
|
+
*/
|
|
6740
|
+
key?: pulumi.Input<string>;
|
|
6741
|
+
/**
|
|
6742
|
+
* The values of the tag.
|
|
6743
|
+
*/
|
|
6744
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
6745
|
+
}
|
|
6746
|
+
interface GetRouteTablesTag {
|
|
6747
|
+
/**
|
|
6748
|
+
* The Key of Tags.
|
|
6749
|
+
*/
|
|
6750
|
+
key: string;
|
|
6751
|
+
/**
|
|
6752
|
+
* The Value of Tags.
|
|
6753
|
+
*/
|
|
6754
|
+
value: string;
|
|
6755
|
+
}
|
|
6756
|
+
interface GetRouteTablesTagArgs {
|
|
6757
|
+
/**
|
|
6758
|
+
* The Key of Tags.
|
|
6759
|
+
*/
|
|
6760
|
+
key: pulumi.Input<string>;
|
|
6761
|
+
/**
|
|
6762
|
+
* The Value of Tags.
|
|
6763
|
+
*/
|
|
6764
|
+
value: pulumi.Input<string>;
|
|
6765
|
+
}
|
|
6766
|
+
interface GetSecurityGroupsTag {
|
|
6767
|
+
/**
|
|
6768
|
+
* The Key of Tags.
|
|
6769
|
+
*/
|
|
6770
|
+
key: string;
|
|
6771
|
+
/**
|
|
6772
|
+
* The Value of Tags.
|
|
6773
|
+
*/
|
|
6774
|
+
value: string;
|
|
6775
|
+
}
|
|
6776
|
+
interface GetSecurityGroupsTagArgs {
|
|
6777
|
+
/**
|
|
6778
|
+
* The Key of Tags.
|
|
6779
|
+
*/
|
|
6780
|
+
key: pulumi.Input<string>;
|
|
6781
|
+
/**
|
|
6782
|
+
* The Value of Tags.
|
|
6783
|
+
*/
|
|
6784
|
+
value: pulumi.Input<string>;
|
|
6785
|
+
}
|
|
6786
|
+
interface GetSubnetsTag {
|
|
6787
|
+
/**
|
|
6788
|
+
* The Key of Tags.
|
|
6789
|
+
*/
|
|
6790
|
+
key: string;
|
|
6791
|
+
/**
|
|
6792
|
+
* The Value of Tags.
|
|
6793
|
+
*/
|
|
6794
|
+
value: string;
|
|
6795
|
+
}
|
|
6796
|
+
interface GetSubnetsTagArgs {
|
|
6797
|
+
/**
|
|
6798
|
+
* The Key of Tags.
|
|
6799
|
+
*/
|
|
6800
|
+
key: pulumi.Input<string>;
|
|
6801
|
+
/**
|
|
6802
|
+
* The Value of Tags.
|
|
6803
|
+
*/
|
|
6804
|
+
value: pulumi.Input<string>;
|
|
6805
|
+
}
|
|
6806
|
+
interface GetVpcsTag {
|
|
6807
|
+
/**
|
|
6808
|
+
* The Key of Tags.
|
|
6809
|
+
*/
|
|
6810
|
+
key: string;
|
|
6811
|
+
/**
|
|
6812
|
+
* The Value of Tags.
|
|
6813
|
+
*/
|
|
6814
|
+
value: string;
|
|
6815
|
+
}
|
|
6816
|
+
interface GetVpcsTagArgs {
|
|
6817
|
+
/**
|
|
6818
|
+
* The Key of Tags.
|
|
6819
|
+
*/
|
|
6820
|
+
key: pulumi.Input<string>;
|
|
6821
|
+
/**
|
|
6822
|
+
* The Value of Tags.
|
|
6823
|
+
*/
|
|
6824
|
+
value: pulumi.Input<string>;
|
|
6825
|
+
}
|
|
6826
|
+
interface HaVipTag {
|
|
6827
|
+
/**
|
|
6828
|
+
* The Key of Tags.
|
|
6829
|
+
*/
|
|
6830
|
+
key: pulumi.Input<string>;
|
|
6831
|
+
/**
|
|
6832
|
+
* The Value of Tags.
|
|
6833
|
+
*/
|
|
6834
|
+
value: pulumi.Input<string>;
|
|
6835
|
+
}
|
|
6836
|
+
interface HaVipsTag {
|
|
6837
|
+
/**
|
|
6838
|
+
* The Key of Tags.
|
|
6839
|
+
*/
|
|
6840
|
+
key: string;
|
|
6841
|
+
/**
|
|
6842
|
+
* The Value of Tags.
|
|
6843
|
+
*/
|
|
6844
|
+
value: string;
|
|
6845
|
+
}
|
|
6846
|
+
interface HaVipsTagArgs {
|
|
6847
|
+
/**
|
|
6848
|
+
* The Key of Tags.
|
|
6849
|
+
*/
|
|
6850
|
+
key: pulumi.Input<string>;
|
|
6851
|
+
/**
|
|
6852
|
+
* The Value of Tags.
|
|
6853
|
+
*/
|
|
6854
|
+
value: pulumi.Input<string>;
|
|
6855
|
+
}
|
|
5001
6856
|
interface NetworkAclEgressAclEntry {
|
|
5002
6857
|
/**
|
|
5003
6858
|
* The description of entry.
|
|
@@ -5176,6 +7031,36 @@ export declare namespace vpc {
|
|
|
5176
7031
|
*/
|
|
5177
7032
|
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
5178
7033
|
}
|
|
7034
|
+
interface RouteTableTag {
|
|
7035
|
+
/**
|
|
7036
|
+
* The Key of Tags.
|
|
7037
|
+
*/
|
|
7038
|
+
key: pulumi.Input<string>;
|
|
7039
|
+
/**
|
|
7040
|
+
* The Value of Tags.
|
|
7041
|
+
*/
|
|
7042
|
+
value: pulumi.Input<string>;
|
|
7043
|
+
}
|
|
7044
|
+
interface RouteTablesTag {
|
|
7045
|
+
/**
|
|
7046
|
+
* The Key of Tags.
|
|
7047
|
+
*/
|
|
7048
|
+
key: string;
|
|
7049
|
+
/**
|
|
7050
|
+
* The Value of Tags.
|
|
7051
|
+
*/
|
|
7052
|
+
value: string;
|
|
7053
|
+
}
|
|
7054
|
+
interface RouteTablesTagArgs {
|
|
7055
|
+
/**
|
|
7056
|
+
* The Key of Tags.
|
|
7057
|
+
*/
|
|
7058
|
+
key: pulumi.Input<string>;
|
|
7059
|
+
/**
|
|
7060
|
+
* The Value of Tags.
|
|
7061
|
+
*/
|
|
7062
|
+
value: pulumi.Input<string>;
|
|
7063
|
+
}
|
|
5179
7064
|
interface SecurityGroupTag {
|
|
5180
7065
|
/**
|
|
5181
7066
|
* The Key of Tags.
|
|
@@ -5312,4 +7197,24 @@ export declare namespace vpn {
|
|
|
5312
7197
|
*/
|
|
5313
7198
|
value: pulumi.Input<string>;
|
|
5314
7199
|
}
|
|
7200
|
+
interface GetGatewaysTag {
|
|
7201
|
+
/**
|
|
7202
|
+
* The Key of Tags.
|
|
7203
|
+
*/
|
|
7204
|
+
key: string;
|
|
7205
|
+
/**
|
|
7206
|
+
* The Value of Tags.
|
|
7207
|
+
*/
|
|
7208
|
+
value: string;
|
|
7209
|
+
}
|
|
7210
|
+
interface GetGatewaysTagArgs {
|
|
7211
|
+
/**
|
|
7212
|
+
* The Key of Tags.
|
|
7213
|
+
*/
|
|
7214
|
+
key: pulumi.Input<string>;
|
|
7215
|
+
/**
|
|
7216
|
+
* The Value of Tags.
|
|
7217
|
+
*/
|
|
7218
|
+
value: pulumi.Input<string>;
|
|
7219
|
+
}
|
|
5315
7220
|
}
|