@aws-sdk/client-aiops 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 (35) hide show
  1. package/dist-cjs/index.js +456 -556
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/AIOpsClient.js +2 -0
  4. package/dist-es/commands/CreateInvestigationGroupCommand.js +3 -9
  5. package/dist-es/commands/DeleteInvestigationGroupCommand.js +3 -9
  6. package/dist-es/commands/DeleteInvestigationGroupPolicyCommand.js +3 -9
  7. package/dist-es/commands/GetInvestigationGroupCommand.js +3 -9
  8. package/dist-es/commands/GetInvestigationGroupPolicyCommand.js +3 -9
  9. package/dist-es/commands/ListInvestigationGroupsCommand.js +3 -10
  10. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  11. package/dist-es/commands/PutInvestigationGroupPolicyCommand.js +3 -9
  12. package/dist-es/commands/TagResourceCommand.js +3 -9
  13. package/dist-es/commands/UntagResourceCommand.js +3 -9
  14. package/dist-es/commands/UpdateInvestigationGroupCommand.js +3 -9
  15. package/dist-es/models/models_0.js +0 -9
  16. package/dist-es/runtimeConfig.shared.js +2 -0
  17. package/dist-es/schemas/schemas_0.js +416 -0
  18. package/dist-types/AIOpsClient.d.ts +10 -1
  19. package/dist-types/models/models_0.d.ts +0 -8
  20. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  21. package/dist-types/runtimeConfig.d.ts +1 -0
  22. package/dist-types/runtimeConfig.native.d.ts +1 -0
  23. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  24. package/dist-types/schemas/schemas_0.d.ts +54 -0
  25. package/dist-types/ts3.4/AIOpsClient.d.ts +4 -0
  26. package/dist-types/ts3.4/models/models_0.d.ts +0 -6
  27. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  28. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  29. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  30. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  31. package/dist-types/ts3.4/schemas/schemas_0.d.ts +61 -0
  32. package/package.json +5 -5
  33. package/dist-es/protocols/Aws_restJson1.js +0 -449
  34. package/dist-types/protocols/Aws_restJson1.d.ts +0 -101
  35. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -137
@@ -1,137 +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
- CreateInvestigationGroupCommandInput,
8
- CreateInvestigationGroupCommandOutput,
9
- } from "../commands/CreateInvestigationGroupCommand";
10
- import {
11
- DeleteInvestigationGroupCommandInput,
12
- DeleteInvestigationGroupCommandOutput,
13
- } from "../commands/DeleteInvestigationGroupCommand";
14
- import {
15
- DeleteInvestigationGroupPolicyCommandInput,
16
- DeleteInvestigationGroupPolicyCommandOutput,
17
- } from "../commands/DeleteInvestigationGroupPolicyCommand";
18
- import {
19
- GetInvestigationGroupCommandInput,
20
- GetInvestigationGroupCommandOutput,
21
- } from "../commands/GetInvestigationGroupCommand";
22
- import {
23
- GetInvestigationGroupPolicyCommandInput,
24
- GetInvestigationGroupPolicyCommandOutput,
25
- } from "../commands/GetInvestigationGroupPolicyCommand";
26
- import {
27
- ListInvestigationGroupsCommandInput,
28
- ListInvestigationGroupsCommandOutput,
29
- } from "../commands/ListInvestigationGroupsCommand";
30
- import {
31
- ListTagsForResourceCommandInput,
32
- ListTagsForResourceCommandOutput,
33
- } from "../commands/ListTagsForResourceCommand";
34
- import {
35
- PutInvestigationGroupPolicyCommandInput,
36
- PutInvestigationGroupPolicyCommandOutput,
37
- } from "../commands/PutInvestigationGroupPolicyCommand";
38
- import {
39
- TagResourceCommandInput,
40
- TagResourceCommandOutput,
41
- } from "../commands/TagResourceCommand";
42
- import {
43
- UntagResourceCommandInput,
44
- UntagResourceCommandOutput,
45
- } from "../commands/UntagResourceCommand";
46
- import {
47
- UpdateInvestigationGroupCommandInput,
48
- UpdateInvestigationGroupCommandOutput,
49
- } from "../commands/UpdateInvestigationGroupCommand";
50
- export declare const se_CreateInvestigationGroupCommand: (
51
- input: CreateInvestigationGroupCommandInput,
52
- context: __SerdeContext
53
- ) => Promise<__HttpRequest>;
54
- export declare const se_DeleteInvestigationGroupCommand: (
55
- input: DeleteInvestigationGroupCommandInput,
56
- context: __SerdeContext
57
- ) => Promise<__HttpRequest>;
58
- export declare const se_DeleteInvestigationGroupPolicyCommand: (
59
- input: DeleteInvestigationGroupPolicyCommandInput,
60
- context: __SerdeContext
61
- ) => Promise<__HttpRequest>;
62
- export declare const se_GetInvestigationGroupCommand: (
63
- input: GetInvestigationGroupCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_GetInvestigationGroupPolicyCommand: (
67
- input: GetInvestigationGroupPolicyCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_ListInvestigationGroupsCommand: (
71
- input: ListInvestigationGroupsCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_ListTagsForResourceCommand: (
75
- input: ListTagsForResourceCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_PutInvestigationGroupPolicyCommand: (
79
- input: PutInvestigationGroupPolicyCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_TagResourceCommand: (
83
- input: TagResourceCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_UntagResourceCommand: (
87
- input: UntagResourceCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_UpdateInvestigationGroupCommand: (
91
- input: UpdateInvestigationGroupCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const de_CreateInvestigationGroupCommand: (
95
- output: __HttpResponse,
96
- context: __SerdeContext
97
- ) => Promise<CreateInvestigationGroupCommandOutput>;
98
- export declare const de_DeleteInvestigationGroupCommand: (
99
- output: __HttpResponse,
100
- context: __SerdeContext
101
- ) => Promise<DeleteInvestigationGroupCommandOutput>;
102
- export declare const de_DeleteInvestigationGroupPolicyCommand: (
103
- output: __HttpResponse,
104
- context: __SerdeContext
105
- ) => Promise<DeleteInvestigationGroupPolicyCommandOutput>;
106
- export declare const de_GetInvestigationGroupCommand: (
107
- output: __HttpResponse,
108
- context: __SerdeContext
109
- ) => Promise<GetInvestigationGroupCommandOutput>;
110
- export declare const de_GetInvestigationGroupPolicyCommand: (
111
- output: __HttpResponse,
112
- context: __SerdeContext
113
- ) => Promise<GetInvestigationGroupPolicyCommandOutput>;
114
- export declare const de_ListInvestigationGroupsCommand: (
115
- output: __HttpResponse,
116
- context: __SerdeContext
117
- ) => Promise<ListInvestigationGroupsCommandOutput>;
118
- export declare const de_ListTagsForResourceCommand: (
119
- output: __HttpResponse,
120
- context: __SerdeContext
121
- ) => Promise<ListTagsForResourceCommandOutput>;
122
- export declare const de_PutInvestigationGroupPolicyCommand: (
123
- output: __HttpResponse,
124
- context: __SerdeContext
125
- ) => Promise<PutInvestigationGroupPolicyCommandOutput>;
126
- export declare const de_TagResourceCommand: (
127
- output: __HttpResponse,
128
- context: __SerdeContext
129
- ) => Promise<TagResourceCommandOutput>;
130
- export declare const de_UntagResourceCommand: (
131
- output: __HttpResponse,
132
- context: __SerdeContext
133
- ) => Promise<UntagResourceCommandOutput>;
134
- export declare const de_UpdateInvestigationGroupCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<UpdateInvestigationGroupCommandOutput>;