@aws-sdk/client-aiops 3.928.0 → 3.930.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 +33 -33
  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,101 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateInvestigationGroupCommandInput, CreateInvestigationGroupCommandOutput } from "../commands/CreateInvestigationGroupCommand";
4
- import { DeleteInvestigationGroupCommandInput, DeleteInvestigationGroupCommandOutput } from "../commands/DeleteInvestigationGroupCommand";
5
- import { DeleteInvestigationGroupPolicyCommandInput, DeleteInvestigationGroupPolicyCommandOutput } from "../commands/DeleteInvestigationGroupPolicyCommand";
6
- import { GetInvestigationGroupCommandInput, GetInvestigationGroupCommandOutput } from "../commands/GetInvestigationGroupCommand";
7
- import { GetInvestigationGroupPolicyCommandInput, GetInvestigationGroupPolicyCommandOutput } from "../commands/GetInvestigationGroupPolicyCommand";
8
- import { ListInvestigationGroupsCommandInput, ListInvestigationGroupsCommandOutput } from "../commands/ListInvestigationGroupsCommand";
9
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
10
- import { PutInvestigationGroupPolicyCommandInput, PutInvestigationGroupPolicyCommandOutput } from "../commands/PutInvestigationGroupPolicyCommand";
11
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
12
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
13
- import { UpdateInvestigationGroupCommandInput, UpdateInvestigationGroupCommandOutput } from "../commands/UpdateInvestigationGroupCommand";
14
- /**
15
- * serializeAws_restJson1CreateInvestigationGroupCommand
16
- */
17
- export declare const se_CreateInvestigationGroupCommand: (input: CreateInvestigationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
18
- /**
19
- * serializeAws_restJson1DeleteInvestigationGroupCommand
20
- */
21
- export declare const se_DeleteInvestigationGroupCommand: (input: DeleteInvestigationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
- /**
23
- * serializeAws_restJson1DeleteInvestigationGroupPolicyCommand
24
- */
25
- export declare const se_DeleteInvestigationGroupPolicyCommand: (input: DeleteInvestigationGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- /**
27
- * serializeAws_restJson1GetInvestigationGroupCommand
28
- */
29
- export declare const se_GetInvestigationGroupCommand: (input: GetInvestigationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- /**
31
- * serializeAws_restJson1GetInvestigationGroupPolicyCommand
32
- */
33
- export declare const se_GetInvestigationGroupPolicyCommand: (input: GetInvestigationGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- /**
35
- * serializeAws_restJson1ListInvestigationGroupsCommand
36
- */
37
- export declare const se_ListInvestigationGroupsCommand: (input: ListInvestigationGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * serializeAws_restJson1ListTagsForResourceCommand
40
- */
41
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_restJson1PutInvestigationGroupPolicyCommand
44
- */
45
- export declare const se_PutInvestigationGroupPolicyCommand: (input: PutInvestigationGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_restJson1TagResourceCommand
48
- */
49
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_restJson1UntagResourceCommand
52
- */
53
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_restJson1UpdateInvestigationGroupCommand
56
- */
57
- export declare const se_UpdateInvestigationGroupCommand: (input: UpdateInvestigationGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * deserializeAws_restJson1CreateInvestigationGroupCommand
60
- */
61
- export declare const de_CreateInvestigationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInvestigationGroupCommandOutput>;
62
- /**
63
- * deserializeAws_restJson1DeleteInvestigationGroupCommand
64
- */
65
- export declare const de_DeleteInvestigationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInvestigationGroupCommandOutput>;
66
- /**
67
- * deserializeAws_restJson1DeleteInvestigationGroupPolicyCommand
68
- */
69
- export declare const de_DeleteInvestigationGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInvestigationGroupPolicyCommandOutput>;
70
- /**
71
- * deserializeAws_restJson1GetInvestigationGroupCommand
72
- */
73
- export declare const de_GetInvestigationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInvestigationGroupCommandOutput>;
74
- /**
75
- * deserializeAws_restJson1GetInvestigationGroupPolicyCommand
76
- */
77
- export declare const de_GetInvestigationGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInvestigationGroupPolicyCommandOutput>;
78
- /**
79
- * deserializeAws_restJson1ListInvestigationGroupsCommand
80
- */
81
- export declare const de_ListInvestigationGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvestigationGroupsCommandOutput>;
82
- /**
83
- * deserializeAws_restJson1ListTagsForResourceCommand
84
- */
85
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
86
- /**
87
- * deserializeAws_restJson1PutInvestigationGroupPolicyCommand
88
- */
89
- export declare const de_PutInvestigationGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutInvestigationGroupPolicyCommandOutput>;
90
- /**
91
- * deserializeAws_restJson1TagResourceCommand
92
- */
93
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
94
- /**
95
- * deserializeAws_restJson1UntagResourceCommand
96
- */
97
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
98
- /**
99
- * deserializeAws_restJson1UpdateInvestigationGroupCommand
100
- */
101
- export declare const de_UpdateInvestigationGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInvestigationGroupCommandOutput>;
@@ -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>;