Home
last modified time | relevance | path

Searched defs:PartnerEventSourceAccount (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-events/source/model/
H A DPartnerEventSourceAccount.cpp21 PartnerEventSourceAccount::PartnerEventSourceAccount() : in PartnerEventSourceAccount() function in Aws::CloudWatchEvents::Model::PartnerEventSourceAccount
30 PartnerEventSourceAccount::PartnerEventSourceAccount(JsonView jsonValue) : in PartnerEventSourceAccount() function in Aws::CloudWatchEvents::Model::PartnerEventSourceAccount
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-eventbridge/source/model/
H A DPartnerEventSourceAccount.cpp21 PartnerEventSourceAccount::PartnerEventSourceAccount() : in PartnerEventSourceAccount() function in Aws::EventBridge::Model::PartnerEventSourceAccount
30 PartnerEventSourceAccount::PartnerEventSourceAccount(JsonView jsonValue) : in PartnerEventSourceAccount() function in Aws::EventBridge::Model::PartnerEventSourceAccount
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/eventbridge/types/
H A Dtypes.go336 type PartnerEventSourceAccount struct { struct
339 Account *string
342 CreationTime *time.Time
346 ExpirationTime *time.Time
353 State EventSourceState
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/eventbridge/types/
H A Dtypes.go336 type PartnerEventSourceAccount struct { struct
339 Account *string
342 CreationTime *time.Time
346 ExpirationTime *time.Time
353 State EventSourceState
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/eventbridge/types/
H A Dtypes.go336 type PartnerEventSourceAccount struct { struct
339 Account *string
342 CreationTime *time.Time
346 ExpirationTime *time.Time
353 State EventSourceState
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/cloudwatchevents/types/
H A Dtypes.go336 type PartnerEventSourceAccount struct { struct
339 Account *string
342 CreationTime *time.Time
346 ExpirationTime *time.Time
353 State EventSourceState
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/cloudwatchevents/types/
H A Dtypes.go336 type PartnerEventSourceAccount struct { struct
339 Account *string
342 CreationTime *time.Time
346 ExpirationTime *time.Time
353 State EventSourceState
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloudwatchevents/types/
H A Dtypes.go611 type PartnerEventSourceAccount struct { struct
614 Account *string
617 CreationTime *time.Time
621 ExpirationTime *time.Time
628 State EventSourceState
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/eventbridge/types/
H A Dtypes.go611 type PartnerEventSourceAccount struct { struct
614 Account *string
617 CreationTime *time.Time
621 ExpirationTime *time.Time
628 State EventSourceState
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/eventbridge/types/
H A Dtypes.go611 type PartnerEventSourceAccount struct { struct
614 Account *string
617 CreationTime *time.Time
621 ExpirationTime *time.Time
628 State EventSourceState
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchevents/types/
H A Dtypes.go611 type PartnerEventSourceAccount struct { struct
614 Account *string
617 CreationTime *time.Time
621 ExpirationTime *time.Time
628 State EventSourceState
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/cloudwatchevents/types/
H A Dtypes.go611 type PartnerEventSourceAccount struct { struct
614 Account *string
617 CreationTime *time.Time
621 ExpirationTime *time.Time
628 State EventSourceState
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/eventbridge/types/
H A Dtypes.go611 type PartnerEventSourceAccount struct { struct
614 Account *string
617 CreationTime *time.Time
621 ExpirationTime *time.Time
628 State EventSourceState
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/cloudwatchevents/types/
H A Dtypes.go611 type PartnerEventSourceAccount struct { struct
614 Account *string
617 CreationTime *time.Time
621 ExpirationTime *time.Time
628 State EventSourceState
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/eventbridge/types/
H A Dtypes.go611 type PartnerEventSourceAccount struct { struct
614 Account *string
617 CreationTime *time.Time
621 ExpirationTime *time.Time
628 State EventSourceState
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/eventbridge/types/
H A Dtypes.go741 type PartnerEventSourceAccount struct { struct
744 Account *string
747 CreationTime *time.Time
751 ExpirationTime *time.Time
758 State EventSourceState
760 noSmithyDocumentSerde
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/cloudwatchevents/types/
H A Dtypes.go741 type PartnerEventSourceAccount struct { struct
744 Account *string
747 CreationTime *time.Time
751 ExpirationTime *time.Time
758 State EventSourceState
760 noSmithyDocumentSerde
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/
H A Dapi.go5543 type PartnerEventSourceAccount struct { struct
5544 _ struct{} `type:"structure"`
5547 Account *string `min:"12" type:"string"`
5550 CreationTime *time.Time `type:"timestamp"`
5554 ExpirationTime *time.Time `type:"timestamp"`
5561 State *string `type:"string" enum:"EventSourceState"`
5565 func (s PartnerEventSourceAccount) String() string {
5570 func (s PartnerEventSourceAccount) GoString() string {
5575 func (s *PartnerEventSourceAccount) SetAccount(v string) *PartnerEventSourceAccount {
5581 func (s *PartnerEventSourceAccount) SetCreationTime(v time.Time) *PartnerEventSourceAccount {
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/eventbridge/
H A Dapi.go5543 type PartnerEventSourceAccount struct { struct
5544 _ struct{} `type:"structure"`
5547 Account *string `min:"12" type:"string"`
5550 CreationTime *time.Time `type:"timestamp"`
5554 ExpirationTime *time.Time `type:"timestamp"`
5561 State *string `type:"string" enum:"EventSourceState"`
5565 func (s PartnerEventSourceAccount) String() string {
5570 func (s PartnerEventSourceAccount) GoString() string {
5575 func (s *PartnerEventSourceAccount) SetAccount(v string) *PartnerEventSourceAccount {
5581 func (s *PartnerEventSourceAccount) SetCreationTime(v time.Time) *PartnerEventSourceAccount {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/
H A Dapi.go5543 type PartnerEventSourceAccount struct { struct
5544 _ struct{} `type:"structure"`
5547 Account *string `min:"12" type:"string"`
5550 CreationTime *time.Time `type:"timestamp"`
5554 ExpirationTime *time.Time `type:"timestamp"`
5561 State *string `type:"string" enum:"EventSourceState"`
5565 func (s PartnerEventSourceAccount) String() string {
5570 func (s PartnerEventSourceAccount) GoString() string {
5575 func (s *PartnerEventSourceAccount) SetAccount(v string) *PartnerEventSourceAccount {
5581 func (s *PartnerEventSourceAccount) SetCreationTime(v time.Time) *PartnerEventSourceAccount {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/eventbridge/
H A Dapi.go5543 type PartnerEventSourceAccount struct { struct
5544 _ struct{} `type:"structure"`
5547 Account *string `min:"12" type:"string"`
5550 CreationTime *time.Time `type:"timestamp"`
5554 ExpirationTime *time.Time `type:"timestamp"`
5561 State *string `type:"string" enum:"EventSourceState"`
5565 func (s PartnerEventSourceAccount) String() string {
5570 func (s PartnerEventSourceAccount) GoString() string {
5575 func (s *PartnerEventSourceAccount) SetAccount(v string) *PartnerEventSourceAccount {
5581 func (s *PartnerEventSourceAccount) SetCreationTime(v time.Time) *PartnerEventSourceAccount {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/eventbridge/
H A Dapi.go5543 type PartnerEventSourceAccount struct { struct
5544 _ struct{} `type:"structure"`
5547 Account *string `min:"12" type:"string"`
5550 CreationTime *time.Time `type:"timestamp"`
5554 ExpirationTime *time.Time `type:"timestamp"`
5561 State *string `type:"string" enum:"EventSourceState"`
5565 func (s PartnerEventSourceAccount) String() string {
5570 func (s PartnerEventSourceAccount) GoString() string {
5575 func (s *PartnerEventSourceAccount) SetAccount(v string) *PartnerEventSourceAccount {
5581 func (s *PartnerEventSourceAccount) SetCreationTime(v time.Time) *PartnerEventSourceAccount {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/
H A Dapi.go5543 type PartnerEventSourceAccount struct { struct
5544 _ struct{} `type:"structure"`
5547 Account *string `min:"12" type:"string"`
5550 CreationTime *time.Time `type:"timestamp"`
5554 ExpirationTime *time.Time `type:"timestamp"`
5561 State *string `type:"string" enum:"EventSourceState"`
5565 func (s PartnerEventSourceAccount) String() string {
5570 func (s PartnerEventSourceAccount) GoString() string {
5575 func (s *PartnerEventSourceAccount) SetAccount(v string) *PartnerEventSourceAccount {
5581 func (s *PartnerEventSourceAccount) SetCreationTime(v time.Time) *PartnerEventSourceAccount {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/eventbridge/
H A Dapi.go5543 type PartnerEventSourceAccount struct { struct
5544 _ struct{} `type:"structure"`
5547 Account *string `min:"12" type:"string"`
5550 CreationTime *time.Time `type:"timestamp"`
5554 ExpirationTime *time.Time `type:"timestamp"`
5561 State *string `type:"string" enum:"EventSourceState"`
5565 func (s PartnerEventSourceAccount) String() string {
5570 func (s PartnerEventSourceAccount) GoString() string {
5575 func (s *PartnerEventSourceAccount) SetAccount(v string) *PartnerEventSourceAccount {
5581 func (s *PartnerEventSourceAccount) SetCreationTime(v time.Time) *PartnerEventSourceAccount {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/
H A Dapi.go5543 type PartnerEventSourceAccount struct { struct
5544 _ struct{} `type:"structure"`
5547 Account *string `min:"12" type:"string"`
5550 CreationTime *time.Time `type:"timestamp"`
5554 ExpirationTime *time.Time `type:"timestamp"`
5561 State *string `type:"string" enum:"EventSourceState"`
5565 func (s PartnerEventSourceAccount) String() string {
5570 func (s PartnerEventSourceAccount) GoString() string {
5575 func (s *PartnerEventSourceAccount) SetAccount(v string) *PartnerEventSourceAccount {
5581 func (s *PartnerEventSourceAccount) SetCreationTime(v time.Time) *PartnerEventSourceAccount {
[all …]

12345678