aws-sdk 2.1024.0 → 2.1028.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/CHANGELOG.md +24 -1
- package/README.md +1 -1
- package/apis/backup-2018-11-15.min.json +92 -59
- package/apis/batch-2016-08-10.examples.json +30 -6
- package/apis/batch-2016-08-10.min.json +267 -72
- package/apis/batch-2016-08-10.paginators.json +6 -0
- package/apis/connect-2017-08-08.min.json +258 -62
- package/apis/connect-2017-08-08.paginators.json +5 -0
- package/apis/devops-guru-2020-12-01.min.json +477 -144
- package/apis/devops-guru-2020-12-01.paginators.json +27 -7
- package/apis/ec2-2016-11-15.min.json +650 -645
- package/apis/ecs-2014-11-13.min.json +100 -78
- package/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/apis/metadata.json +3 -0
- package/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/apis/translate-2017-07-01.min.json +28 -13
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/backup.d.ts +13 -0
- package/clients/batch.d.ts +239 -23
- package/clients/connect.d.ts +265 -28
- package/clients/devopsguru.d.ts +420 -63
- package/clients/dynamodb.d.ts +61 -61
- package/clients/ec2.d.ts +5 -1
- package/clients/ecs.d.ts +380 -345
- package/clients/greengrassv2.d.ts +8 -4
- package/clients/health.d.ts +49 -49
- package/clients/mediaconvert.d.ts +16 -16
- package/clients/resiliencehub.d.ts +2101 -0
- package/clients/resiliencehub.js +18 -0
- package/clients/ssm.d.ts +4 -4
- package/clients/translate.d.ts +34 -5
- package/dist/aws-sdk-core-react-native.js +116 -101
- package/dist/aws-sdk-react-native.js +181 -171
- package/dist/aws-sdk.js +1326 -1025
- package/dist/aws-sdk.min.js +71 -71
- package/lib/config-base.d.ts +8 -0
- package/lib/config.js +14 -2
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/config_use_dualstack.d.ts +3 -0
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +39 -39
- package/lib/metadata_service/get_endpoint.js +8 -0
- package/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/lib/node_loader.js +63 -21
- package/lib/region/utils.js +21 -0
- package/lib/region_config.js +12 -55
- package/lib/region_config_data.json +102 -59
- package/lib/service.js +20 -1
- package/lib/services/s3util.js +2 -1
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +5 -5
- package/lib/metadata_service/endpoint.js +0 -6
- package/lib/metadata_service/endpoint_config_options.js +0 -14
- package/lib/metadata_service/endpoint_mode.js +0 -6
- package/lib/metadata_service/endpoint_mode_config_options.js +0 -16
package/clients/devopsguru.d.ts
CHANGED
|
@@ -12,19 +12,19 @@ declare class DevOpsGuru extends Service {
|
|
|
12
12
|
constructor(options?: DevOpsGuru.Types.ClientConfiguration)
|
|
13
13
|
config: Config & DevOpsGuru.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
* Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an
|
|
15
|
+
* Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
|
|
16
16
|
*/
|
|
17
17
|
addNotificationChannel(params: DevOpsGuru.Types.AddNotificationChannelRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.AddNotificationChannelResponse) => void): Request<DevOpsGuru.Types.AddNotificationChannelResponse, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
* Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an
|
|
19
|
+
* Adds a notification channel to DevOps Guru. A notification channel is used to notify you about important DevOps Guru events, such as when an insight is generated. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
|
|
20
20
|
*/
|
|
21
21
|
addNotificationChannel(callback?: (err: AWSError, data: DevOpsGuru.Types.AddNotificationChannelResponse) => void): Request<DevOpsGuru.Types.AddNotificationChannelResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your
|
|
23
|
+
* Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the health of operations in your Amazon Web Services account.
|
|
24
24
|
*/
|
|
25
25
|
describeAccountHealth(params: DevOpsGuru.Types.DescribeAccountHealthRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeAccountHealthResponse) => void): Request<DevOpsGuru.Types.DescribeAccountHealthResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your
|
|
27
|
+
* Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the health of operations in your Amazon Web Services account.
|
|
28
28
|
*/
|
|
29
29
|
describeAccountHealth(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeAccountHealthResponse) => void): Request<DevOpsGuru.Types.DescribeAccountHealthResponse, AWSError>;
|
|
30
30
|
/**
|
|
@@ -44,11 +44,11 @@ declare class DevOpsGuru extends Service {
|
|
|
44
44
|
*/
|
|
45
45
|
describeAnomaly(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeAnomalyResponse) => void): Request<DevOpsGuru.Types.DescribeAnomalyResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Returns the most recent feedback submitted in the current
|
|
47
|
+
* Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
|
|
48
48
|
*/
|
|
49
49
|
describeFeedback(params: DevOpsGuru.Types.DescribeFeedbackRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeFeedbackResponse) => void): Request<DevOpsGuru.Types.DescribeFeedbackResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Returns the most recent feedback submitted in the current
|
|
51
|
+
* Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
|
|
52
52
|
*/
|
|
53
53
|
describeFeedback(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeFeedbackResponse) => void): Request<DevOpsGuru.Types.DescribeFeedbackResponse, AWSError>;
|
|
54
54
|
/**
|
|
@@ -60,35 +60,59 @@ declare class DevOpsGuru extends Service {
|
|
|
60
60
|
*/
|
|
61
61
|
describeInsight(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeInsightResponse) => void): Request<DevOpsGuru.Types.DescribeInsightResponse, AWSError>;
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* Returns active insights, predictive insights, and resource hours analyzed in last hour.
|
|
64
|
+
*/
|
|
65
|
+
describeOrganizationHealth(params: DevOpsGuru.Types.DescribeOrganizationHealthRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeOrganizationHealthResponse) => void): Request<DevOpsGuru.Types.DescribeOrganizationHealthResponse, AWSError>;
|
|
66
|
+
/**
|
|
67
|
+
* Returns active insights, predictive insights, and resource hours analyzed in last hour.
|
|
68
|
+
*/
|
|
69
|
+
describeOrganizationHealth(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeOrganizationHealthResponse) => void): Request<DevOpsGuru.Types.DescribeOrganizationHealthResponse, AWSError>;
|
|
70
|
+
/**
|
|
71
|
+
* Returns an overview of your organization's history based on the specified time range. The overview includes the total reactive and proactive insights.
|
|
72
|
+
*/
|
|
73
|
+
describeOrganizationOverview(params: DevOpsGuru.Types.DescribeOrganizationOverviewRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeOrganizationOverviewResponse) => void): Request<DevOpsGuru.Types.DescribeOrganizationOverviewResponse, AWSError>;
|
|
74
|
+
/**
|
|
75
|
+
* Returns an overview of your organization's history based on the specified time range. The overview includes the total reactive and proactive insights.
|
|
76
|
+
*/
|
|
77
|
+
describeOrganizationOverview(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeOrganizationOverviewResponse) => void): Request<DevOpsGuru.Types.DescribeOrganizationOverviewResponse, AWSError>;
|
|
78
|
+
/**
|
|
79
|
+
* Provides an overview of your system's health. If additional member accounts are part of your organization, you can filter those accounts using the AccountIds field.
|
|
80
|
+
*/
|
|
81
|
+
describeOrganizationResourceCollectionHealth(params: DevOpsGuru.Types.DescribeOrganizationResourceCollectionHealthRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeOrganizationResourceCollectionHealthResponse) => void): Request<DevOpsGuru.Types.DescribeOrganizationResourceCollectionHealthResponse, AWSError>;
|
|
82
|
+
/**
|
|
83
|
+
* Provides an overview of your system's health. If additional member accounts are part of your organization, you can filter those accounts using the AccountIds field.
|
|
84
|
+
*/
|
|
85
|
+
describeOrganizationResourceCollectionHealth(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeOrganizationResourceCollectionHealthResponse) => void): Request<DevOpsGuru.Types.DescribeOrganizationResourceCollectionHealthResponse, AWSError>;
|
|
86
|
+
/**
|
|
87
|
+
* Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR) for all closed insights in resource collections in your account. You specify the type of Amazon Web Services resources collection. The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
64
88
|
*/
|
|
65
89
|
describeResourceCollectionHealth(params: DevOpsGuru.Types.DescribeResourceCollectionHealthRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeResourceCollectionHealthResponse) => void): Request<DevOpsGuru.Types.DescribeResourceCollectionHealthResponse, AWSError>;
|
|
66
90
|
/**
|
|
67
|
-
* Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR) for all closed insights in resource collections in your account. You specify the type of
|
|
91
|
+
* Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR) for all closed insights in resource collections in your account. You specify the type of Amazon Web Services resources collection. The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
68
92
|
*/
|
|
69
93
|
describeResourceCollectionHealth(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeResourceCollectionHealthResponse) => void): Request<DevOpsGuru.Types.DescribeResourceCollectionHealthResponse, AWSError>;
|
|
70
94
|
/**
|
|
71
|
-
* Returns the integration status of services that are integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is
|
|
95
|
+
* Returns the integration status of services that are integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight.
|
|
72
96
|
*/
|
|
73
97
|
describeServiceIntegration(params: DevOpsGuru.Types.DescribeServiceIntegrationRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeServiceIntegrationResponse) => void): Request<DevOpsGuru.Types.DescribeServiceIntegrationResponse, AWSError>;
|
|
74
98
|
/**
|
|
75
|
-
* Returns the integration status of services that are integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is
|
|
99
|
+
* Returns the integration status of services that are integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight.
|
|
76
100
|
*/
|
|
77
101
|
describeServiceIntegration(callback?: (err: AWSError, data: DevOpsGuru.Types.DescribeServiceIntegrationResponse) => void): Request<DevOpsGuru.Types.DescribeServiceIntegrationResponse, AWSError>;
|
|
78
102
|
/**
|
|
79
|
-
* Returns an estimate of the monthly cost for DevOps Guru to analyze your
|
|
103
|
+
* Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources. For more information, see Estimate your Amazon DevOps Guru costs and Amazon DevOps Guru pricing.
|
|
80
104
|
*/
|
|
81
105
|
getCostEstimation(params: DevOpsGuru.Types.GetCostEstimationRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.GetCostEstimationResponse) => void): Request<DevOpsGuru.Types.GetCostEstimationResponse, AWSError>;
|
|
82
106
|
/**
|
|
83
|
-
* Returns an estimate of the monthly cost for DevOps Guru to analyze your
|
|
107
|
+
* Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources. For more information, see Estimate your Amazon DevOps Guru costs and Amazon DevOps Guru pricing.
|
|
84
108
|
*/
|
|
85
109
|
getCostEstimation(callback?: (err: AWSError, data: DevOpsGuru.Types.GetCostEstimationResponse) => void): Request<DevOpsGuru.Types.GetCostEstimationResponse, AWSError>;
|
|
86
110
|
/**
|
|
87
|
-
* Returns lists
|
|
111
|
+
* Returns lists Amazon Web Services resources that are of the specified resource collection type. The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
88
112
|
*/
|
|
89
113
|
getResourceCollection(params: DevOpsGuru.Types.GetResourceCollectionRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.GetResourceCollectionResponse) => void): Request<DevOpsGuru.Types.GetResourceCollectionResponse, AWSError>;
|
|
90
114
|
/**
|
|
91
|
-
* Returns lists
|
|
115
|
+
* Returns lists Amazon Web Services resources that are of the specified resource collection type. The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
92
116
|
*/
|
|
93
117
|
getResourceCollection(callback?: (err: AWSError, data: DevOpsGuru.Types.GetResourceCollectionResponse) => void): Request<DevOpsGuru.Types.GetResourceCollectionResponse, AWSError>;
|
|
94
118
|
/**
|
|
@@ -108,11 +132,11 @@ declare class DevOpsGuru extends Service {
|
|
|
108
132
|
*/
|
|
109
133
|
listEvents(callback?: (err: AWSError, data: DevOpsGuru.Types.ListEventsResponse) => void): Request<DevOpsGuru.Types.ListEventsResponse, AWSError>;
|
|
110
134
|
/**
|
|
111
|
-
* Returns a list of insights in your
|
|
135
|
+
* Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time and status (ONGOING, CLOSED, or ANY).
|
|
112
136
|
*/
|
|
113
137
|
listInsights(params: DevOpsGuru.Types.ListInsightsRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.ListInsightsResponse) => void): Request<DevOpsGuru.Types.ListInsightsResponse, AWSError>;
|
|
114
138
|
/**
|
|
115
|
-
* Returns a list of insights in your
|
|
139
|
+
* Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time and status (ONGOING, CLOSED, or ANY).
|
|
116
140
|
*/
|
|
117
141
|
listInsights(callback?: (err: AWSError, data: DevOpsGuru.Types.ListInsightsResponse) => void): Request<DevOpsGuru.Types.ListInsightsResponse, AWSError>;
|
|
118
142
|
/**
|
|
@@ -123,6 +147,14 @@ declare class DevOpsGuru extends Service {
|
|
|
123
147
|
* Returns a list of notification channels configured for DevOps Guru. Each notification channel is used to notify you when DevOps Guru generates an insight that contains information about how to improve your operations. The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).
|
|
124
148
|
*/
|
|
125
149
|
listNotificationChannels(callback?: (err: AWSError, data: DevOpsGuru.Types.ListNotificationChannelsResponse) => void): Request<DevOpsGuru.Types.ListNotificationChannelsResponse, AWSError>;
|
|
150
|
+
/**
|
|
151
|
+
* Returns a list of insights associated with the account or OU Id.
|
|
152
|
+
*/
|
|
153
|
+
listOrganizationInsights(params: DevOpsGuru.Types.ListOrganizationInsightsRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.ListOrganizationInsightsResponse) => void): Request<DevOpsGuru.Types.ListOrganizationInsightsResponse, AWSError>;
|
|
154
|
+
/**
|
|
155
|
+
* Returns a list of insights associated with the account or OU Id.
|
|
156
|
+
*/
|
|
157
|
+
listOrganizationInsights(callback?: (err: AWSError, data: DevOpsGuru.Types.ListOrganizationInsightsResponse) => void): Request<DevOpsGuru.Types.ListOrganizationInsightsResponse, AWSError>;
|
|
126
158
|
/**
|
|
127
159
|
* Returns a list of a specified insight's recommendations. Each recommendation includes a list of related metrics and a list of related events.
|
|
128
160
|
*/
|
|
@@ -148,39 +180,69 @@ declare class DevOpsGuru extends Service {
|
|
|
148
180
|
*/
|
|
149
181
|
removeNotificationChannel(callback?: (err: AWSError, data: DevOpsGuru.Types.RemoveNotificationChannelResponse) => void): Request<DevOpsGuru.Types.RemoveNotificationChannelResponse, AWSError>;
|
|
150
182
|
/**
|
|
151
|
-
* Returns a list of insights in your
|
|
183
|
+
* Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time, one or more statuses (ONGOING, CLOSED, and CLOSED), one or more severities (LOW, MEDIUM, and HIGH), and type (REACTIVE or PROACTIVE). Use the Filters parameter to specify status and severity search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search.
|
|
152
184
|
*/
|
|
153
185
|
searchInsights(params: DevOpsGuru.Types.SearchInsightsRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.SearchInsightsResponse) => void): Request<DevOpsGuru.Types.SearchInsightsResponse, AWSError>;
|
|
154
186
|
/**
|
|
155
|
-
* Returns a list of insights in your
|
|
187
|
+
* Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time, one or more statuses (ONGOING, CLOSED, and CLOSED), one or more severities (LOW, MEDIUM, and HIGH), and type (REACTIVE or PROACTIVE). Use the Filters parameter to specify status and severity search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search.
|
|
156
188
|
*/
|
|
157
189
|
searchInsights(callback?: (err: AWSError, data: DevOpsGuru.Types.SearchInsightsResponse) => void): Request<DevOpsGuru.Types.SearchInsightsResponse, AWSError>;
|
|
158
190
|
/**
|
|
159
|
-
*
|
|
191
|
+
* Returns a list of insights in your organization. You can specify which insights are returned by their start time, one or more statuses (ONGOING, CLOSED, and CLOSED), one or more severities (LOW, MEDIUM, and HIGH), and type (REACTIVE or PROACTIVE). Use the Filters parameter to specify status and severity search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search.
|
|
192
|
+
*/
|
|
193
|
+
searchOrganizationInsights(params: DevOpsGuru.Types.SearchOrganizationInsightsRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.SearchOrganizationInsightsResponse) => void): Request<DevOpsGuru.Types.SearchOrganizationInsightsResponse, AWSError>;
|
|
194
|
+
/**
|
|
195
|
+
* Returns a list of insights in your organization. You can specify which insights are returned by their start time, one or more statuses (ONGOING, CLOSED, and CLOSED), one or more severities (LOW, MEDIUM, and HIGH), and type (REACTIVE or PROACTIVE). Use the Filters parameter to specify status and severity search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search.
|
|
196
|
+
*/
|
|
197
|
+
searchOrganizationInsights(callback?: (err: AWSError, data: DevOpsGuru.Types.SearchOrganizationInsightsResponse) => void): Request<DevOpsGuru.Types.SearchOrganizationInsightsResponse, AWSError>;
|
|
198
|
+
/**
|
|
199
|
+
* Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources.
|
|
160
200
|
*/
|
|
161
201
|
startCostEstimation(params: DevOpsGuru.Types.StartCostEstimationRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.StartCostEstimationResponse) => void): Request<DevOpsGuru.Types.StartCostEstimationResponse, AWSError>;
|
|
162
202
|
/**
|
|
163
|
-
* Starts the creation of an estimate of the monthly cost to analyze your
|
|
203
|
+
* Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources.
|
|
164
204
|
*/
|
|
165
205
|
startCostEstimation(callback?: (err: AWSError, data: DevOpsGuru.Types.StartCostEstimationResponse) => void): Request<DevOpsGuru.Types.StartCostEstimationResponse, AWSError>;
|
|
166
206
|
/**
|
|
167
|
-
* Updates the collection of resources that DevOps Guru analyzes. The one type of
|
|
207
|
+
* Updates the collection of resources that DevOps Guru analyzes. The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. This method also creates the IAM role required for you to use DevOps Guru.
|
|
168
208
|
*/
|
|
169
209
|
updateResourceCollection(params: DevOpsGuru.Types.UpdateResourceCollectionRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.UpdateResourceCollectionResponse) => void): Request<DevOpsGuru.Types.UpdateResourceCollectionResponse, AWSError>;
|
|
170
210
|
/**
|
|
171
|
-
* Updates the collection of resources that DevOps Guru analyzes. The one type of
|
|
211
|
+
* Updates the collection of resources that DevOps Guru analyzes. The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. This method also creates the IAM role required for you to use DevOps Guru.
|
|
172
212
|
*/
|
|
173
213
|
updateResourceCollection(callback?: (err: AWSError, data: DevOpsGuru.Types.UpdateResourceCollectionResponse) => void): Request<DevOpsGuru.Types.UpdateResourceCollectionResponse, AWSError>;
|
|
174
214
|
/**
|
|
175
|
-
* Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is
|
|
215
|
+
* Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight.
|
|
176
216
|
*/
|
|
177
217
|
updateServiceIntegration(params: DevOpsGuru.Types.UpdateServiceIntegrationRequest, callback?: (err: AWSError, data: DevOpsGuru.Types.UpdateServiceIntegrationResponse) => void): Request<DevOpsGuru.Types.UpdateServiceIntegrationResponse, AWSError>;
|
|
178
218
|
/**
|
|
179
|
-
* Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is
|
|
219
|
+
* Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight.
|
|
180
220
|
*/
|
|
181
221
|
updateServiceIntegration(callback?: (err: AWSError, data: DevOpsGuru.Types.UpdateServiceIntegrationResponse) => void): Request<DevOpsGuru.Types.UpdateServiceIntegrationResponse, AWSError>;
|
|
182
222
|
}
|
|
183
223
|
declare namespace DevOpsGuru {
|
|
224
|
+
export interface AccountHealth {
|
|
225
|
+
/**
|
|
226
|
+
* The ID of the Amazon Web Services account.
|
|
227
|
+
*/
|
|
228
|
+
AccountId?: AwsAccountId;
|
|
229
|
+
/**
|
|
230
|
+
* Information about the health of the Amazon Web Services resources in your account, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
|
|
231
|
+
*/
|
|
232
|
+
Insight?: AccountInsightHealth;
|
|
233
|
+
}
|
|
234
|
+
export type AccountHealths = AccountHealth[];
|
|
235
|
+
export type AccountIdList = AwsAccountId[];
|
|
236
|
+
export interface AccountInsightHealth {
|
|
237
|
+
/**
|
|
238
|
+
* An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
|
239
|
+
*/
|
|
240
|
+
OpenProactiveInsights?: NumOpenProactiveInsights;
|
|
241
|
+
/**
|
|
242
|
+
* An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
|
243
|
+
*/
|
|
244
|
+
OpenReactiveInsights?: NumOpenReactiveInsights;
|
|
245
|
+
}
|
|
184
246
|
export interface AddNotificationChannelRequest {
|
|
185
247
|
/**
|
|
186
248
|
* A NotificationChannelConfig object that specifies what type of notification channel to add. The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).
|
|
@@ -223,6 +285,7 @@ declare namespace DevOpsGuru {
|
|
|
223
285
|
*/
|
|
224
286
|
EndTime?: Timestamp;
|
|
225
287
|
}
|
|
288
|
+
export type AwsAccountId = string;
|
|
226
289
|
export type Channels = NotificationChannel[];
|
|
227
290
|
export type ClientToken = string;
|
|
228
291
|
export interface CloudFormationCollection {
|
|
@@ -249,11 +312,22 @@ declare namespace DevOpsGuru {
|
|
|
249
312
|
*/
|
|
250
313
|
StackName?: StackName;
|
|
251
314
|
/**
|
|
252
|
-
* Information about the health of the
|
|
315
|
+
* Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon Web Services CloudFormation stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
|
|
253
316
|
*/
|
|
254
317
|
Insight?: InsightHealth;
|
|
255
318
|
}
|
|
256
319
|
export type CloudFormationHealths = CloudFormationHealth[];
|
|
320
|
+
export type CloudWatchMetricDataStatusCode = "Complete"|"InternalError"|"PartialData"|string;
|
|
321
|
+
export interface CloudWatchMetricsDataSummary {
|
|
322
|
+
/**
|
|
323
|
+
* This is a list of cloudwatch metric values at given timestamp.
|
|
324
|
+
*/
|
|
325
|
+
TimestampMetricValuePairList?: TimestampMetricValuePairList;
|
|
326
|
+
/**
|
|
327
|
+
* This is enum of the status showing whether the metric value pair list has Partial or Complete data or there was an error.
|
|
328
|
+
*/
|
|
329
|
+
StatusCode?: CloudWatchMetricDataStatusCode;
|
|
330
|
+
}
|
|
257
331
|
export interface CloudWatchMetricsDetail {
|
|
258
332
|
/**
|
|
259
333
|
* The name of the CloudWatch metric.
|
|
@@ -279,6 +353,10 @@ declare namespace DevOpsGuru {
|
|
|
279
353
|
* The length of time associated with the CloudWatch metric in number of seconds.
|
|
280
354
|
*/
|
|
281
355
|
Period?: CloudWatchMetricsPeriod;
|
|
356
|
+
/**
|
|
357
|
+
* This object returns anomaly metric data.
|
|
358
|
+
*/
|
|
359
|
+
MetricDataSummary?: CloudWatchMetricsDataSummary;
|
|
282
360
|
}
|
|
283
361
|
export type CloudWatchMetricsDetails = CloudWatchMetricsDetail[];
|
|
284
362
|
export interface CloudWatchMetricsDimension {
|
|
@@ -302,7 +380,7 @@ declare namespace DevOpsGuru {
|
|
|
302
380
|
export type Cost = number;
|
|
303
381
|
export interface CostEstimationResourceCollectionFilter {
|
|
304
382
|
/**
|
|
305
|
-
* An object that specifies the CloudFormation stack that defines the
|
|
383
|
+
* An object that specifies the CloudFormation stack that defines the Amazon Web Services resources used to create a monthly estimate for DevOps Guru.
|
|
306
384
|
*/
|
|
307
385
|
CloudFormation?: CloudFormationCostEstimationResourceCollectionFilter;
|
|
308
386
|
}
|
|
@@ -324,19 +402,19 @@ declare namespace DevOpsGuru {
|
|
|
324
402
|
}
|
|
325
403
|
export interface DescribeAccountHealthResponse {
|
|
326
404
|
/**
|
|
327
|
-
* An integer that specifies the number of open reactive insights in your
|
|
405
|
+
* An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
|
328
406
|
*/
|
|
329
407
|
OpenReactiveInsights: NumOpenReactiveInsights;
|
|
330
408
|
/**
|
|
331
|
-
* An integer that specifies the number of open proactive insights in your
|
|
409
|
+
* An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
|
332
410
|
*/
|
|
333
411
|
OpenProactiveInsights: NumOpenProactiveInsights;
|
|
334
412
|
/**
|
|
335
|
-
* An integer that specifies the number of metrics that have been analyzed in your
|
|
413
|
+
* An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.
|
|
336
414
|
*/
|
|
337
415
|
MetricsAnalyzed: NumMetricsAnalyzed;
|
|
338
416
|
/**
|
|
339
|
-
* The number of Amazon DevOps Guru resource analysis hours billed to the current
|
|
417
|
+
* The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.
|
|
340
418
|
*/
|
|
341
419
|
ResourceHours: ResourceHours;
|
|
342
420
|
}
|
|
@@ -352,11 +430,11 @@ declare namespace DevOpsGuru {
|
|
|
352
430
|
}
|
|
353
431
|
export interface DescribeAccountOverviewResponse {
|
|
354
432
|
/**
|
|
355
|
-
* An integer that specifies the number of open reactive insights in your
|
|
433
|
+
* An integer that specifies the number of open reactive insights in your Amazon Web Services account that were created during the time range passed in.
|
|
356
434
|
*/
|
|
357
435
|
ReactiveInsights: NumReactiveInsights;
|
|
358
436
|
/**
|
|
359
|
-
* An integer that specifies the number of open proactive insights in your
|
|
437
|
+
* An integer that specifies the number of open proactive insights in your Amazon Web Services account that were created during the time range passed in.
|
|
360
438
|
*/
|
|
361
439
|
ProactiveInsights: NumProactiveInsights;
|
|
362
440
|
/**
|
|
@@ -369,6 +447,10 @@ declare namespace DevOpsGuru {
|
|
|
369
447
|
* The ID of the anomaly.
|
|
370
448
|
*/
|
|
371
449
|
Id: AnomalyId;
|
|
450
|
+
/**
|
|
451
|
+
* The ID of the member account.
|
|
452
|
+
*/
|
|
453
|
+
AccountId?: AwsAccountId;
|
|
372
454
|
}
|
|
373
455
|
export interface DescribeAnomalyResponse {
|
|
374
456
|
/**
|
|
@@ -394,6 +476,10 @@ declare namespace DevOpsGuru {
|
|
|
394
476
|
* The ID of the insight.
|
|
395
477
|
*/
|
|
396
478
|
Id: InsightId;
|
|
479
|
+
/**
|
|
480
|
+
* The ID of the member account in the organization.
|
|
481
|
+
*/
|
|
482
|
+
AccountId?: AwsAccountId;
|
|
397
483
|
}
|
|
398
484
|
export interface DescribeInsightResponse {
|
|
399
485
|
/**
|
|
@@ -405,9 +491,105 @@ declare namespace DevOpsGuru {
|
|
|
405
491
|
*/
|
|
406
492
|
ReactiveInsight?: ReactiveInsight;
|
|
407
493
|
}
|
|
494
|
+
export interface DescribeOrganizationHealthRequest {
|
|
495
|
+
/**
|
|
496
|
+
* The ID of the Amazon Web Services account.
|
|
497
|
+
*/
|
|
498
|
+
AccountIds?: AccountIdList;
|
|
499
|
+
/**
|
|
500
|
+
* The ID of the organizational unit.
|
|
501
|
+
*/
|
|
502
|
+
OrganizationalUnitIds?: OrganizationalUnitIdList;
|
|
503
|
+
}
|
|
504
|
+
export interface DescribeOrganizationHealthResponse {
|
|
505
|
+
/**
|
|
506
|
+
* An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
|
507
|
+
*/
|
|
508
|
+
OpenReactiveInsights: NumOpenReactiveInsights;
|
|
509
|
+
/**
|
|
510
|
+
* An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
|
511
|
+
*/
|
|
512
|
+
OpenProactiveInsights: NumOpenProactiveInsights;
|
|
513
|
+
/**
|
|
514
|
+
* An integer that specifies the number of metrics that have been analyzed in your organization.
|
|
515
|
+
*/
|
|
516
|
+
MetricsAnalyzed: NumMetricsAnalyzed;
|
|
517
|
+
/**
|
|
518
|
+
* The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.
|
|
519
|
+
*/
|
|
520
|
+
ResourceHours: ResourceHours;
|
|
521
|
+
}
|
|
522
|
+
export interface DescribeOrganizationOverviewRequest {
|
|
523
|
+
/**
|
|
524
|
+
* The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.
|
|
525
|
+
*/
|
|
526
|
+
FromTime: Timestamp;
|
|
527
|
+
/**
|
|
528
|
+
* The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.
|
|
529
|
+
*/
|
|
530
|
+
ToTime?: Timestamp;
|
|
531
|
+
/**
|
|
532
|
+
* The ID of the Amazon Web Services account.
|
|
533
|
+
*/
|
|
534
|
+
AccountIds?: AccountIdList;
|
|
535
|
+
/**
|
|
536
|
+
* The ID of the organizational unit.
|
|
537
|
+
*/
|
|
538
|
+
OrganizationalUnitIds?: OrganizationalUnitIdList;
|
|
539
|
+
}
|
|
540
|
+
export interface DescribeOrganizationOverviewResponse {
|
|
541
|
+
/**
|
|
542
|
+
* An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
|
543
|
+
*/
|
|
544
|
+
ReactiveInsights: NumReactiveInsights;
|
|
545
|
+
/**
|
|
546
|
+
* An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
|
547
|
+
*/
|
|
548
|
+
ProactiveInsights: NumProactiveInsights;
|
|
549
|
+
}
|
|
550
|
+
export interface DescribeOrganizationResourceCollectionHealthRequest {
|
|
551
|
+
/**
|
|
552
|
+
* An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources are defined. The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
553
|
+
*/
|
|
554
|
+
OrganizationResourceCollectionType: OrganizationResourceCollectionType;
|
|
555
|
+
/**
|
|
556
|
+
* The ID of the Amazon Web Services account.
|
|
557
|
+
*/
|
|
558
|
+
AccountIds?: AccountIdList;
|
|
559
|
+
/**
|
|
560
|
+
* The ID of the organizational unit.
|
|
561
|
+
*/
|
|
562
|
+
OrganizationalUnitIds?: OrganizationalUnitIdList;
|
|
563
|
+
/**
|
|
564
|
+
* The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
|
|
565
|
+
*/
|
|
566
|
+
NextToken?: UuidNextToken;
|
|
567
|
+
/**
|
|
568
|
+
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
|
569
|
+
*/
|
|
570
|
+
MaxResults?: OrganizationResourceCollectionMaxResults;
|
|
571
|
+
}
|
|
572
|
+
export interface DescribeOrganizationResourceCollectionHealthResponse {
|
|
573
|
+
/**
|
|
574
|
+
* The returned CloudFormationHealthOverview object that contains an InsightHealthOverview object with the requested system health information.
|
|
575
|
+
*/
|
|
576
|
+
CloudFormation?: CloudFormationHealths;
|
|
577
|
+
/**
|
|
578
|
+
* An array of ServiceHealth objects that describes the health of the Amazon Web Services services associated with the resources in the collection.
|
|
579
|
+
*/
|
|
580
|
+
Service?: ServiceHealths;
|
|
581
|
+
/**
|
|
582
|
+
* The name of the organization's account.
|
|
583
|
+
*/
|
|
584
|
+
Account?: AccountHealths;
|
|
585
|
+
/**
|
|
586
|
+
* The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
|
|
587
|
+
*/
|
|
588
|
+
NextToken?: UuidNextToken;
|
|
589
|
+
}
|
|
408
590
|
export interface DescribeResourceCollectionHealthRequest {
|
|
409
591
|
/**
|
|
410
|
-
* An
|
|
592
|
+
* An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources are defined. The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
411
593
|
*/
|
|
412
594
|
ResourceCollectionType: ResourceCollectionType;
|
|
413
595
|
/**
|
|
@@ -421,7 +603,7 @@ declare namespace DevOpsGuru {
|
|
|
421
603
|
*/
|
|
422
604
|
CloudFormation: CloudFormationHealths;
|
|
423
605
|
/**
|
|
424
|
-
* An array of ServiceHealth objects that describes the health of the
|
|
606
|
+
* An array of ServiceHealth objects that describes the health of the Amazon Web Services services associated with the resources in the collection.
|
|
425
607
|
*/
|
|
426
608
|
Service?: ServiceHealths;
|
|
427
609
|
/**
|
|
@@ -455,7 +637,7 @@ declare namespace DevOpsGuru {
|
|
|
455
637
|
*/
|
|
456
638
|
Time?: Timestamp;
|
|
457
639
|
/**
|
|
458
|
-
* The
|
|
640
|
+
* The Amazon Web Services source that emitted the event.
|
|
459
641
|
*/
|
|
460
642
|
EventSource?: EventSource;
|
|
461
643
|
/**
|
|
@@ -517,7 +699,7 @@ declare namespace DevOpsGuru {
|
|
|
517
699
|
}
|
|
518
700
|
export interface GetCostEstimationResponse {
|
|
519
701
|
/**
|
|
520
|
-
* The collection of the
|
|
702
|
+
* The collection of the Amazon Web Services resources used to create your monthly DevOps Guru cost estimate.
|
|
521
703
|
*/
|
|
522
704
|
ResourceCollection?: CostEstimationResourceCollectionFilter;
|
|
523
705
|
/**
|
|
@@ -525,7 +707,7 @@ declare namespace DevOpsGuru {
|
|
|
525
707
|
*/
|
|
526
708
|
Status?: CostEstimationStatus;
|
|
527
709
|
/**
|
|
528
|
-
* An array of ResourceCost objects that each contains details about the monthly cost estimate to analyze one of your
|
|
710
|
+
* An array of ResourceCost objects that each contains details about the monthly cost estimate to analyze one of your Amazon Web Services resources.
|
|
529
711
|
*/
|
|
530
712
|
Costs?: ServiceResourceCosts;
|
|
531
713
|
/**
|
|
@@ -533,7 +715,7 @@ declare namespace DevOpsGuru {
|
|
|
533
715
|
*/
|
|
534
716
|
TimeRange?: CostEstimationTimeRange;
|
|
535
717
|
/**
|
|
536
|
-
* The estimated monthly cost to analyze the
|
|
718
|
+
* The estimated monthly cost to analyze the Amazon Web Services resources. This value is the sum of the estimated costs to analyze each resource in the Costs object in this response.
|
|
537
719
|
*/
|
|
538
720
|
TotalCost?: Cost;
|
|
539
721
|
/**
|
|
@@ -543,7 +725,7 @@ declare namespace DevOpsGuru {
|
|
|
543
725
|
}
|
|
544
726
|
export interface GetResourceCollectionRequest {
|
|
545
727
|
/**
|
|
546
|
-
* The type of
|
|
728
|
+
* The type of Amazon Web Services resource collections to return. The one valid value is CLOUD_FORMATION for Amazon Web Services CloudFormation stacks.
|
|
547
729
|
*/
|
|
548
730
|
ResourceCollectionType: ResourceCollectionType;
|
|
549
731
|
/**
|
|
@@ -553,7 +735,7 @@ declare namespace DevOpsGuru {
|
|
|
553
735
|
}
|
|
554
736
|
export interface GetResourceCollectionResponse {
|
|
555
737
|
/**
|
|
556
|
-
* The requested list of
|
|
738
|
+
* The requested list of Amazon Web Services resource collections. The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
557
739
|
*/
|
|
558
740
|
ResourceCollection?: ResourceCollectionFilter;
|
|
559
741
|
/**
|
|
@@ -621,6 +803,10 @@ declare namespace DevOpsGuru {
|
|
|
621
803
|
* The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
|
|
622
804
|
*/
|
|
623
805
|
NextToken?: UuidNextToken;
|
|
806
|
+
/**
|
|
807
|
+
* The ID of the Amazon Web Services account.
|
|
808
|
+
*/
|
|
809
|
+
AccountId?: AwsAccountId;
|
|
624
810
|
}
|
|
625
811
|
export interface ListAnomaliesForInsightResponse {
|
|
626
812
|
/**
|
|
@@ -650,7 +836,7 @@ declare namespace DevOpsGuru {
|
|
|
650
836
|
*/
|
|
651
837
|
EventClass?: EventClass;
|
|
652
838
|
/**
|
|
653
|
-
* The
|
|
839
|
+
* The Amazon Web Services source that emitted the events you want to filter for.
|
|
654
840
|
*/
|
|
655
841
|
EventSource?: EventSource;
|
|
656
842
|
/**
|
|
@@ -673,6 +859,10 @@ declare namespace DevOpsGuru {
|
|
|
673
859
|
* The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
|
|
674
860
|
*/
|
|
675
861
|
NextToken?: UuidNextToken;
|
|
862
|
+
/**
|
|
863
|
+
* The ID of the Amazon Web Services account.
|
|
864
|
+
*/
|
|
865
|
+
AccountId?: AwsAccountId;
|
|
676
866
|
}
|
|
677
867
|
export interface ListEventsResponse {
|
|
678
868
|
/**
|
|
@@ -684,6 +874,7 @@ declare namespace DevOpsGuru {
|
|
|
684
874
|
*/
|
|
685
875
|
NextToken?: UuidNextToken;
|
|
686
876
|
}
|
|
877
|
+
export type ListInsightsAccountIdList = AwsAccountId[];
|
|
687
878
|
export interface ListInsightsAnyStatusFilter {
|
|
688
879
|
/**
|
|
689
880
|
* Use to filter for either REACTIVE or PROACTIVE insights.
|
|
@@ -711,6 +902,7 @@ declare namespace DevOpsGuru {
|
|
|
711
902
|
*/
|
|
712
903
|
Type: InsightType;
|
|
713
904
|
}
|
|
905
|
+
export type ListInsightsOrganizationalUnitIdList = OrganizationalUnitId[];
|
|
714
906
|
export interface ListInsightsRequest {
|
|
715
907
|
/**
|
|
716
908
|
* A filter used to filter the returned insights by their status. You can specify one status filter.
|
|
@@ -769,6 +961,39 @@ declare namespace DevOpsGuru {
|
|
|
769
961
|
*/
|
|
770
962
|
NextToken?: UuidNextToken;
|
|
771
963
|
}
|
|
964
|
+
export interface ListOrganizationInsightsRequest {
|
|
965
|
+
StatusFilter: ListInsightsStatusFilter;
|
|
966
|
+
/**
|
|
967
|
+
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
|
968
|
+
*/
|
|
969
|
+
MaxResults?: ListInsightsMaxResults;
|
|
970
|
+
/**
|
|
971
|
+
* The ID of the Amazon Web Services account.
|
|
972
|
+
*/
|
|
973
|
+
AccountIds?: ListInsightsAccountIdList;
|
|
974
|
+
/**
|
|
975
|
+
* The ID of the organizational unit.
|
|
976
|
+
*/
|
|
977
|
+
OrganizationalUnitIds?: ListInsightsOrganizationalUnitIdList;
|
|
978
|
+
/**
|
|
979
|
+
* The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
|
|
980
|
+
*/
|
|
981
|
+
NextToken?: UuidNextToken;
|
|
982
|
+
}
|
|
983
|
+
export interface ListOrganizationInsightsResponse {
|
|
984
|
+
/**
|
|
985
|
+
* An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
|
986
|
+
*/
|
|
987
|
+
ProactiveInsights?: ProactiveOrganizationInsights;
|
|
988
|
+
/**
|
|
989
|
+
* An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
|
990
|
+
*/
|
|
991
|
+
ReactiveInsights?: ReactiveOrganizationInsights;
|
|
992
|
+
/**
|
|
993
|
+
* The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
|
|
994
|
+
*/
|
|
995
|
+
NextToken?: UuidNextToken;
|
|
996
|
+
}
|
|
772
997
|
export interface ListRecommendationsRequest {
|
|
773
998
|
/**
|
|
774
999
|
* The ID of the requested insight.
|
|
@@ -782,6 +1007,10 @@ declare namespace DevOpsGuru {
|
|
|
782
1007
|
* A locale that specifies the language to use for recommendations.
|
|
783
1008
|
*/
|
|
784
1009
|
Locale?: Locale;
|
|
1010
|
+
/**
|
|
1011
|
+
* The ID of the Amazon Web Services account.
|
|
1012
|
+
*/
|
|
1013
|
+
AccountId?: AwsAccountId;
|
|
785
1014
|
}
|
|
786
1015
|
export interface ListRecommendationsResponse {
|
|
787
1016
|
/**
|
|
@@ -795,6 +1024,7 @@ declare namespace DevOpsGuru {
|
|
|
795
1024
|
}
|
|
796
1025
|
export type Locale = "DE_DE"|"EN_US"|"EN_GB"|"ES_ES"|"FR_FR"|"IT_IT"|"JA_JP"|"KO_KR"|"PT_BR"|"ZH_CN"|"ZH_TW"|string;
|
|
797
1026
|
export type MeanTimeToRecoverInMilliseconds = number;
|
|
1027
|
+
export type MetricValue = number;
|
|
798
1028
|
export interface NotificationChannel {
|
|
799
1029
|
/**
|
|
800
1030
|
* The ID of a notification channel.
|
|
@@ -807,7 +1037,7 @@ declare namespace DevOpsGuru {
|
|
|
807
1037
|
}
|
|
808
1038
|
export interface NotificationChannelConfig {
|
|
809
1039
|
/**
|
|
810
|
-
* Information about a notification channel configured in DevOps Guru to send notifications when insights are created. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an
|
|
1040
|
+
* Information about a notification channel configured in DevOps Guru to send notifications when insights are created. If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics. If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for Amazon Web Services KMS–encrypted Amazon SNS topics.
|
|
811
1041
|
*/
|
|
812
1042
|
Sns: SnsChannelConfig;
|
|
813
1043
|
}
|
|
@@ -819,17 +1049,21 @@ declare namespace DevOpsGuru {
|
|
|
819
1049
|
export type NumReactiveInsights = number;
|
|
820
1050
|
export interface OpsCenterIntegration {
|
|
821
1051
|
/**
|
|
822
|
-
* Specifies if DevOps Guru is enabled to create an
|
|
1052
|
+
* Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.
|
|
823
1053
|
*/
|
|
824
1054
|
OptInStatus?: OptInStatus;
|
|
825
1055
|
}
|
|
826
1056
|
export interface OpsCenterIntegrationConfig {
|
|
827
1057
|
/**
|
|
828
|
-
* Specifies if DevOps Guru is enabled to create an
|
|
1058
|
+
* Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created insight.
|
|
829
1059
|
*/
|
|
830
1060
|
OptInStatus?: OptInStatus;
|
|
831
1061
|
}
|
|
832
1062
|
export type OptInStatus = "ENABLED"|"DISABLED"|string;
|
|
1063
|
+
export type OrganizationResourceCollectionMaxResults = number;
|
|
1064
|
+
export type OrganizationResourceCollectionType = "AWS_CLOUD_FORMATION"|"AWS_SERVICE"|"AWS_ACCOUNT"|string;
|
|
1065
|
+
export type OrganizationalUnitId = string;
|
|
1066
|
+
export type OrganizationalUnitIdList = OrganizationalUnitId[];
|
|
833
1067
|
export interface PredictionTimeRange {
|
|
834
1068
|
/**
|
|
835
1069
|
* The time range during which a metric limit is expected to be exceeded. This applies to proactive insights only.
|
|
@@ -936,7 +1170,7 @@ declare namespace DevOpsGuru {
|
|
|
936
1170
|
PredictionTimeRange?: PredictionTimeRange;
|
|
937
1171
|
ResourceCollection?: ResourceCollection;
|
|
938
1172
|
/**
|
|
939
|
-
* The ID of the
|
|
1173
|
+
* The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.
|
|
940
1174
|
*/
|
|
941
1175
|
SsmOpsItemId?: SsmOpsItemId;
|
|
942
1176
|
}
|
|
@@ -961,11 +1195,42 @@ declare namespace DevOpsGuru {
|
|
|
961
1195
|
PredictionTimeRange?: PredictionTimeRange;
|
|
962
1196
|
ResourceCollection?: ResourceCollection;
|
|
963
1197
|
/**
|
|
964
|
-
* A collection of the names of
|
|
1198
|
+
* A collection of the names of Amazon Web Services services.
|
|
965
1199
|
*/
|
|
966
1200
|
ServiceCollection?: ServiceCollection;
|
|
967
1201
|
}
|
|
968
1202
|
export type ProactiveInsights = ProactiveInsightSummary[];
|
|
1203
|
+
export interface ProactiveOrganizationInsightSummary {
|
|
1204
|
+
/**
|
|
1205
|
+
* The ID of the insight summary.
|
|
1206
|
+
*/
|
|
1207
|
+
Id?: InsightId;
|
|
1208
|
+
/**
|
|
1209
|
+
* The ID of the Amazon Web Services account.
|
|
1210
|
+
*/
|
|
1211
|
+
AccountId?: AwsAccountId;
|
|
1212
|
+
/**
|
|
1213
|
+
* The ID of the organizational unit.
|
|
1214
|
+
*/
|
|
1215
|
+
OrganizationalUnitId?: OrganizationalUnitId;
|
|
1216
|
+
/**
|
|
1217
|
+
* The name of the insight summary.
|
|
1218
|
+
*/
|
|
1219
|
+
Name?: InsightName;
|
|
1220
|
+
/**
|
|
1221
|
+
* An array of severity values used to search for insights.
|
|
1222
|
+
*/
|
|
1223
|
+
Severity?: InsightSeverity;
|
|
1224
|
+
/**
|
|
1225
|
+
* An array of status values used to search for insights.
|
|
1226
|
+
*/
|
|
1227
|
+
Status?: InsightStatus;
|
|
1228
|
+
InsightTimeRange?: InsightTimeRange;
|
|
1229
|
+
PredictionTimeRange?: PredictionTimeRange;
|
|
1230
|
+
ResourceCollection?: ResourceCollection;
|
|
1231
|
+
ServiceCollection?: ServiceCollection;
|
|
1232
|
+
}
|
|
1233
|
+
export type ProactiveOrganizationInsights = ProactiveOrganizationInsightSummary[];
|
|
969
1234
|
export interface PutFeedbackRequest {
|
|
970
1235
|
/**
|
|
971
1236
|
* The feedback from customers is about the recommendations in this insight.
|
|
@@ -1051,7 +1316,7 @@ declare namespace DevOpsGuru {
|
|
|
1051
1316
|
InsightTimeRange?: InsightTimeRange;
|
|
1052
1317
|
ResourceCollection?: ResourceCollection;
|
|
1053
1318
|
/**
|
|
1054
|
-
* The ID of the
|
|
1319
|
+
* The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.
|
|
1055
1320
|
*/
|
|
1056
1321
|
SsmOpsItemId?: SsmOpsItemId;
|
|
1057
1322
|
}
|
|
@@ -1075,11 +1340,41 @@ declare namespace DevOpsGuru {
|
|
|
1075
1340
|
InsightTimeRange?: InsightTimeRange;
|
|
1076
1341
|
ResourceCollection?: ResourceCollection;
|
|
1077
1342
|
/**
|
|
1078
|
-
* A collection of the names of
|
|
1343
|
+
* A collection of the names of Amazon Web Services services.
|
|
1079
1344
|
*/
|
|
1080
1345
|
ServiceCollection?: ServiceCollection;
|
|
1081
1346
|
}
|
|
1082
1347
|
export type ReactiveInsights = ReactiveInsightSummary[];
|
|
1348
|
+
export interface ReactiveOrganizationInsightSummary {
|
|
1349
|
+
/**
|
|
1350
|
+
* The ID of the insight summary.
|
|
1351
|
+
*/
|
|
1352
|
+
Id?: InsightId;
|
|
1353
|
+
/**
|
|
1354
|
+
* The ID of the Amazon Web Services account.
|
|
1355
|
+
*/
|
|
1356
|
+
AccountId?: AwsAccountId;
|
|
1357
|
+
/**
|
|
1358
|
+
* The ID of the organizational unit.
|
|
1359
|
+
*/
|
|
1360
|
+
OrganizationalUnitId?: OrganizationalUnitId;
|
|
1361
|
+
/**
|
|
1362
|
+
* The name of the insight summary.
|
|
1363
|
+
*/
|
|
1364
|
+
Name?: InsightName;
|
|
1365
|
+
/**
|
|
1366
|
+
* An array of severity values used to search for insights.
|
|
1367
|
+
*/
|
|
1368
|
+
Severity?: InsightSeverity;
|
|
1369
|
+
/**
|
|
1370
|
+
* An array of status values used to search for insights.
|
|
1371
|
+
*/
|
|
1372
|
+
Status?: InsightStatus;
|
|
1373
|
+
InsightTimeRange?: InsightTimeRange;
|
|
1374
|
+
ResourceCollection?: ResourceCollection;
|
|
1375
|
+
ServiceCollection?: ServiceCollection;
|
|
1376
|
+
}
|
|
1377
|
+
export type ReactiveOrganizationInsights = ReactiveOrganizationInsightSummary[];
|
|
1083
1378
|
export interface Recommendation {
|
|
1084
1379
|
/**
|
|
1085
1380
|
* A description of the problem.
|
|
@@ -1159,7 +1454,7 @@ declare namespace DevOpsGuru {
|
|
|
1159
1454
|
*/
|
|
1160
1455
|
Name?: RecommendationRelatedEventName;
|
|
1161
1456
|
/**
|
|
1162
|
-
* A ResourceCollection object that contains arrays of the names of
|
|
1457
|
+
* A ResourceCollection object that contains arrays of the names of Amazon Web Services CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
1163
1458
|
*/
|
|
1164
1459
|
Resources?: RecommendationRelatedEventResources;
|
|
1165
1460
|
}
|
|
@@ -1190,19 +1485,20 @@ declare namespace DevOpsGuru {
|
|
|
1190
1485
|
}
|
|
1191
1486
|
export interface ResourceCollection {
|
|
1192
1487
|
/**
|
|
1193
|
-
* An array of the names of
|
|
1488
|
+
* An array of the names of Amazon Web Services CloudFormation stacks. The stacks define Amazon Web Services resources that DevOps Guru analyzes. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
1194
1489
|
*/
|
|
1195
1490
|
CloudFormation?: CloudFormationCollection;
|
|
1196
1491
|
}
|
|
1197
1492
|
export interface ResourceCollectionFilter {
|
|
1198
1493
|
/**
|
|
1199
|
-
* Information about
|
|
1494
|
+
* Information about Amazon Web Services CloudFormation stacks. You can use up to 500 stacks to specify which Amazon Web Services resources in your account to analyze. For more information, see Stacks in the Amazon Web Services CloudFormation User Guide.
|
|
1200
1495
|
*/
|
|
1201
1496
|
CloudFormation?: CloudFormationCollectionFilter;
|
|
1202
1497
|
}
|
|
1203
1498
|
export type ResourceCollectionType = "AWS_CLOUD_FORMATION"|"AWS_SERVICE"|string;
|
|
1204
1499
|
export type ResourceHours = number;
|
|
1205
1500
|
export type ResourceType = string;
|
|
1501
|
+
export type SearchInsightsAccountIdList = AwsAccountId[];
|
|
1206
1502
|
export interface SearchInsightsFilters {
|
|
1207
1503
|
/**
|
|
1208
1504
|
* An array of severity values used to search for insights.
|
|
@@ -1214,7 +1510,7 @@ declare namespace DevOpsGuru {
|
|
|
1214
1510
|
Statuses?: InsightStatuses;
|
|
1215
1511
|
ResourceCollection?: ResourceCollection;
|
|
1216
1512
|
/**
|
|
1217
|
-
* A collection of the names of
|
|
1513
|
+
* A collection of the names of Amazon Web Services services.
|
|
1218
1514
|
*/
|
|
1219
1515
|
ServiceCollection?: ServiceCollection;
|
|
1220
1516
|
}
|
|
@@ -1255,36 +1551,86 @@ declare namespace DevOpsGuru {
|
|
|
1255
1551
|
*/
|
|
1256
1552
|
NextToken?: UuidNextToken;
|
|
1257
1553
|
}
|
|
1554
|
+
export interface SearchOrganizationInsightsFilters {
|
|
1555
|
+
/**
|
|
1556
|
+
* An array of severity values used to search for insights.
|
|
1557
|
+
*/
|
|
1558
|
+
Severities?: InsightSeverities;
|
|
1559
|
+
/**
|
|
1560
|
+
* An array of status values used to search for insights.
|
|
1561
|
+
*/
|
|
1562
|
+
Statuses?: InsightStatuses;
|
|
1563
|
+
ResourceCollection?: ResourceCollection;
|
|
1564
|
+
ServiceCollection?: ServiceCollection;
|
|
1565
|
+
}
|
|
1566
|
+
export type SearchOrganizationInsightsMaxResults = number;
|
|
1567
|
+
export interface SearchOrganizationInsightsRequest {
|
|
1568
|
+
/**
|
|
1569
|
+
* The ID of the Amazon Web Services account.
|
|
1570
|
+
*/
|
|
1571
|
+
AccountIds: SearchInsightsAccountIdList;
|
|
1572
|
+
StartTimeRange: StartTimeRange;
|
|
1573
|
+
/**
|
|
1574
|
+
* A SearchOrganizationInsightsFilters object that is used to set the severity and status filters on your insight search.
|
|
1575
|
+
*/
|
|
1576
|
+
Filters?: SearchOrganizationInsightsFilters;
|
|
1577
|
+
/**
|
|
1578
|
+
* The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
|
|
1579
|
+
*/
|
|
1580
|
+
MaxResults?: SearchOrganizationInsightsMaxResults;
|
|
1581
|
+
/**
|
|
1582
|
+
* The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
|
|
1583
|
+
*/
|
|
1584
|
+
NextToken?: UuidNextToken;
|
|
1585
|
+
/**
|
|
1586
|
+
* The type of insights you are searching for (REACTIVE or PROACTIVE).
|
|
1587
|
+
*/
|
|
1588
|
+
Type: InsightType;
|
|
1589
|
+
}
|
|
1590
|
+
export interface SearchOrganizationInsightsResponse {
|
|
1591
|
+
/**
|
|
1592
|
+
* An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
|
1593
|
+
*/
|
|
1594
|
+
ProactiveInsights?: ProactiveInsights;
|
|
1595
|
+
/**
|
|
1596
|
+
* An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
|
1597
|
+
*/
|
|
1598
|
+
ReactiveInsights?: ReactiveInsights;
|
|
1599
|
+
/**
|
|
1600
|
+
* The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
|
|
1601
|
+
*/
|
|
1602
|
+
NextToken?: UuidNextToken;
|
|
1603
|
+
}
|
|
1258
1604
|
export interface ServiceCollection {
|
|
1259
1605
|
/**
|
|
1260
|
-
* An array of strings that each specifies the name of an
|
|
1606
|
+
* An array of strings that each specifies the name of an Amazon Web Services service.
|
|
1261
1607
|
*/
|
|
1262
1608
|
ServiceNames?: ServiceNames;
|
|
1263
1609
|
}
|
|
1264
1610
|
export interface ServiceHealth {
|
|
1265
1611
|
/**
|
|
1266
|
-
* The name of the
|
|
1612
|
+
* The name of the Amazon Web Services service.
|
|
1267
1613
|
*/
|
|
1268
1614
|
ServiceName?: ServiceName;
|
|
1269
1615
|
/**
|
|
1270
|
-
* Represents the health of an
|
|
1616
|
+
* Represents the health of an Amazon Web Services service. This is a ServiceInsightHealth that contains the number of open proactive and reactive insights for this service.
|
|
1271
1617
|
*/
|
|
1272
1618
|
Insight?: ServiceInsightHealth;
|
|
1273
1619
|
}
|
|
1274
1620
|
export type ServiceHealths = ServiceHealth[];
|
|
1275
1621
|
export interface ServiceInsightHealth {
|
|
1276
1622
|
/**
|
|
1277
|
-
* The number of open proactive insights in the
|
|
1623
|
+
* The number of open proactive insights in the Amazon Web Services service
|
|
1278
1624
|
*/
|
|
1279
1625
|
OpenProactiveInsights?: NumOpenProactiveInsights;
|
|
1280
1626
|
/**
|
|
1281
|
-
* The number of open reactive insights in the
|
|
1627
|
+
* The number of open reactive insights in the Amazon Web Services service
|
|
1282
1628
|
*/
|
|
1283
1629
|
OpenReactiveInsights?: NumOpenReactiveInsights;
|
|
1284
1630
|
}
|
|
1285
1631
|
export interface ServiceIntegrationConfig {
|
|
1286
1632
|
/**
|
|
1287
|
-
* Information about whether DevOps Guru is configured to create an OpsItem in
|
|
1633
|
+
* Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.
|
|
1288
1634
|
*/
|
|
1289
1635
|
OpsCenter?: OpsCenterIntegration;
|
|
1290
1636
|
}
|
|
@@ -1292,11 +1638,11 @@ declare namespace DevOpsGuru {
|
|
|
1292
1638
|
export type ServiceNames = ServiceName[];
|
|
1293
1639
|
export interface ServiceResourceCost {
|
|
1294
1640
|
/**
|
|
1295
|
-
* The type of the
|
|
1641
|
+
* The type of the Amazon Web Services resource.
|
|
1296
1642
|
*/
|
|
1297
1643
|
Type?: ResourceType;
|
|
1298
1644
|
/**
|
|
1299
|
-
* The state of the resource. The resource is ACTIVE if it produces metrics, events, or logs within an hour, otherwise it is INACTIVE. You pay for the number of active
|
|
1645
|
+
* The state of the resource. The resource is ACTIVE if it produces metrics, events, or logs within an hour, otherwise it is INACTIVE. You pay for the number of active Amazon Web Services resource hours analyzed for each resource. Inactive resources are not charged.
|
|
1300
1646
|
*/
|
|
1301
1647
|
State?: CostEstimationServiceResourceState;
|
|
1302
1648
|
/**
|
|
@@ -1324,7 +1670,7 @@ declare namespace DevOpsGuru {
|
|
|
1324
1670
|
export type StackNames = StackName[];
|
|
1325
1671
|
export interface StartCostEstimationRequest {
|
|
1326
1672
|
/**
|
|
1327
|
-
* The collection of
|
|
1673
|
+
* The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.
|
|
1328
1674
|
*/
|
|
1329
1675
|
ResourceCollection: CostEstimationResourceCollectionFilter;
|
|
1330
1676
|
/**
|
|
@@ -1345,17 +1691,28 @@ declare namespace DevOpsGuru {
|
|
|
1345
1691
|
ToTime?: Timestamp;
|
|
1346
1692
|
}
|
|
1347
1693
|
export type Timestamp = Date;
|
|
1694
|
+
export interface TimestampMetricValuePair {
|
|
1695
|
+
/**
|
|
1696
|
+
* A Timestamp that specifies the time the event occurred.
|
|
1697
|
+
*/
|
|
1698
|
+
Timestamp?: Timestamp;
|
|
1699
|
+
/**
|
|
1700
|
+
* Value of the anomalous metric data point at respective Timestamp.
|
|
1701
|
+
*/
|
|
1702
|
+
MetricValue?: MetricValue;
|
|
1703
|
+
}
|
|
1704
|
+
export type TimestampMetricValuePairList = TimestampMetricValuePair[];
|
|
1348
1705
|
export type TopicArn = string;
|
|
1349
1706
|
export interface UpdateCloudFormationCollectionFilter {
|
|
1350
1707
|
/**
|
|
1351
|
-
* An array of the names of the
|
|
1708
|
+
* An array of the names of the Amazon Web Services CloudFormation stacks to update. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
1352
1709
|
*/
|
|
1353
1710
|
StackNames?: UpdateStackNames;
|
|
1354
1711
|
}
|
|
1355
1712
|
export type UpdateResourceCollectionAction = "ADD"|"REMOVE"|string;
|
|
1356
1713
|
export interface UpdateResourceCollectionFilter {
|
|
1357
1714
|
/**
|
|
1358
|
-
* An collection of
|
|
1715
|
+
* An collection of Amazon Web Services CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
1359
1716
|
*/
|
|
1360
1717
|
CloudFormation?: UpdateCloudFormationCollectionFilter;
|
|
1361
1718
|
}
|