@aws-sdk/client-connectcases 3.651.1 → 3.654.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.
- package/dist-types/commands/BatchGetFieldCommand.d.ts +11 -0
- package/dist-types/commands/BatchPutFieldOptionsCommand.d.ts +11 -0
- package/dist-types/commands/CreateCaseCommand.d.ts +11 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +11 -0
- package/dist-types/commands/CreateFieldCommand.d.ts +11 -0
- package/dist-types/commands/CreateLayoutCommand.d.ts +11 -0
- package/dist-types/commands/CreateRelatedItemCommand.d.ts +11 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFieldCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLayoutCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +11 -0
- package/dist-types/commands/GetCaseAuditEventsCommand.d.ts +11 -0
- package/dist-types/commands/GetCaseCommand.d.ts +11 -0
- package/dist-types/commands/GetCaseEventConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetDomainCommand.d.ts +11 -0
- package/dist-types/commands/GetLayoutCommand.d.ts +11 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +11 -0
- package/dist-types/commands/ListCasesForContactCommand.d.ts +11 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +11 -0
- package/dist-types/commands/ListFieldOptionsCommand.d.ts +11 -0
- package/dist-types/commands/ListFieldsCommand.d.ts +11 -0
- package/dist-types/commands/ListLayoutsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +11 -0
- package/dist-types/commands/PutCaseEventConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/SearchCasesCommand.d.ts +11 -0
- package/dist-types/commands/SearchRelatedItemsCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCaseCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFieldCommand.d.ts +11 -0
- package/dist-types/commands/UpdateLayoutCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/BatchGetFieldCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchPutFieldOptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFieldCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateLayoutCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRelatedItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFieldCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLayoutCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCaseAuditEventsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCaseEventConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLayoutCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCasesForContactCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFieldOptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFieldsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLayoutsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutCaseEventConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchCasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchRelatedItemsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFieldCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateLayoutCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -101,4 +101,15 @@ declare const BatchGetFieldCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class BatchGetFieldCommand extends BatchGetFieldCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: BatchGetFieldRequest;
|
|
108
|
+
output: BatchGetFieldResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: BatchGetFieldCommandInput;
|
|
112
|
+
output: BatchGetFieldCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -93,4 +93,15 @@ declare const BatchPutFieldOptionsCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class BatchPutFieldOptionsCommand extends BatchPutFieldOptionsCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: BatchPutFieldOptionsRequest;
|
|
100
|
+
output: BatchPutFieldOptionsResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: BatchPutFieldOptionsCommandInput;
|
|
104
|
+
output: BatchPutFieldOptionsCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -118,4 +118,15 @@ declare const CreateCaseCommand_base: {
|
|
|
118
118
|
* @public
|
|
119
119
|
*/
|
|
120
120
|
export declare class CreateCaseCommand extends CreateCaseCommand_base {
|
|
121
|
+
/** @internal type navigation helper, not in runtime. */
|
|
122
|
+
protected static __types: {
|
|
123
|
+
api: {
|
|
124
|
+
input: CreateCaseRequest;
|
|
125
|
+
output: CreateCaseResponse;
|
|
126
|
+
};
|
|
127
|
+
sdk: {
|
|
128
|
+
input: CreateCaseCommandInput;
|
|
129
|
+
output: CreateCaseCommandOutput;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
121
132
|
}
|
|
@@ -91,4 +91,15 @@ declare const CreateDomainCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class CreateDomainCommand extends CreateDomainCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: CreateDomainRequest;
|
|
98
|
+
output: CreateDomainResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: CreateDomainCommandInput;
|
|
102
|
+
output: CreateDomainCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -88,4 +88,15 @@ declare const CreateFieldCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class CreateFieldCommand extends CreateFieldCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: CreateFieldRequest;
|
|
95
|
+
output: CreateFieldResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: CreateFieldCommandInput;
|
|
99
|
+
output: CreateFieldCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -130,4 +130,15 @@ declare const CreateLayoutCommand_base: {
|
|
|
130
130
|
* @public
|
|
131
131
|
*/
|
|
132
132
|
export declare class CreateLayoutCommand extends CreateLayoutCommand_base {
|
|
133
|
+
/** @internal type navigation helper, not in runtime. */
|
|
134
|
+
protected static __types: {
|
|
135
|
+
api: {
|
|
136
|
+
input: CreateLayoutRequest;
|
|
137
|
+
output: CreateLayoutResponse;
|
|
138
|
+
};
|
|
139
|
+
sdk: {
|
|
140
|
+
input: CreateLayoutCommandInput;
|
|
141
|
+
output: CreateLayoutCommandOutput;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
133
144
|
}
|
|
@@ -113,4 +113,15 @@ declare const CreateRelatedItemCommand_base: {
|
|
|
113
113
|
* @public
|
|
114
114
|
*/
|
|
115
115
|
export declare class CreateRelatedItemCommand extends CreateRelatedItemCommand_base {
|
|
116
|
+
/** @internal type navigation helper, not in runtime. */
|
|
117
|
+
protected static __types: {
|
|
118
|
+
api: {
|
|
119
|
+
input: CreateRelatedItemRequest;
|
|
120
|
+
output: CreateRelatedItemResponse;
|
|
121
|
+
};
|
|
122
|
+
sdk: {
|
|
123
|
+
input: CreateRelatedItemCommandInput;
|
|
124
|
+
output: CreateRelatedItemCommandOutput;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
116
127
|
}
|
|
@@ -100,4 +100,15 @@ declare const CreateTemplateCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class CreateTemplateCommand extends CreateTemplateCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: CreateTemplateRequest;
|
|
107
|
+
output: CreateTemplateResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: CreateTemplateCommandInput;
|
|
111
|
+
output: CreateTemplateCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -83,4 +83,15 @@ declare const DeleteDomainCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DeleteDomainRequest;
|
|
90
|
+
output: {};
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DeleteDomainCommandInput;
|
|
94
|
+
output: DeleteDomainCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -131,4 +131,15 @@ declare const DeleteFieldCommand_base: {
|
|
|
131
131
|
* @public
|
|
132
132
|
*/
|
|
133
133
|
export declare class DeleteFieldCommand extends DeleteFieldCommand_base {
|
|
134
|
+
/** @internal type navigation helper, not in runtime. */
|
|
135
|
+
protected static __types: {
|
|
136
|
+
api: {
|
|
137
|
+
input: DeleteFieldRequest;
|
|
138
|
+
output: {};
|
|
139
|
+
};
|
|
140
|
+
sdk: {
|
|
141
|
+
input: DeleteFieldCommandInput;
|
|
142
|
+
output: DeleteFieldCommandOutput;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
134
145
|
}
|
|
@@ -92,4 +92,15 @@ declare const DeleteLayoutCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class DeleteLayoutCommand extends DeleteLayoutCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: DeleteLayoutRequest;
|
|
99
|
+
output: {};
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: DeleteLayoutCommandInput;
|
|
103
|
+
output: DeleteLayoutCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -94,4 +94,15 @@ declare const DeleteTemplateCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class DeleteTemplateCommand extends DeleteTemplateCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: DeleteTemplateRequest;
|
|
101
|
+
output: {};
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: DeleteTemplateCommandInput;
|
|
105
|
+
output: DeleteTemplateCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -110,4 +110,15 @@ declare const GetCaseAuditEventsCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class GetCaseAuditEventsCommand extends GetCaseAuditEventsCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: GetCaseAuditEventsRequest;
|
|
117
|
+
output: GetCaseAuditEventsResponse;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: GetCaseAuditEventsCommandInput;
|
|
121
|
+
output: GetCaseAuditEventsCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -97,4 +97,15 @@ declare const GetCaseCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class GetCaseCommand extends GetCaseCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: GetCaseRequest;
|
|
104
|
+
output: GetCaseResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: GetCaseCommandInput;
|
|
108
|
+
output: GetCaseCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -88,4 +88,15 @@ declare const GetCaseEventConfigurationCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class GetCaseEventConfigurationCommand extends GetCaseEventConfigurationCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: GetCaseEventConfigurationRequest;
|
|
95
|
+
output: GetCaseEventConfigurationResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: GetCaseEventConfigurationCommandInput;
|
|
99
|
+
output: GetCaseEventConfigurationCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -81,4 +81,15 @@ declare const GetDomainCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class GetDomainCommand extends GetDomainCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: GetDomainRequest;
|
|
88
|
+
output: GetDomainResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: GetDomainCommandInput;
|
|
92
|
+
output: GetDomainCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -115,4 +115,15 @@ declare const GetLayoutCommand_base: {
|
|
|
115
115
|
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class GetLayoutCommand extends GetLayoutCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: GetLayoutRequest;
|
|
122
|
+
output: GetLayoutResponse;
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: GetLayoutCommandInput;
|
|
126
|
+
output: GetLayoutCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -93,4 +93,15 @@ declare const GetTemplateCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class GetTemplateCommand extends GetTemplateCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: GetTemplateRequest;
|
|
100
|
+
output: GetTemplateResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: GetTemplateCommandInput;
|
|
104
|
+
output: GetTemplateCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListCasesForContactCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListCasesForContactCommand extends ListCasesForContactCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListCasesForContactRequest;
|
|
90
|
+
output: ListCasesForContactResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListCasesForContactCommandInput;
|
|
94
|
+
output: ListCasesForContactCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -79,4 +79,15 @@ declare const ListDomainsCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class ListDomainsCommand extends ListDomainsCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: ListDomainsRequest;
|
|
86
|
+
output: ListDomainsResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: ListDomainsCommandInput;
|
|
90
|
+
output: ListDomainsCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListFieldOptionsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListFieldOptionsCommand extends ListFieldOptionsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListFieldOptionsRequest;
|
|
94
|
+
output: ListFieldOptionsResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListFieldOptionsCommandInput;
|
|
98
|
+
output: ListFieldOptionsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -85,4 +85,15 @@ declare const ListFieldsCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class ListFieldsCommand extends ListFieldsCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: ListFieldsRequest;
|
|
92
|
+
output: ListFieldsResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: ListFieldsCommandInput;
|
|
96
|
+
output: ListFieldsCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListLayoutsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListLayoutsCommand extends ListLayoutsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListLayoutsRequest;
|
|
91
|
+
output: ListLayoutsResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListLayoutsCommandInput;
|
|
95
|
+
output: ListLayoutsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -76,4 +76,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: ListTagsForResourceRequest;
|
|
83
|
+
output: ListTagsForResourceResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: ListTagsForResourceCommandInput;
|
|
87
|
+
output: ListTagsForResourceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListTemplatesCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListTemplatesCommand extends ListTemplatesCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListTemplatesRequest;
|
|
95
|
+
output: ListTemplatesResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListTemplatesCommandInput;
|
|
99
|
+
output: ListTemplatesCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -90,4 +90,15 @@ declare const PutCaseEventConfigurationCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class PutCaseEventConfigurationCommand extends PutCaseEventConfigurationCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: PutCaseEventConfigurationRequest;
|
|
97
|
+
output: {};
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: PutCaseEventConfigurationCommandInput;
|
|
101
|
+
output: PutCaseEventConfigurationCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -193,4 +193,15 @@ declare const SearchCasesCommand_base: {
|
|
|
193
193
|
* @public
|
|
194
194
|
*/
|
|
195
195
|
export declare class SearchCasesCommand extends SearchCasesCommand_base {
|
|
196
|
+
/** @internal type navigation helper, not in runtime. */
|
|
197
|
+
protected static __types: {
|
|
198
|
+
api: {
|
|
199
|
+
input: SearchCasesRequest;
|
|
200
|
+
output: SearchCasesResponse;
|
|
201
|
+
};
|
|
202
|
+
sdk: {
|
|
203
|
+
input: SearchCasesCommandInput;
|
|
204
|
+
output: SearchCasesCommandOutput;
|
|
205
|
+
};
|
|
206
|
+
};
|
|
196
207
|
}
|
|
@@ -122,4 +122,15 @@ declare const SearchRelatedItemsCommand_base: {
|
|
|
122
122
|
* @public
|
|
123
123
|
*/
|
|
124
124
|
export declare class SearchRelatedItemsCommand extends SearchRelatedItemsCommand_base {
|
|
125
|
+
/** @internal type navigation helper, not in runtime. */
|
|
126
|
+
protected static __types: {
|
|
127
|
+
api: {
|
|
128
|
+
input: SearchRelatedItemsRequest;
|
|
129
|
+
output: SearchRelatedItemsResponse;
|
|
130
|
+
};
|
|
131
|
+
sdk: {
|
|
132
|
+
input: SearchRelatedItemsCommandInput;
|
|
133
|
+
output: SearchRelatedItemsCommandOutput;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
125
136
|
}
|
|
@@ -75,4 +75,15 @@ declare const TagResourceCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: TagResourceRequest;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: TagResourceCommandInput;
|
|
86
|
+
output: TagResourceCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -75,4 +75,15 @@ declare const UntagResourceCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: UntagResourceRequest;
|
|
82
|
+
output: {};
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: UntagResourceCommandInput;
|
|
86
|
+
output: UntagResourceCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -95,4 +95,15 @@ declare const UpdateCaseCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class UpdateCaseCommand extends UpdateCaseCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: UpdateCaseRequest;
|
|
102
|
+
output: {};
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: UpdateCaseCommandInput;
|
|
106
|
+
output: UpdateCaseCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -80,4 +80,15 @@ declare const UpdateFieldCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class UpdateFieldCommand extends UpdateFieldCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: UpdateFieldRequest;
|
|
87
|
+
output: {};
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: UpdateFieldCommandInput;
|
|
91
|
+
output: UpdateFieldCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -123,4 +123,15 @@ declare const UpdateLayoutCommand_base: {
|
|
|
123
123
|
* @public
|
|
124
124
|
*/
|
|
125
125
|
export declare class UpdateLayoutCommand extends UpdateLayoutCommand_base {
|
|
126
|
+
/** @internal type navigation helper, not in runtime. */
|
|
127
|
+
protected static __types: {
|
|
128
|
+
api: {
|
|
129
|
+
input: UpdateLayoutRequest;
|
|
130
|
+
output: {};
|
|
131
|
+
};
|
|
132
|
+
sdk: {
|
|
133
|
+
input: UpdateLayoutCommandInput;
|
|
134
|
+
output: UpdateLayoutCommandOutput;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
126
137
|
}
|
|
@@ -93,4 +93,15 @@ declare const UpdateTemplateCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class UpdateTemplateCommand extends UpdateTemplateCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: UpdateTemplateRequest;
|
|
100
|
+
output: {};
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: UpdateTemplateCommandInput;
|
|
104
|
+
output: UpdateTemplateCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -36,4 +36,15 @@ declare const BatchGetFieldCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class BatchGetFieldCommand extends BatchGetFieldCommand_base {
|
|
39
|
+
export declare class BatchGetFieldCommand extends BatchGetFieldCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: BatchGetFieldRequest;
|
|
43
|
+
output: BatchGetFieldResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: BatchGetFieldCommandInput;
|
|
47
|
+
output: BatchGetFieldCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchPutFieldOptionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchPutFieldOptionsCommand extends BatchPutFieldOptionsCommand_base {
|
|
40
|
+
export declare class BatchPutFieldOptionsCommand extends BatchPutFieldOptionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchPutFieldOptionsRequest;
|
|
44
|
+
output: BatchPutFieldOptionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchPutFieldOptionsCommandInput;
|
|
48
|
+
output: BatchPutFieldOptionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateCaseCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateCaseCommand extends CreateCaseCommand_base {
|
|
36
|
+
export declare class CreateCaseCommand extends CreateCaseCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateCaseRequest;
|
|
40
|
+
output: CreateCaseResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateCaseCommandInput;
|
|
44
|
+
output: CreateCaseCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateDomainCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateDomainCommand extends CreateDomainCommand_base {
|
|
36
|
+
export declare class CreateDomainCommand extends CreateDomainCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateDomainRequest;
|
|
40
|
+
output: CreateDomainResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateDomainCommandInput;
|
|
44
|
+
output: CreateDomainCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateFieldCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateFieldCommand extends CreateFieldCommand_base {
|
|
36
|
+
export declare class CreateFieldCommand extends CreateFieldCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateFieldRequest;
|
|
40
|
+
output: CreateFieldResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateFieldCommandInput;
|
|
44
|
+
output: CreateFieldCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|