Skip to content

Commit

Permalink
make build_sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Sep 12, 2023
1 parent d2cde9e commit 47c5de1
Show file tree
Hide file tree
Showing 25 changed files with 1,248 additions and 52 deletions.
27 changes: 27 additions & 0 deletions sdk/dotnet/GetNetworks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,33 @@ public static class GetNetworks
/// </summary>
public static Task<GetNetworksResult> InvokeAsync(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.InvokeAsync<GetNetworksResult>("ns1:index/getNetworks:getNetworks", InvokeArgs.Empty, options.WithDefaults());

/// <summary>
/// Provides details about NS1 Networks. Use this if you would simply like to read
/// information from NS1 into your configurations. For read/write operations, you
/// should use a resource.
///
/// {{% examples %}}
/// ## Example Usage
/// {{% example %}}
///
/// ```csharp
/// using System.Collections.Generic;
/// using System.Linq;
/// using Pulumi;
/// using Ns1 = Pulumi.Ns1;
///
/// return await Deployment.RunAsync(() =&gt;
/// {
/// var example = Ns1.GetNetworks.Invoke();
///
/// });
/// ```
/// {{% /example %}}
/// {{% /examples %}}
/// </summary>
public static Output<GetNetworksResult> Invoke(InvokeOptions? options = null)
=> global::Pulumi.Deployment.Instance.Invoke<GetNetworksResult>("ns1:index/getNetworks:getNetworks", InvokeArgs.Empty, options.WithDefaults());
}


Expand Down
37 changes: 37 additions & 0 deletions sdk/go/ns1/apikey.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions sdk/go/ns1/application.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions sdk/go/ns1/dataFeed.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions sdk/go/ns1/dataSource.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 47c5de1

Please sign in to comment.