aws-sdk-core 2.11.572 → 2.11.577
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appflow/2020-08-23/api-2.json +2378 -0
- data/apis/appflow/2020-08-23/examples-1.json +5 -0
- data/apis/appflow/2020-08-23/paginators-1.json +23 -0
- data/apis/cloudfront/2020-05-31/api-2.json +413 -1
- data/apis/codeguru-reviewer/2019-09-19/api-2.json +78 -2
- data/apis/cur/2017-01-06/api-2.json +28 -10
- data/apis/ec2/2016-11-15/api-2.json +74 -3
- data/apis/elasticmapreduce/2009-03-31/api-2.json +175 -1
- data/apis/elasticmapreduce/2009-03-31/paginators-1.json +5 -0
- data/apis/gamelift/2015-10-01/api-2.json +64 -14
- data/apis/gamelift/2015-10-01/paginators-1.json +120 -0
- data/apis/mediaconvert/2017-08-29/api-2.json +51 -7
- data/apis/route53resolver/2018-04-01/api-2.json +474 -7
- data/apis/route53resolver/2018-04-01/paginators-1.json +26 -4
- data/apis/securityhub/2018-10-26/api-2.json +19 -1
- data/endpoints.json +27 -2
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/appflow.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
@@ -3,22 +3,44 @@
|
|
3
3
|
"ListResolverEndpointIpAddresses": {
|
4
4
|
"input_token": "NextToken",
|
5
5
|
"output_token": "NextToken",
|
6
|
-
"limit_key": "MaxResults"
|
6
|
+
"limit_key": "MaxResults",
|
7
|
+
"result_key": "IpAddresses"
|
7
8
|
},
|
8
9
|
"ListResolverEndpoints": {
|
9
10
|
"input_token": "NextToken",
|
10
11
|
"output_token": "NextToken",
|
11
|
-
"limit_key": "MaxResults"
|
12
|
+
"limit_key": "MaxResults",
|
13
|
+
"result_key": "ResolverEndpoints"
|
14
|
+
},
|
15
|
+
"ListResolverQueryLogConfigAssociations": {
|
16
|
+
"input_token": "NextToken",
|
17
|
+
"output_token": "NextToken",
|
18
|
+
"limit_key": "MaxResults",
|
19
|
+
"result_key": "ResolverQueryLogConfigAssociations"
|
20
|
+
},
|
21
|
+
"ListResolverQueryLogConfigs": {
|
22
|
+
"input_token": "NextToken",
|
23
|
+
"output_token": "NextToken",
|
24
|
+
"limit_key": "MaxResults",
|
25
|
+
"result_key": "ResolverQueryLogConfigs"
|
12
26
|
},
|
13
27
|
"ListResolverRuleAssociations": {
|
14
28
|
"input_token": "NextToken",
|
15
29
|
"output_token": "NextToken",
|
16
|
-
"limit_key": "MaxResults"
|
30
|
+
"limit_key": "MaxResults",
|
31
|
+
"result_key": "ResolverRuleAssociations"
|
17
32
|
},
|
18
33
|
"ListResolverRules": {
|
19
34
|
"input_token": "NextToken",
|
20
35
|
"output_token": "NextToken",
|
21
|
-
"limit_key": "MaxResults"
|
36
|
+
"limit_key": "MaxResults",
|
37
|
+
"result_key": "ResolverRules"
|
38
|
+
},
|
39
|
+
"ListTagsForResource": {
|
40
|
+
"input_token": "NextToken",
|
41
|
+
"output_token": "NextToken",
|
42
|
+
"limit_key": "MaxResults",
|
43
|
+
"result_key": "Tags"
|
22
44
|
}
|
23
45
|
}
|
24
46
|
}
|
@@ -1883,7 +1883,8 @@
|
|
1883
1883
|
"RecordState":{"shape":"RecordState"},
|
1884
1884
|
"RelatedFindings":{"shape":"RelatedFindingList"},
|
1885
1885
|
"Note":{"shape":"Note"},
|
1886
|
-
"Vulnerabilities":{"shape":"VulnerabilityList"}
|
1886
|
+
"Vulnerabilities":{"shape":"VulnerabilityList"},
|
1887
|
+
"PatchSummary":{"shape":"PatchSummary"}
|
1887
1888
|
}
|
1888
1889
|
},
|
1889
1890
|
"AwsSecurityFindingFilters":{
|
@@ -3084,6 +3085,23 @@
|
|
3084
3085
|
"aws-us-gov"
|
3085
3086
|
]
|
3086
3087
|
},
|
3088
|
+
"PatchSummary":{
|
3089
|
+
"type":"structure",
|
3090
|
+
"required":["Id"],
|
3091
|
+
"members":{
|
3092
|
+
"Id":{"shape":"NonEmptyString"},
|
3093
|
+
"InstalledCount":{"shape":"Integer"},
|
3094
|
+
"MissingCount":{"shape":"Integer"},
|
3095
|
+
"FailedCount":{"shape":"Integer"},
|
3096
|
+
"InstalledOtherCount":{"shape":"Integer"},
|
3097
|
+
"InstalledRejectedCount":{"shape":"Integer"},
|
3098
|
+
"InstalledPendingReboot":{"shape":"Integer"},
|
3099
|
+
"OperationStartTime":{"shape":"NonEmptyString"},
|
3100
|
+
"OperationEndTime":{"shape":"NonEmptyString"},
|
3101
|
+
"RebootOption":{"shape":"NonEmptyString"},
|
3102
|
+
"Operation":{"shape":"NonEmptyString"}
|
3103
|
+
}
|
3104
|
+
},
|
3087
3105
|
"PortRange":{
|
3088
3106
|
"type":"structure",
|
3089
3107
|
"members":{
|
data/endpoints.json
CHANGED
@@ -190,6 +190,7 @@
|
|
190
190
|
"protocols" : [ "https" ]
|
191
191
|
},
|
192
192
|
"endpoints" : {
|
193
|
+
"af-south-1" : { },
|
193
194
|
"ap-east-1" : { },
|
194
195
|
"ap-northeast-1" : { },
|
195
196
|
"ap-northeast-2" : { },
|
@@ -199,6 +200,7 @@
|
|
199
200
|
"ca-central-1" : { },
|
200
201
|
"eu-central-1" : { },
|
201
202
|
"eu-north-1" : { },
|
203
|
+
"eu-south-1" : { },
|
202
204
|
"eu-west-1" : { },
|
203
205
|
"eu-west-2" : { },
|
204
206
|
"eu-west-3" : { },
|
@@ -549,6 +551,25 @@
|
|
549
551
|
"us-west-2" : { }
|
550
552
|
}
|
551
553
|
},
|
554
|
+
"appflow" : {
|
555
|
+
"endpoints" : {
|
556
|
+
"ap-northeast-1" : { },
|
557
|
+
"ap-northeast-2" : { },
|
558
|
+
"ap-south-1" : { },
|
559
|
+
"ap-southeast-1" : { },
|
560
|
+
"ap-southeast-2" : { },
|
561
|
+
"ca-central-1" : { },
|
562
|
+
"eu-central-1" : { },
|
563
|
+
"eu-west-1" : { },
|
564
|
+
"eu-west-2" : { },
|
565
|
+
"eu-west-3" : { },
|
566
|
+
"sa-east-1" : { },
|
567
|
+
"us-east-1" : { },
|
568
|
+
"us-east-2" : { },
|
569
|
+
"us-west-1" : { },
|
570
|
+
"us-west-2" : { }
|
571
|
+
}
|
572
|
+
},
|
552
573
|
"application-autoscaling" : {
|
553
574
|
"defaults" : {
|
554
575
|
"protocols" : [ "http", "https" ]
|
@@ -3150,6 +3171,7 @@
|
|
3150
3171
|
"ca-central-1" : { },
|
3151
3172
|
"eu-central-1" : { },
|
3152
3173
|
"eu-north-1" : { },
|
3174
|
+
"eu-south-1" : { },
|
3153
3175
|
"eu-west-1" : { },
|
3154
3176
|
"eu-west-2" : { },
|
3155
3177
|
"eu-west-3" : { },
|
@@ -7334,6 +7356,7 @@
|
|
7334
7356
|
"protocols" : [ "https" ]
|
7335
7357
|
},
|
7336
7358
|
"endpoints" : {
|
7359
|
+
"us-gov-east-1" : { },
|
7337
7360
|
"us-gov-west-1" : { }
|
7338
7361
|
}
|
7339
7362
|
},
|
@@ -7524,13 +7547,13 @@
|
|
7524
7547
|
"credentialScope" : {
|
7525
7548
|
"region" : "us-gov-east-1"
|
7526
7549
|
},
|
7527
|
-
"hostname" : "elasticloadbalancing
|
7550
|
+
"hostname" : "elasticloadbalancing.us-gov-east-1.amazonaws.com"
|
7528
7551
|
},
|
7529
7552
|
"fips-us-gov-west-1" : {
|
7530
7553
|
"credentialScope" : {
|
7531
7554
|
"region" : "us-gov-west-1"
|
7532
7555
|
},
|
7533
|
-
"hostname" : "elasticloadbalancing
|
7556
|
+
"hostname" : "elasticloadbalancing.us-gov-west-1.amazonaws.com"
|
7534
7557
|
},
|
7535
7558
|
"us-gov-east-1" : { },
|
7536
7559
|
"us-gov-west-1" : {
|
@@ -7727,11 +7750,13 @@
|
|
7727
7750
|
}
|
7728
7751
|
},
|
7729
7752
|
"endpoints" : {
|
7753
|
+
"us-gov-east-1" : { },
|
7730
7754
|
"us-gov-west-1" : { }
|
7731
7755
|
}
|
7732
7756
|
},
|
7733
7757
|
"iotsecuredtunneling" : {
|
7734
7758
|
"endpoints" : {
|
7759
|
+
"us-gov-east-1" : { },
|
7735
7760
|
"us-gov-west-1" : { }
|
7736
7761
|
}
|
7737
7762
|
},
|
data/lib/aws-sdk-core.rb
CHANGED
@@ -0,0 +1,6 @@
|
|
1
|
+
Aws.add_service(:Appflow, {
|
2
|
+
api: "#{Aws::API_DIR}/appflow/2020-08-23/api-2.json",
|
3
|
+
docs: "#{Aws::API_DIR}/appflow/2020-08-23/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/appflow/2020-08-23/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/appflow/2020-08-23/paginators-1.json",
|
6
|
+
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
@@ -47,6 +47,10 @@
|
|
47
47
|
"models": "appsync/2017-07-25",
|
48
48
|
"endpoint": "appsync"
|
49
49
|
},
|
50
|
+
"Appflow": {
|
51
|
+
"models": "appflow/2020-08-23",
|
52
|
+
"endpoint": "appflow"
|
53
|
+
},
|
50
54
|
"ApplicationAutoScaling": {
|
51
55
|
"models": "application-autoscaling/2016-02-06",
|
52
56
|
"endpoint": "application-autoscaling"
|
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.
|
4
|
+
version: 2.11.577
|
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-
|
11
|
+
date: 2020-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -80,6 +80,9 @@ files:
|
|
80
80
|
- apis/appconfig/2019-10-09/api-2.json
|
81
81
|
- apis/appconfig/2019-10-09/examples-1.json
|
82
82
|
- apis/appconfig/2019-10-09/paginators-1.json
|
83
|
+
- apis/appflow/2020-08-23/api-2.json
|
84
|
+
- apis/appflow/2020-08-23/examples-1.json
|
85
|
+
- apis/appflow/2020-08-23/paginators-1.json
|
83
86
|
- apis/application-autoscaling/2016-02-06/api-2.json
|
84
87
|
- apis/application-autoscaling/2016-02-06/examples-1.json
|
85
88
|
- apis/application-autoscaling/2016-02-06/paginators-1.json
|
@@ -958,6 +961,7 @@ files:
|
|
958
961
|
- lib/aws-sdk-core/apigatewaymanagementapi.rb
|
959
962
|
- lib/aws-sdk-core/apigatewayv2.rb
|
960
963
|
- lib/aws-sdk-core/appconfig.rb
|
964
|
+
- lib/aws-sdk-core/appflow.rb
|
961
965
|
- lib/aws-sdk-core/applicationautoscaling.rb
|
962
966
|
- lib/aws-sdk-core/applicationdiscoveryservice.rb
|
963
967
|
- lib/aws-sdk-core/applicationinsights.rb
|