Skip to content

Commit a1ad64c

Browse files
tvernumJoshMock
andauthored
Update visibility for serverless (#2243)
Co-authored-by: Josh Mock <[email protected]>
1 parent 172aef7 commit a1ad64c

File tree

64 files changed

+61
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+61
-11
lines changed

specification/_global/delete_by_query_rethrottle/DeleteByQueryRethrottleRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { float } from '@_types/Numeric'
2424
/**
2525
* @rest_spec_name delete_by_query_rethrottle
2626
* @availability stack since=6.5.0 stability=stable
27+
* @availability serverless stability=stable visibility=private
2728
*/
2829
export interface Request extends RequestBase {
2930
path_parts: {

specification/_global/explain/ExplainRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import { Operator } from '@_types/query_dsl/Operator'
2727
* Returns information about why a specific document matches (or doesn’t match) a query.
2828
* @rest_spec_name explain
2929
* @availability stack since=0.0.0 stability=stable
30+
* @availability serverless stability=stable visibility=public
3031
*/
3132
export interface Request extends RequestBase {
3233
path_parts: {

specification/_global/health_report/Request.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Duration } from '@_types/Time'
2424
/**
2525
* @rest_spec_name health_report
2626
* @availability stack since=8.7.0 stability=stable
27+
* @availability serverless stability=stable visibility=private
2728
*/
2829
export interface Request extends RequestBase {
2930
path_parts: {

specification/_global/reindex/ReindexRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import { Destination, Source } from './types'
2727
/**
2828
* @rest_spec_name reindex
2929
* @availability stack since=2.3.0 stability=stable
30+
* @availability serverless stability=stable visibility=public
3031
*/
3132
export interface Request extends RequestBase {
3233
query_parameters: {

specification/_global/reindex_rethrottle/ReindexRethrottleRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { float } from '@_types/Numeric'
2525
* Copies documents from a source to a destination.
2626
* @rest_spec_name reindex_rethrottle
2727
* @availability stack since=2.4.0 stability=stable
28+
* @availability serverless stability=stable visibility=private
2829
*/
2930
export interface Request extends RequestBase {
3031
path_parts: {

specification/_global/update_by_query_rethrottle/UpdateByQueryRethrottleRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { float, long } from '@_types/Numeric'
2424
/**
2525
* @rest_spec_name update_by_query_rethrottle
2626
* @availability stack since=6.5.0 stability=stable
27+
* @availability serverless stability=stable visibility=private
2728
*/
2829
export interface Request extends RequestBase {
2930
path_parts: {

specification/cat/health/CatHealthRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import { TimeUnit } from '@_types/Time'
3333
* You also can use the API to track the recovery of a large cluster over a longer period of time.
3434
* @rest_spec_name cat.health
3535
* @availability stack since=0.0.0 stability=stable
36+
* @availability serverless stability=stable visibility=private
3637
* @doc_id cat-health
3738
* @cluster_privileges monitor
3839
*/

specification/cat/recovery/CatRecoveryRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import { Bytes, Indices } from '@_types/common'
2727
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the index recovery API.
2828
* @rest_spec_name cat.recovery
2929
* @availability stack since=0.0.0 stability=stable
30+
* @availability serverless stability=stable visibility=private
3031
* @doc_id cat-recovery
3132
* @cluster_privileges monitor
3233
* @index_privileges monitor

specification/cat/repositories/CatRepositoriesRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { CatRequestBase } from '@cat/_types/CatBase'
2424
* IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get snapshot repository API.
2525
* @rest_spec_name cat.repositories
2626
* @availability stack since=2.1.0 stability=stable
27+
* @availability serverless stability=stable visibility=private
2728
* @doc_id cat-repositories
2829
* @cluster_privileges monitor_snapshot
2930
*/

specification/cluster/get_settings/ClusterGetSettingsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { Duration } from '@_types/Time'
2525
* By default, it returns only settings that have been explicitly defined.
2626
* @rest_spec_name cluster.get_settings
2727
* @availability stack since=0.0.0 stability=stable
28-
* @availability serverless stability=stable visibility=public
28+
* @availability serverless stability=stable visibility=private
2929
* @cluster_privileges monitor
3030
* @doc_id cluster-get-settings
3131
*/

specification/cluster/pending_tasks/ClusterPendingTasksRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { Duration } from '@_types/Time'
2727
* However, if a user-initiated task such as a create index command causes a cluster state update, the activity of this task might be reported by both task api and pending cluster tasks API.
2828
* @rest_spec_name cluster.pending_tasks
2929
* @availability stack since=0.0.0 stability=stable
30-
* @availability serverless stability=stable visibility=public
30+
* @availability serverless stability=stable visibility=private
3131
* @cluster_privileges monitor
3232
* @doc_id cluster-pending
3333
*/

specification/cluster/put_settings/ClusterPutSettingsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { Duration } from '@_types/Time'
2525
/**
2626
* @rest_spec_name cluster.put_settings
2727
* @availability stack since=0.0.0 stability=stable
28-
* @availability serverless stability=stable visibility=public
28+
* @availability serverless stability=stable visibility=private
2929
* @doc_id cluster-update-settings
3030
*/
3131
export interface Request extends RequestBase {

specification/cluster/stats/ClusterStatsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { Duration } from '@_types/Time'
2626
* It returns basic index metrics (shard numbers, store size, memory usage) and information about the current nodes that form the cluster (number, roles, os, jvm versions, memory usage, cpu and installed plugins).
2727
* @rest_spec_name cluster.stats
2828
* @availability stack since=1.3.0 stability=stable
29-
* @availability serverless stability=stable visibility=public
29+
* @availability serverless stability=stable visibility=private
3030
* @cluster_privileges monitor
3131
* @doc_id cluster-stats
3232
*/

specification/eql/delete/EqlDeleteRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { Id } from '@_types/common'
2525
* The API also deletes results for the search.
2626
* @rest_spec_name eql.delete
2727
* @availability stack since=7.9.0 stability=stable
28+
* @availability serverless stability=stable visibility=public
2829
*/
2930
export interface Request extends RequestBase {
3031
path_parts: {

specification/eql/get/EqlGetRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import { Duration } from '@_types/Time'
2626
* @doc_id eql-async-search-api
2727
* @rest_spec_name eql.get
2828
* @availability stack since=7.9.0 stability=stable
29+
* @availability serverless stability=stable visibility=public
2930
*/
3031
export interface Request extends RequestBase {
3132
path_parts: {

specification/eql/get_status/EqlGetStatusRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { Id } from '@_types/common'
2525
* @doc_id eql-async-search-status-api
2626
* @rest_spec_name eql.get_status
2727
* @availability stack since=7.9.0 stability=stable
28+
* @availability serverless stability=stable visibility=public
2829
*/
2930
export interface Request extends RequestBase {
3031
path_parts: {

specification/eql/search/EqlSearchRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import { ResultPosition } from './types'
2828
/**
2929
* @rest_spec_name eql.search
3030
* @availability stack since=7.9.0 stability=stable
31+
* @availability serverless stability=stable visibility=public
3132
*/
3233
export interface Request extends RequestBase {
3334
path_parts: {

specification/features/reset_features/ResetFeaturesRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ import { RequestBase } from '@_types/Base'
2222
/**
2323
* @rest_spec_name features.reset_features
2424
* @availability stack since=7.12.0 stability=experimental
25+
* @availability serverless stability=experimental visibility=private
2526
*/
2627
export interface Request extends RequestBase {}

specification/indices/add_block/IndicesAddBlockRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Duration } from '@_types/Time'
2424
/**
2525
* @rest_spec_name indices.add_block
2626
* @availability stack since=7.9.0 stability=stable
27+
* @availability serverless stability=stable visibility=public
2728
*/
2829
export interface Request extends RequestBase {
2930
path_parts: {

specification/indices/clear_cache/IndicesIndicesClearCacheRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { ExpandWildcards, Fields, Indices } from '@_types/common'
2525
* For data streams, the API clears the caches of the stream’s backing indices.
2626
* @rest_spec_name indices.clear_cache
2727
* @availability stack since=0.0.0 stability=stable
28+
* @availability serverless stability=stable visibility=private
2829
*/
2930
export interface Request extends RequestBase {
3031
path_parts: {

specification/indices/delete_template/IndicesDeleteTemplateRequest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import { Duration } from '@_types/Time'
2525
* Deletes a legacy index template.
2626
* @rest_spec_name indices.delete_template
2727
* @availability stack since=0.0.0 stability=stable
28-
* @availability serverless stability=stable visibility=public
2928
* @cluster_privileges manage_index_templates,manage
3029
*/
3130
export interface Request extends RequestBase {

specification/indices/disk_usage/IndicesDiskUsageRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { ExpandWildcards, Indices } from '@_types/common'
2525
* @doc_id indices-disk-usage
2626
* @rest_spec_name indices.disk_usage
2727
* @availability stack since=7.15.0 stability=experimental
28-
* @availability serverless stability=experimental visibility=public
28+
* @availability serverless stability=experimental visibility=private
2929
*/
3030
export interface Request extends RequestBase {
3131
path_parts: {

specification/indices/exists_template/IndicesExistsTemplateRequest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import { Duration } from '@_types/Time'
2424
/**
2525
* @rest_spec_name indices.exists_template
2626
* @availability stack since=0.0.0 stability=stable
27-
* @availability serverless stability=stable visibility=public
2827
*/
2928
export interface Request extends RequestBase {
3029
path_parts: {

specification/indices/field_usage_stats/IndicesFieldUsageStatsRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import { Duration } from '@_types/Time'
3030
* Returns field usage information for each shard and field of an index.
3131
* @rest_spec_name indices.field_usage_stats
3232
* @availability stack since=7.15.0 stability=experimental
33+
* @availability serverless stability=experimental visibility=private
3334
* @index_privileges manage
3435
*/
3536
export interface Request extends RequestBase {

specification/indices/flush/IndicesFlushRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { ExpandWildcards, Indices } from '@_types/common'
2525
* @doc_id indices-flush
2626
* @rest_spec_name indices.flush
2727
* @availability stack since=0.0.0 stability=stable
28+
* @availability serverless stability=stable visibility=private
2829
*/
2930
export interface Request extends RequestBase {
3031
path_parts: {

specification/indices/forcemerge/IndicesForceMergeRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { long } from '@_types/Numeric'
2424
/**
2525
* @rest_spec_name indices.forcemerge
2626
* @availability stack since=2.1.0 stability=stable
27+
* @availability serverless stability=stable visibility=private
2728
*/
2829
export interface Request extends RequestBase {
2930
path_parts: {

specification/indices/get_template/IndicesGetTemplateRequest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import { Duration } from '@_types/Time'
2525
* Retrieves information about one or more index templates.
2626
* @rest_spec_name indices.get_template
2727
* @availability stack since=0.0.0 stability=stable
28-
* @availability serverless stability=stable visibility=public
2928
*/
3029
export interface Request extends RequestBase {
3130
path_parts: {

specification/indices/refresh/IndicesRefreshRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { ExpandWildcards, Indices } from '@_types/common'
2525
* For data streams, the API runs the refresh operation on the stream’s backing indices.
2626
* @rest_spec_name indices.refresh
2727
* @availability stack since=0.0.0 stability=stable
28+
* @availability serverless stability=stable visibility=public
2829
*/
2930
export interface Request extends RequestBase {
3031
path_parts: {

specification/indices/segments/IndicesSegmentsRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { ExpandWildcards, Indices } from '@_types/common'
2424
* For data streams, the API returns information about the stream’s backing indices.
2525
* @rest_spec_name indices.segments
2626
* @availability stack since=0.0.0 stability=stable
27+
* @availability serverless stability=stable visibility=private
2728
*/
2829
export interface Request extends RequestBase {
2930
path_parts: {

specification/license/get/GetLicenseRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { RequestBase } from '@_types/Base'
2424
* For more information about the different types of licenses, see https://www.elastic.co/subscriptions.
2525
* @rest_spec_name license.get
2626
* @availability stack since=0.0.0 stability=stable
27+
* @availability serverless stability=stable visibility=public
2728
*/
2829
export interface Request extends RequestBase {
2930
query_parameters: {

specification/nodes/clear_repositories_metering_archive/ClearRepositoriesMeteringArchiveRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { long } from '@_types/Numeric'
2525
* You can use this API to clear the archived repositories metering information in the cluster.
2626
* @rest_spec_name nodes.clear_repositories_metering_archive
2727
* @availability stack since=7.16.0 stability=experimental
28+
* @availability serverless stability=experimental visibility=private
2829
* @cluster_privileges monitor, manage
2930
*/
3031
export interface Request extends RequestBase {

specification/nodes/get_repositories_metering_info/GetRepositoriesMeteringInfoRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import { NodeIds } from '@_types/common'
2727
* API is volatile, meaning that it won’t be present after node restarts.
2828
* @rest_spec_name nodes.get_repositories_metering_info
2929
* @availability stack since=7.16.0 stability=experimental
30+
* @availability serverless stability=experimental visibility=private
3031
* @cluster_privileges monitor, manage
3132
*/
3233
export interface Request extends RequestBase {

specification/security/clear_api_key_cache/SecurityClearApiKeyCacheRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { Ids } from '@_types/common'
2525
* The cache is also automatically cleared on state changes of the security index.
2626
* @rest_spec_name security.clear_api_key_cache
2727
* @availability stack since=7.10.0 stability=stable
28-
* @availability serverless stability=stable visibility=public
28+
* @availability serverless stability=stable visibility=private
2929
* @cluster_privileges manage_security
3030
*/
3131
export interface Request extends RequestBase {

specification/security/has_privileges/SecurityHasPrivilegesRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { ApplicationPrivilegesCheck, IndexPrivilegesCheck } from './types'
2525
/**
2626
* @rest_spec_name security.has_privileges
2727
* @availability stack since=6.4.0 stability=stable
28-
* @availability serverless stability=stable visibility=private
28+
* @availability serverless stability=stable visibility=public
2929
*/
3030
export interface Request extends RequestBase {
3131
path_parts: {

specification/slm/delete_lifecycle/DeleteSnapshotLifecycleRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import { Name } from '@_types/common'
2323
/**
2424
* @rest_spec_name slm.delete_lifecycle
2525
* @availability stack since=7.4.0 stability=stable
26+
* @availability serverless stability=stable visibility=private
2627
*/
2728
export interface Request extends RequestBase {
2829
path_parts: {

specification/slm/execute_lifecycle/ExecuteSnapshotLifecycleRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import { Name } from '@_types/common'
2323
/**
2424
* @rest_spec_name slm.execute_lifecycle
2525
* @availability stack since=7.4.0 stability=stable
26+
* @availability serverless stability=stable visibility=private
2627
*/
2728
export interface Request extends RequestBase {
2829
path_parts: {

specification/slm/execute_retention/ExecuteRetentionRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ import { RequestBase } from '@_types/Base'
2222
/**
2323
* @rest_spec_name slm.execute_retention
2424
* @availability stack since=7.5.0 stability=stable
25+
* @availability serverless stability=stable visibility=private
2526
*/
2627
export interface Request extends RequestBase {}

specification/slm/get_lifecycle/GetSnapshotLifecycleRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import { Names } from '@_types/common'
2323
/**
2424
* @rest_spec_name slm.get_lifecycle
2525
* @availability stack since=7.4.0 stability=stable
26+
* @availability serverless stability=stable visibility=private
2627
*/
2728
export interface Request extends RequestBase {
2829
path_parts: {

specification/slm/get_stats/GetSnapshotLifecycleStatsRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ import { RequestBase } from '@_types/Base'
2222
/**
2323
* @rest_spec_name slm.get_stats
2424
* @availability stack since=7.5.0 stability=stable
25+
* @availability serverless stability=stable visibility=private
2526
*/
2627
export interface Request extends RequestBase {}

specification/slm/get_status/GetSnapshotLifecycleManagementStatusRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ import { RequestBase } from '@_types/Base'
2222
/**
2323
* @rest_spec_name slm.get_status
2424
* @availability stack since=7.6.0 stability=stable
25+
* @availability serverless stability=stable visibility=private
2526
*/
2627
export interface Request extends RequestBase {}

specification/slm/put_lifecycle/PutSnapshotLifecycleRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import { Duration } from '@_types/Time'
2626
/**
2727
* @rest_spec_name slm.put_lifecycle
2828
* @availability stack since=7.4.0 stability=stable
29+
* @availability serverless stability=stable visibility=private
2930
*/
3031
export interface Request extends RequestBase {
3132
path_parts: {

specification/slm/start/StartSnapshotLifecycleManagementRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ import { RequestBase } from '@_types/Base'
2222
/**
2323
* @rest_spec_name slm.start
2424
* @availability stack since=7.6.0 stability=stable
25+
* @availability serverless stability=stable visibility=private
2526
*/
2627
export interface Request extends RequestBase {}

specification/slm/stop/StopSnapshotLifecycleManagementRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ import { RequestBase } from '@_types/Base'
2222
/**
2323
* @rest_spec_name slm.stop
2424
* @availability stack since=7.6.0 stability=stable
25+
* @availability serverless stability=stable visibility=private
2526
*/
2627
export interface Request extends RequestBase {}

specification/snapshot/cleanup_repository/SnapshotCleanupRepositoryRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { Duration } from '@_types/Time'
2525
* Triggers the review of a snapshot repository’s contents and deletes any stale data not referenced by existing snapshots.
2626
* @rest_spec_name snapshot.cleanup_repository
2727
* @availability stack since=7.4.0 stability=stable
28+
* @availability serverless stability=stable visibility=private
2829
*/
2930
export interface Request extends RequestBase {
3031
path_parts: {

specification/snapshot/clone/SnapshotCloneRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Duration } from '@_types/Time'
2424
/**
2525
* @rest_spec_name snapshot.clone
2626
* @availability stack since=7.10.0 stability=stable
27+
* @availability serverless stability=stable visibility=private
2728
*/
2829
export interface Request extends RequestBase {
2930
path_parts: {

specification/snapshot/create/SnapshotCreateRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Duration } from '@_types/Time'
2424
/**
2525
* @rest_spec_name snapshot.create
2626
* @availability stack since=0.0.0 stability=stable
27+
* @availability serverless stability=stable visibility=private
2728
*/
2829
export interface Request extends RequestBase {
2930
path_parts: {

specification/snapshot/create_repository/SnapshotCreateRepositoryRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { Duration } from '@_types/Time'
2828
/**
2929
* @rest_spec_name snapshot.create_repository
3030
* @availability stack since=0.0.0 stability=stable
31-
*
31+
* @availability serverless stability=stable visibility=private
3232
*/
3333
export interface Request extends RequestBase {
3434
path_parts: {

specification/snapshot/delete/SnapshotDeleteRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Duration } from '@_types/Time'
2424
/**
2525
* @rest_spec_name snapshot.delete
2626
* @availability stack since=0.0.0 stability=stable
27+
* @availability serverless stability=stable visibility=private
2728
*/
2829
export interface Request extends RequestBase {
2930
path_parts: {

specification/snapshot/delete_repository/SnapshotDeleteRepositoryRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { Duration } from '@_types/Time'
2424
/**
2525
* @rest_spec_name snapshot.delete_repository
2626
* @availability stack since=0.0.0 stability=stable
27+
* @availability serverless stability=stable visibility=private
2728
*/
2829
export interface Request extends RequestBase {
2930
path_parts: {

0 commit comments

Comments
 (0)