aws-sdk-core 2.11.544 → 2.11.549

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +3 -2
  3. data/apis/appmesh/2019-01-25/api-2.json +1420 -11
  4. data/apis/appmesh/2019-01-25/paginators-1.json +12 -0
  5. data/apis/cloudfront/2020-05-31/api-2.json +5095 -0
  6. data/apis/cloudfront/2020-05-31/examples-1.json +5 -0
  7. data/apis/cloudfront/2020-05-31/paginators-1.json +32 -0
  8. data/apis/cloudfront/2020-05-31/smoke.json +20 -0
  9. data/apis/cloudfront/2020-05-31/waiters-2.json +47 -0
  10. data/apis/codebuild/2016-10-06/api-2.json +13 -3
  11. data/apis/codeguruprofiler/2019-07-18/api-2.json +120 -3
  12. data/apis/comprehend/2017-11-27/api-2.json +58 -35
  13. data/apis/connect/2017-08-08/api-2.json +145 -0
  14. data/apis/ebs/2019-11-02/api-2.json +377 -9
  15. data/apis/ec2/2016-11-15/api-2.json +25 -5
  16. data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +12 -0
  17. data/apis/elasticbeanstalk/2010-12-01/waiters-2.json +63 -0
  18. data/apis/eventbridge/2015-10-07/api-2.json +76 -12
  19. data/apis/events/2015-10-07/api-2.json +76 -12
  20. data/apis/fms/2018-01-01/api-2.json +515 -1
  21. data/apis/frauddetector/2019-11-15/api-2.json +882 -175
  22. data/apis/frauddetector/2019-11-15/paginators-1.json +20 -0
  23. data/apis/groundstation/2019-05-23/api-2.json +53 -1
  24. data/apis/ivs/2020-07-14/api-2.json +809 -0
  25. data/apis/ivs/2020-07-14/examples-1.json +5 -0
  26. data/apis/ivs/2020-07-14/paginators-1.json +27 -0
  27. data/apis/macie2/2020-01-01/api-2.json +7 -1
  28. data/apis/macie2/2020-01-01/paginators-1.json +57 -2
  29. data/apis/rds/2014-10-31/api-2.json +5 -2
  30. data/apis/sagemaker/2017-07-24/api-2.json +32 -0
  31. data/apis/secretsmanager/2017-10-17/api-2.json +111 -5
  32. data/apis/secretsmanager/2017-10-17/examples-1.json +23 -0
  33. data/apis/wafv2/2019-07-29/api-2.json +63 -6
  34. data/endpoints.json +109 -0
  35. data/lib/aws-sdk-core.rb +1 -0
  36. data/lib/aws-sdk-core/cloudfront.rb +5 -5
  37. data/lib/aws-sdk-core/elasticbeanstalk.rb +1 -0
  38. data/lib/aws-sdk-core/ivs.rb +6 -0
  39. data/lib/aws-sdk-core/version.rb +1 -1
  40. data/service-models.json +5 -1
  41. metadata +12 -2
@@ -3941,7 +3941,7 @@
3941
3941
  "type":"structure",
3942
3942
  "members":{
3943
3943
  "Domain":{"shape":"DomainType"},
3944
- "Address":{"shape":"String"},
3944
+ "Address":{"shape":"PublicIpAddress"},
3945
3945
  "PublicIpv4Pool":{"shape":"String"},
3946
3946
  "NetworkBorderGroup":{"shape":"String"},
3947
3947
  "CustomerOwnedIpv4Pool":{"shape":"String"},
@@ -6102,6 +6102,10 @@
6102
6102
  "Tags":{
6103
6103
  "shape":"TagList",
6104
6104
  "locationName":"tagSet"
6105
+ },
6106
+ "PoolArn":{
6107
+ "shape":"ResourceArn",
6108
+ "locationName":"poolArn"
6105
6109
  }
6106
6110
  }
6107
6111
  },
@@ -6203,6 +6207,13 @@
6203
6207
  }
6204
6208
  },
6205
6209
  "ConnectionNotificationId":{"type":"string"},
6210
+ "ConnectionNotificationIdsList":{
6211
+ "type":"list",
6212
+ "member":{
6213
+ "shape":"ConnectionNotificationId",
6214
+ "locationName":"item"
6215
+ }
6216
+ },
6206
6217
  "ConnectionNotificationSet":{
6207
6218
  "type":"list",
6208
6219
  "member":{
@@ -6283,7 +6294,7 @@
6283
6294
  ],
6284
6295
  "members":{
6285
6296
  "DryRun":{"shape":"Boolean"},
6286
- "SourceFpgaImageId":{"shape":"FpgaImageId"},
6297
+ "SourceFpgaImageId":{"shape":"String"},
6287
6298
  "Description":{"shape":"String"},
6288
6299
  "Name":{"shape":"String"},
6289
6300
  "SourceRegion":{"shape":"String"},
@@ -7403,6 +7414,10 @@
7403
7414
  "VpcId":{
7404
7415
  "shape":"VpcId",
7405
7416
  "locationName":"vpcId"
7417
+ },
7418
+ "TagSpecifications":{
7419
+ "shape":"TagSpecificationList",
7420
+ "locationName":"TagSpecification"
7406
7421
  }
7407
7422
  }
7408
7423
  },
@@ -8029,7 +8044,11 @@
8029
8044
  "shape":"VpcId",
8030
8045
  "locationName":"vpcId"
8031
8046
  },
8032
- "PeerRegion":{"shape":"String"}
8047
+ "PeerRegion":{"shape":"String"},
8048
+ "TagSpecifications":{
8049
+ "shape":"TagSpecificationList",
8050
+ "locationName":"TagSpecification"
8051
+ }
8033
8052
  }
8034
8053
  },
8035
8054
  "CreateVpcPeeringConnectionResult":{
@@ -9083,7 +9102,7 @@
9083
9102
  "members":{
9084
9103
  "DryRun":{"shape":"Boolean"},
9085
9104
  "ConnectionNotificationIds":{
9086
- "shape":"ValueStringList",
9105
+ "shape":"ConnectionNotificationIdsList",
9087
9106
  "locationName":"ConnectionNotificationId"
9088
9107
  }
9089
9108
  }
@@ -17573,7 +17592,7 @@
17573
17592
  "InstanceIdSet":{
17574
17593
  "type":"list",
17575
17594
  "member":{
17576
- "shape":"String",
17595
+ "shape":"InstanceId",
17577
17596
  "locationName":"item"
17578
17597
  }
17579
17598
  },
@@ -22913,6 +22932,7 @@
22913
22932
  }
22914
22933
  }
22915
22934
  },
22935
+ "PublicIpAddress":{"type":"string"},
22916
22936
  "PublicIpStringList":{
22917
22937
  "type":"list",
22918
22938
  "member":{
@@ -9,6 +9,12 @@
9
9
  "DescribeConfigurationOptions": {
10
10
  "result_key": "Options"
11
11
  },
12
+ "DescribeEnvironmentManagedActionHistory": {
13
+ "input_token": "NextToken",
14
+ "limit_key": "MaxItems",
15
+ "output_token": "NextToken",
16
+ "result_key": "ManagedActionHistoryItems"
17
+ },
12
18
  "DescribeEnvironments": {
13
19
  "result_key": "Environments"
14
20
  },
@@ -25,6 +31,12 @@
25
31
  "input_token": "NextToken",
26
32
  "limit_key": "MaxRecords",
27
33
  "output_token": "NextToken"
34
+ },
35
+ "ListPlatformVersions": {
36
+ "input_token": "NextToken",
37
+ "limit_key": "MaxRecords",
38
+ "output_token": "NextToken",
39
+ "result_key": "PlatformSummaryList"
28
40
  }
29
41
  }
30
42
  }
@@ -0,0 +1,63 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "EnvironmentExists": {
5
+ "delay": 20,
6
+ "maxAttempts": 20,
7
+ "operation": "DescribeEnvironments",
8
+ "acceptors": [
9
+ {
10
+ "state": "success",
11
+ "matcher": "pathAll",
12
+ "argument": "Environments[].Status",
13
+ "expected": "Ready"
14
+ },
15
+ {
16
+ "state": "retry",
17
+ "matcher": "pathAll",
18
+ "argument": "Environments[].Status",
19
+ "expected": "Launching"
20
+ }
21
+ ]
22
+ },
23
+ "EnvironmentUpdated": {
24
+ "delay": 20,
25
+ "maxAttempts": 20,
26
+ "operation": "DescribeEnvironments",
27
+ "acceptors": [
28
+ {
29
+ "state": "success",
30
+ "matcher": "pathAll",
31
+ "argument": "Environments[].Status",
32
+ "expected": "Ready"
33
+ },
34
+ {
35
+ "state": "retry",
36
+ "matcher": "pathAll",
37
+ "argument": "Environments[].Status",
38
+ "expected": "Updating"
39
+ }
40
+ ]
41
+ },
42
+ "EnvironmentTerminated": {
43
+ "delay": 20,
44
+ "maxAttempts": 20,
45
+ "operation": "DescribeEnvironments",
46
+ "acceptors": [
47
+ {
48
+ "state": "success",
49
+ "matcher": "pathAll",
50
+ "argument": "Environments[].Status",
51
+ "expected": "Terminated"
52
+ },
53
+ {
54
+ "state": "retry",
55
+ "matcher": "pathAll",
56
+ "argument": "Environments[].Status",
57
+ "expected": "Terminating"
58
+ }
59
+ ]
60
+ }
61
+ }
62
+ }
63
+
@@ -23,7 +23,8 @@
23
23
  {"shape":"ResourceNotFoundException"},
24
24
  {"shape":"ConcurrentModificationException"},
25
25
  {"shape":"InvalidStateException"},
26
- {"shape":"InternalException"}
26
+ {"shape":"InternalException"},
27
+ {"shape":"OperationDisabledException"}
27
28
  ]
28
29
  },
29
30
  "CreateEventBus":{
@@ -40,7 +41,8 @@
40
41
  {"shape":"InvalidStateException"},
41
42
  {"shape":"InternalException"},
42
43
  {"shape":"ConcurrentModificationException"},
43
- {"shape":"LimitExceededException"}
44
+ {"shape":"LimitExceededException"},
45
+ {"shape":"OperationDisabledException"}
44
46
  ]
45
47
  },
46
48
  "CreatePartnerEventSource":{
@@ -55,7 +57,8 @@
55
57
  {"shape":"ResourceAlreadyExistsException"},
56
58
  {"shape":"InternalException"},
57
59
  {"shape":"ConcurrentModificationException"},
58
- {"shape":"LimitExceededException"}
60
+ {"shape":"LimitExceededException"},
61
+ {"shape":"OperationDisabledException"}
59
62
  ]
60
63
  },
61
64
  "DeactivateEventSource":{
@@ -69,7 +72,8 @@
69
72
  {"shape":"ResourceNotFoundException"},
70
73
  {"shape":"ConcurrentModificationException"},
71
74
  {"shape":"InvalidStateException"},
72
- {"shape":"InternalException"}
75
+ {"shape":"InternalException"},
76
+ {"shape":"OperationDisabledException"}
73
77
  ]
74
78
  },
75
79
  "DeleteEventBus":{
@@ -93,7 +97,8 @@
93
97
  "input":{"shape":"DeletePartnerEventSourceRequest"},
94
98
  "errors":[
95
99
  {"shape":"InternalException"},
96
- {"shape":"ConcurrentModificationException"}
100
+ {"shape":"ConcurrentModificationException"},
101
+ {"shape":"OperationDisabledException"}
97
102
  ]
98
103
  },
99
104
  "DeleteRule":{
@@ -133,7 +138,8 @@
133
138
  "output":{"shape":"DescribeEventSourceResponse"},
134
139
  "errors":[
135
140
  {"shape":"ResourceNotFoundException"},
136
- {"shape":"InternalException"}
141
+ {"shape":"InternalException"},
142
+ {"shape":"OperationDisabledException"}
137
143
  ]
138
144
  },
139
145
  "DescribePartnerEventSource":{
@@ -146,7 +152,8 @@
146
152
  "output":{"shape":"DescribePartnerEventSourceResponse"},
147
153
  "errors":[
148
154
  {"shape":"ResourceNotFoundException"},
149
- {"shape":"InternalException"}
155
+ {"shape":"InternalException"},
156
+ {"shape":"OperationDisabledException"}
150
157
  ]
151
158
  },
152
159
  "DescribeRule":{
@@ -211,7 +218,8 @@
211
218
  "input":{"shape":"ListEventSourcesRequest"},
212
219
  "output":{"shape":"ListEventSourcesResponse"},
213
220
  "errors":[
214
- {"shape":"InternalException"}
221
+ {"shape":"InternalException"},
222
+ {"shape":"OperationDisabledException"}
215
223
  ]
216
224
  },
217
225
  "ListPartnerEventSourceAccounts":{
@@ -224,7 +232,8 @@
224
232
  "output":{"shape":"ListPartnerEventSourceAccountsResponse"},
225
233
  "errors":[
226
234
  {"shape":"ResourceNotFoundException"},
227
- {"shape":"InternalException"}
235
+ {"shape":"InternalException"},
236
+ {"shape":"OperationDisabledException"}
228
237
  ]
229
238
  },
230
239
  "ListPartnerEventSources":{
@@ -236,7 +245,8 @@
236
245
  "input":{"shape":"ListPartnerEventSourcesRequest"},
237
246
  "output":{"shape":"ListPartnerEventSourcesResponse"},
238
247
  "errors":[
239
- {"shape":"InternalException"}
248
+ {"shape":"InternalException"},
249
+ {"shape":"OperationDisabledException"}
240
250
  ]
241
251
  },
242
252
  "ListRuleNamesByTarget":{
@@ -312,7 +322,8 @@
312
322
  "input":{"shape":"PutPartnerEventsRequest"},
313
323
  "output":{"shape":"PutPartnerEventsResponse"},
314
324
  "errors":[
315
- {"shape":"InternalException"}
325
+ {"shape":"InternalException"},
326
+ {"shape":"OperationDisabledException"}
316
327
  ]
317
328
  },
318
329
  "PutPermission":{
@@ -745,6 +756,29 @@
745
756
  ]
746
757
  },
747
758
  "EventTime":{"type":"timestamp"},
759
+ "HeaderKey":{
760
+ "type":"string",
761
+ "max":512,
762
+ "pattern":"^[!#$%&'*+-.^_`|~0-9a-zA-Z]+$"
763
+ },
764
+ "HeaderParametersMap":{
765
+ "type":"map",
766
+ "key":{"shape":"HeaderKey"},
767
+ "value":{"shape":"HeaderValue"}
768
+ },
769
+ "HeaderValue":{
770
+ "type":"string",
771
+ "max":512,
772
+ "pattern":"^[ \\t]*[\\x20-\\x7E]+([ \\t]+[\\x20-\\x7E]+)*[ \\t]*$"
773
+ },
774
+ "HttpParameters":{
775
+ "type":"structure",
776
+ "members":{
777
+ "PathParameterValues":{"shape":"PathParameterList"},
778
+ "HeaderParameters":{"shape":"HeaderParametersMap"},
779
+ "QueryStringParameters":{"shape":"QueryStringParametersMap"}
780
+ }
781
+ },
748
782
  "InputTransformer":{
749
783
  "type":"structure",
750
784
  "required":["InputTemplate"],
@@ -962,6 +996,12 @@
962
996
  "min":1,
963
997
  "pattern":"[\\.\\-_A-Za-z0-9]+"
964
998
  },
999
+ "OperationDisabledException":{
1000
+ "type":"structure",
1001
+ "members":{
1002
+ },
1003
+ "exception":true
1004
+ },
965
1005
  "PartnerEventSource":{
966
1006
  "type":"structure",
967
1007
  "members":{
@@ -992,6 +1032,14 @@
992
1032
  "min":1,
993
1033
  "pattern":"aws\\.partner/[\\.\\-_A-Za-z0-9]+/[/\\.\\-_A-Za-z0-9]*"
994
1034
  },
1035
+ "PathParameter":{
1036
+ "type":"string",
1037
+ "pattern":"^(?!\\s*$).+"
1038
+ },
1039
+ "PathParameterList":{
1040
+ "type":"list",
1041
+ "member":{"shape":"PathParameter"}
1042
+ },
995
1043
  "PolicyLengthExceededException":{
996
1044
  "type":"structure",
997
1045
  "members":{
@@ -1155,6 +1203,21 @@
1155
1203
  "type":"list",
1156
1204
  "member":{"shape":"PutTargetsResultEntry"}
1157
1205
  },
1206
+ "QueryStringKey":{
1207
+ "type":"string",
1208
+ "max":512,
1209
+ "pattern":"[^\\x00-\\x1F\\x7F]+"
1210
+ },
1211
+ "QueryStringParametersMap":{
1212
+ "type":"map",
1213
+ "key":{"shape":"QueryStringKey"},
1214
+ "value":{"shape":"QueryStringValue"}
1215
+ },
1216
+ "QueryStringValue":{
1217
+ "type":"string",
1218
+ "max":512,
1219
+ "pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+"
1220
+ },
1158
1221
  "RemovePermissionRequest":{
1159
1222
  "type":"structure",
1160
1223
  "required":["StatementId"],
@@ -1380,7 +1443,8 @@
1380
1443
  "RunCommandParameters":{"shape":"RunCommandParameters"},
1381
1444
  "EcsParameters":{"shape":"EcsParameters"},
1382
1445
  "BatchParameters":{"shape":"BatchParameters"},
1383
- "SqsParameters":{"shape":"SqsParameters"}
1446
+ "SqsParameters":{"shape":"SqsParameters"},
1447
+ "HttpParameters":{"shape":"HttpParameters"}
1384
1448
  }
1385
1449
  },
1386
1450
  "TargetArn":{
@@ -23,7 +23,8 @@
23
23
  {"shape":"ResourceNotFoundException"},
24
24
  {"shape":"ConcurrentModificationException"},
25
25
  {"shape":"InvalidStateException"},
26
- {"shape":"InternalException"}
26
+ {"shape":"InternalException"},
27
+ {"shape":"OperationDisabledException"}
27
28
  ]
28
29
  },
29
30
  "CreateEventBus":{
@@ -40,7 +41,8 @@
40
41
  {"shape":"InvalidStateException"},
41
42
  {"shape":"InternalException"},
42
43
  {"shape":"ConcurrentModificationException"},
43
- {"shape":"LimitExceededException"}
44
+ {"shape":"LimitExceededException"},
45
+ {"shape":"OperationDisabledException"}
44
46
  ]
45
47
  },
46
48
  "CreatePartnerEventSource":{
@@ -55,7 +57,8 @@
55
57
  {"shape":"ResourceAlreadyExistsException"},
56
58
  {"shape":"InternalException"},
57
59
  {"shape":"ConcurrentModificationException"},
58
- {"shape":"LimitExceededException"}
60
+ {"shape":"LimitExceededException"},
61
+ {"shape":"OperationDisabledException"}
59
62
  ]
60
63
  },
61
64
  "DeactivateEventSource":{
@@ -69,7 +72,8 @@
69
72
  {"shape":"ResourceNotFoundException"},
70
73
  {"shape":"ConcurrentModificationException"},
71
74
  {"shape":"InvalidStateException"},
72
- {"shape":"InternalException"}
75
+ {"shape":"InternalException"},
76
+ {"shape":"OperationDisabledException"}
73
77
  ]
74
78
  },
75
79
  "DeleteEventBus":{
@@ -93,7 +97,8 @@
93
97
  "input":{"shape":"DeletePartnerEventSourceRequest"},
94
98
  "errors":[
95
99
  {"shape":"InternalException"},
96
- {"shape":"ConcurrentModificationException"}
100
+ {"shape":"ConcurrentModificationException"},
101
+ {"shape":"OperationDisabledException"}
97
102
  ]
98
103
  },
99
104
  "DeleteRule":{
@@ -133,7 +138,8 @@
133
138
  "output":{"shape":"DescribeEventSourceResponse"},
134
139
  "errors":[
135
140
  {"shape":"ResourceNotFoundException"},
136
- {"shape":"InternalException"}
141
+ {"shape":"InternalException"},
142
+ {"shape":"OperationDisabledException"}
137
143
  ]
138
144
  },
139
145
  "DescribePartnerEventSource":{
@@ -146,7 +152,8 @@
146
152
  "output":{"shape":"DescribePartnerEventSourceResponse"},
147
153
  "errors":[
148
154
  {"shape":"ResourceNotFoundException"},
149
- {"shape":"InternalException"}
155
+ {"shape":"InternalException"},
156
+ {"shape":"OperationDisabledException"}
150
157
  ]
151
158
  },
152
159
  "DescribeRule":{
@@ -211,7 +218,8 @@
211
218
  "input":{"shape":"ListEventSourcesRequest"},
212
219
  "output":{"shape":"ListEventSourcesResponse"},
213
220
  "errors":[
214
- {"shape":"InternalException"}
221
+ {"shape":"InternalException"},
222
+ {"shape":"OperationDisabledException"}
215
223
  ]
216
224
  },
217
225
  "ListPartnerEventSourceAccounts":{
@@ -224,7 +232,8 @@
224
232
  "output":{"shape":"ListPartnerEventSourceAccountsResponse"},
225
233
  "errors":[
226
234
  {"shape":"ResourceNotFoundException"},
227
- {"shape":"InternalException"}
235
+ {"shape":"InternalException"},
236
+ {"shape":"OperationDisabledException"}
228
237
  ]
229
238
  },
230
239
  "ListPartnerEventSources":{
@@ -236,7 +245,8 @@
236
245
  "input":{"shape":"ListPartnerEventSourcesRequest"},
237
246
  "output":{"shape":"ListPartnerEventSourcesResponse"},
238
247
  "errors":[
239
- {"shape":"InternalException"}
248
+ {"shape":"InternalException"},
249
+ {"shape":"OperationDisabledException"}
240
250
  ]
241
251
  },
242
252
  "ListRuleNamesByTarget":{
@@ -312,7 +322,8 @@
312
322
  "input":{"shape":"PutPartnerEventsRequest"},
313
323
  "output":{"shape":"PutPartnerEventsResponse"},
314
324
  "errors":[
315
- {"shape":"InternalException"}
325
+ {"shape":"InternalException"},
326
+ {"shape":"OperationDisabledException"}
316
327
  ]
317
328
  },
318
329
  "PutPermission":{
@@ -745,6 +756,29 @@
745
756
  ]
746
757
  },
747
758
  "EventTime":{"type":"timestamp"},
759
+ "HeaderKey":{
760
+ "type":"string",
761
+ "max":512,
762
+ "pattern":"^[!#$%&'*+-.^_`|~0-9a-zA-Z]+$"
763
+ },
764
+ "HeaderParametersMap":{
765
+ "type":"map",
766
+ "key":{"shape":"HeaderKey"},
767
+ "value":{"shape":"HeaderValue"}
768
+ },
769
+ "HeaderValue":{
770
+ "type":"string",
771
+ "max":512,
772
+ "pattern":"^[ \\t]*[\\x20-\\x7E]+([ \\t]+[\\x20-\\x7E]+)*[ \\t]*$"
773
+ },
774
+ "HttpParameters":{
775
+ "type":"structure",
776
+ "members":{
777
+ "PathParameterValues":{"shape":"PathParameterList"},
778
+ "HeaderParameters":{"shape":"HeaderParametersMap"},
779
+ "QueryStringParameters":{"shape":"QueryStringParametersMap"}
780
+ }
781
+ },
748
782
  "InputTransformer":{
749
783
  "type":"structure",
750
784
  "required":["InputTemplate"],
@@ -962,6 +996,12 @@
962
996
  "min":1,
963
997
  "pattern":"[\\.\\-_A-Za-z0-9]+"
964
998
  },
999
+ "OperationDisabledException":{
1000
+ "type":"structure",
1001
+ "members":{
1002
+ },
1003
+ "exception":true
1004
+ },
965
1005
  "PartnerEventSource":{
966
1006
  "type":"structure",
967
1007
  "members":{
@@ -992,6 +1032,14 @@
992
1032
  "min":1,
993
1033
  "pattern":"aws\\.partner/[\\.\\-_A-Za-z0-9]+/[/\\.\\-_A-Za-z0-9]*"
994
1034
  },
1035
+ "PathParameter":{
1036
+ "type":"string",
1037
+ "pattern":"^(?!\\s*$).+"
1038
+ },
1039
+ "PathParameterList":{
1040
+ "type":"list",
1041
+ "member":{"shape":"PathParameter"}
1042
+ },
995
1043
  "PolicyLengthExceededException":{
996
1044
  "type":"structure",
997
1045
  "members":{
@@ -1155,6 +1203,21 @@
1155
1203
  "type":"list",
1156
1204
  "member":{"shape":"PutTargetsResultEntry"}
1157
1205
  },
1206
+ "QueryStringKey":{
1207
+ "type":"string",
1208
+ "max":512,
1209
+ "pattern":"[^\\x00-\\x1F\\x7F]+"
1210
+ },
1211
+ "QueryStringParametersMap":{
1212
+ "type":"map",
1213
+ "key":{"shape":"QueryStringKey"},
1214
+ "value":{"shape":"QueryStringValue"}
1215
+ },
1216
+ "QueryStringValue":{
1217
+ "type":"string",
1218
+ "max":512,
1219
+ "pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+"
1220
+ },
1158
1221
  "RemovePermissionRequest":{
1159
1222
  "type":"structure",
1160
1223
  "required":["StatementId"],
@@ -1380,7 +1443,8 @@
1380
1443
  "RunCommandParameters":{"shape":"RunCommandParameters"},
1381
1444
  "EcsParameters":{"shape":"EcsParameters"},
1382
1445
  "BatchParameters":{"shape":"BatchParameters"},
1383
- "SqsParameters":{"shape":"SqsParameters"}
1446
+ "SqsParameters":{"shape":"SqsParameters"},
1447
+ "HttpParameters":{"shape":"HttpParameters"}
1384
1448
  }
1385
1449
  },
1386
1450
  "TargetArn":{