mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 17:52:12 +00:00
change github.com/aws/aws-sdk-go to be the same revision in kubernetes
This commit is contained in:
24
vendor/github.com/aws/aws-sdk-go/service/cloudwatch/api.go
generated
vendored
24
vendor/github.com/aws/aws-sdk-go/service/cloudwatch/api.go
generated
vendored
@@ -1679,7 +1679,7 @@ type AlarmHistoryItem struct {
|
||||
HistorySummary *string `min:"1" type:"string"`
|
||||
|
||||
// The time stamp for the alarm history item.
|
||||
Timestamp *time.Time `type:"timestamp"`
|
||||
Timestamp *time.Time `type:"timestamp" timestampFormat:"iso8601"`
|
||||
}
|
||||
|
||||
// String returns the string representation
|
||||
@@ -1735,7 +1735,7 @@ type DashboardEntry struct {
|
||||
// The time stamp of when the dashboard was last modified, either by an API
|
||||
// call or through the console. This number is expressed as the number of milliseconds
|
||||
// since Jan 1, 1970 00:00:00 UTC.
|
||||
LastModified *time.Time `type:"timestamp"`
|
||||
LastModified *time.Time `type:"timestamp" timestampFormat:"iso8601"`
|
||||
|
||||
// The size of the dashboard, in bytes.
|
||||
Size *int64 `type:"long"`
|
||||
@@ -1832,7 +1832,7 @@ type Datapoint struct {
|
||||
Sum *float64 `type:"double"`
|
||||
|
||||
// The time stamp used for the data point.
|
||||
Timestamp *time.Time `type:"timestamp"`
|
||||
Timestamp *time.Time `type:"timestamp" timestampFormat:"iso8601"`
|
||||
|
||||
// The standard unit for the data point.
|
||||
Unit *string `type:"string" enum:"StandardUnit"`
|
||||
@@ -2007,7 +2007,7 @@ type DescribeAlarmHistoryInput struct {
|
||||
AlarmName *string `min:"1" type:"string"`
|
||||
|
||||
// The ending date to retrieve alarm history.
|
||||
EndDate *time.Time `type:"timestamp"`
|
||||
EndDate *time.Time `type:"timestamp" timestampFormat:"iso8601"`
|
||||
|
||||
// The type of alarm histories to retrieve.
|
||||
HistoryItemType *string `type:"string" enum:"HistoryItemType"`
|
||||
@@ -2020,7 +2020,7 @@ type DescribeAlarmHistoryInput struct {
|
||||
NextToken *string `type:"string"`
|
||||
|
||||
// The starting date to retrieve alarm history.
|
||||
StartDate *time.Time `type:"timestamp"`
|
||||
StartDate *time.Time `type:"timestamp" timestampFormat:"iso8601"`
|
||||
}
|
||||
|
||||
// String returns the string representation
|
||||
@@ -2684,7 +2684,7 @@ type GetMetricDataInput struct {
|
||||
// The time stamp indicating the latest data to be returned.
|
||||
//
|
||||
// EndTime is a required field
|
||||
EndTime *time.Time `type:"timestamp" required:"true"`
|
||||
EndTime *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"`
|
||||
|
||||
// The maximum number of data points the request should return before paginating.
|
||||
// If you omit this, the default of 100,800 is used.
|
||||
@@ -2711,7 +2711,7 @@ type GetMetricDataInput struct {
|
||||
// The time stamp indicating the earliest data to be returned.
|
||||
//
|
||||
// StartTime is a required field
|
||||
StartTime *time.Time `type:"timestamp" required:"true"`
|
||||
StartTime *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"`
|
||||
}
|
||||
|
||||
// String returns the string representation
|
||||
@@ -2842,7 +2842,7 @@ type GetMetricStatisticsInput struct {
|
||||
// time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-10T23:00:00Z).
|
||||
//
|
||||
// EndTime is a required field
|
||||
EndTime *time.Time `type:"timestamp" required:"true"`
|
||||
EndTime *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"`
|
||||
|
||||
// The percentile statistics. Specify values between p0.0 and p100. When calling
|
||||
// GetMetricStatistics, you must specify either Statistics or ExtendedStatistics,
|
||||
@@ -2908,7 +2908,7 @@ type GetMetricStatisticsInput struct {
|
||||
// you receive data timestamped between 15:02:15 and 15:07:15.
|
||||
//
|
||||
// StartTime is a required field
|
||||
StartTime *time.Time `type:"timestamp" required:"true"`
|
||||
StartTime *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"`
|
||||
|
||||
// The metric statistics, other than percentile. For percentile statistics,
|
||||
// use ExtendedStatistics. When calling GetMetricStatistics, you must specify
|
||||
@@ -3360,7 +3360,7 @@ type MetricAlarm struct {
|
||||
AlarmArn *string `min:"1" type:"string"`
|
||||
|
||||
// The time stamp of the last update to the alarm configuration.
|
||||
AlarmConfigurationUpdatedTimestamp *time.Time `type:"timestamp"`
|
||||
AlarmConfigurationUpdatedTimestamp *time.Time `type:"timestamp" timestampFormat:"iso8601"`
|
||||
|
||||
// The description of the alarm.
|
||||
AlarmDescription *string `type:"string"`
|
||||
@@ -3416,7 +3416,7 @@ type MetricAlarm struct {
|
||||
StateReasonData *string `type:"string"`
|
||||
|
||||
// The time stamp of the last update to the alarm state.
|
||||
StateUpdatedTimestamp *time.Time `type:"timestamp"`
|
||||
StateUpdatedTimestamp *time.Time `type:"timestamp" timestampFormat:"iso8601"`
|
||||
|
||||
// The state value for the alarm.
|
||||
StateValue *string `type:"string" enum:"StateValue"`
|
||||
@@ -3816,7 +3816,7 @@ type MetricDatum struct {
|
||||
|
||||
// The time the metric data was received, expressed as the number of milliseconds
|
||||
// since Jan 1, 1970 00:00:00 UTC.
|
||||
Timestamp *time.Time `type:"timestamp"`
|
||||
Timestamp *time.Time `type:"timestamp" timestampFormat:"iso8601"`
|
||||
|
||||
// The unit of the metric.
|
||||
Unit *string `type:"string" enum:"StandardUnit"`
|
||||
|
||||
Reference in New Issue
Block a user