@aws-sdk/client-firehose 3.296.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient";
5
5
  import { TagDeliveryStreamInput, TagDeliveryStreamOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagDeliveryStreamCommand}.
8
10
  */
9
11
  export interface TagDeliveryStreamCommandInput extends TagDeliveryStreamInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagDeliveryStreamCommand}.
13
17
  */
14
18
  export interface TagDeliveryStreamCommandOutput extends TagDeliveryStreamOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds or updates tags for the specified delivery stream. A tag is a key-value pair
18
23
  * that you can define and assign to Amazon Web Services resources. If you specify a tag that
19
24
  * already exists, the tag value is replaced with the value that you specify in the request.
@@ -34,6 +39,8 @@ export interface TagDeliveryStreamCommandOutput extends TagDeliveryStreamOutput,
34
39
  * const response = await client.send(command);
35
40
  * ```
36
41
  *
42
+ * @param TagDeliveryStreamCommandInput - {@link TagDeliveryStreamCommandInput}
43
+ * @returns {@link TagDeliveryStreamCommandOutput}
37
44
  * @see {@link TagDeliveryStreamCommandInput} for command's `input` shape.
38
45
  * @see {@link TagDeliveryStreamCommandOutput} for command's `response` shape.
39
46
  * @see {@link FirehoseClientResolvedConfig | config} for FirehoseClient's `config` shape.
@@ -55,11 +62,20 @@ export interface TagDeliveryStreamCommandOutput extends TagDeliveryStreamOutput,
55
62
  export declare class TagDeliveryStreamCommand extends $Command<TagDeliveryStreamCommandInput, TagDeliveryStreamCommandOutput, FirehoseClientResolvedConfig> {
56
63
  readonly input: TagDeliveryStreamCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: TagDeliveryStreamCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FirehoseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagDeliveryStreamCommandInput, TagDeliveryStreamCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient";
5
5
  import { UntagDeliveryStreamInput, UntagDeliveryStreamOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagDeliveryStreamCommand}.
8
10
  */
9
11
  export interface UntagDeliveryStreamCommandInput extends UntagDeliveryStreamInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagDeliveryStreamCommand}.
13
17
  */
14
18
  export interface UntagDeliveryStreamCommandOutput extends UntagDeliveryStreamOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes tags from the specified delivery stream. Removed tags are deleted, and you
18
23
  * can't recover them after this operation successfully completes.</p>
19
24
  * <p>If you specify a tag that doesn't exist, the operation ignores it.</p>
@@ -28,6 +33,8 @@ export interface UntagDeliveryStreamCommandOutput extends UntagDeliveryStreamOut
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param UntagDeliveryStreamCommandInput - {@link UntagDeliveryStreamCommandInput}
37
+ * @returns {@link UntagDeliveryStreamCommandOutput}
31
38
  * @see {@link UntagDeliveryStreamCommandInput} for command's `input` shape.
32
39
  * @see {@link UntagDeliveryStreamCommandOutput} for command's `response` shape.
33
40
  * @see {@link FirehoseClientResolvedConfig | config} for FirehoseClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UntagDeliveryStreamCommandOutput extends UntagDeliveryStreamOut
49
56
  export declare class UntagDeliveryStreamCommand extends $Command<UntagDeliveryStreamCommandInput, UntagDeliveryStreamCommandOutput, FirehoseClientResolvedConfig> {
50
57
  readonly input: UntagDeliveryStreamCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UntagDeliveryStreamCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FirehoseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagDeliveryStreamCommandInput, UntagDeliveryStreamCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FirehoseClient";
5
5
  import { UpdateDestinationInput, UpdateDestinationOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDestinationCommand}.
8
10
  */
9
11
  export interface UpdateDestinationCommandInput extends UpdateDestinationInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDestinationCommand}.
13
17
  */
14
18
  export interface UpdateDestinationCommandOutput extends UpdateDestinationOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the specified destination of the specified delivery stream.</p>
18
23
  *
19
24
  * <p>Use this operation to change the destination type (for example, to replace the Amazon
@@ -48,6 +53,8 @@ export interface UpdateDestinationCommandOutput extends UpdateDestinationOutput,
48
53
  * const response = await client.send(command);
49
54
  * ```
50
55
  *
56
+ * @param UpdateDestinationCommandInput - {@link UpdateDestinationCommandInput}
57
+ * @returns {@link UpdateDestinationCommandOutput}
51
58
  * @see {@link UpdateDestinationCommandInput} for command's `input` shape.
52
59
  * @see {@link UpdateDestinationCommandOutput} for command's `response` shape.
53
60
  * @see {@link FirehoseClientResolvedConfig | config} for FirehoseClient's `config` shape.
@@ -70,11 +77,20 @@ export interface UpdateDestinationCommandOutput extends UpdateDestinationOutput,
70
77
  export declare class UpdateDestinationCommand extends $Command<UpdateDestinationCommandInput, UpdateDestinationCommandOutput, FirehoseClientResolvedConfig> {
71
78
  readonly input: UpdateDestinationCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: UpdateDestinationCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FirehoseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDestinationCommandInput, UpdateDestinationCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from Firehose service.
4
6
  */
5
7
  export declare class FirehoseServiceException extends __ServiceException {