aws-sdk-applicationsignals 1.30.0 → 1.31.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.
@@ -54,7 +54,7 @@ module Aws::ApplicationSignals
54
54
  autoload :EndpointProvider, 'aws-sdk-applicationsignals/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-applicationsignals/endpoints'
56
56
 
57
- GEM_VERSION = '1.30.0'
57
+ GEM_VERSION = '1.31.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -370,6 +370,9 @@ module Aws
370
370
  }?,
371
371
  operation: ::String?,
372
372
  metric_type: ::String?
373
+ }?,
374
+ canary: {
375
+ canary_name: ::String
373
376
  }?
374
377
  }
375
378
  },
data/sig/types.rbs CHANGED
@@ -39,6 +39,7 @@ module Aws::ApplicationSignals
39
39
  attr_accessor service: Types::ServiceEntity
40
40
  attr_accessor slo: Types::ServiceLevelObjectiveEntity
41
41
  attr_accessor service_operation: Types::ServiceOperationEntity
42
+ attr_accessor canary: Types::CanaryEntity
42
43
  attr_accessor unknown: untyped
43
44
  SENSITIVE: []
44
45
 
@@ -48,6 +49,8 @@ module Aws::ApplicationSignals
48
49
  end
49
50
  class ServiceOperation < AuditTargetEntity
50
51
  end
52
+ class Canary < AuditTargetEntity
53
+ end
51
54
  class Unknown < AuditTargetEntity
52
55
  end
53
56
  end
@@ -104,6 +107,11 @@ module Aws::ApplicationSignals
104
107
  SENSITIVE: []
105
108
  end
106
109
 
110
+ class CanaryEntity
111
+ attr_accessor canary_name: ::String
112
+ SENSITIVE: []
113
+ end
114
+
107
115
  class ChangeEvent
108
116
  attr_accessor timestamp: ::Time
109
117
  attr_accessor account_id: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationsignals
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services