aws-sdk-core 2.11.479 → 2.11.480

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 68d175a28d2f5315fcc61d6eb4a5dbd64fc502c8
4
- data.tar.gz: 1bb9a8e470f53e5073b31561ef50beefb4587afe
3
+ metadata.gz: abfb8c77fdf38b2745f8234ef902e672238e8cb0
4
+ data.tar.gz: '08a4b0529ec998cb090596ad56633dee132992a2'
5
5
  SHA512:
6
- metadata.gz: 23756153374b172d9d31f6921fa33c36f9b6dde552aface6ae0d913485ac3819c9f2c7754c5b00e10b3df425588185c8e419a9fa6929bc2822b67b940058c20a
7
- data.tar.gz: 7561d07f47f1601efadb885e85f2d28ec3b83ef1936bbc948f6c06e38ca64e48e673f8d0f57babfd815f5c5e6b4b93c00ed9804caf3038ffd0c7945891df294e
6
+ metadata.gz: bc676f939315014d4667accc37f70ccba69132e9c8b75bb34fa7dd8b5098b35704a8aa1c20fa33748d0ace1f1e00b2e21ee016ffcfc78f015cecc0751d22ff9b
7
+ data.tar.gz: ae8a86e48b8f9e680d4888f9754a06549c9b6b808d6b758154805a863525339fcef6862b313a6993adc8c0d7217ae349b90d10a7e7e26385676f917b8fe2cc31
@@ -686,11 +686,36 @@
686
686
  "GrowthFactor":{"shape":"Percentage"},
687
687
  "FinalBakeTimeInMinutes":{"shape":"MinutesBetween0And24Hours"},
688
688
  "State":{"shape":"DeploymentState"},
689
+ "EventLog":{"shape":"DeploymentEvents"},
689
690
  "PercentageComplete":{"shape":"Percentage"},
690
691
  "StartedAt":{"shape":"Iso8601DateTime"},
691
692
  "CompletedAt":{"shape":"Iso8601DateTime"}
692
693
  }
693
694
  },
695
+ "DeploymentEvent":{
696
+ "type":"structure",
697
+ "members":{
698
+ "EventType":{"shape":"DeploymentEventType"},
699
+ "TriggeredBy":{"shape":"TriggeredBy"},
700
+ "Description":{"shape":"Description"},
701
+ "OccurredAt":{"shape":"Iso8601DateTime"}
702
+ }
703
+ },
704
+ "DeploymentEventType":{
705
+ "type":"string",
706
+ "enum":[
707
+ "PERCENTAGE_UPDATED",
708
+ "ROLLBACK_STARTED",
709
+ "ROLLBACK_COMPLETED",
710
+ "BAKE_TIME_STARTED",
711
+ "DEPLOYMENT_STARTED",
712
+ "DEPLOYMENT_COMPLETED"
713
+ ]
714
+ },
715
+ "DeploymentEvents":{
716
+ "type":"list",
717
+ "member":{"shape":"DeploymentEvent"}
718
+ },
694
719
  "DeploymentList":{
695
720
  "type":"list",
696
721
  "member":{"shape":"DeploymentSummary"}
@@ -1223,6 +1248,15 @@
1223
1248
  "type":"string",
1224
1249
  "max":256
1225
1250
  },
1251
+ "TriggeredBy":{
1252
+ "type":"string",
1253
+ "enum":[
1254
+ "USER",
1255
+ "APPCONFIG",
1256
+ "CLOUDWATCH_ALARM",
1257
+ "INTERNAL_ERROR"
1258
+ ]
1259
+ },
1226
1260
  "UntagResourceRequest":{
1227
1261
  "type":"structure",
1228
1262
  "required":[
@@ -2,7 +2,7 @@
2
2
  "version":"2.0",
3
3
  "metadata":{
4
4
  "apiVersion":"2017-07-25",
5
- "endpointPrefix":"api.elastic-inference",
5
+ "endpointPrefix":"elastic-inference",
6
6
  "jsonVersion":"1.1",
7
7
  "protocol":"rest-json",
8
8
  "serviceAbbreviation":"Amazon Elastic Inference",
@@ -531,8 +531,9 @@
531
531
  },
532
532
  "ManagedServiceData":{
533
533
  "type":"string",
534
- "max":1024,
535
- "min":1
534
+ "max":4096,
535
+ "min":1,
536
+ "pattern":".*"
536
537
  },
537
538
  "MemberAccounts":{
538
539
  "type":"list",
@@ -737,6 +738,7 @@
737
738
  "type":"string",
738
739
  "enum":[
739
740
  "WAF",
741
+ "WAFV2",
740
742
  "SHIELD_ADVANCED",
741
743
  "SECURITY_GROUPS_COMMON",
742
744
  "SECURITY_GROUPS_CONTENT_AUDIT",
@@ -2520,14 +2520,16 @@
2520
2520
  "JDBC_ENFORCE_SSL",
2521
2521
  "CUSTOM_JDBC_CERT",
2522
2522
  "SKIP_CUSTOM_JDBC_CERT_VALIDATION",
2523
- "CUSTOM_JDBC_CERT_STRING"
2523
+ "CUSTOM_JDBC_CERT_STRING",
2524
+ "CONNECTION_URL"
2524
2525
  ]
2525
2526
  },
2526
2527
  "ConnectionType":{
2527
2528
  "type":"string",
2528
2529
  "enum":[
2529
2530
  "JDBC",
2530
- "SFTP"
2531
+ "SFTP",
2532
+ "MONGODB"
2531
2533
  ]
2532
2534
  },
2533
2535
  "ConnectionsList":{
@@ -2610,6 +2610,7 @@
2610
2610
  "dotnetcore1.0",
2611
2611
  "dotnetcore2.0",
2612
2612
  "dotnetcore2.1",
2613
+ "dotnetcore3.1",
2613
2614
  "nodejs4.3-edge",
2614
2615
  "go1.x",
2615
2616
  "ruby2.5",
@@ -87,6 +87,21 @@
87
87
  {"shape":"InternalServerError"}
88
88
  ]
89
89
  },
90
+ "DeleteMetricPolicy":{
91
+ "name":"DeleteMetricPolicy",
92
+ "http":{
93
+ "method":"POST",
94
+ "requestUri":"/"
95
+ },
96
+ "input":{"shape":"DeleteMetricPolicyInput"},
97
+ "output":{"shape":"DeleteMetricPolicyOutput"},
98
+ "errors":[
99
+ {"shape":"ContainerInUseException"},
100
+ {"shape":"ContainerNotFoundException"},
101
+ {"shape":"PolicyNotFoundException"},
102
+ {"shape":"InternalServerError"}
103
+ ]
104
+ },
90
105
  "DescribeContainer":{
91
106
  "name":"DescribeContainer",
92
107
  "http":{
@@ -145,6 +160,21 @@
145
160
  {"shape":"InternalServerError"}
146
161
  ]
147
162
  },
163
+ "GetMetricPolicy":{
164
+ "name":"GetMetricPolicy",
165
+ "http":{
166
+ "method":"POST",
167
+ "requestUri":"/"
168
+ },
169
+ "input":{"shape":"GetMetricPolicyInput"},
170
+ "output":{"shape":"GetMetricPolicyOutput"},
171
+ "errors":[
172
+ {"shape":"ContainerNotFoundException"},
173
+ {"shape":"PolicyNotFoundException"},
174
+ {"shape":"ContainerInUseException"},
175
+ {"shape":"InternalServerError"}
176
+ ]
177
+ },
148
178
  "ListContainers":{
149
179
  "name":"ListContainers",
150
180
  "http":{
@@ -213,6 +243,20 @@
213
243
  {"shape":"InternalServerError"}
214
244
  ]
215
245
  },
246
+ "PutMetricPolicy":{
247
+ "name":"PutMetricPolicy",
248
+ "http":{
249
+ "method":"POST",
250
+ "requestUri":"/"
251
+ },
252
+ "input":{"shape":"PutMetricPolicyInput"},
253
+ "output":{"shape":"PutMetricPolicyOutput"},
254
+ "errors":[
255
+ {"shape":"ContainerInUseException"},
256
+ {"shape":"ContainerNotFoundException"},
257
+ {"shape":"InternalServerError"}
258
+ ]
259
+ },
216
260
  "StartAccessLogging":{
217
261
  "name":"StartAccessLogging",
218
262
  "http":{
@@ -314,6 +358,13 @@
314
358
  },
315
359
  "exception":true
316
360
  },
361
+ "ContainerLevelMetrics":{
362
+ "type":"string",
363
+ "enum":[
364
+ "ENABLED",
365
+ "DISABLED"
366
+ ]
367
+ },
317
368
  "ContainerList":{
318
369
  "type":"list",
319
370
  "member":{"shape":"Container"}
@@ -442,6 +493,18 @@
442
493
  "members":{
443
494
  }
444
495
  },
496
+ "DeleteMetricPolicyInput":{
497
+ "type":"structure",
498
+ "required":["ContainerName"],
499
+ "members":{
500
+ "ContainerName":{"shape":"ContainerName"}
501
+ }
502
+ },
503
+ "DeleteMetricPolicyOutput":{
504
+ "type":"structure",
505
+ "members":{
506
+ }
507
+ },
445
508
  "DescribeContainerInput":{
446
509
  "type":"structure",
447
510
  "members":{
@@ -514,6 +577,20 @@
514
577
  "LifecyclePolicy":{"shape":"LifecyclePolicy"}
515
578
  }
516
579
  },
580
+ "GetMetricPolicyInput":{
581
+ "type":"structure",
582
+ "required":["ContainerName"],
583
+ "members":{
584
+ "ContainerName":{"shape":"ContainerName"}
585
+ }
586
+ },
587
+ "GetMetricPolicyOutput":{
588
+ "type":"structure",
589
+ "required":["MetricPolicy"],
590
+ "members":{
591
+ "MetricPolicy":{"shape":"MetricPolicy"}
592
+ }
593
+ },
517
594
  "Header":{
518
595
  "type":"string",
519
596
  "max":8192,
@@ -583,6 +660,43 @@
583
660
  "HEAD"
584
661
  ]
585
662
  },
663
+ "MetricPolicy":{
664
+ "type":"structure",
665
+ "required":["ContainerLevelMetrics"],
666
+ "members":{
667
+ "ContainerLevelMetrics":{"shape":"ContainerLevelMetrics"},
668
+ "MetricPolicyRules":{"shape":"MetricPolicyRules"}
669
+ }
670
+ },
671
+ "MetricPolicyRule":{
672
+ "type":"structure",
673
+ "required":[
674
+ "ObjectGroup",
675
+ "ObjectGroupName"
676
+ ],
677
+ "members":{
678
+ "ObjectGroup":{"shape":"ObjectGroup"},
679
+ "ObjectGroupName":{"shape":"ObjectGroupName"}
680
+ }
681
+ },
682
+ "MetricPolicyRules":{
683
+ "type":"list",
684
+ "member":{"shape":"MetricPolicyRule"},
685
+ "max":300,
686
+ "min":1
687
+ },
688
+ "ObjectGroup":{
689
+ "type":"string",
690
+ "max":900,
691
+ "min":1,
692
+ "pattern":"/?(?:[A-Za-z0-9_=:\\.\\-\\~\\*]+/){0,10}(?:[A-Za-z0-9_=:\\.\\-\\~\\*]+)?/?"
693
+ },
694
+ "ObjectGroupName":{
695
+ "type":"string",
696
+ "max":30,
697
+ "min":1,
698
+ "pattern":"[a-zA-Z0-9_]+"
699
+ },
586
700
  "Origin":{
587
701
  "type":"string",
588
702
  "max":2048,
@@ -650,6 +764,22 @@
650
764
  "members":{
651
765
  }
652
766
  },
767
+ "PutMetricPolicyInput":{
768
+ "type":"structure",
769
+ "required":[
770
+ "ContainerName",
771
+ "MetricPolicy"
772
+ ],
773
+ "members":{
774
+ "ContainerName":{"shape":"ContainerName"},
775
+ "MetricPolicy":{"shape":"MetricPolicy"}
776
+ }
777
+ },
778
+ "PutMetricPolicyOutput":{
779
+ "type":"structure",
780
+ "members":{
781
+ }
782
+ },
653
783
  "StartAccessLoggingInput":{
654
784
  "type":"structure",
655
785
  "required":["ContainerName"],
@@ -685,7 +815,8 @@
685
815
  "TagKey":{
686
816
  "type":"string",
687
817
  "max":128,
688
- "min":1
818
+ "min":1,
819
+ "pattern":"[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*"
689
820
  },
690
821
  "TagKeyList":{
691
822
  "type":"list",
@@ -693,7 +824,9 @@
693
824
  },
694
825
  "TagList":{
695
826
  "type":"list",
696
- "member":{"shape":"Tag"}
827
+ "member":{"shape":"Tag"},
828
+ "max":200,
829
+ "min":1
697
830
  },
698
831
  "TagResourceInput":{
699
832
  "type":"structure",
@@ -714,7 +847,8 @@
714
847
  "TagValue":{
715
848
  "type":"string",
716
849
  "max":256,
717
- "min":0
850
+ "min":0,
851
+ "pattern":"[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*"
718
852
  },
719
853
  "TimeStamp":{"type":"timestamp"},
720
854
  "UntagResourceInput":{
@@ -10032,6 +10032,9 @@
10032
10032
  "Keyword": {
10033
10033
  "shape": "__string"
10034
10034
  },
10035
+ "MediaUrl": {
10036
+ "shape": "__string"
10037
+ },
10035
10038
  "MessageType": {
10036
10039
  "shape": "MessageType"
10037
10040
  },
@@ -137,6 +137,42 @@
137
137
  {"shape":"ResourceNotFoundException"}
138
138
  ]
139
139
  },
140
+ "DeleteProject":{
141
+ "name":"DeleteProject",
142
+ "http":{
143
+ "method":"POST",
144
+ "requestUri":"/"
145
+ },
146
+ "input":{"shape":"DeleteProjectRequest"},
147
+ "output":{"shape":"DeleteProjectResponse"},
148
+ "errors":[
149
+ {"shape":"ResourceInUseException"},
150
+ {"shape":"ResourceNotFoundException"},
151
+ {"shape":"InvalidParameterException"},
152
+ {"shape":"AccessDeniedException"},
153
+ {"shape":"InternalServerError"},
154
+ {"shape":"ThrottlingException"},
155
+ {"shape":"ProvisionedThroughputExceededException"}
156
+ ]
157
+ },
158
+ "DeleteProjectVersion":{
159
+ "name":"DeleteProjectVersion",
160
+ "http":{
161
+ "method":"POST",
162
+ "requestUri":"/"
163
+ },
164
+ "input":{"shape":"DeleteProjectVersionRequest"},
165
+ "output":{"shape":"DeleteProjectVersionResponse"},
166
+ "errors":[
167
+ {"shape":"ResourceNotFoundException"},
168
+ {"shape":"ResourceInUseException"},
169
+ {"shape":"InvalidParameterException"},
170
+ {"shape":"AccessDeniedException"},
171
+ {"shape":"InternalServerError"},
172
+ {"shape":"ThrottlingException"},
173
+ {"shape":"ProvisionedThroughputExceededException"}
174
+ ]
175
+ },
140
176
  "DeleteStreamProcessor":{
141
177
  "name":"DeleteStreamProcessor",
142
178
  "http":{
@@ -1150,6 +1186,32 @@
1150
1186
  "DeletedFaces":{"shape":"FaceIdList"}
1151
1187
  }
1152
1188
  },
1189
+ "DeleteProjectRequest":{
1190
+ "type":"structure",
1191
+ "required":["ProjectArn"],
1192
+ "members":{
1193
+ "ProjectArn":{"shape":"ProjectArn"}
1194
+ }
1195
+ },
1196
+ "DeleteProjectResponse":{
1197
+ "type":"structure",
1198
+ "members":{
1199
+ "Status":{"shape":"ProjectStatus"}
1200
+ }
1201
+ },
1202
+ "DeleteProjectVersionRequest":{
1203
+ "type":"structure",
1204
+ "required":["ProjectVersionArn"],
1205
+ "members":{
1206
+ "ProjectVersionArn":{"shape":"ProjectVersionArn"}
1207
+ }
1208
+ },
1209
+ "DeleteProjectVersionResponse":{
1210
+ "type":"structure",
1211
+ "members":{
1212
+ "Status":{"shape":"ProjectVersionStatus"}
1213
+ }
1214
+ },
1153
1215
  "DeleteStreamProcessorRequest":{
1154
1216
  "type":"structure",
1155
1217
  "required":["Name"],
@@ -1140,6 +1140,10 @@
1140
1140
  "TargetARN":{"shape":"TargetARN"}
1141
1141
  }
1142
1142
  },
1143
+ "AuditDestinationARN":{
1144
+ "type":"string",
1145
+ "max":1024
1146
+ },
1143
1147
  "Authentication":{
1144
1148
  "type":"string",
1145
1149
  "max":15,
@@ -1336,6 +1340,7 @@
1336
1340
  "AdminUserList":{"shape":"FileShareUserList"},
1337
1341
  "ValidUserList":{"shape":"FileShareUserList"},
1338
1342
  "InvalidUserList":{"shape":"FileShareUserList"},
1343
+ "AuditDestinationARN":{"shape":"AuditDestinationARN"},
1339
1344
  "Authentication":{"shape":"Authentication"},
1340
1345
  "Tags":{"shape":"Tags"}
1341
1346
  }
@@ -2664,6 +2669,7 @@
2664
2669
  "AdminUserList":{"shape":"FileShareUserList"},
2665
2670
  "ValidUserList":{"shape":"FileShareUserList"},
2666
2671
  "InvalidUserList":{"shape":"FileShareUserList"},
2672
+ "AuditDestinationARN":{"shape":"AuditDestinationARN"},
2667
2673
  "Authentication":{"shape":"Authentication"},
2668
2674
  "Tags":{"shape":"Tags"}
2669
2675
  }
@@ -3087,7 +3093,8 @@
3087
3093
  "SMBACLEnabled":{"shape":"Boolean"},
3088
3094
  "AdminUserList":{"shape":"FileShareUserList"},
3089
3095
  "ValidUserList":{"shape":"FileShareUserList"},
3090
- "InvalidUserList":{"shape":"FileShareUserList"}
3096
+ "InvalidUserList":{"shape":"FileShareUserList"},
3097
+ "AuditDestinationARN":{"shape":"AuditDestinationARN"}
3091
3098
  }
3092
3099
  },
3093
3100
  "UpdateSMBFileShareOutput":{
@@ -25,7 +25,8 @@
25
25
  {"shape":"WAFInternalErrorException"},
26
26
  {"shape":"WAFInvalidParameterException"},
27
27
  {"shape":"WAFNonexistentItemException"},
28
- {"shape":"WAFUnavailableEntityException"}
28
+ {"shape":"WAFUnavailableEntityException"},
29
+ {"shape":"WAFInvalidOperationException"}
29
30
  ]
30
31
  },
31
32
  "CheckCapacity":{
@@ -61,7 +62,8 @@
61
62
  {"shape":"WAFOptimisticLockException"},
62
63
  {"shape":"WAFLimitsExceededException"},
63
64
  {"shape":"WAFTagOperationException"},
64
- {"shape":"WAFTagOperationInternalErrorException"}
65
+ {"shape":"WAFTagOperationInternalErrorException"},
66
+ {"shape":"WAFInvalidOperationException"}
65
67
  ]
66
68
  },
67
69
  "CreateRegexPatternSet":{
@@ -79,7 +81,8 @@
79
81
  {"shape":"WAFOptimisticLockException"},
80
82
  {"shape":"WAFLimitsExceededException"},
81
83
  {"shape":"WAFTagOperationException"},
82
- {"shape":"WAFTagOperationInternalErrorException"}
84
+ {"shape":"WAFTagOperationInternalErrorException"},
85
+ {"shape":"WAFInvalidOperationException"}
83
86
  ]
84
87
  },
85
88
  "CreateRuleGroup":{
@@ -99,7 +102,9 @@
99
102
  {"shape":"WAFUnavailableEntityException"},
100
103
  {"shape":"WAFTagOperationException"},
101
104
  {"shape":"WAFTagOperationInternalErrorException"},
102
- {"shape":"WAFSubscriptionNotFoundException"}
105
+ {"shape":"WAFSubscriptionNotFoundException"},
106
+ {"shape":"WAFNonexistentItemException"},
107
+ {"shape":"WAFInvalidOperationException"}
103
108
  ]
104
109
  },
105
110
  "CreateWebACL":{
@@ -121,7 +126,24 @@
121
126
  {"shape":"WAFNonexistentItemException"},
122
127
  {"shape":"WAFTagOperationException"},
123
128
  {"shape":"WAFTagOperationInternalErrorException"},
124
- {"shape":"WAFSubscriptionNotFoundException"}
129
+ {"shape":"WAFSubscriptionNotFoundException"},
130
+ {"shape":"WAFInvalidOperationException"}
131
+ ]
132
+ },
133
+ "DeleteFirewallManagerRuleGroups":{
134
+ "name":"DeleteFirewallManagerRuleGroups",
135
+ "http":{
136
+ "method":"POST",
137
+ "requestUri":"/"
138
+ },
139
+ "input":{"shape":"DeleteFirewallManagerRuleGroupsRequest"},
140
+ "output":{"shape":"DeleteFirewallManagerRuleGroupsResponse"},
141
+ "errors":[
142
+ {"shape":"WAFInternalErrorException"},
143
+ {"shape":"WAFInvalidParameterException"},
144
+ {"shape":"WAFNonexistentItemException"},
145
+ {"shape":"WAFOptimisticLockException"},
146
+ {"shape":"WAFInvalidOperationException"}
125
147
  ]
126
148
  },
127
149
  "DeleteIPSet":{
@@ -139,7 +161,8 @@
139
161
  {"shape":"WAFOptimisticLockException"},
140
162
  {"shape":"WAFAssociatedItemException"},
141
163
  {"shape":"WAFTagOperationException"},
142
- {"shape":"WAFTagOperationInternalErrorException"}
164
+ {"shape":"WAFTagOperationInternalErrorException"},
165
+ {"shape":"WAFInvalidOperationException"}
143
166
  ]
144
167
  },
145
168
  "DeleteLoggingConfiguration":{
@@ -153,7 +176,23 @@
153
176
  "errors":[
154
177
  {"shape":"WAFInternalErrorException"},
155
178
  {"shape":"WAFNonexistentItemException"},
156
- {"shape":"WAFOptimisticLockException"}
179
+ {"shape":"WAFOptimisticLockException"},
180
+ {"shape":"WAFInvalidParameterException"},
181
+ {"shape":"WAFInvalidOperationException"}
182
+ ]
183
+ },
184
+ "DeletePermissionPolicy":{
185
+ "name":"DeletePermissionPolicy",
186
+ "http":{
187
+ "method":"POST",
188
+ "requestUri":"/"
189
+ },
190
+ "input":{"shape":"DeletePermissionPolicyRequest"},
191
+ "output":{"shape":"DeletePermissionPolicyResponse"},
192
+ "errors":[
193
+ {"shape":"WAFNonexistentItemException"},
194
+ {"shape":"WAFInternalErrorException"},
195
+ {"shape":"WAFInvalidParameterException"}
157
196
  ]
158
197
  },
159
198
  "DeleteRegexPatternSet":{
@@ -171,7 +210,8 @@
171
210
  {"shape":"WAFOptimisticLockException"},
172
211
  {"shape":"WAFAssociatedItemException"},
173
212
  {"shape":"WAFTagOperationException"},
174
- {"shape":"WAFTagOperationInternalErrorException"}
213
+ {"shape":"WAFTagOperationInternalErrorException"},
214
+ {"shape":"WAFInvalidOperationException"}
175
215
  ]
176
216
  },
177
217
  "DeleteRuleGroup":{
@@ -189,7 +229,8 @@
189
229
  {"shape":"WAFOptimisticLockException"},
190
230
  {"shape":"WAFAssociatedItemException"},
191
231
  {"shape":"WAFTagOperationException"},
192
- {"shape":"WAFTagOperationInternalErrorException"}
232
+ {"shape":"WAFTagOperationInternalErrorException"},
233
+ {"shape":"WAFInvalidOperationException"}
193
234
  ]
194
235
  },
195
236
  "DeleteWebACL":{
@@ -207,7 +248,8 @@
207
248
  {"shape":"WAFOptimisticLockException"},
208
249
  {"shape":"WAFAssociatedItemException"},
209
250
  {"shape":"WAFTagOperationException"},
210
- {"shape":"WAFTagOperationInternalErrorException"}
251
+ {"shape":"WAFTagOperationInternalErrorException"},
252
+ {"shape":"WAFInvalidOperationException"}
211
253
  ]
212
254
  },
213
255
  "DescribeManagedRuleGroup":{
@@ -222,7 +264,8 @@
222
264
  {"shape":"WAFInternalErrorException"},
223
265
  {"shape":"WAFInvalidParameterException"},
224
266
  {"shape":"WAFInvalidResourceException"},
225
- {"shape":"WAFNonexistentItemException"}
267
+ {"shape":"WAFNonexistentItemException"},
268
+ {"shape":"WAFInvalidOperationException"}
226
269
  ]
227
270
  },
228
271
  "DisassociateWebACL":{
@@ -236,7 +279,8 @@
236
279
  "errors":[
237
280
  {"shape":"WAFInternalErrorException"},
238
281
  {"shape":"WAFInvalidParameterException"},
239
- {"shape":"WAFNonexistentItemException"}
282
+ {"shape":"WAFNonexistentItemException"},
283
+ {"shape":"WAFInvalidOperationException"}
240
284
  ]
241
285
  },
242
286
  "GetIPSet":{
@@ -250,7 +294,8 @@
250
294
  "errors":[
251
295
  {"shape":"WAFInternalErrorException"},
252
296
  {"shape":"WAFInvalidParameterException"},
253
- {"shape":"WAFNonexistentItemException"}
297
+ {"shape":"WAFNonexistentItemException"},
298
+ {"shape":"WAFInvalidOperationException"}
254
299
  ]
255
300
  },
256
301
  "GetLoggingConfiguration":{
@@ -263,7 +308,23 @@
263
308
  "output":{"shape":"GetLoggingConfigurationResponse"},
264
309
  "errors":[
265
310
  {"shape":"WAFInternalErrorException"},
266
- {"shape":"WAFNonexistentItemException"}
311
+ {"shape":"WAFNonexistentItemException"},
312
+ {"shape":"WAFInvalidParameterException"},
313
+ {"shape":"WAFInvalidOperationException"}
314
+ ]
315
+ },
316
+ "GetPermissionPolicy":{
317
+ "name":"GetPermissionPolicy",
318
+ "http":{
319
+ "method":"POST",
320
+ "requestUri":"/"
321
+ },
322
+ "input":{"shape":"GetPermissionPolicyRequest"},
323
+ "output":{"shape":"GetPermissionPolicyResponse"},
324
+ "errors":[
325
+ {"shape":"WAFNonexistentItemException"},
326
+ {"shape":"WAFInternalErrorException"},
327
+ {"shape":"WAFInvalidParameterException"}
267
328
  ]
268
329
  },
269
330
  "GetRateBasedStatementManagedKeys":{
@@ -277,7 +338,8 @@
277
338
  "errors":[
278
339
  {"shape":"WAFInternalErrorException"},
279
340
  {"shape":"WAFInvalidParameterException"},
280
- {"shape":"WAFNonexistentItemException"}
341
+ {"shape":"WAFNonexistentItemException"},
342
+ {"shape":"WAFInvalidOperationException"}
281
343
  ]
282
344
  },
283
345
  "GetRegexPatternSet":{
@@ -291,7 +353,8 @@
291
353
  "errors":[
292
354
  {"shape":"WAFInternalErrorException"},
293
355
  {"shape":"WAFInvalidParameterException"},
294
- {"shape":"WAFNonexistentItemException"}
356
+ {"shape":"WAFNonexistentItemException"},
357
+ {"shape":"WAFInvalidOperationException"}
295
358
  ]
296
359
  },
297
360
  "GetRuleGroup":{
@@ -305,7 +368,8 @@
305
368
  "errors":[
306
369
  {"shape":"WAFInternalErrorException"},
307
370
  {"shape":"WAFInvalidParameterException"},
308
- {"shape":"WAFNonexistentItemException"}
371
+ {"shape":"WAFNonexistentItemException"},
372
+ {"shape":"WAFInvalidOperationException"}
309
373
  ]
310
374
  },
311
375
  "GetSampledRequests":{
@@ -333,7 +397,8 @@
333
397
  "errors":[
334
398
  {"shape":"WAFInternalErrorException"},
335
399
  {"shape":"WAFInvalidParameterException"},
336
- {"shape":"WAFNonexistentItemException"}
400
+ {"shape":"WAFNonexistentItemException"},
401
+ {"shape":"WAFInvalidOperationException"}
337
402
  ]
338
403
  },
339
404
  "GetWebACLForResource":{
@@ -348,7 +413,8 @@
348
413
  {"shape":"WAFInternalErrorException"},
349
414
  {"shape":"WAFNonexistentItemException"},
350
415
  {"shape":"WAFInvalidParameterException"},
351
- {"shape":"WAFUnavailableEntityException"}
416
+ {"shape":"WAFUnavailableEntityException"},
417
+ {"shape":"WAFInvalidOperationException"}
352
418
  ]
353
419
  },
354
420
  "ListAvailableManagedRuleGroups":{
@@ -361,7 +427,8 @@
361
427
  "output":{"shape":"ListAvailableManagedRuleGroupsResponse"},
362
428
  "errors":[
363
429
  {"shape":"WAFInternalErrorException"},
364
- {"shape":"WAFInvalidParameterException"}
430
+ {"shape":"WAFInvalidParameterException"},
431
+ {"shape":"WAFInvalidOperationException"}
365
432
  ]
366
433
  },
367
434
  "ListIPSets":{
@@ -374,7 +441,8 @@
374
441
  "output":{"shape":"ListIPSetsResponse"},
375
442
  "errors":[
376
443
  {"shape":"WAFInternalErrorException"},
377
- {"shape":"WAFInvalidParameterException"}
444
+ {"shape":"WAFInvalidParameterException"},
445
+ {"shape":"WAFInvalidOperationException"}
378
446
  ]
379
447
  },
380
448
  "ListLoggingConfigurations":{
@@ -387,7 +455,8 @@
387
455
  "output":{"shape":"ListLoggingConfigurationsResponse"},
388
456
  "errors":[
389
457
  {"shape":"WAFInternalErrorException"},
390
- {"shape":"WAFInvalidParameterException"}
458
+ {"shape":"WAFInvalidParameterException"},
459
+ {"shape":"WAFInvalidOperationException"}
391
460
  ]
392
461
  },
393
462
  "ListRegexPatternSets":{
@@ -400,7 +469,8 @@
400
469
  "output":{"shape":"ListRegexPatternSetsResponse"},
401
470
  "errors":[
402
471
  {"shape":"WAFInternalErrorException"},
403
- {"shape":"WAFInvalidParameterException"}
472
+ {"shape":"WAFInvalidParameterException"},
473
+ {"shape":"WAFInvalidOperationException"}
404
474
  ]
405
475
  },
406
476
  "ListResourcesForWebACL":{
@@ -414,7 +484,8 @@
414
484
  "errors":[
415
485
  {"shape":"WAFInternalErrorException"},
416
486
  {"shape":"WAFNonexistentItemException"},
417
- {"shape":"WAFInvalidParameterException"}
487
+ {"shape":"WAFInvalidParameterException"},
488
+ {"shape":"WAFInvalidOperationException"}
418
489
  ]
419
490
  },
420
491
  "ListRuleGroups":{
@@ -427,7 +498,8 @@
427
498
  "output":{"shape":"ListRuleGroupsResponse"},
428
499
  "errors":[
429
500
  {"shape":"WAFInternalErrorException"},
430
- {"shape":"WAFInvalidParameterException"}
501
+ {"shape":"WAFInvalidParameterException"},
502
+ {"shape":"WAFInvalidOperationException"}
431
503
  ]
432
504
  },
433
505
  "ListTagsForResource":{
@@ -443,7 +515,8 @@
443
515
  {"shape":"WAFInvalidParameterException"},
444
516
  {"shape":"WAFNonexistentItemException"},
445
517
  {"shape":"WAFTagOperationException"},
446
- {"shape":"WAFTagOperationInternalErrorException"}
518
+ {"shape":"WAFTagOperationInternalErrorException"},
519
+ {"shape":"WAFInvalidOperationException"}
447
520
  ]
448
521
  },
449
522
  "ListWebACLs":{
@@ -456,7 +529,8 @@
456
529
  "output":{"shape":"ListWebACLsResponse"},
457
530
  "errors":[
458
531
  {"shape":"WAFInternalErrorException"},
459
- {"shape":"WAFInvalidParameterException"}
532
+ {"shape":"WAFInvalidParameterException"},
533
+ {"shape":"WAFInvalidOperationException"}
460
534
  ]
461
535
  },
462
536
  "PutLoggingConfiguration":{
@@ -472,7 +546,23 @@
472
546
  {"shape":"WAFNonexistentItemException"},
473
547
  {"shape":"WAFOptimisticLockException"},
474
548
  {"shape":"WAFServiceLinkedRoleErrorException"},
475
- {"shape":"WAFInvalidParameterException"}
549
+ {"shape":"WAFInvalidParameterException"},
550
+ {"shape":"WAFInvalidOperationException"}
551
+ ]
552
+ },
553
+ "PutPermissionPolicy":{
554
+ "name":"PutPermissionPolicy",
555
+ "http":{
556
+ "method":"POST",
557
+ "requestUri":"/"
558
+ },
559
+ "input":{"shape":"PutPermissionPolicyRequest"},
560
+ "output":{"shape":"PutPermissionPolicyResponse"},
561
+ "errors":[
562
+ {"shape":"WAFNonexistentItemException"},
563
+ {"shape":"WAFInternalErrorException"},
564
+ {"shape":"WAFInvalidParameterException"},
565
+ {"shape":"WAFInvalidPermissionPolicyException"}
476
566
  ]
477
567
  },
478
568
  "TagResource":{
@@ -489,7 +579,8 @@
489
579
  {"shape":"WAFLimitsExceededException"},
490
580
  {"shape":"WAFNonexistentItemException"},
491
581
  {"shape":"WAFTagOperationException"},
492
- {"shape":"WAFTagOperationInternalErrorException"}
582
+ {"shape":"WAFTagOperationInternalErrorException"},
583
+ {"shape":"WAFInvalidOperationException"}
493
584
  ]
494
585
  },
495
586
  "UntagResource":{
@@ -505,7 +596,8 @@
505
596
  {"shape":"WAFInvalidParameterException"},
506
597
  {"shape":"WAFNonexistentItemException"},
507
598
  {"shape":"WAFTagOperationException"},
508
- {"shape":"WAFTagOperationInternalErrorException"}
599
+ {"shape":"WAFTagOperationInternalErrorException"},
600
+ {"shape":"WAFInvalidOperationException"}
509
601
  ]
510
602
  },
511
603
  "UpdateIPSet":{
@@ -522,7 +614,8 @@
522
614
  {"shape":"WAFNonexistentItemException"},
523
615
  {"shape":"WAFDuplicateItemException"},
524
616
  {"shape":"WAFOptimisticLockException"},
525
- {"shape":"WAFLimitsExceededException"}
617
+ {"shape":"WAFLimitsExceededException"},
618
+ {"shape":"WAFInvalidOperationException"}
526
619
  ]
527
620
  },
528
621
  "UpdateRegexPatternSet":{
@@ -539,7 +632,8 @@
539
632
  {"shape":"WAFNonexistentItemException"},
540
633
  {"shape":"WAFDuplicateItemException"},
541
634
  {"shape":"WAFOptimisticLockException"},
542
- {"shape":"WAFLimitsExceededException"}
635
+ {"shape":"WAFLimitsExceededException"},
636
+ {"shape":"WAFInvalidOperationException"}
543
637
  ]
544
638
  },
545
639
  "UpdateRuleGroup":{
@@ -558,7 +652,8 @@
558
652
  {"shape":"WAFOptimisticLockException"},
559
653
  {"shape":"WAFLimitsExceededException"},
560
654
  {"shape":"WAFUnavailableEntityException"},
561
- {"shape":"WAFSubscriptionNotFoundException"}
655
+ {"shape":"WAFSubscriptionNotFoundException"},
656
+ {"shape":"WAFInvalidOperationException"}
562
657
  ]
563
658
  },
564
659
  "UpdateWebACL":{
@@ -578,7 +673,8 @@
578
673
  {"shape":"WAFLimitsExceededException"},
579
674
  {"shape":"WAFInvalidResourceException"},
580
675
  {"shape":"WAFUnavailableEntityException"},
581
- {"shape":"WAFSubscriptionNotFoundException"}
676
+ {"shape":"WAFSubscriptionNotFoundException"},
677
+ {"shape":"WAFInvalidOperationException"}
582
678
  ]
583
679
  }
584
680
  },
@@ -1043,6 +1139,23 @@
1043
1139
  "Allow":{"shape":"AllowAction"}
1044
1140
  }
1045
1141
  },
1142
+ "DeleteFirewallManagerRuleGroupsRequest":{
1143
+ "type":"structure",
1144
+ "required":[
1145
+ "WebACLArn",
1146
+ "WebACLLockToken"
1147
+ ],
1148
+ "members":{
1149
+ "WebACLArn":{"shape":"ResourceArn"},
1150
+ "WebACLLockToken":{"shape":"LockToken"}
1151
+ }
1152
+ },
1153
+ "DeleteFirewallManagerRuleGroupsResponse":{
1154
+ "type":"structure",
1155
+ "members":{
1156
+ "NextWebACLLockToken":{"shape":"LockToken"}
1157
+ }
1158
+ },
1046
1159
  "DeleteIPSetRequest":{
1047
1160
  "type":"structure",
1048
1161
  "required":[
@@ -1075,6 +1188,18 @@
1075
1188
  "members":{
1076
1189
  }
1077
1190
  },
1191
+ "DeletePermissionPolicyRequest":{
1192
+ "type":"structure",
1193
+ "required":["ResourceArn"],
1194
+ "members":{
1195
+ "ResourceArn":{"shape":"ResourceArn"}
1196
+ }
1197
+ },
1198
+ "DeletePermissionPolicyResponse":{
1199
+ "type":"structure",
1200
+ "members":{
1201
+ }
1202
+ },
1078
1203
  "DeleteRegexPatternSetRequest":{
1079
1204
  "type":"structure",
1080
1205
  "required":[
@@ -1216,6 +1341,34 @@
1216
1341
  "min":1,
1217
1342
  "pattern":".*\\S.*"
1218
1343
  },
1344
+ "FirewallManagerRuleGroup":{
1345
+ "type":"structure",
1346
+ "required":[
1347
+ "Name",
1348
+ "Priority",
1349
+ "FirewallManagerStatement",
1350
+ "OverrideAction",
1351
+ "VisibilityConfig"
1352
+ ],
1353
+ "members":{
1354
+ "Name":{"shape":"EntityName"},
1355
+ "Priority":{"shape":"RulePriority"},
1356
+ "FirewallManagerStatement":{"shape":"FirewallManagerStatement"},
1357
+ "OverrideAction":{"shape":"OverrideAction"},
1358
+ "VisibilityConfig":{"shape":"VisibilityConfig"}
1359
+ }
1360
+ },
1361
+ "FirewallManagerRuleGroups":{
1362
+ "type":"list",
1363
+ "member":{"shape":"FirewallManagerRuleGroup"}
1364
+ },
1365
+ "FirewallManagerStatement":{
1366
+ "type":"structure",
1367
+ "members":{
1368
+ "ManagedRuleGroupStatement":{"shape":"ManagedRuleGroupStatement"},
1369
+ "RuleGroupReferenceStatement":{"shape":"RuleGroupReferenceStatement"}
1370
+ }
1371
+ },
1219
1372
  "GeoMatchStatement":{
1220
1373
  "type":"structure",
1221
1374
  "members":{
@@ -1255,6 +1408,19 @@
1255
1408
  "LoggingConfiguration":{"shape":"LoggingConfiguration"}
1256
1409
  }
1257
1410
  },
1411
+ "GetPermissionPolicyRequest":{
1412
+ "type":"structure",
1413
+ "required":["ResourceArn"],
1414
+ "members":{
1415
+ "ResourceArn":{"shape":"ResourceArn"}
1416
+ }
1417
+ },
1418
+ "GetPermissionPolicyResponse":{
1419
+ "type":"structure",
1420
+ "members":{
1421
+ "Policy":{"shape":"PolicyString"}
1422
+ }
1423
+ },
1258
1424
  "GetRateBasedStatementManagedKeysRequest":{
1259
1425
  "type":"structure",
1260
1426
  "required":[
@@ -1727,13 +1893,18 @@
1727
1893
  "RESOURCE_TYPE",
1728
1894
  "TAGS",
1729
1895
  "TAG_KEYS",
1730
- "METRIC_NAME"
1896
+ "METRIC_NAME",
1897
+ "FIREWALL_MANAGER_STATEMENT"
1731
1898
  ]
1732
1899
  },
1733
1900
  "ParameterExceptionParameter":{
1734
1901
  "type":"string",
1735
1902
  "min":1
1736
1903
  },
1904
+ "PolicyString":{
1905
+ "type":"string",
1906
+ "min":1
1907
+ },
1737
1908
  "PopulationSize":{"type":"long"},
1738
1909
  "PositionalConstraint":{
1739
1910
  "type":"string",
@@ -1758,6 +1929,22 @@
1758
1929
  "LoggingConfiguration":{"shape":"LoggingConfiguration"}
1759
1930
  }
1760
1931
  },
1932
+ "PutPermissionPolicyRequest":{
1933
+ "type":"structure",
1934
+ "required":[
1935
+ "ResourceArn",
1936
+ "Policy"
1937
+ ],
1938
+ "members":{
1939
+ "ResourceArn":{"shape":"ResourceArn"},
1940
+ "Policy":{"shape":"PolicyString"}
1941
+ }
1942
+ },
1943
+ "PutPermissionPolicyResponse":{
1944
+ "type":"structure",
1945
+ "members":{
1946
+ }
1947
+ },
1761
1948
  "QueryString":{
1762
1949
  "type":"structure",
1763
1950
  "members":{
@@ -1847,8 +2034,7 @@
1847
2034
  },
1848
2035
  "RegularExpressionList":{
1849
2036
  "type":"list",
1850
- "member":{"shape":"Regex"},
1851
- "min":1
2037
+ "member":{"shape":"Regex"}
1852
2038
  },
1853
2039
  "ResourceArn":{
1854
2040
  "type":"string",
@@ -2311,6 +2497,13 @@
2311
2497
  "exception":true,
2312
2498
  "fault":true
2313
2499
  },
2500
+ "WAFInvalidOperationException":{
2501
+ "type":"structure",
2502
+ "members":{
2503
+ "Message":{"shape":"ErrorMessage"}
2504
+ },
2505
+ "exception":true
2506
+ },
2314
2507
  "WAFInvalidParameterException":{
2315
2508
  "type":"structure",
2316
2509
  "members":{
@@ -2321,6 +2514,13 @@
2321
2514
  },
2322
2515
  "exception":true
2323
2516
  },
2517
+ "WAFInvalidPermissionPolicyException":{
2518
+ "type":"structure",
2519
+ "members":{
2520
+ "Message":{"shape":"ErrorMessage"}
2521
+ },
2522
+ "exception":true
2523
+ },
2324
2524
  "WAFInvalidResourceException":{
2325
2525
  "type":"structure",
2326
2526
  "members":{
@@ -2402,7 +2602,10 @@
2402
2602
  "Description":{"shape":"EntityDescription"},
2403
2603
  "Rules":{"shape":"Rules"},
2404
2604
  "VisibilityConfig":{"shape":"VisibilityConfig"},
2405
- "Capacity":{"shape":"ConsumedCapacity"}
2605
+ "Capacity":{"shape":"ConsumedCapacity"},
2606
+ "PreProcessFirewallManagerRuleGroups":{"shape":"FirewallManagerRuleGroups"},
2607
+ "PostProcessFirewallManagerRuleGroups":{"shape":"FirewallManagerRuleGroups"},
2608
+ "ManagedByFirewallManager":{"shape":"Boolean"}
2406
2609
  }
2407
2610
  },
2408
2611
  "WebACLSummaries":{
data/endpoints.json CHANGED
@@ -1637,6 +1637,28 @@
1637
1637
  "us-west-2" : { }
1638
1638
  }
1639
1639
  },
1640
+ "elastic-inference" : {
1641
+ "endpoints" : {
1642
+ "ap-northeast-1" : {
1643
+ "hostname" : "api.elastic-inference.ap-northeast-1.amazonaws.com"
1644
+ },
1645
+ "ap-northeast-2" : {
1646
+ "hostname" : "api.elastic-inference.ap-northeast-2.amazonaws.com"
1647
+ },
1648
+ "eu-west-1" : {
1649
+ "hostname" : "api.elastic-inference.eu-west-1.amazonaws.com"
1650
+ },
1651
+ "us-east-1" : {
1652
+ "hostname" : "api.elastic-inference.us-east-1.amazonaws.com"
1653
+ },
1654
+ "us-east-2" : {
1655
+ "hostname" : "api.elastic-inference.us-east-2.amazonaws.com"
1656
+ },
1657
+ "us-west-2" : {
1658
+ "hostname" : "api.elastic-inference.us-west-2.amazonaws.com"
1659
+ }
1660
+ }
1661
+ },
1640
1662
  "elasticache" : {
1641
1663
  "endpoints" : {
1642
1664
  "ap-east-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.479'
2
+ VERSION = '2.11.480'
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.479
4
+ version: 2.11.480
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-03-30 00:00:00.000000000 Z
11
+ date: 2020-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath