Home
last modified time | relevance | path

Searched defs:BatchResetAlarmInput (Results 1 – 19 of 19) sorted by relevance

/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/ioteventsdata/
H A Dapi_op_BatchResetAlarm.go16 func (c *Client) BatchResetAlarm(ctx context.Context, params *BatchResetAlarmInput, optFns ...func(…
31 type BatchResetAlarmInput struct { struct
37 ResetActionRequests []types.ResetAlarmActionRequest
39 noSmithyDocumentSerde
H A Dserializers.go345 func awsRestjson1_serializeOpHttpBindingsBatchResetAlarmInput(v *BatchResetAlarmInput, encoder *htt…
353 func awsRestjson1_serializeOpDocumentBatchResetAlarmInput(v *BatchResetAlarmInput, value smithyjson…
H A Dvalidators.go710 func validateOpBatchResetAlarmInput(v *BatchResetAlarmInput) error {
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/ioteventsdata/ioteventsdataiface/
H A Dinterface.go79 BatchResetAlarm(*ioteventsdata.BatchResetAlarmInput) (*ioteventsdata.BatchResetAlarmOutput, error)
80 …BatchResetAlarmWithContext(aws.Context, *ioteventsdata.BatchResetAlarmInput, ...request.Option) (*…
81 …BatchResetAlarmRequest(*ioteventsdata.BatchResetAlarmInput) (*request.Request, *ioteventsdata.Batc…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/ioteventsdata/ioteventsdataiface/
H A Dinterface.go79 BatchResetAlarm(*ioteventsdata.BatchResetAlarmInput) (*ioteventsdata.BatchResetAlarmOutput, error)
80 …BatchResetAlarmWithContext(aws.Context, *ioteventsdata.BatchResetAlarmInput, ...request.Option) (*…
81 …BatchResetAlarmRequest(*ioteventsdata.BatchResetAlarmInput) (*request.Request, *ioteventsdata.Batc…
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/ioteventsdata/ioteventsdataiface/
H A Dinterface.go79 BatchResetAlarm(*ioteventsdata.BatchResetAlarmInput) (*ioteventsdata.BatchResetAlarmOutput, error)
80 …BatchResetAlarmWithContext(aws.Context, *ioteventsdata.BatchResetAlarmInput, ...request.Option) (*…
81 …BatchResetAlarmRequest(*ioteventsdata.BatchResetAlarmInput) (*request.Request, *ioteventsdata.Batc…
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/aws/aws-sdk-go/service/ioteventsdata/ioteventsdataiface/
H A Dinterface.go79 BatchResetAlarm(*ioteventsdata.BatchResetAlarmInput) (*ioteventsdata.BatchResetAlarmOutput, error)
80 …BatchResetAlarmWithContext(aws.Context, *ioteventsdata.BatchResetAlarmInput, ...request.Option) (*…
81 …BatchResetAlarmRequest(*ioteventsdata.BatchResetAlarmInput) (*request.Request, *ioteventsdata.Batc…
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-sdk-go/service/ioteventsdata/ioteventsdataiface/
H A Dinterface.go79 BatchResetAlarm(*ioteventsdata.BatchResetAlarmInput) (*ioteventsdata.BatchResetAlarmOutput, error)
80 …BatchResetAlarmWithContext(aws.Context, *ioteventsdata.BatchResetAlarmInput, ...request.Option) (*…
81 …BatchResetAlarmRequest(*ioteventsdata.BatchResetAlarmInput) (*request.Request, *ioteventsdata.Batc…
/dports/www/tusd/tusd-1.8.0/vendor/github.com/aws/aws-sdk-go/service/ioteventsdata/ioteventsdataiface/
H A Dinterface.go79 BatchResetAlarm(*ioteventsdata.BatchResetAlarmInput) (*ioteventsdata.BatchResetAlarmOutput, error)
80 …BatchResetAlarmWithContext(aws.Context, *ioteventsdata.BatchResetAlarmInput, ...request.Option) (*…
81 …BatchResetAlarmRequest(*ioteventsdata.BatchResetAlarmInput) (*request.Request, *ioteventsdata.Batc…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/aws/aws-sdk-go/service/ioteventsdata/ioteventsdataiface/
H A Dinterface.go79 BatchResetAlarm(*ioteventsdata.BatchResetAlarmInput) (*ioteventsdata.BatchResetAlarmOutput, error)
80 …BatchResetAlarmWithContext(aws.Context, *ioteventsdata.BatchResetAlarmInput, ...request.Option) (*…
81 …BatchResetAlarmRequest(*ioteventsdata.BatchResetAlarmInput) (*request.Request, *ioteventsdata.Batc…
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aws/aws-sdk-go/service/ioteventsdata/ioteventsdataiface/
H A Dinterface.go79 BatchResetAlarm(*ioteventsdata.BatchResetAlarmInput) (*ioteventsdata.BatchResetAlarmOutput, error)
80 …BatchResetAlarmWithContext(aws.Context, *ioteventsdata.BatchResetAlarmInput, ...request.Option) (*…
81 …BatchResetAlarmRequest(*ioteventsdata.BatchResetAlarmInput) (*request.Request, *ioteventsdata.Batc…
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/ioteventsdata/
H A Dapi.go401 func (c *IoTEventsData) BatchResetAlarmRequest(input *BatchResetAlarmInput) (req *request.Request, …
443 func (c *IoTEventsData) BatchResetAlarm(input *BatchResetAlarmInput) (*BatchResetAlarmOutput, error…
457 func (c *IoTEventsData) BatchResetAlarmWithContext(ctx aws.Context, input *BatchResetAlarmInput, op…
1756 type BatchResetAlarmInput struct { struct
1757 _ struct{} `type:"structure"`
1763 …[]*ResetAlarmActionRequest `locationName:"resetActionRequests" min:"1" type:"list" required:"true"`
1767 func (s BatchResetAlarmInput) String() string {
1772 func (s BatchResetAlarmInput) GoString() string {
1777 func (s *BatchResetAlarmInput) Validate() error {
1803 …*BatchResetAlarmInput) SetResetActionRequests(v []*ResetAlarmActionRequest) *BatchResetAlarmInput {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/ioteventsdata/
H A Dapi.go401 func (c *IoTEventsData) BatchResetAlarmRequest(input *BatchResetAlarmInput) (req *request.Request, …
443 func (c *IoTEventsData) BatchResetAlarm(input *BatchResetAlarmInput) (*BatchResetAlarmOutput, error…
457 func (c *IoTEventsData) BatchResetAlarmWithContext(ctx aws.Context, input *BatchResetAlarmInput, op…
1756 type BatchResetAlarmInput struct { struct
1757 _ struct{} `type:"structure"`
1763 …[]*ResetAlarmActionRequest `locationName:"resetActionRequests" min:"1" type:"list" required:"true"`
1767 func (s BatchResetAlarmInput) String() string {
1772 func (s BatchResetAlarmInput) GoString() string {
1777 func (s *BatchResetAlarmInput) Validate() error {
1803 …*BatchResetAlarmInput) SetResetActionRequests(v []*ResetAlarmActionRequest) *BatchResetAlarmInput {
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/ioteventsdata/
H A Dapi.go401 func (c *IoTEventsData) BatchResetAlarmRequest(input *BatchResetAlarmInput) (req *request.Request, …
443 func (c *IoTEventsData) BatchResetAlarm(input *BatchResetAlarmInput) (*BatchResetAlarmOutput, error…
457 func (c *IoTEventsData) BatchResetAlarmWithContext(ctx aws.Context, input *BatchResetAlarmInput, op…
1756 type BatchResetAlarmInput struct { struct
1757 _ struct{} `type:"structure"`
1763 …[]*ResetAlarmActionRequest `locationName:"resetActionRequests" min:"1" type:"list" required:"true"`
1767 func (s BatchResetAlarmInput) String() string {
1772 func (s BatchResetAlarmInput) GoString() string {
1777 func (s *BatchResetAlarmInput) Validate() error {
1803 …*BatchResetAlarmInput) SetResetActionRequests(v []*ResetAlarmActionRequest) *BatchResetAlarmInput {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/aws/aws-sdk-go/service/ioteventsdata/
H A Dapi.go401 func (c *IoTEventsData) BatchResetAlarmRequest(input *BatchResetAlarmInput) (req *request.Request, …
443 func (c *IoTEventsData) BatchResetAlarm(input *BatchResetAlarmInput) (*BatchResetAlarmOutput, error…
457 func (c *IoTEventsData) BatchResetAlarmWithContext(ctx aws.Context, input *BatchResetAlarmInput, op…
1876 type BatchResetAlarmInput struct { struct
1877 _ struct{} `type:"structure"`
1883 …[]*ResetAlarmActionRequest `locationName:"resetActionRequests" min:"1" type:"list" required:"true"`
1891 func (s BatchResetAlarmInput) String() string {
1900 func (s BatchResetAlarmInput) GoString() string {
1905 func (s *BatchResetAlarmInput) Validate() error {
1931 …*BatchResetAlarmInput) SetResetActionRequests(v []*ResetAlarmActionRequest) *BatchResetAlarmInput {
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-sdk-go/service/ioteventsdata/
H A Dapi.go401 func (c *IoTEventsData) BatchResetAlarmRequest(input *BatchResetAlarmInput) (req *request.Request, …
443 func (c *IoTEventsData) BatchResetAlarm(input *BatchResetAlarmInput) (*BatchResetAlarmOutput, error…
457 func (c *IoTEventsData) BatchResetAlarmWithContext(ctx aws.Context, input *BatchResetAlarmInput, op…
1876 type BatchResetAlarmInput struct { struct
1877 _ struct{} `type:"structure"`
1883 …[]*ResetAlarmActionRequest `locationName:"resetActionRequests" min:"1" type:"list" required:"true"`
1891 func (s BatchResetAlarmInput) String() string {
1900 func (s BatchResetAlarmInput) GoString() string {
1905 func (s *BatchResetAlarmInput) Validate() error {
1931 …*BatchResetAlarmInput) SetResetActionRequests(v []*ResetAlarmActionRequest) *BatchResetAlarmInput {
/dports/www/tusd/tusd-1.8.0/vendor/github.com/aws/aws-sdk-go/service/ioteventsdata/
H A Dapi.go401 func (c *IoTEventsData) BatchResetAlarmRequest(input *BatchResetAlarmInput) (req *request.Request, …
443 func (c *IoTEventsData) BatchResetAlarm(input *BatchResetAlarmInput) (*BatchResetAlarmOutput, error…
457 func (c *IoTEventsData) BatchResetAlarmWithContext(ctx aws.Context, input *BatchResetAlarmInput, op…
1876 type BatchResetAlarmInput struct { struct
1877 _ struct{} `type:"structure"`
1883 …[]*ResetAlarmActionRequest `locationName:"resetActionRequests" min:"1" type:"list" required:"true"`
1891 func (s BatchResetAlarmInput) String() string {
1900 func (s BatchResetAlarmInput) GoString() string {
1905 func (s *BatchResetAlarmInput) Validate() error {
1931 …*BatchResetAlarmInput) SetResetActionRequests(v []*ResetAlarmActionRequest) *BatchResetAlarmInput {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/aws/aws-sdk-go/service/ioteventsdata/
H A Dapi.go401 func (c *IoTEventsData) BatchResetAlarmRequest(input *BatchResetAlarmInput) (req *request.Request, …
443 func (c *IoTEventsData) BatchResetAlarm(input *BatchResetAlarmInput) (*BatchResetAlarmOutput, error…
457 func (c *IoTEventsData) BatchResetAlarmWithContext(ctx aws.Context, input *BatchResetAlarmInput, op…
1756 type BatchResetAlarmInput struct { struct
1757 _ struct{} `type:"structure"`
1763 …[]*ResetAlarmActionRequest `locationName:"resetActionRequests" min:"1" type:"list" required:"true"`
1767 func (s BatchResetAlarmInput) String() string {
1772 func (s BatchResetAlarmInput) GoString() string {
1777 func (s *BatchResetAlarmInput) Validate() error {
1803 …*BatchResetAlarmInput) SetResetActionRequests(v []*ResetAlarmActionRequest) *BatchResetAlarmInput {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aws/aws-sdk-go/service/ioteventsdata/
H A Dapi.go401 func (c *IoTEventsData) BatchResetAlarmRequest(input *BatchResetAlarmInput) (req *request.Request, …
443 func (c *IoTEventsData) BatchResetAlarm(input *BatchResetAlarmInput) (*BatchResetAlarmOutput, error…
457 func (c *IoTEventsData) BatchResetAlarmWithContext(ctx aws.Context, input *BatchResetAlarmInput, op…
1756 type BatchResetAlarmInput struct { struct
1757 _ struct{} `type:"structure"`
1763 …[]*ResetAlarmActionRequest `locationName:"resetActionRequests" min:"1" type:"list" required:"true"`
1767 func (s BatchResetAlarmInput) String() string {
1772 func (s BatchResetAlarmInput) GoString() string {
1777 func (s *BatchResetAlarmInput) Validate() error {
1803 …*BatchResetAlarmInput) SetResetActionRequests(v []*ResetAlarmActionRequest) *BatchResetAlarmInput {