@aws-sdk/client-oam 3.927.0 → 3.929.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.
Files changed (36) hide show
  1. package/dist-cjs/index.js +551 -732
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/OAMClient.js +2 -0
  4. package/dist-es/commands/CreateLinkCommand.js +3 -9
  5. package/dist-es/commands/CreateSinkCommand.js +3 -9
  6. package/dist-es/commands/DeleteLinkCommand.js +3 -9
  7. package/dist-es/commands/DeleteSinkCommand.js +3 -9
  8. package/dist-es/commands/GetLinkCommand.js +3 -9
  9. package/dist-es/commands/GetSinkCommand.js +3 -9
  10. package/dist-es/commands/GetSinkPolicyCommand.js +3 -9
  11. package/dist-es/commands/ListAttachedLinksCommand.js +3 -9
  12. package/dist-es/commands/ListLinksCommand.js +3 -9
  13. package/dist-es/commands/ListSinksCommand.js +3 -9
  14. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  15. package/dist-es/commands/PutSinkPolicyCommand.js +3 -9
  16. package/dist-es/commands/TagResourceCommand.js +3 -9
  17. package/dist-es/commands/UntagResourceCommand.js +3 -9
  18. package/dist-es/commands/UpdateLinkCommand.js +3 -9
  19. package/dist-es/runtimeConfig.shared.js +2 -0
  20. package/dist-es/schemas/schemas_0.js +504 -0
  21. package/dist-types/OAMClient.d.ts +10 -1
  22. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  23. package/dist-types/runtimeConfig.d.ts +1 -0
  24. package/dist-types/runtimeConfig.native.d.ts +1 -0
  25. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  26. package/dist-types/schemas/schemas_0.d.ts +70 -0
  27. package/dist-types/ts3.4/OAMClient.d.ts +4 -0
  28. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  29. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  30. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  31. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  32. package/dist-types/ts3.4/schemas/schemas_0.d.ts +75 -0
  33. package/package.json +5 -5
  34. package/dist-es/protocols/Aws_restJson1.js +0 -607
  35. package/dist-types/protocols/Aws_restJson1.d.ts +0 -137
  36. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -185
@@ -1,137 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateLinkCommandInput, CreateLinkCommandOutput } from "../commands/CreateLinkCommand";
4
- import { CreateSinkCommandInput, CreateSinkCommandOutput } from "../commands/CreateSinkCommand";
5
- import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "../commands/DeleteLinkCommand";
6
- import { DeleteSinkCommandInput, DeleteSinkCommandOutput } from "../commands/DeleteSinkCommand";
7
- import { GetLinkCommandInput, GetLinkCommandOutput } from "../commands/GetLinkCommand";
8
- import { GetSinkCommandInput, GetSinkCommandOutput } from "../commands/GetSinkCommand";
9
- import { GetSinkPolicyCommandInput, GetSinkPolicyCommandOutput } from "../commands/GetSinkPolicyCommand";
10
- import { ListAttachedLinksCommandInput, ListAttachedLinksCommandOutput } from "../commands/ListAttachedLinksCommand";
11
- import { ListLinksCommandInput, ListLinksCommandOutput } from "../commands/ListLinksCommand";
12
- import { ListSinksCommandInput, ListSinksCommandOutput } from "../commands/ListSinksCommand";
13
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
14
- import { PutSinkPolicyCommandInput, PutSinkPolicyCommandOutput } from "../commands/PutSinkPolicyCommand";
15
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
16
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
17
- import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "../commands/UpdateLinkCommand";
18
- /**
19
- * serializeAws_restJson1CreateLinkCommand
20
- */
21
- export declare const se_CreateLinkCommand: (input: CreateLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
- /**
23
- * serializeAws_restJson1CreateSinkCommand
24
- */
25
- export declare const se_CreateSinkCommand: (input: CreateSinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- /**
27
- * serializeAws_restJson1DeleteLinkCommand
28
- */
29
- export declare const se_DeleteLinkCommand: (input: DeleteLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- /**
31
- * serializeAws_restJson1DeleteSinkCommand
32
- */
33
- export declare const se_DeleteSinkCommand: (input: DeleteSinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- /**
35
- * serializeAws_restJson1GetLinkCommand
36
- */
37
- export declare const se_GetLinkCommand: (input: GetLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * serializeAws_restJson1GetSinkCommand
40
- */
41
- export declare const se_GetSinkCommand: (input: GetSinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_restJson1GetSinkPolicyCommand
44
- */
45
- export declare const se_GetSinkPolicyCommand: (input: GetSinkPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_restJson1ListAttachedLinksCommand
48
- */
49
- export declare const se_ListAttachedLinksCommand: (input: ListAttachedLinksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_restJson1ListLinksCommand
52
- */
53
- export declare const se_ListLinksCommand: (input: ListLinksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_restJson1ListSinksCommand
56
- */
57
- export declare const se_ListSinksCommand: (input: ListSinksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_restJson1ListTagsForResourceCommand
60
- */
61
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_restJson1PutSinkPolicyCommand
64
- */
65
- export declare const se_PutSinkPolicyCommand: (input: PutSinkPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1TagResourceCommand
68
- */
69
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1UntagResourceCommand
72
- */
73
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1UpdateLinkCommand
76
- */
77
- export declare const se_UpdateLinkCommand: (input: UpdateLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * deserializeAws_restJson1CreateLinkCommand
80
- */
81
- export declare const de_CreateLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLinkCommandOutput>;
82
- /**
83
- * deserializeAws_restJson1CreateSinkCommand
84
- */
85
- export declare const de_CreateSinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSinkCommandOutput>;
86
- /**
87
- * deserializeAws_restJson1DeleteLinkCommand
88
- */
89
- export declare const de_DeleteLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLinkCommandOutput>;
90
- /**
91
- * deserializeAws_restJson1DeleteSinkCommand
92
- */
93
- export declare const de_DeleteSinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSinkCommandOutput>;
94
- /**
95
- * deserializeAws_restJson1GetLinkCommand
96
- */
97
- export declare const de_GetLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLinkCommandOutput>;
98
- /**
99
- * deserializeAws_restJson1GetSinkCommand
100
- */
101
- export declare const de_GetSinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSinkCommandOutput>;
102
- /**
103
- * deserializeAws_restJson1GetSinkPolicyCommand
104
- */
105
- export declare const de_GetSinkPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSinkPolicyCommandOutput>;
106
- /**
107
- * deserializeAws_restJson1ListAttachedLinksCommand
108
- */
109
- export declare const de_ListAttachedLinksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttachedLinksCommandOutput>;
110
- /**
111
- * deserializeAws_restJson1ListLinksCommand
112
- */
113
- export declare const de_ListLinksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLinksCommandOutput>;
114
- /**
115
- * deserializeAws_restJson1ListSinksCommand
116
- */
117
- export declare const de_ListSinksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSinksCommandOutput>;
118
- /**
119
- * deserializeAws_restJson1ListTagsForResourceCommand
120
- */
121
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
122
- /**
123
- * deserializeAws_restJson1PutSinkPolicyCommand
124
- */
125
- export declare const de_PutSinkPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutSinkPolicyCommandOutput>;
126
- /**
127
- * deserializeAws_restJson1TagResourceCommand
128
- */
129
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
130
- /**
131
- * deserializeAws_restJson1UntagResourceCommand
132
- */
133
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
134
- /**
135
- * deserializeAws_restJson1UpdateLinkCommand
136
- */
137
- export declare const de_UpdateLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLinkCommandOutput>;
@@ -1,185 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateLinkCommandInput,
8
- CreateLinkCommandOutput,
9
- } from "../commands/CreateLinkCommand";
10
- import {
11
- CreateSinkCommandInput,
12
- CreateSinkCommandOutput,
13
- } from "../commands/CreateSinkCommand";
14
- import {
15
- DeleteLinkCommandInput,
16
- DeleteLinkCommandOutput,
17
- } from "../commands/DeleteLinkCommand";
18
- import {
19
- DeleteSinkCommandInput,
20
- DeleteSinkCommandOutput,
21
- } from "../commands/DeleteSinkCommand";
22
- import {
23
- GetLinkCommandInput,
24
- GetLinkCommandOutput,
25
- } from "../commands/GetLinkCommand";
26
- import {
27
- GetSinkCommandInput,
28
- GetSinkCommandOutput,
29
- } from "../commands/GetSinkCommand";
30
- import {
31
- GetSinkPolicyCommandInput,
32
- GetSinkPolicyCommandOutput,
33
- } from "../commands/GetSinkPolicyCommand";
34
- import {
35
- ListAttachedLinksCommandInput,
36
- ListAttachedLinksCommandOutput,
37
- } from "../commands/ListAttachedLinksCommand";
38
- import {
39
- ListLinksCommandInput,
40
- ListLinksCommandOutput,
41
- } from "../commands/ListLinksCommand";
42
- import {
43
- ListSinksCommandInput,
44
- ListSinksCommandOutput,
45
- } from "../commands/ListSinksCommand";
46
- import {
47
- ListTagsForResourceCommandInput,
48
- ListTagsForResourceCommandOutput,
49
- } from "../commands/ListTagsForResourceCommand";
50
- import {
51
- PutSinkPolicyCommandInput,
52
- PutSinkPolicyCommandOutput,
53
- } from "../commands/PutSinkPolicyCommand";
54
- import {
55
- TagResourceCommandInput,
56
- TagResourceCommandOutput,
57
- } from "../commands/TagResourceCommand";
58
- import {
59
- UntagResourceCommandInput,
60
- UntagResourceCommandOutput,
61
- } from "../commands/UntagResourceCommand";
62
- import {
63
- UpdateLinkCommandInput,
64
- UpdateLinkCommandOutput,
65
- } from "../commands/UpdateLinkCommand";
66
- export declare const se_CreateLinkCommand: (
67
- input: CreateLinkCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_CreateSinkCommand: (
71
- input: CreateSinkCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_DeleteLinkCommand: (
75
- input: DeleteLinkCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_DeleteSinkCommand: (
79
- input: DeleteSinkCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_GetLinkCommand: (
83
- input: GetLinkCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_GetSinkCommand: (
87
- input: GetSinkCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_GetSinkPolicyCommand: (
91
- input: GetSinkPolicyCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_ListAttachedLinksCommand: (
95
- input: ListAttachedLinksCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_ListLinksCommand: (
99
- input: ListLinksCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_ListSinksCommand: (
103
- input: ListSinksCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_ListTagsForResourceCommand: (
107
- input: ListTagsForResourceCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_PutSinkPolicyCommand: (
111
- input: PutSinkPolicyCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_TagResourceCommand: (
115
- input: TagResourceCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_UntagResourceCommand: (
119
- input: UntagResourceCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_UpdateLinkCommand: (
123
- input: UpdateLinkCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const de_CreateLinkCommand: (
127
- output: __HttpResponse,
128
- context: __SerdeContext
129
- ) => Promise<CreateLinkCommandOutput>;
130
- export declare const de_CreateSinkCommand: (
131
- output: __HttpResponse,
132
- context: __SerdeContext
133
- ) => Promise<CreateSinkCommandOutput>;
134
- export declare const de_DeleteLinkCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<DeleteLinkCommandOutput>;
138
- export declare const de_DeleteSinkCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<DeleteSinkCommandOutput>;
142
- export declare const de_GetLinkCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<GetLinkCommandOutput>;
146
- export declare const de_GetSinkCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<GetSinkCommandOutput>;
150
- export declare const de_GetSinkPolicyCommand: (
151
- output: __HttpResponse,
152
- context: __SerdeContext
153
- ) => Promise<GetSinkPolicyCommandOutput>;
154
- export declare const de_ListAttachedLinksCommand: (
155
- output: __HttpResponse,
156
- context: __SerdeContext
157
- ) => Promise<ListAttachedLinksCommandOutput>;
158
- export declare const de_ListLinksCommand: (
159
- output: __HttpResponse,
160
- context: __SerdeContext
161
- ) => Promise<ListLinksCommandOutput>;
162
- export declare const de_ListSinksCommand: (
163
- output: __HttpResponse,
164
- context: __SerdeContext
165
- ) => Promise<ListSinksCommandOutput>;
166
- export declare const de_ListTagsForResourceCommand: (
167
- output: __HttpResponse,
168
- context: __SerdeContext
169
- ) => Promise<ListTagsForResourceCommandOutput>;
170
- export declare const de_PutSinkPolicyCommand: (
171
- output: __HttpResponse,
172
- context: __SerdeContext
173
- ) => Promise<PutSinkPolicyCommandOutput>;
174
- export declare const de_TagResourceCommand: (
175
- output: __HttpResponse,
176
- context: __SerdeContext
177
- ) => Promise<TagResourceCommandOutput>;
178
- export declare const de_UntagResourceCommand: (
179
- output: __HttpResponse,
180
- context: __SerdeContext
181
- ) => Promise<UntagResourceCommandOutput>;
182
- export declare const de_UpdateLinkCommand: (
183
- output: __HttpResponse,
184
- context: __SerdeContext
185
- ) => Promise<UpdateLinkCommandOutput>;