aws-sdk-core 2.11.481 → 2.11.482

Sign up to get free protection for your applications and to get access to all the features.
@@ -2101,6 +2101,22 @@
2101
2101
  "COMMON"
2102
2102
  ]
2103
2103
  },
2104
+ "AutomaticInputFailoverSettings": {
2105
+ "type": "structure",
2106
+ "members": {
2107
+ "InputPreference": {
2108
+ "shape": "InputPreference",
2109
+ "locationName": "inputPreference"
2110
+ },
2111
+ "SecondaryInputId": {
2112
+ "shape": "__string",
2113
+ "locationName": "secondaryInputId"
2114
+ }
2115
+ },
2116
+ "required": [
2117
+ "SecondaryInputId"
2118
+ ]
2119
+ },
2104
2120
  "AvailBlanking": {
2105
2121
  "type": "structure",
2106
2122
  "members": {
@@ -4772,6 +4788,13 @@
4772
4788
  "ENABLED"
4773
4789
  ]
4774
4790
  },
4791
+ "H264ForceFieldPictures": {
4792
+ "type": "string",
4793
+ "enum": [
4794
+ "DISABLED",
4795
+ "ENABLED"
4796
+ ]
4797
+ },
4775
4798
  "H264FramerateControl": {
4776
4799
  "type": "string",
4777
4800
  "enum": [
@@ -4907,6 +4930,10 @@
4907
4930
  "shape": "H264FlickerAq",
4908
4931
  "locationName": "flickerAq"
4909
4932
  },
4933
+ "ForceFieldPictures": {
4934
+ "shape": "H264ForceFieldPictures",
4935
+ "locationName": "forceFieldPictures"
4936
+ },
4910
4937
  "FramerateControl": {
4911
4938
  "shape": "H264FramerateControl",
4912
4939
  "locationName": "framerateControl"
@@ -5937,6 +5964,10 @@
5937
5964
  "InputAttachment": {
5938
5965
  "type": "structure",
5939
5966
  "members": {
5967
+ "AutomaticInputFailoverSettings": {
5968
+ "shape": "AutomaticInputFailoverSettings",
5969
+ "locationName": "automaticInputFailoverSettings"
5970
+ },
5940
5971
  "InputAttachmentName": {
5941
5972
  "shape": "__string",
5942
5973
  "locationName": "inputAttachmentName"
@@ -6157,6 +6188,13 @@
6157
6188
  "MAX_50_MBPS"
6158
6189
  ]
6159
6190
  },
6191
+ "InputPreference": {
6192
+ "type": "string",
6193
+ "enum": [
6194
+ "EQUAL_INPUT_PREFERENCE",
6195
+ "PRIMARY_INPUT_PREFERRED"
6196
+ ]
6197
+ },
6160
6198
  "InputResolution": {
6161
6199
  "type": "string",
6162
6200
  "enum": [
@@ -61,7 +61,7 @@
61
61
  "description": "Wait until a channel has is stopped",
62
62
  "operation": "DescribeChannel",
63
63
  "delay": 5,
64
- "maxAttempts": 28,
64
+ "maxAttempts": 60,
65
65
  "acceptors": [
66
66
  {
67
67
  "state": "success",
@@ -86,7 +86,7 @@
86
86
  "description": "Wait until a channel has been deleted",
87
87
  "operation": "DescribeChannel",
88
88
  "delay": 5,
89
- "maxAttempts": 20,
89
+ "maxAttempts": 84,
90
90
  "acceptors": [
91
91
  {
92
92
  "state": "success",
@@ -535,7 +535,7 @@
535
535
  "Namespace":{"shape":"Namespace"},
536
536
  "MetricName":{"shape":"MetricName"},
537
537
  "Dimensions":{"shape":"Dimensions"},
538
- "Stat":{"shape":"Stat"},
538
+ "Stat":{"shape":"AnomalyDetectorMetricStat"},
539
539
  "Configuration":{"shape":"AnomalyDetectorConfiguration"},
540
540
  "StateValue":{"shape":"AnomalyDetectorStateValue"}
541
541
  }
@@ -551,7 +551,15 @@
551
551
  "type":"list",
552
552
  "member":{"shape":"Range"}
553
553
  },
554
- "AnomalyDetectorMetricTimezone":{"type":"string"},
554
+ "AnomalyDetectorMetricStat":{
555
+ "type":"string",
556
+ "pattern":"(SampleCount|Average|Sum|Minimum|Maximum|p(\\d{1,2}|100)(\\.\\d{0,2})?|[ou]\\d+(\\.\\d*)?)(_E|_L|_H)?"
557
+ },
558
+ "AnomalyDetectorMetricTimezone":{
559
+ "type":"string",
560
+ "max":50,
561
+ "pattern":".*"
562
+ },
555
563
  "AnomalyDetectorStateValue":{
556
564
  "type":"string",
557
565
  "enum":[
@@ -751,7 +759,7 @@
751
759
  "Namespace":{"shape":"Namespace"},
752
760
  "MetricName":{"shape":"MetricName"},
753
761
  "Dimensions":{"shape":"Dimensions"},
754
- "Stat":{"shape":"Stat"}
762
+ "Stat":{"shape":"AnomalyDetectorMetricStat"}
755
763
  }
756
764
  },
757
765
  "DeleteAnomalyDetectorOutput":{
@@ -1612,7 +1620,7 @@
1612
1620
  "Namespace":{"shape":"Namespace"},
1613
1621
  "MetricName":{"shape":"MetricName"},
1614
1622
  "Dimensions":{"shape":"Dimensions"},
1615
- "Stat":{"shape":"Stat"},
1623
+ "Stat":{"shape":"AnomalyDetectorMetricStat"},
1616
1624
  "Configuration":{"shape":"AnomalyDetectorConfiguration"}
1617
1625
  }
1618
1626
  },
@@ -1664,7 +1672,8 @@
1664
1672
  "members":{
1665
1673
  "RuleName":{"shape":"InsightRuleName"},
1666
1674
  "RuleState":{"shape":"InsightRuleState"},
1667
- "RuleDefinition":{"shape":"InsightRuleDefinition"}
1675
+ "RuleDefinition":{"shape":"InsightRuleDefinition"},
1676
+ "Tags":{"shape":"TagList"}
1668
1677
  }
1669
1678
  },
1670
1679
  "PutInsightRuleOutput":{
@@ -1050,6 +1050,7 @@
1050
1050
  "ap-southeast-2" : { },
1051
1051
  "ca-central-1" : { },
1052
1052
  "eu-central-1" : { },
1053
+ "eu-north-1" : { },
1053
1054
  "eu-west-1" : { },
1054
1055
  "eu-west-2" : { },
1055
1056
  "eu-west-3" : { },
@@ -2979,6 +2980,30 @@
2979
2980
  "eu-west-1" : { },
2980
2981
  "eu-west-2" : { },
2981
2982
  "eu-west-3" : { },
2983
+ "fips-us-east-1" : {
2984
+ "credentialScope" : {
2985
+ "region" : "us-east-1"
2986
+ },
2987
+ "hostname" : "monitoring-fips.us-east-1.amazonaws.com"
2988
+ },
2989
+ "fips-us-east-2" : {
2990
+ "credentialScope" : {
2991
+ "region" : "us-east-2"
2992
+ },
2993
+ "hostname" : "monitoring-fips.us-east-2.amazonaws.com"
2994
+ },
2995
+ "fips-us-west-1" : {
2996
+ "credentialScope" : {
2997
+ "region" : "us-west-1"
2998
+ },
2999
+ "hostname" : "monitoring-fips.us-west-1.amazonaws.com"
3000
+ },
3001
+ "fips-us-west-2" : {
3002
+ "credentialScope" : {
3003
+ "region" : "us-west-2"
3004
+ },
3005
+ "hostname" : "monitoring-fips.us-west-2.amazonaws.com"
3006
+ },
2982
3007
  "me-south-1" : { },
2983
3008
  "sa-east-1" : { },
2984
3009
  "us-east-1" : { },
@@ -4921,6 +4946,12 @@
4921
4946
  },
4922
4947
  "waf-regional" : {
4923
4948
  "endpoints" : {
4949
+ "ap-east-1" : {
4950
+ "credentialScope" : {
4951
+ "region" : "ap-east-1"
4952
+ },
4953
+ "hostname" : "waf-regional.ap-east-1.amazonaws.com"
4954
+ },
4924
4955
  "ap-northeast-1" : {
4925
4956
  "credentialScope" : {
4926
4957
  "region" : "ap-northeast-1"
@@ -4987,6 +5018,12 @@
4987
5018
  },
4988
5019
  "hostname" : "waf-regional.eu-west-3.amazonaws.com"
4989
5020
  },
5021
+ "fips-ap-east-1" : {
5022
+ "credentialScope" : {
5023
+ "region" : "ap-east-1"
5024
+ },
5025
+ "hostname" : "waf-regional-fips.ap-east-1.amazonaws.com"
5026
+ },
4990
5027
  "fips-ap-northeast-1" : {
4991
5028
  "credentialScope" : {
4992
5029
  "region" : "ap-northeast-1"
@@ -5053,6 +5090,12 @@
5053
5090
  },
5054
5091
  "hostname" : "waf-regional-fips.eu-west-3.amazonaws.com"
5055
5092
  },
5093
+ "fips-me-south-1" : {
5094
+ "credentialScope" : {
5095
+ "region" : "me-south-1"
5096
+ },
5097
+ "hostname" : "waf-regional-fips.me-south-1.amazonaws.com"
5098
+ },
5056
5099
  "fips-sa-east-1" : {
5057
5100
  "credentialScope" : {
5058
5101
  "region" : "sa-east-1"
@@ -5083,6 +5126,12 @@
5083
5126
  },
5084
5127
  "hostname" : "waf-regional-fips.us-west-2.amazonaws.com"
5085
5128
  },
5129
+ "me-south-1" : {
5130
+ "credentialScope" : {
5131
+ "region" : "me-south-1"
5132
+ },
5133
+ "hostname" : "waf-regional.me-south-1.amazonaws.com"
5134
+ },
5086
5135
  "sa-east-1" : {
5087
5136
  "credentialScope" : {
5088
5137
  "region" : "sa-east-1"
@@ -6313,6 +6362,18 @@
6313
6362
  },
6314
6363
  "monitoring" : {
6315
6364
  "endpoints" : {
6365
+ "fips-us-gov-east-1" : {
6366
+ "credentialScope" : {
6367
+ "region" : "us-gov-east-1"
6368
+ },
6369
+ "hostname" : "monitoring.us-gov-east-1.amazonaws.com"
6370
+ },
6371
+ "fips-us-gov-west-1" : {
6372
+ "credentialScope" : {
6373
+ "region" : "us-gov-west-1"
6374
+ },
6375
+ "hostname" : "monitoring.us-gov-west-1.amazonaws.com"
6376
+ },
6316
6377
  "us-gov-east-1" : { },
6317
6378
  "us-gov-west-1" : { }
6318
6379
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.481'
2
+ VERSION = '2.11.482'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.481
4
+ version: 2.11.482
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-01 00:00:00.000000000 Z
11
+ date: 2020-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath