aws-sdk-core 2.10.20 → 2.10.21
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codedeploy/2014-10-06/api-2.json +57 -6
- data/apis/config/2014-11-12/api-2.json +44 -1
- data/apis/ec2/2016-11-15/waiters-2.json +5 -0
- data/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json +36 -0
- data/apis/email/2010-12-01/api-2.json +31 -5
- data/apis/email/2010-12-01/examples-1.json +2 -0
- data/apis/email/2010-12-01/paginators-1.json +2 -2
- data/apis/pinpoint/2016-12-01/api-2.json +237 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5543fa43c8ab1c41c25d635462dbc36dfc7be278
|
4
|
+
data.tar.gz: ef6236850795d321a344c82c7d70f1ada36710dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49228a0d28ebc530505ce6b21db93b93c5e55b59c9fc386b23b763518230187a7773e47c8af01a435e4356fe325109ed48b26d9ac6992430b4ddd782aa894bca
|
7
|
+
data.tar.gz: 95fd5cca727bbb2f655c973e2bdb78c29f5f2fb9b9e11265e417b4000b096769e9cd7e39e219cfe537c6e89408ea9cedea720b54fbe0f4d02a884ed00a776e6f
|
@@ -229,7 +229,10 @@
|
|
229
229
|
{"shape":"InvalidAutoRollbackConfigException"},
|
230
230
|
{"shape":"InvalidLoadBalancerInfoException"},
|
231
231
|
{"shape":"InvalidDeploymentStyleException"},
|
232
|
-
{"shape":"InvalidBlueGreenDeploymentConfigurationException"}
|
232
|
+
{"shape":"InvalidBlueGreenDeploymentConfigurationException"},
|
233
|
+
{"shape":"InvalidEC2TagCombinationException"},
|
234
|
+
{"shape":"InvalidOnPremisesTagCombinationException"},
|
235
|
+
{"shape":"TagSetListLimitExceededException"}
|
233
236
|
]
|
234
237
|
},
|
235
238
|
"DeleteApplication":{
|
@@ -646,7 +649,10 @@
|
|
646
649
|
{"shape":"InvalidAutoRollbackConfigException"},
|
647
650
|
{"shape":"InvalidLoadBalancerInfoException"},
|
648
651
|
{"shape":"InvalidDeploymentStyleException"},
|
649
|
-
{"shape":"InvalidBlueGreenDeploymentConfigurationException"}
|
652
|
+
{"shape":"InvalidBlueGreenDeploymentConfigurationException"},
|
653
|
+
{"shape":"InvalidEC2TagCombinationException"},
|
654
|
+
{"shape":"InvalidOnPremisesTagCombinationException"},
|
655
|
+
{"shape":"TagSetListLimitExceededException"}
|
650
656
|
]
|
651
657
|
}
|
652
658
|
},
|
@@ -961,7 +967,9 @@
|
|
961
967
|
"autoRollbackConfiguration":{"shape":"AutoRollbackConfiguration"},
|
962
968
|
"deploymentStyle":{"shape":"DeploymentStyle"},
|
963
969
|
"blueGreenDeploymentConfiguration":{"shape":"BlueGreenDeploymentConfiguration"},
|
964
|
-
"loadBalancerInfo":{"shape":"LoadBalancerInfo"}
|
970
|
+
"loadBalancerInfo":{"shape":"LoadBalancerInfo"},
|
971
|
+
"ec2TagSet":{"shape":"EC2TagSet"},
|
972
|
+
"onPremisesTagSet":{"shape":"OnPremisesTagSet"}
|
965
973
|
}
|
966
974
|
},
|
967
975
|
"CreateDeploymentGroupOutput":{
|
@@ -1124,7 +1132,9 @@
|
|
1124
1132
|
"blueGreenDeploymentConfiguration":{"shape":"BlueGreenDeploymentConfiguration"},
|
1125
1133
|
"loadBalancerInfo":{"shape":"LoadBalancerInfo"},
|
1126
1134
|
"lastSuccessfulDeployment":{"shape":"LastDeploymentInfo"},
|
1127
|
-
"lastAttemptedDeployment":{"shape":"LastDeploymentInfo"}
|
1135
|
+
"lastAttemptedDeployment":{"shape":"LastDeploymentInfo"},
|
1136
|
+
"ec2TagSet":{"shape":"EC2TagSet"},
|
1137
|
+
"onPremisesTagSet":{"shape":"OnPremisesTagSet"}
|
1128
1138
|
}
|
1129
1139
|
},
|
1130
1140
|
"DeploymentGroupInfoList":{
|
@@ -1321,6 +1331,16 @@
|
|
1321
1331
|
"KEY_AND_VALUE"
|
1322
1332
|
]
|
1323
1333
|
},
|
1334
|
+
"EC2TagSet":{
|
1335
|
+
"type":"structure",
|
1336
|
+
"members":{
|
1337
|
+
"ec2TagSetList":{"shape":"EC2TagSetList"}
|
1338
|
+
}
|
1339
|
+
},
|
1340
|
+
"EC2TagSetList":{
|
1341
|
+
"type":"list",
|
1342
|
+
"member":{"shape":"EC2TagFilterList"}
|
1343
|
+
},
|
1324
1344
|
"ELBInfo":{
|
1325
1345
|
"type":"structure",
|
1326
1346
|
"members":{
|
@@ -1735,6 +1755,12 @@
|
|
1735
1755
|
},
|
1736
1756
|
"exception":true
|
1737
1757
|
},
|
1758
|
+
"InvalidEC2TagCombinationException":{
|
1759
|
+
"type":"structure",
|
1760
|
+
"members":{
|
1761
|
+
},
|
1762
|
+
"exception":true
|
1763
|
+
},
|
1738
1764
|
"InvalidEC2TagException":{
|
1739
1765
|
"type":"structure",
|
1740
1766
|
"members":{
|
@@ -1801,6 +1827,12 @@
|
|
1801
1827
|
},
|
1802
1828
|
"exception":true
|
1803
1829
|
},
|
1830
|
+
"InvalidOnPremisesTagCombinationException":{
|
1831
|
+
"type":"structure",
|
1832
|
+
"members":{
|
1833
|
+
},
|
1834
|
+
"exception":true
|
1835
|
+
},
|
1804
1836
|
"InvalidOperationException":{
|
1805
1837
|
"type":"structure",
|
1806
1838
|
"members":{
|
@@ -2084,6 +2116,16 @@
|
|
2084
2116
|
},
|
2085
2117
|
"NextToken":{"type":"string"},
|
2086
2118
|
"NullableBoolean":{"type":"boolean"},
|
2119
|
+
"OnPremisesTagSet":{
|
2120
|
+
"type":"structure",
|
2121
|
+
"members":{
|
2122
|
+
"onPremisesTagSetList":{"shape":"OnPremisesTagSetList"}
|
2123
|
+
}
|
2124
|
+
},
|
2125
|
+
"OnPremisesTagSetList":{
|
2126
|
+
"type":"list",
|
2127
|
+
"member":{"shape":"TagFilterList"}
|
2128
|
+
},
|
2087
2129
|
"RegisterApplicationRevisionInput":{
|
2088
2130
|
"type":"structure",
|
2089
2131
|
"required":[
|
@@ -2278,11 +2320,18 @@
|
|
2278
2320
|
},
|
2279
2321
|
"exception":true
|
2280
2322
|
},
|
2323
|
+
"TagSetListLimitExceededException":{
|
2324
|
+
"type":"structure",
|
2325
|
+
"members":{
|
2326
|
+
},
|
2327
|
+
"exception":true
|
2328
|
+
},
|
2281
2329
|
"TargetInstances":{
|
2282
2330
|
"type":"structure",
|
2283
2331
|
"members":{
|
2284
2332
|
"tagFilters":{"shape":"EC2TagFilterList"},
|
2285
|
-
"autoScalingGroups":{"shape":"AutoScalingGroupNameList"}
|
2333
|
+
"autoScalingGroups":{"shape":"AutoScalingGroupNameList"},
|
2334
|
+
"ec2TagSet":{"shape":"EC2TagSet"}
|
2286
2335
|
}
|
2287
2336
|
},
|
2288
2337
|
"TimeRange":{
|
@@ -2365,7 +2414,9 @@
|
|
2365
2414
|
"autoRollbackConfiguration":{"shape":"AutoRollbackConfiguration"},
|
2366
2415
|
"deploymentStyle":{"shape":"DeploymentStyle"},
|
2367
2416
|
"blueGreenDeploymentConfiguration":{"shape":"BlueGreenDeploymentConfiguration"},
|
2368
|
-
"loadBalancerInfo":{"shape":"LoadBalancerInfo"}
|
2417
|
+
"loadBalancerInfo":{"shape":"LoadBalancerInfo"},
|
2418
|
+
"ec2TagSet":{"shape":"EC2TagSet"},
|
2419
|
+
"onPremisesTagSet":{"shape":"OnPremisesTagSet"}
|
2369
2420
|
}
|
2370
2421
|
},
|
2371
2422
|
"UpdateDeploymentGroupOutput":{
|
@@ -222,6 +222,20 @@
|
|
222
222
|
{"shape":"InvalidParameterValueException"}
|
223
223
|
]
|
224
224
|
},
|
225
|
+
"GetDiscoveredResourceCounts":{
|
226
|
+
"name":"GetDiscoveredResourceCounts",
|
227
|
+
"http":{
|
228
|
+
"method":"POST",
|
229
|
+
"requestUri":"/"
|
230
|
+
},
|
231
|
+
"input":{"shape":"GetDiscoveredResourceCountsRequest"},
|
232
|
+
"output":{"shape":"GetDiscoveredResourceCountsResponse"},
|
233
|
+
"errors":[
|
234
|
+
{"shape":"ValidationException"},
|
235
|
+
{"shape":"InvalidLimitException"},
|
236
|
+
{"shape":"InvalidNextTokenException"}
|
237
|
+
]
|
238
|
+
},
|
225
239
|
"GetResourceConfigHistory":{
|
226
240
|
"name":"GetResourceConfigHistory",
|
227
241
|
"http":{
|
@@ -914,6 +928,22 @@
|
|
914
928
|
"ComplianceSummariesByResourceType":{"shape":"ComplianceSummariesByResourceType"}
|
915
929
|
}
|
916
930
|
},
|
931
|
+
"GetDiscoveredResourceCountsRequest":{
|
932
|
+
"type":"structure",
|
933
|
+
"members":{
|
934
|
+
"resourceTypes":{"shape":"ResourceTypes"},
|
935
|
+
"limit":{"shape":"Limit"},
|
936
|
+
"nextToken":{"shape":"NextToken"}
|
937
|
+
}
|
938
|
+
},
|
939
|
+
"GetDiscoveredResourceCountsResponse":{
|
940
|
+
"type":"structure",
|
941
|
+
"members":{
|
942
|
+
"totalDiscoveredResources":{"shape":"Long"},
|
943
|
+
"resourceCounts":{"shape":"ResourceCounts"},
|
944
|
+
"nextToken":{"shape":"NextToken"}
|
945
|
+
}
|
946
|
+
},
|
917
947
|
"GetResourceConfigHistoryRequest":{
|
918
948
|
"type":"structure",
|
919
949
|
"required":[
|
@@ -1054,6 +1084,7 @@
|
|
1054
1084
|
"nextToken":{"shape":"NextToken"}
|
1055
1085
|
}
|
1056
1086
|
},
|
1087
|
+
"Long":{"type":"long"},
|
1057
1088
|
"MaxNumberOfConfigRulesExceededException":{
|
1058
1089
|
"type":"structure",
|
1059
1090
|
"members":{
|
@@ -1225,6 +1256,17 @@
|
|
1225
1256
|
"member":{"shape":"Relationship"}
|
1226
1257
|
},
|
1227
1258
|
"RelationshipName":{"type":"string"},
|
1259
|
+
"ResourceCount":{
|
1260
|
+
"type":"structure",
|
1261
|
+
"members":{
|
1262
|
+
"resourceType":{"shape":"ResourceType"},
|
1263
|
+
"count":{"shape":"Long"}
|
1264
|
+
}
|
1265
|
+
},
|
1266
|
+
"ResourceCounts":{
|
1267
|
+
"type":"list",
|
1268
|
+
"member":{"shape":"ResourceCount"}
|
1269
|
+
},
|
1228
1270
|
"ResourceCreationTime":{"type":"timestamp"},
|
1229
1271
|
"ResourceDeletionTime":{"type":"timestamp"},
|
1230
1272
|
"ResourceId":{"type":"string"},
|
@@ -1295,7 +1337,8 @@
|
|
1295
1337
|
"AWS::Redshift::ClusterSecurityGroup",
|
1296
1338
|
"AWS::Redshift::ClusterSubnetGroup",
|
1297
1339
|
"AWS::Redshift::EventSubscription",
|
1298
|
-
"AWS::CloudWatch::Alarm"
|
1340
|
+
"AWS::CloudWatch::Alarm",
|
1341
|
+
"AWS::CloudFormation::Stack"
|
1299
1342
|
]
|
1300
1343
|
},
|
1301
1344
|
"ResourceTypeList":{
|
@@ -59,6 +59,42 @@
|
|
59
59
|
"state": "success"
|
60
60
|
}
|
61
61
|
]
|
62
|
+
},
|
63
|
+
"TargetInService":{
|
64
|
+
"delay":15,
|
65
|
+
"maxAttempts":40,
|
66
|
+
"operation":"DescribeTargetHealth",
|
67
|
+
"acceptors":[
|
68
|
+
{
|
69
|
+
"argument":"TargetHealthDescriptions[].TargetHealth.State",
|
70
|
+
"expected":"healthy",
|
71
|
+
"matcher":"pathAll",
|
72
|
+
"state":"success"
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"matcher": "error",
|
76
|
+
"expected": "InvalidInstance",
|
77
|
+
"state": "retry"
|
78
|
+
}
|
79
|
+
]
|
80
|
+
},
|
81
|
+
"TargetDeregistered": {
|
82
|
+
"delay": 15,
|
83
|
+
"maxAttempts": 40,
|
84
|
+
"operation": "DescribeTargetHealth",
|
85
|
+
"acceptors": [
|
86
|
+
{
|
87
|
+
"matcher": "error",
|
88
|
+
"expected": "InvalidTarget",
|
89
|
+
"state": "success"
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"argument":"TargetHealthDescriptions[].TargetHealth.State",
|
93
|
+
"expected":"unused",
|
94
|
+
"matcher":"pathAll",
|
95
|
+
"state":"success"
|
96
|
+
}
|
97
|
+
]
|
62
98
|
}
|
63
99
|
}
|
64
100
|
}
|
@@ -1,7 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"version":"2.0",
|
3
3
|
"metadata":{
|
4
|
-
"uid":"email-2010-12-01",
|
5
4
|
"apiVersion":"2010-12-01",
|
6
5
|
"endpointPrefix":"email",
|
7
6
|
"protocol":"query",
|
@@ -9,6 +8,7 @@
|
|
9
8
|
"serviceFullName":"Amazon Simple Email Service",
|
10
9
|
"signatureVersion":"v4",
|
11
10
|
"signingName":"ses",
|
11
|
+
"uid":"email-2010-12-01",
|
12
12
|
"xmlNamespace":"http://ses.amazonaws.com/doc/2010-12-01/"
|
13
13
|
},
|
14
14
|
"operations":{
|
@@ -62,6 +62,7 @@
|
|
62
62
|
{"shape":"EventDestinationAlreadyExistsException"},
|
63
63
|
{"shape":"InvalidCloudWatchDestinationException"},
|
64
64
|
{"shape":"InvalidFirehoseDestinationException"},
|
65
|
+
{"shape":"InvalidSNSDestinationException"},
|
65
66
|
{"shape":"LimitExceededException"}
|
66
67
|
]
|
67
68
|
},
|
@@ -620,7 +621,8 @@
|
|
620
621
|
{"shape":"ConfigurationSetDoesNotExistException"},
|
621
622
|
{"shape":"EventDestinationDoesNotExistException"},
|
622
623
|
{"shape":"InvalidCloudWatchDestinationException"},
|
623
|
-
{"shape":"InvalidFirehoseDestinationException"}
|
624
|
+
{"shape":"InvalidFirehoseDestinationException"},
|
625
|
+
{"shape":"InvalidSNSDestinationException"}
|
624
626
|
]
|
625
627
|
},
|
626
628
|
"UpdateReceiptRule":{
|
@@ -1137,7 +1139,8 @@
|
|
1137
1139
|
"type":"string",
|
1138
1140
|
"enum":[
|
1139
1141
|
"messageTag",
|
1140
|
-
"emailHeader"
|
1142
|
+
"emailHeader",
|
1143
|
+
"linkTag"
|
1141
1144
|
]
|
1142
1145
|
},
|
1143
1146
|
"DkimAttributes":{
|
@@ -1169,7 +1172,8 @@
|
|
1169
1172
|
"Enabled":{"shape":"Enabled"},
|
1170
1173
|
"MatchingEventTypes":{"shape":"EventTypes"},
|
1171
1174
|
"KinesisFirehoseDestination":{"shape":"KinesisFirehoseDestination"},
|
1172
|
-
"CloudWatchDestination":{"shape":"CloudWatchDestination"}
|
1175
|
+
"CloudWatchDestination":{"shape":"CloudWatchDestination"},
|
1176
|
+
"SNSDestination":{"shape":"SNSDestination"}
|
1173
1177
|
}
|
1174
1178
|
},
|
1175
1179
|
"EventDestinationAlreadyExistsException":{
|
@@ -1210,7 +1214,9 @@
|
|
1210
1214
|
"reject",
|
1211
1215
|
"bounce",
|
1212
1216
|
"complaint",
|
1213
|
-
"delivery"
|
1217
|
+
"delivery",
|
1218
|
+
"open",
|
1219
|
+
"click"
|
1214
1220
|
]
|
1215
1221
|
},
|
1216
1222
|
"EventTypes":{
|
@@ -1460,6 +1466,19 @@
|
|
1460
1466
|
},
|
1461
1467
|
"exception":true
|
1462
1468
|
},
|
1469
|
+
"InvalidSNSDestinationException":{
|
1470
|
+
"type":"structure",
|
1471
|
+
"members":{
|
1472
|
+
"ConfigurationSetName":{"shape":"ConfigurationSetName"},
|
1473
|
+
"EventDestinationName":{"shape":"EventDestinationName"}
|
1474
|
+
},
|
1475
|
+
"error":{
|
1476
|
+
"code":"InvalidSNSDestination",
|
1477
|
+
"httpStatusCode":400,
|
1478
|
+
"senderFault":true
|
1479
|
+
},
|
1480
|
+
"exception":true
|
1481
|
+
},
|
1463
1482
|
"InvalidSnsTopicException":{
|
1464
1483
|
"type":"structure",
|
1465
1484
|
"members":{
|
@@ -1888,6 +1907,13 @@
|
|
1888
1907
|
"Base64"
|
1889
1908
|
]
|
1890
1909
|
},
|
1910
|
+
"SNSDestination":{
|
1911
|
+
"type":"structure",
|
1912
|
+
"required":["TopicARN"],
|
1913
|
+
"members":{
|
1914
|
+
"TopicARN":{"shape":"AmazonResourceName"}
|
1915
|
+
}
|
1916
|
+
},
|
1891
1917
|
"SendBounceRequest":{
|
1892
1918
|
"type":"structure",
|
1893
1919
|
"required":[
|
@@ -367,6 +367,8 @@
|
|
367
367
|
"NotificationAttributes": {
|
368
368
|
"example.com": {
|
369
369
|
"BounceTopic": "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
|
370
|
+
"ComplaintTopic": "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
|
371
|
+
"DeliveryTopic": "arn:aws:sns:us-east-1:EXAMPLE65304:ExampleTopic",
|
370
372
|
"ForwardingEnabled": true,
|
371
373
|
"HeadersInBounceNotificationsEnabled": false,
|
372
374
|
"HeadersInComplaintNotificationsEnabled": false,
|
@@ -2,12 +2,12 @@
|
|
2
2
|
"pagination": {
|
3
3
|
"ListIdentities": {
|
4
4
|
"input_token": "NextToken",
|
5
|
-
"output_token": "NextToken",
|
6
5
|
"limit_key": "MaxItems",
|
6
|
+
"output_token": "NextToken",
|
7
7
|
"result_key": "Identities"
|
8
8
|
},
|
9
9
|
"ListVerifiedEmailAddresses": {
|
10
10
|
"result_key": "VerifiedEmailAddresses"
|
11
11
|
}
|
12
12
|
}
|
13
|
-
}
|
13
|
+
}
|
@@ -9,6 +9,33 @@
|
|
9
9
|
"jsonVersion" : "1.1"
|
10
10
|
},
|
11
11
|
"operations" : {
|
12
|
+
"CreateApp" : {
|
13
|
+
"name" : "CreateApp",
|
14
|
+
"http" : {
|
15
|
+
"method" : "POST",
|
16
|
+
"requestUri" : "/v1/apps",
|
17
|
+
"responseCode" : 201
|
18
|
+
},
|
19
|
+
"input" : {
|
20
|
+
"shape" : "CreateAppRequest"
|
21
|
+
},
|
22
|
+
"output" : {
|
23
|
+
"shape" : "CreateAppResponse"
|
24
|
+
},
|
25
|
+
"errors" : [ {
|
26
|
+
"shape" : "BadRequestException"
|
27
|
+
}, {
|
28
|
+
"shape" : "InternalServerErrorException"
|
29
|
+
}, {
|
30
|
+
"shape" : "ForbiddenException"
|
31
|
+
}, {
|
32
|
+
"shape" : "NotFoundException"
|
33
|
+
}, {
|
34
|
+
"shape" : "MethodNotAllowedException"
|
35
|
+
}, {
|
36
|
+
"shape" : "TooManyRequestsException"
|
37
|
+
} ]
|
38
|
+
},
|
12
39
|
"CreateCampaign" : {
|
13
40
|
"name" : "CreateCampaign",
|
14
41
|
"http" : {
|
@@ -144,6 +171,33 @@
|
|
144
171
|
"shape" : "TooManyRequestsException"
|
145
172
|
} ]
|
146
173
|
},
|
174
|
+
"DeleteApp" : {
|
175
|
+
"name" : "DeleteApp",
|
176
|
+
"http" : {
|
177
|
+
"method" : "DELETE",
|
178
|
+
"requestUri" : "/v1/apps/{application-id}",
|
179
|
+
"responseCode" : 200
|
180
|
+
},
|
181
|
+
"input" : {
|
182
|
+
"shape" : "DeleteAppRequest"
|
183
|
+
},
|
184
|
+
"output" : {
|
185
|
+
"shape" : "DeleteAppResponse"
|
186
|
+
},
|
187
|
+
"errors" : [ {
|
188
|
+
"shape" : "BadRequestException"
|
189
|
+
}, {
|
190
|
+
"shape" : "InternalServerErrorException"
|
191
|
+
}, {
|
192
|
+
"shape" : "ForbiddenException"
|
193
|
+
}, {
|
194
|
+
"shape" : "NotFoundException"
|
195
|
+
}, {
|
196
|
+
"shape" : "MethodNotAllowedException"
|
197
|
+
}, {
|
198
|
+
"shape" : "TooManyRequestsException"
|
199
|
+
} ]
|
200
|
+
},
|
147
201
|
"DeleteCampaign" : {
|
148
202
|
"name" : "DeleteCampaign",
|
149
203
|
"http" : {
|
@@ -360,6 +414,33 @@
|
|
360
414
|
"shape" : "TooManyRequestsException"
|
361
415
|
} ]
|
362
416
|
},
|
417
|
+
"GetApp" : {
|
418
|
+
"name" : "GetApp",
|
419
|
+
"http" : {
|
420
|
+
"method" : "GET",
|
421
|
+
"requestUri" : "/v1/apps/{application-id}",
|
422
|
+
"responseCode" : 200
|
423
|
+
},
|
424
|
+
"input" : {
|
425
|
+
"shape" : "GetAppRequest"
|
426
|
+
},
|
427
|
+
"output" : {
|
428
|
+
"shape" : "GetAppResponse"
|
429
|
+
},
|
430
|
+
"errors" : [ {
|
431
|
+
"shape" : "BadRequestException"
|
432
|
+
}, {
|
433
|
+
"shape" : "InternalServerErrorException"
|
434
|
+
}, {
|
435
|
+
"shape" : "ForbiddenException"
|
436
|
+
}, {
|
437
|
+
"shape" : "NotFoundException"
|
438
|
+
}, {
|
439
|
+
"shape" : "MethodNotAllowedException"
|
440
|
+
}, {
|
441
|
+
"shape" : "TooManyRequestsException"
|
442
|
+
} ]
|
443
|
+
},
|
363
444
|
"GetApplicationSettings" : {
|
364
445
|
"name" : "GetApplicationSettings",
|
365
446
|
"http" : {
|
@@ -387,6 +468,33 @@
|
|
387
468
|
"shape" : "TooManyRequestsException"
|
388
469
|
} ]
|
389
470
|
},
|
471
|
+
"GetApps" : {
|
472
|
+
"name" : "GetApps",
|
473
|
+
"http" : {
|
474
|
+
"method" : "GET",
|
475
|
+
"requestUri" : "/v1/apps",
|
476
|
+
"responseCode" : 200
|
477
|
+
},
|
478
|
+
"input" : {
|
479
|
+
"shape" : "GetAppsRequest"
|
480
|
+
},
|
481
|
+
"output" : {
|
482
|
+
"shape" : "GetAppsResponse"
|
483
|
+
},
|
484
|
+
"errors" : [ {
|
485
|
+
"shape" : "BadRequestException"
|
486
|
+
}, {
|
487
|
+
"shape" : "InternalServerErrorException"
|
488
|
+
}, {
|
489
|
+
"shape" : "ForbiddenException"
|
490
|
+
}, {
|
491
|
+
"shape" : "NotFoundException"
|
492
|
+
}, {
|
493
|
+
"shape" : "MethodNotAllowedException"
|
494
|
+
}, {
|
495
|
+
"shape" : "TooManyRequestsException"
|
496
|
+
} ]
|
497
|
+
},
|
390
498
|
"GetCampaign" : {
|
391
499
|
"name" : "GetCampaign",
|
392
500
|
"http" : {
|
@@ -1387,6 +1495,17 @@
|
|
1387
1495
|
}
|
1388
1496
|
}
|
1389
1497
|
},
|
1498
|
+
"ApplicationResponse" : {
|
1499
|
+
"type" : "structure",
|
1500
|
+
"members" : {
|
1501
|
+
"Id" : {
|
1502
|
+
"shape" : "__string"
|
1503
|
+
},
|
1504
|
+
"Name" : {
|
1505
|
+
"shape" : "__string"
|
1506
|
+
}
|
1507
|
+
}
|
1508
|
+
},
|
1390
1509
|
"ApplicationSettingsResource" : {
|
1391
1510
|
"type" : "structure",
|
1392
1511
|
"members" : {
|
@@ -1404,6 +1523,17 @@
|
|
1404
1523
|
}
|
1405
1524
|
}
|
1406
1525
|
},
|
1526
|
+
"ApplicationsResponse" : {
|
1527
|
+
"type" : "structure",
|
1528
|
+
"members" : {
|
1529
|
+
"Item" : {
|
1530
|
+
"shape" : "ListOfApplicationResponse"
|
1531
|
+
},
|
1532
|
+
"NextToken" : {
|
1533
|
+
"shape" : "__string"
|
1534
|
+
}
|
1535
|
+
}
|
1536
|
+
},
|
1407
1537
|
"AttributeDimension" : {
|
1408
1538
|
"type" : "structure",
|
1409
1539
|
"members" : {
|
@@ -1440,6 +1570,9 @@
|
|
1440
1570
|
"Body" : {
|
1441
1571
|
"shape" : "__string"
|
1442
1572
|
},
|
1573
|
+
"FromAddress" : {
|
1574
|
+
"shape" : "__string"
|
1575
|
+
},
|
1443
1576
|
"HtmlBody" : {
|
1444
1577
|
"shape" : "__string"
|
1445
1578
|
},
|
@@ -1562,6 +1695,34 @@
|
|
1562
1695
|
"type" : "string",
|
1563
1696
|
"enum" : [ "GCM", "APNS", "APNS_SANDBOX", "ADM", "SMS", "EMAIL" ]
|
1564
1697
|
},
|
1698
|
+
"CreateAppRequest" : {
|
1699
|
+
"type" : "structure",
|
1700
|
+
"members" : {
|
1701
|
+
"CreateApplicationRequest" : {
|
1702
|
+
"shape" : "CreateApplicationRequest"
|
1703
|
+
}
|
1704
|
+
},
|
1705
|
+
"required" : [ "CreateApplicationRequest" ],
|
1706
|
+
"payload" : "CreateApplicationRequest"
|
1707
|
+
},
|
1708
|
+
"CreateAppResponse" : {
|
1709
|
+
"type" : "structure",
|
1710
|
+
"members" : {
|
1711
|
+
"ApplicationResponse" : {
|
1712
|
+
"shape" : "ApplicationResponse"
|
1713
|
+
}
|
1714
|
+
},
|
1715
|
+
"required" : [ "ApplicationResponse" ],
|
1716
|
+
"payload" : "ApplicationResponse"
|
1717
|
+
},
|
1718
|
+
"CreateApplicationRequest" : {
|
1719
|
+
"type" : "structure",
|
1720
|
+
"members" : {
|
1721
|
+
"Name" : {
|
1722
|
+
"shape" : "__string"
|
1723
|
+
}
|
1724
|
+
}
|
1725
|
+
},
|
1565
1726
|
"CreateCampaignRequest" : {
|
1566
1727
|
"type" : "structure",
|
1567
1728
|
"members" : {
|
@@ -1716,6 +1877,27 @@
|
|
1716
1877
|
"required" : [ "APNSSandboxChannelResponse" ],
|
1717
1878
|
"payload" : "APNSSandboxChannelResponse"
|
1718
1879
|
},
|
1880
|
+
"DeleteAppRequest" : {
|
1881
|
+
"type" : "structure",
|
1882
|
+
"members" : {
|
1883
|
+
"ApplicationId" : {
|
1884
|
+
"shape" : "__string",
|
1885
|
+
"location" : "uri",
|
1886
|
+
"locationName" : "application-id"
|
1887
|
+
}
|
1888
|
+
},
|
1889
|
+
"required" : [ "ApplicationId" ]
|
1890
|
+
},
|
1891
|
+
"DeleteAppResponse" : {
|
1892
|
+
"type" : "structure",
|
1893
|
+
"members" : {
|
1894
|
+
"ApplicationResponse" : {
|
1895
|
+
"shape" : "ApplicationResponse"
|
1896
|
+
}
|
1897
|
+
},
|
1898
|
+
"required" : [ "ApplicationResponse" ],
|
1899
|
+
"payload" : "ApplicationResponse"
|
1900
|
+
},
|
1719
1901
|
"DeleteCampaignRequest" : {
|
1720
1902
|
"type" : "structure",
|
1721
1903
|
"members" : {
|
@@ -2329,6 +2511,27 @@
|
|
2329
2511
|
"required" : [ "APNSSandboxChannelResponse" ],
|
2330
2512
|
"payload" : "APNSSandboxChannelResponse"
|
2331
2513
|
},
|
2514
|
+
"GetAppRequest" : {
|
2515
|
+
"type" : "structure",
|
2516
|
+
"members" : {
|
2517
|
+
"ApplicationId" : {
|
2518
|
+
"shape" : "__string",
|
2519
|
+
"location" : "uri",
|
2520
|
+
"locationName" : "application-id"
|
2521
|
+
}
|
2522
|
+
},
|
2523
|
+
"required" : [ "ApplicationId" ]
|
2524
|
+
},
|
2525
|
+
"GetAppResponse" : {
|
2526
|
+
"type" : "structure",
|
2527
|
+
"members" : {
|
2528
|
+
"ApplicationResponse" : {
|
2529
|
+
"shape" : "ApplicationResponse"
|
2530
|
+
}
|
2531
|
+
},
|
2532
|
+
"required" : [ "ApplicationResponse" ],
|
2533
|
+
"payload" : "ApplicationResponse"
|
2534
|
+
},
|
2332
2535
|
"GetApplicationSettingsRequest" : {
|
2333
2536
|
"type" : "structure",
|
2334
2537
|
"members" : {
|
@@ -2350,6 +2553,31 @@
|
|
2350
2553
|
"required" : [ "ApplicationSettingsResource" ],
|
2351
2554
|
"payload" : "ApplicationSettingsResource"
|
2352
2555
|
},
|
2556
|
+
"GetAppsRequest" : {
|
2557
|
+
"type" : "structure",
|
2558
|
+
"members" : {
|
2559
|
+
"PageSize" : {
|
2560
|
+
"shape" : "__string",
|
2561
|
+
"location" : "querystring",
|
2562
|
+
"locationName" : "page-size"
|
2563
|
+
},
|
2564
|
+
"Token" : {
|
2565
|
+
"shape" : "__string",
|
2566
|
+
"location" : "querystring",
|
2567
|
+
"locationName" : "token"
|
2568
|
+
}
|
2569
|
+
}
|
2570
|
+
},
|
2571
|
+
"GetAppsResponse" : {
|
2572
|
+
"type" : "structure",
|
2573
|
+
"members" : {
|
2574
|
+
"ApplicationsResponse" : {
|
2575
|
+
"shape" : "ApplicationsResponse"
|
2576
|
+
}
|
2577
|
+
},
|
2578
|
+
"required" : [ "ApplicationsResponse" ],
|
2579
|
+
"payload" : "ApplicationsResponse"
|
2580
|
+
},
|
2353
2581
|
"GetCampaignActivitiesRequest" : {
|
2354
2582
|
"type" : "structure",
|
2355
2583
|
"members" : {
|
@@ -2975,6 +3203,12 @@
|
|
2975
3203
|
"shape" : "ActivityResponse"
|
2976
3204
|
}
|
2977
3205
|
},
|
3206
|
+
"ListOfApplicationResponse" : {
|
3207
|
+
"type" : "list",
|
3208
|
+
"member" : {
|
3209
|
+
"shape" : "ApplicationResponse"
|
3210
|
+
}
|
3211
|
+
},
|
2978
3212
|
"ListOfCampaignResponse" : {
|
2979
3213
|
"type" : "list",
|
2980
3214
|
"member" : {
|
@@ -3104,6 +3338,9 @@
|
|
3104
3338
|
"MediaUrl" : {
|
3105
3339
|
"shape" : "__string"
|
3106
3340
|
},
|
3341
|
+
"RawContent" : {
|
3342
|
+
"shape" : "__string"
|
3343
|
+
},
|
3107
3344
|
"SilentPush" : {
|
3108
3345
|
"shape" : "__boolean"
|
3109
3346
|
},
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.10.
|
4
|
+
version: 2.10.21
|
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: 2017-
|
11
|
+
date: 2017-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|