@aws-sdk/client-application-insights 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/AddWorkloadCommand.d.ts +11 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +11 -0
- package/dist-types/commands/CreateComponentCommand.d.ts +11 -0
- package/dist-types/commands/CreateLogPatternCommand.d.ts +11 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteComponentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLogPatternCommand.d.ts +11 -0
- package/dist-types/commands/DescribeApplicationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeComponentCommand.d.ts +11 -0
- package/dist-types/commands/DescribeComponentConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLogPatternCommand.d.ts +11 -0
- package/dist-types/commands/DescribeObservationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeProblemCommand.d.ts +11 -0
- package/dist-types/commands/DescribeProblemObservationsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeWorkloadCommand.d.ts +11 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +11 -0
- package/dist-types/commands/ListComponentsCommand.d.ts +11 -0
- package/dist-types/commands/ListConfigurationHistoryCommand.d.ts +11 -0
- package/dist-types/commands/ListLogPatternSetsCommand.d.ts +11 -0
- package/dist-types/commands/ListLogPatternsCommand.d.ts +11 -0
- package/dist-types/commands/ListProblemsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkloadsCommand.d.ts +11 -0
- package/dist-types/commands/RemoveWorkloadCommand.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/UpdateApplicationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateComponentCommand.d.ts +11 -0
- package/dist-types/commands/UpdateComponentConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateLogPatternCommand.d.ts +11 -0
- package/dist-types/commands/UpdateProblemCommand.d.ts +11 -0
- package/dist-types/commands/UpdateWorkloadCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddWorkloadCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateLogPatternCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLogPatternCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeComponentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeComponentConfigurationRecommendationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLogPatternCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeObservationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeProblemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeProblemObservationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeWorkloadCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListConfigurationHistoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLogPatternSetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLogPatternsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListProblemsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveWorkloadCommand.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/UpdateApplicationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateComponentConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateLogPatternCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateProblemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -80,4 +80,15 @@ declare const AddWorkloadCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class AddWorkloadCommand extends AddWorkloadCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: AddWorkloadRequest;
|
|
87
|
+
output: AddWorkloadResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: AddWorkloadCommandInput;
|
|
91
|
+
output: AddWorkloadCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -99,4 +99,15 @@ declare const CreateApplicationCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: CreateApplicationRequest;
|
|
106
|
+
output: CreateApplicationResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: CreateApplicationCommandInput;
|
|
110
|
+
output: CreateApplicationCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -71,4 +71,15 @@ declare const CreateComponentCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class CreateComponentCommand extends CreateComponentCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: CreateComponentRequest;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: CreateComponentCommandInput;
|
|
82
|
+
output: CreateComponentCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -79,4 +79,15 @@ declare const CreateLogPatternCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class CreateLogPatternCommand extends CreateLogPatternCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: CreateLogPatternRequest;
|
|
86
|
+
output: CreateLogPatternResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: CreateLogPatternCommandInput;
|
|
90
|
+
output: CreateLogPatternCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -68,4 +68,15 @@ declare const DeleteApplicationCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: DeleteApplicationRequest;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: DeleteApplicationCommandInput;
|
|
79
|
+
output: DeleteApplicationCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -67,4 +67,15 @@ declare const DeleteComponentCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class DeleteComponentCommand extends DeleteComponentCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: DeleteComponentRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: DeleteComponentCommandInput;
|
|
78
|
+
output: DeleteComponentCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -69,4 +69,15 @@ declare const DeleteLogPatternCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class DeleteLogPatternCommand extends DeleteLogPatternCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: DeleteLogPatternRequest;
|
|
76
|
+
output: {};
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: DeleteLogPatternCommandInput;
|
|
80
|
+
output: DeleteLogPatternCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -78,4 +78,15 @@ declare const DescribeApplicationCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class DescribeApplicationCommand extends DescribeApplicationCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DescribeApplicationRequest;
|
|
85
|
+
output: DescribeApplicationResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DescribeApplicationCommandInput;
|
|
89
|
+
output: DescribeApplicationCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -84,4 +84,15 @@ declare const DescribeComponentCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class DescribeComponentCommand extends DescribeComponentCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DescribeComponentRequest;
|
|
91
|
+
output: DescribeComponentResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DescribeComponentCommandInput;
|
|
95
|
+
output: DescribeComponentCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -70,4 +70,15 @@ declare const DescribeComponentConfigurationCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DescribeComponentConfigurationCommand extends DescribeComponentConfigurationCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DescribeComponentConfigurationRequest;
|
|
77
|
+
output: DescribeComponentConfigurationResponse;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DescribeComponentConfigurationCommandInput;
|
|
81
|
+
output: DescribeComponentConfigurationCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -70,4 +70,15 @@ declare const DescribeComponentConfigurationRecommendationCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DescribeComponentConfigurationRecommendationCommand extends DescribeComponentConfigurationRecommendationCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DescribeComponentConfigurationRecommendationRequest;
|
|
77
|
+
output: DescribeComponentConfigurationRecommendationResponse;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DescribeComponentConfigurationRecommendationCommandInput;
|
|
81
|
+
output: DescribeComponentConfigurationRecommendationCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -76,4 +76,15 @@ declare const DescribeLogPatternCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DescribeLogPatternCommand extends DescribeLogPatternCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DescribeLogPatternRequest;
|
|
83
|
+
output: DescribeLogPatternResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DescribeLogPatternCommandInput;
|
|
87
|
+
output: DescribeLogPatternCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -113,4 +113,15 @@ declare const DescribeObservationCommand_base: {
|
|
|
113
113
|
* @public
|
|
114
114
|
*/
|
|
115
115
|
export declare class DescribeObservationCommand extends DescribeObservationCommand_base {
|
|
116
|
+
/** @internal type navigation helper, not in runtime. */
|
|
117
|
+
protected static __types: {
|
|
118
|
+
api: {
|
|
119
|
+
input: DescribeObservationRequest;
|
|
120
|
+
output: DescribeObservationResponse;
|
|
121
|
+
};
|
|
122
|
+
sdk: {
|
|
123
|
+
input: DescribeObservationCommandInput;
|
|
124
|
+
output: DescribeObservationCommandOutput;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
116
127
|
}
|
|
@@ -85,4 +85,15 @@ declare const DescribeProblemCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DescribeProblemCommand extends DescribeProblemCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DescribeProblemRequest;
|
|
92
|
+
output: DescribeProblemResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DescribeProblemCommandInput;
|
|
96
|
+
output: DescribeProblemCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -117,4 +117,15 @@ declare const DescribeProblemObservationsCommand_base: {
|
|
|
117
117
|
* @public
|
|
118
118
|
*/
|
|
119
119
|
export declare class DescribeProblemObservationsCommand extends DescribeProblemObservationsCommand_base {
|
|
120
|
+
/** @internal type navigation helper, not in runtime. */
|
|
121
|
+
protected static __types: {
|
|
122
|
+
api: {
|
|
123
|
+
input: DescribeProblemObservationsRequest;
|
|
124
|
+
output: DescribeProblemObservationsResponse;
|
|
125
|
+
};
|
|
126
|
+
sdk: {
|
|
127
|
+
input: DescribeProblemObservationsCommandInput;
|
|
128
|
+
output: DescribeProblemObservationsCommandOutput;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
120
131
|
}
|
|
@@ -75,4 +75,15 @@ declare const DescribeWorkloadCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DescribeWorkloadCommand extends DescribeWorkloadCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DescribeWorkloadRequest;
|
|
82
|
+
output: DescribeWorkloadResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DescribeWorkloadCommandInput;
|
|
86
|
+
output: DescribeWorkloadCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -79,4 +79,15 @@ declare const ListApplicationsCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: ListApplicationsRequest;
|
|
86
|
+
output: ListApplicationsResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: ListApplicationsCommandInput;
|
|
90
|
+
output: ListApplicationsCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListComponentsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListComponentsCommand extends ListComponentsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListComponentsRequest;
|
|
91
|
+
output: ListComponentsResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListComponentsCommandInput;
|
|
95
|
+
output: ListComponentsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -97,4 +97,15 @@ declare const ListConfigurationHistoryCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class ListConfigurationHistoryCommand extends ListConfigurationHistoryCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: ListConfigurationHistoryRequest;
|
|
104
|
+
output: ListConfigurationHistoryResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: ListConfigurationHistoryCommandInput;
|
|
108
|
+
output: ListConfigurationHistoryCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -74,4 +74,15 @@ declare const ListLogPatternSetsCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class ListLogPatternSetsCommand extends ListLogPatternSetsCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: ListLogPatternSetsRequest;
|
|
81
|
+
output: ListLogPatternSetsResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: ListLogPatternSetsCommandInput;
|
|
85
|
+
output: ListLogPatternSetsCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListLogPatternsCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListLogPatternsCommand extends ListLogPatternsCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListLogPatternsRequest;
|
|
87
|
+
output: ListLogPatternsResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListLogPatternsCommandInput;
|
|
91
|
+
output: ListLogPatternsCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -96,4 +96,15 @@ declare const ListProblemsCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class ListProblemsCommand extends ListProblemsCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: ListProblemsRequest;
|
|
103
|
+
output: ListProblemsResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: ListProblemsCommandInput;
|
|
107
|
+
output: ListProblemsCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -73,4 +73,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: ListTagsForResourceRequest;
|
|
80
|
+
output: ListTagsForResourceResponse;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: ListTagsForResourceCommandInput;
|
|
84
|
+
output: ListTagsForResourceCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -79,4 +79,15 @@ declare const ListWorkloadsCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class ListWorkloadsCommand extends ListWorkloadsCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: ListWorkloadsRequest;
|
|
86
|
+
output: ListWorkloadsResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: ListWorkloadsCommandInput;
|
|
90
|
+
output: ListWorkloadsCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -66,4 +66,15 @@ declare const RemoveWorkloadCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class RemoveWorkloadCommand extends RemoveWorkloadCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: RemoveWorkloadRequest;
|
|
73
|
+
output: {};
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: RemoveWorkloadCommandInput;
|
|
77
|
+
output: RemoveWorkloadCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -78,4 +78,15 @@ declare const TagResourceCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: TagResourceRequest;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: TagResourceCommandInput;
|
|
89
|
+
output: TagResourceCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -64,4 +64,15 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: UntagResourceRequest;
|
|
71
|
+
output: {};
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: UntagResourceCommandInput;
|
|
75
|
+
output: UntagResourceCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -83,4 +83,15 @@ declare const UpdateApplicationCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: UpdateApplicationRequest;
|
|
90
|
+
output: UpdateApplicationResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: UpdateApplicationCommandInput;
|
|
94
|
+
output: UpdateApplicationCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -73,4 +73,15 @@ declare const UpdateComponentCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class UpdateComponentCommand extends UpdateComponentCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: UpdateComponentRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: UpdateComponentCommandInput;
|
|
84
|
+
output: UpdateComponentCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -74,4 +74,15 @@ declare const UpdateComponentConfigurationCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class UpdateComponentConfigurationCommand extends UpdateComponentConfigurationCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: UpdateComponentConfigurationRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: UpdateComponentConfigurationCommandInput;
|
|
85
|
+
output: UpdateComponentConfigurationCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -79,4 +79,15 @@ declare const UpdateLogPatternCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class UpdateLogPatternCommand extends UpdateLogPatternCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: UpdateLogPatternRequest;
|
|
86
|
+
output: UpdateLogPatternResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: UpdateLogPatternCommandInput;
|
|
90
|
+
output: UpdateLogPatternCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -67,4 +67,15 @@ declare const UpdateProblemCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class UpdateProblemCommand extends UpdateProblemCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: UpdateProblemRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: UpdateProblemCommandInput;
|
|
78
|
+
output: UpdateProblemCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -78,4 +78,15 @@ declare const UpdateWorkloadCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class UpdateWorkloadCommand extends UpdateWorkloadCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: UpdateWorkloadRequest;
|
|
85
|
+
output: UpdateWorkloadResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: UpdateWorkloadCommandInput;
|
|
89
|
+
output: UpdateWorkloadCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -33,4 +33,15 @@ declare const AddWorkloadCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class AddWorkloadCommand extends AddWorkloadCommand_base {
|
|
36
|
+
export declare class AddWorkloadCommand extends AddWorkloadCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: AddWorkloadRequest;
|
|
40
|
+
output: AddWorkloadResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: AddWorkloadCommandInput;
|
|
44
|
+
output: AddWorkloadCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateApplicationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
40
|
+
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateApplicationRequest;
|
|
44
|
+
output: CreateApplicationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateApplicationCommandInput;
|
|
48
|
+
output: CreateApplicationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateComponentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateComponentCommand extends CreateComponentCommand_base {
|
|
39
|
+
export declare class CreateComponentCommand extends CreateComponentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateComponentRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateComponentCommandInput;
|
|
47
|
+
output: CreateComponentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateLogPatternCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateLogPatternCommand extends CreateLogPatternCommand_base {
|
|
39
|
+
export declare class CreateLogPatternCommand extends CreateLogPatternCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateLogPatternRequest;
|
|
43
|
+
output: CreateLogPatternResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateLogPatternCommandInput;
|
|
47
|
+
output: CreateLogPatternCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteApplicationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
40
|
+
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteApplicationRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteApplicationCommandInput;
|
|
48
|
+
output: DeleteApplicationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteComponentCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteComponentCommand extends DeleteComponentCommand_base {
|
|
39
|
+
export declare class DeleteComponentCommand extends DeleteComponentCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteComponentRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteComponentCommandInput;
|
|
47
|
+
output: DeleteComponentCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|