Home
last modified time | relevance | path

Searched refs:StackResource (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudformation/include/aws/cloudformation/model/
H A DStackResource.h35 class AWS_CLOUDFORMATION_API StackResource
38 StackResource();
39 StackResource(const Aws::Utils::Xml::XmlNode& xmlNode);
40 StackResource& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
74 …inline StackResource& WithStackName(const Aws::String& value) { SetStackName(value); return *this;} in WithStackName()
84 inline StackResource& WithStackName(const char* value) { SetStackName(value); return *this;} in WithStackName()
115 inline StackResource& WithStackId(const Aws::String& value) { SetStackId(value); return *this;} in WithStackId()
120 …inline StackResource& WithStackId(Aws::String&& value) { SetStackId(std::move(value)); return *thi… in WithStackId()
125 inline StackResource& WithStackId(const char* value) { SetStackId(value); return *this;} in WithStackId()
272 … inline StackResource& WithResourceType(const char* value) { SetResourceType(value); return *this;} in WithResourceType()
[all …]
H A DDescribeStackResourcesResult.h46 inline const Aws::Vector<StackResource>& GetStackResources() const{ return m_stackResources; } in GetStackResources()
51 …inline void SetStackResources(const Aws::Vector<StackResource>& value) { m_stackResources = value;… in SetStackResources()
56 …inline void SetStackResources(Aws::Vector<StackResource>&& value) { m_stackResources = std::move(v… in SetStackResources()
61 …inline DescribeStackResourcesResult& WithStackResources(const Aws::Vector<StackResource>& value) {… in WithStackResources()
66 …inline DescribeStackResourcesResult& WithStackResources(Aws::Vector<StackResource>&& value) { SetS… in WithStackResources()
71 …inline DescribeStackResourcesResult& AddStackResources(const StackResource& value) { m_stackResour… in AddStackResources()
76 …inline DescribeStackResourcesResult& AddStackResources(StackResource&& value) { m_stackResources.p… in AddStackResources()
96 Aws::Vector<StackResource> m_stackResources;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudformation/source/model/
H A DStackResource.cpp23 StackResource::StackResource() : in StackResource() function in Aws::CloudFormation::Model::StackResource
39 StackResource::StackResource(const XmlNode& xmlNode) : in StackResource() function in Aws::CloudFormation::Model::StackResource
56 StackResource& StackResource::operator =(const XmlNode& xmlNode) in operator =()
133 void StackResource::OutputToStream(Aws::OStream& oStream, const char* location, unsigned index, con… in OutputToStream()
196 void StackResource::OutputToStream(Aws::OStream& oStream, const char* location) const in OutputToStream()
/dports/devel/p5-Paws/Paws-0.14/lib/Paws/CloudFormation/
H A DStackResource.pm1 package Paws::CloudFormation::StackResource {
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/cloudformation/
H A Dconnection.py25 from boto.cloudformation.stack import StackResource, StackResourceSummary
667 [('member', StackResource)])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/cloudformation/
H A Dconnection.py25 from boto.cloudformation.stack import StackResource, StackResourceSummary
667 [('member', StackResource)])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/cloudformation/
H A Dconnection.py25 from boto.cloudformation.stack import StackResource, StackResourceSummary
667 [('member', StackResource)])
/dports/devel/py-boto/boto-2.49.0/boto/cloudformation/
H A Dconnection.py25 from boto.cloudformation.stack import StackResource, StackResourceSummary
667 [('member', StackResource)])
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloudformation/
H A Dapi_op_DescribeStackResources.go77 StackResources []types.StackResource
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/cloudformation/
H A Dapi_op_DescribeStackResources.go77 StackResources []types.StackResource
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/cloudformation/
H A Dapi_op_DescribeStackResources.go77 StackResources []types.StackResource
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/cloudformation/
H A Dapi_op_DescribeStackResources.go77 StackResources []types.StackResource
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/cloudformation/
H A Dapi_op_DescribeStackResources.go77 StackResources []types.StackResource
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/cloudformation/
H A Dapi_op_DescribeStackResources.go77 StackResources []types.StackResource
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/cloudformation/
H A Dapi_op_DescribeStackResources.go77 StackResources []types.StackResource
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/cloudformation/
H A Dapi_op_DescribeStackResources.go79 StackResources []types.StackResource
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go9366 type StackResource struct { struct
9409 func (s StackResource) String() string { argument
9419 func (s *StackResource) SetDescription(v string) *StackResource { argument
9425 func (s *StackResource) SetLogicalResourceId(v string) *StackResource { argument
9431 func (s *StackResource) SetPhysicalResourceId(v string) *StackResource { argument
9437 func (s *StackResource) SetResourceStatus(v string) *StackResource { argument
9443 func (s *StackResource) SetResourceStatusReason(v string) *StackResource { argument
9449 func (s *StackResource) SetResourceType(v string) *StackResource { argument
9455 func (s *StackResource) SetStackId(v string) *StackResource { argument
9461 func (s *StackResource) SetStackName(v string) *StackResource { argument
[all …]
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go9452 type StackResource struct { struct
9495 func (s StackResource) String() string { argument
9505 func (s *StackResource) SetDescription(v string) *StackResource { argument
9511 func (s *StackResource) SetLogicalResourceId(v string) *StackResource { argument
9517 func (s *StackResource) SetPhysicalResourceId(v string) *StackResource { argument
9523 func (s *StackResource) SetResourceStatus(v string) *StackResource { argument
9529 func (s *StackResource) SetResourceStatusReason(v string) *StackResource { argument
9535 func (s *StackResource) SetResourceType(v string) *StackResource { argument
9541 func (s *StackResource) SetStackId(v string) *StackResource { argument
9547 func (s *StackResource) SetStackName(v string) *StackResource { argument
[all …]
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go9536 type StackResource struct { struct
9579 func (s StackResource) String() string { argument
9589 func (s *StackResource) SetDescription(v string) *StackResource { argument
9595 func (s *StackResource) SetLogicalResourceId(v string) *StackResource { argument
9601 func (s *StackResource) SetPhysicalResourceId(v string) *StackResource { argument
9607 func (s *StackResource) SetResourceStatus(v string) *StackResource { argument
9613 func (s *StackResource) SetResourceStatusReason(v string) *StackResource { argument
9619 func (s *StackResource) SetResourceType(v string) *StackResource { argument
9625 func (s *StackResource) SetStackId(v string) *StackResource { argument
9631 func (s *StackResource) SetStackName(v string) *StackResource { argument
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/cloudformation/
H A Dapi.go9473 type StackResource struct { struct
9516 func (s StackResource) String() string { argument
9526 func (s *StackResource) SetDescription(v string) *StackResource { argument
9532 func (s *StackResource) SetLogicalResourceId(v string) *StackResource { argument
9538 func (s *StackResource) SetPhysicalResourceId(v string) *StackResource { argument
9544 func (s *StackResource) SetResourceStatus(v string) *StackResource { argument
9550 func (s *StackResource) SetResourceStatusReason(v string) *StackResource { argument
9556 func (s *StackResource) SetResourceType(v string) *StackResource { argument
9562 func (s *StackResource) SetStackId(v string) *StackResource { argument
9568 func (s *StackResource) SetStackName(v string) *StackResource { argument
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go10614 type StackResource struct { struct
10673 func (s *StackResource) SetDescription(v string) *StackResource { argument
10679 func (s *StackResource) SetDriftInformation(v *StackResourceDriftInformation) *StackResource { argument
10685 func (s *StackResource) SetLogicalResourceId(v string) *StackResource { argument
10691 func (s *StackResource) SetPhysicalResourceId(v string) *StackResource { argument
10697 func (s *StackResource) SetResourceStatus(v string) *StackResource { argument
10703 func (s *StackResource) SetResourceStatusReason(v string) *StackResource { argument
10709 func (s *StackResource) SetResourceType(v string) *StackResource { argument
10715 func (s *StackResource) SetStackId(v string) *StackResource { argument
10721 func (s *StackResource) SetStackName(v string) *StackResource { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go10614 type StackResource struct { struct
10673 func (s *StackResource) SetDescription(v string) *StackResource { argument
10679 func (s *StackResource) SetDriftInformation(v *StackResourceDriftInformation) *StackResource { argument
10685 func (s *StackResource) SetLogicalResourceId(v string) *StackResource { argument
10691 func (s *StackResource) SetPhysicalResourceId(v string) *StackResource { argument
10697 func (s *StackResource) SetResourceStatus(v string) *StackResource { argument
10703 func (s *StackResource) SetResourceStatusReason(v string) *StackResource { argument
10709 func (s *StackResource) SetResourceType(v string) *StackResource { argument
10715 func (s *StackResource) SetStackId(v string) *StackResource { argument
10721 func (s *StackResource) SetStackName(v string) *StackResource { argument
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/cloudformation/
H A Dapi.go10614 type StackResource struct { struct
10673 func (s *StackResource) SetDescription(v string) *StackResource { argument
10679 func (s *StackResource) SetDriftInformation(v *StackResourceDriftInformation) *StackResource { argument
10685 func (s *StackResource) SetLogicalResourceId(v string) *StackResource { argument
10691 func (s *StackResource) SetPhysicalResourceId(v string) *StackResource { argument
10697 func (s *StackResource) SetResourceStatus(v string) *StackResource { argument
10703 func (s *StackResource) SetResourceStatusReason(v string) *StackResource { argument
10709 func (s *StackResource) SetResourceType(v string) *StackResource { argument
10715 func (s *StackResource) SetStackId(v string) *StackResource { argument
10721 func (s *StackResource) SetStackName(v string) *StackResource { argument
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/tests/unit/cloudformation/
H A Dtest_stack.py167 ('member', boto.cloudformation.stack.StackResource)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/tests/unit/cloudformation/
H A Dtest_stack.py167 ('member', boto.cloudformation.stack.StackResource)

123