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
@@ -28,6 +28,11 @@
|
|
28
28
|
"output_token": "Marker",
|
29
29
|
"result_key": "Instances"
|
30
30
|
},
|
31
|
+
"ListNotebookExecutions": {
|
32
|
+
"input_token": "Marker",
|
33
|
+
"output_token": "Marker",
|
34
|
+
"result_key": "NotebookExecutions"
|
35
|
+
},
|
31
36
|
"ListSecurityConfigurations": {
|
32
37
|
"input_token": "Marker",
|
33
38
|
"output_token": "Marker",
|
@@ -593,6 +593,21 @@
|
|
593
593
|
{"shape":"InternalServiceException"}
|
594
594
|
]
|
595
595
|
},
|
596
|
+
"DescribeGameServerInstances":{
|
597
|
+
"name":"DescribeGameServerInstances",
|
598
|
+
"http":{
|
599
|
+
"method":"POST",
|
600
|
+
"requestUri":"/"
|
601
|
+
},
|
602
|
+
"input":{"shape":"DescribeGameServerInstancesInput"},
|
603
|
+
"output":{"shape":"DescribeGameServerInstancesOutput"},
|
604
|
+
"errors":[
|
605
|
+
{"shape":"InvalidRequestException"},
|
606
|
+
{"shape":"NotFoundException"},
|
607
|
+
{"shape":"UnauthorizedException"},
|
608
|
+
{"shape":"InternalServiceException"}
|
609
|
+
]
|
610
|
+
},
|
596
611
|
"DescribeGameSessionDetails":{
|
597
612
|
"name":"DescribeGameSessionDetails",
|
598
613
|
"http":{
|
@@ -1482,7 +1497,8 @@
|
|
1482
1497
|
"type":"string",
|
1483
1498
|
"enum":[
|
1484
1499
|
"SPOT_ONLY",
|
1485
|
-
"SPOT_PREFERRED"
|
1500
|
+
"SPOT_PREFERRED",
|
1501
|
+
"ON_DEMAND_ONLY"
|
1486
1502
|
]
|
1487
1503
|
},
|
1488
1504
|
"BooleanModel":{"type":"boolean"},
|
@@ -2120,6 +2136,23 @@
|
|
2120
2136
|
"GameServerId":{"shape":"GameServerId"}
|
2121
2137
|
}
|
2122
2138
|
},
|
2139
|
+
"DescribeGameServerInstancesInput":{
|
2140
|
+
"type":"structure",
|
2141
|
+
"required":["GameServerGroupName"],
|
2142
|
+
"members":{
|
2143
|
+
"GameServerGroupName":{"shape":"GameServerGroupNameOrArn"},
|
2144
|
+
"InstanceIds":{"shape":"GameServerInstanceIds"},
|
2145
|
+
"Limit":{"shape":"PositiveInteger"},
|
2146
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
2147
|
+
}
|
2148
|
+
},
|
2149
|
+
"DescribeGameServerInstancesOutput":{
|
2150
|
+
"type":"structure",
|
2151
|
+
"members":{
|
2152
|
+
"GameServerInstances":{"shape":"GameServerInstances"},
|
2153
|
+
"NextToken":{"shape":"NonZeroAndMaxString"}
|
2154
|
+
}
|
2155
|
+
},
|
2123
2156
|
"DescribeGameServerOutput":{
|
2124
2157
|
"type":"structure",
|
2125
2158
|
"members":{
|
@@ -2643,7 +2676,6 @@
|
|
2643
2676
|
"InstanceId":{"shape":"GameServerInstanceId"},
|
2644
2677
|
"ConnectionInfo":{"shape":"GameServerConnectionInfo"},
|
2645
2678
|
"GameServerData":{"shape":"GameServerData"},
|
2646
|
-
"CustomSortKey":{"shape":"GameServerSortKey"},
|
2647
2679
|
"ClaimStatus":{"shape":"GameServerClaimStatus"},
|
2648
2680
|
"UtilizationStatus":{"shape":"GameServerUtilizationStatus"},
|
2649
2681
|
"RegistrationTime":{"shape":"Timestamp"},
|
@@ -2799,12 +2831,39 @@
|
|
2799
2831
|
"min":3,
|
2800
2832
|
"pattern":"[a-zA-Z0-9-\\.]+"
|
2801
2833
|
},
|
2834
|
+
"GameServerInstance":{
|
2835
|
+
"type":"structure",
|
2836
|
+
"members":{
|
2837
|
+
"GameServerGroupName":{"shape":"GameServerGroupName"},
|
2838
|
+
"GameServerGroupArn":{"shape":"GameServerGroupArn"},
|
2839
|
+
"InstanceId":{"shape":"GameServerInstanceId"},
|
2840
|
+
"InstanceStatus":{"shape":"GameServerInstanceStatus"}
|
2841
|
+
}
|
2842
|
+
},
|
2802
2843
|
"GameServerInstanceId":{
|
2803
2844
|
"type":"string",
|
2804
2845
|
"max":19,
|
2805
2846
|
"min":19,
|
2806
2847
|
"pattern":"^i-[0-9a-zA-Z]{17}$"
|
2807
2848
|
},
|
2849
|
+
"GameServerInstanceIds":{
|
2850
|
+
"type":"list",
|
2851
|
+
"member":{"shape":"GameServerInstanceId"},
|
2852
|
+
"max":20,
|
2853
|
+
"min":1
|
2854
|
+
},
|
2855
|
+
"GameServerInstanceStatus":{
|
2856
|
+
"type":"string",
|
2857
|
+
"enum":[
|
2858
|
+
"ACTIVE",
|
2859
|
+
"DRAINING",
|
2860
|
+
"SPOT_TERMINATING"
|
2861
|
+
]
|
2862
|
+
},
|
2863
|
+
"GameServerInstances":{
|
2864
|
+
"type":"list",
|
2865
|
+
"member":{"shape":"GameServerInstance"}
|
2866
|
+
},
|
2808
2867
|
"GameServerProtectionPolicy":{
|
2809
2868
|
"type":"string",
|
2810
2869
|
"enum":[
|
@@ -2812,12 +2871,6 @@
|
|
2812
2871
|
"FULL_PROTECTION"
|
2813
2872
|
]
|
2814
2873
|
},
|
2815
|
-
"GameServerSortKey":{
|
2816
|
-
"type":"string",
|
2817
|
-
"max":64,
|
2818
|
-
"min":1,
|
2819
|
-
"pattern":"[a-zA-Z0-9-\\.]+"
|
2820
|
-
},
|
2821
2874
|
"GameServerUtilizationStatus":{
|
2822
2875
|
"type":"string",
|
2823
2876
|
"enum":[
|
@@ -3689,9 +3742,7 @@
|
|
3689
3742
|
"GameServerId":{"shape":"GameServerId"},
|
3690
3743
|
"InstanceId":{"shape":"GameServerInstanceId"},
|
3691
3744
|
"ConnectionInfo":{"shape":"GameServerConnectionInfo"},
|
3692
|
-
"GameServerData":{"shape":"GameServerData"}
|
3693
|
-
"CustomSortKey":{"shape":"GameServerSortKey"},
|
3694
|
-
"Tags":{"shape":"TagList"}
|
3745
|
+
"GameServerData":{"shape":"GameServerData"}
|
3695
3746
|
}
|
3696
3747
|
},
|
3697
3748
|
"RegisterGameServerOutput":{
|
@@ -4272,7 +4323,6 @@
|
|
4272
4323
|
"GameServerGroupName":{"shape":"GameServerGroupNameOrArn"},
|
4273
4324
|
"GameServerId":{"shape":"GameServerId"},
|
4274
4325
|
"GameServerData":{"shape":"GameServerData"},
|
4275
|
-
"CustomSortKey":{"shape":"GameServerSortKey"},
|
4276
4326
|
"UtilizationStatus":{"shape":"GameServerUtilizationStatus"},
|
4277
4327
|
"HealthCheck":{"shape":"GameServerHealthCheck"}
|
4278
4328
|
}
|
@@ -4427,9 +4477,9 @@
|
|
4427
4477
|
},
|
4428
4478
|
"VpcSubnet":{
|
4429
4479
|
"type":"string",
|
4430
|
-
"max":
|
4480
|
+
"max":24,
|
4431
4481
|
"min":15,
|
4432
|
-
"pattern":"^subnet-[0-9a-z]
|
4482
|
+
"pattern":"^subnet-[0-9a-z]+$"
|
4433
4483
|
},
|
4434
4484
|
"VpcSubnets":{
|
4435
4485
|
"type":"list",
|
@@ -1,4 +1,124 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"DescribeFleetAttributes": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "Limit",
|
7
|
+
"result_key": "FleetAttributes"
|
8
|
+
},
|
9
|
+
"DescribeFleetCapacity": {
|
10
|
+
"input_token": "NextToken",
|
11
|
+
"output_token": "NextToken",
|
12
|
+
"limit_key": "Limit",
|
13
|
+
"result_key": "FleetCapacity"
|
14
|
+
},
|
15
|
+
"DescribeFleetEvents": {
|
16
|
+
"input_token": "NextToken",
|
17
|
+
"output_token": "NextToken",
|
18
|
+
"limit_key": "Limit",
|
19
|
+
"result_key": "Events"
|
20
|
+
},
|
21
|
+
"DescribeFleetUtilization": {
|
22
|
+
"input_token": "NextToken",
|
23
|
+
"output_token": "NextToken",
|
24
|
+
"limit_key": "Limit",
|
25
|
+
"result_key": "FleetUtilization"
|
26
|
+
},
|
27
|
+
"DescribeGameServerInstances": {
|
28
|
+
"input_token": "NextToken",
|
29
|
+
"output_token": "NextToken",
|
30
|
+
"limit_key": "Limit",
|
31
|
+
"result_key": "GameServerInstances"
|
32
|
+
},
|
33
|
+
"DescribeGameSessionDetails": {
|
34
|
+
"input_token": "NextToken",
|
35
|
+
"output_token": "NextToken",
|
36
|
+
"limit_key": "Limit",
|
37
|
+
"result_key": "GameSessionDetails"
|
38
|
+
},
|
39
|
+
"DescribeGameSessionQueues": {
|
40
|
+
"input_token": "NextToken",
|
41
|
+
"output_token": "NextToken",
|
42
|
+
"limit_key": "Limit",
|
43
|
+
"result_key": "GameSessionQueues"
|
44
|
+
},
|
45
|
+
"DescribeGameSessions": {
|
46
|
+
"input_token": "NextToken",
|
47
|
+
"output_token": "NextToken",
|
48
|
+
"limit_key": "Limit",
|
49
|
+
"result_key": "GameSessions"
|
50
|
+
},
|
51
|
+
"DescribeInstances": {
|
52
|
+
"input_token": "NextToken",
|
53
|
+
"output_token": "NextToken",
|
54
|
+
"limit_key": "Limit",
|
55
|
+
"result_key": "Instances"
|
56
|
+
},
|
57
|
+
"DescribeMatchmakingConfigurations": {
|
58
|
+
"input_token": "NextToken",
|
59
|
+
"output_token": "NextToken",
|
60
|
+
"limit_key": "Limit",
|
61
|
+
"result_key": "Configurations"
|
62
|
+
},
|
63
|
+
"DescribeMatchmakingRuleSets": {
|
64
|
+
"input_token": "NextToken",
|
65
|
+
"output_token": "NextToken",
|
66
|
+
"limit_key": "Limit",
|
67
|
+
"result_key": "RuleSets"
|
68
|
+
},
|
69
|
+
"DescribePlayerSessions": {
|
70
|
+
"input_token": "NextToken",
|
71
|
+
"output_token": "NextToken",
|
72
|
+
"limit_key": "Limit",
|
73
|
+
"result_key": "PlayerSessions"
|
74
|
+
},
|
75
|
+
"DescribeScalingPolicies": {
|
76
|
+
"input_token": "NextToken",
|
77
|
+
"output_token": "NextToken",
|
78
|
+
"limit_key": "Limit",
|
79
|
+
"result_key": "ScalingPolicies"
|
80
|
+
},
|
81
|
+
"ListAliases": {
|
82
|
+
"input_token": "NextToken",
|
83
|
+
"output_token": "NextToken",
|
84
|
+
"limit_key": "Limit",
|
85
|
+
"result_key": "Aliases"
|
86
|
+
},
|
87
|
+
"ListBuilds": {
|
88
|
+
"input_token": "NextToken",
|
89
|
+
"output_token": "NextToken",
|
90
|
+
"limit_key": "Limit",
|
91
|
+
"result_key": "Builds"
|
92
|
+
},
|
93
|
+
"ListFleets": {
|
94
|
+
"input_token": "NextToken",
|
95
|
+
"output_token": "NextToken",
|
96
|
+
"limit_key": "Limit",
|
97
|
+
"result_key": "FleetIds"
|
98
|
+
},
|
99
|
+
"ListGameServerGroups": {
|
100
|
+
"input_token": "NextToken",
|
101
|
+
"output_token": "NextToken",
|
102
|
+
"limit_key": "Limit",
|
103
|
+
"result_key": "GameServerGroups"
|
104
|
+
},
|
105
|
+
"ListGameServers": {
|
106
|
+
"input_token": "NextToken",
|
107
|
+
"output_token": "NextToken",
|
108
|
+
"limit_key": "Limit",
|
109
|
+
"result_key": "GameServers"
|
110
|
+
},
|
111
|
+
"ListScripts": {
|
112
|
+
"input_token": "NextToken",
|
113
|
+
"output_token": "NextToken",
|
114
|
+
"limit_key": "Limit",
|
115
|
+
"result_key": "Scripts"
|
116
|
+
},
|
117
|
+
"SearchGameSessions": {
|
118
|
+
"input_token": "NextToken",
|
119
|
+
"output_token": "NextToken",
|
120
|
+
"limit_key": "Limit",
|
121
|
+
"result_key": "GameSessions"
|
122
|
+
}
|
3
123
|
}
|
4
124
|
}
|
@@ -1156,6 +1156,35 @@
|
|
1156
1156
|
"members": {
|
1157
1157
|
}
|
1158
1158
|
},
|
1159
|
+
"AudioChannelTag": {
|
1160
|
+
"type": "string",
|
1161
|
+
"enum": [
|
1162
|
+
"L",
|
1163
|
+
"R",
|
1164
|
+
"C",
|
1165
|
+
"LFE",
|
1166
|
+
"LS",
|
1167
|
+
"RS",
|
1168
|
+
"LC",
|
1169
|
+
"RC",
|
1170
|
+
"CS",
|
1171
|
+
"LSD",
|
1172
|
+
"RSD",
|
1173
|
+
"TCS",
|
1174
|
+
"VHL",
|
1175
|
+
"VHC",
|
1176
|
+
"VHR"
|
1177
|
+
]
|
1178
|
+
},
|
1179
|
+
"AudioChannelTaggingSettings": {
|
1180
|
+
"type": "structure",
|
1181
|
+
"members": {
|
1182
|
+
"ChannelTag": {
|
1183
|
+
"shape": "AudioChannelTag",
|
1184
|
+
"locationName": "channelTag"
|
1185
|
+
}
|
1186
|
+
}
|
1187
|
+
},
|
1159
1188
|
"AudioCodec": {
|
1160
1189
|
"type": "string",
|
1161
1190
|
"enum": [
|
@@ -1231,6 +1260,10 @@
|
|
1231
1260
|
"AudioDescription": {
|
1232
1261
|
"type": "structure",
|
1233
1262
|
"members": {
|
1263
|
+
"AudioChannelTaggingSettings": {
|
1264
|
+
"shape": "AudioChannelTaggingSettings",
|
1265
|
+
"locationName": "audioChannelTaggingSettings"
|
1266
|
+
},
|
1234
1267
|
"AudioNormalizationSettings": {
|
1235
1268
|
"shape": "AudioNormalizationSettings",
|
1236
1269
|
"locationName": "audioNormalizationSettings"
|
@@ -1351,7 +1384,7 @@
|
|
1351
1384
|
"locationName": "defaultSelection"
|
1352
1385
|
},
|
1353
1386
|
"ExternalAudioFileInput": {
|
1354
|
-
"shape": "
|
1387
|
+
"shape": "__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
1355
1388
|
"locationName": "externalAudioFileInput"
|
1356
1389
|
},
|
1357
1390
|
"LanguageCode": {
|
@@ -4436,6 +4469,13 @@
|
|
4436
4469
|
"M2TS"
|
4437
4470
|
]
|
4438
4471
|
},
|
4472
|
+
"HlsAudioOnlyHeader": {
|
4473
|
+
"type": "string",
|
4474
|
+
"enum": [
|
4475
|
+
"INCLUDE",
|
4476
|
+
"EXCLUDE"
|
4477
|
+
]
|
4478
|
+
},
|
4439
4479
|
"HlsAudioTrackType": {
|
4440
4480
|
"type": "string",
|
4441
4481
|
"enum": [
|
@@ -4546,6 +4586,10 @@
|
|
4546
4586
|
"shape": "__listOfHlsAdditionalManifest",
|
4547
4587
|
"locationName": "additionalManifests"
|
4548
4588
|
},
|
4589
|
+
"AudioOnlyHeader": {
|
4590
|
+
"shape": "HlsAudioOnlyHeader",
|
4591
|
+
"locationName": "audioOnlyHeader"
|
4592
|
+
},
|
4549
4593
|
"BaseUrl": {
|
4550
4594
|
"shape": "__string",
|
4551
4595
|
"locationName": "baseUrl"
|
@@ -4834,7 +4878,7 @@
|
|
4834
4878
|
"locationName": "denoiseFilter"
|
4835
4879
|
},
|
4836
4880
|
"FileInput": {
|
4837
|
-
"shape": "
|
4881
|
+
"shape": "__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL",
|
4838
4882
|
"locationName": "fileInput"
|
4839
4883
|
},
|
4840
4884
|
"FilterEnable": {
|
@@ -9208,13 +9252,13 @@
|
|
9208
9252
|
"type": "string",
|
9209
9253
|
"pattern": "^s3:\\/\\/.*\\/(ASSETMAP.xml)?$"
|
9210
9254
|
},
|
9211
|
-
"
|
9255
|
+
"__stringPatternS3MM2PPMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLLHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8WWEEBBMMLLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL": {
|
9212
9256
|
"type": "string",
|
9213
|
-
"pattern": "^((s3://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[wW][eE][bB][mM]|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[xX][mM][lL]))))|(https?://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[wW][eE][bB][mM]|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[xX][mM][lL])))(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$"
|
9257
|
+
"pattern": "^((s3://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[pP]|[mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][kK][aA]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[wW][eE][bB][mM]|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[xX][mM][lL]))))|(https?://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][kK][aA]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[wW][eE][bB][mM]|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[xX][mM][lL])))(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$"
|
9214
9258
|
},
|
9215
|
-
"
|
9259
|
+
"__stringPatternS3MM2PPWWEEBBMMMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEEHttpsMM2VVMMPPEEGGMMPP3AAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMKKAAMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE": {
|
9216
9260
|
"type": "string",
|
9217
|
-
"pattern": "^((s3://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([wW][eE][bB][mM]|[mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[aA][aA][cC]|[aA][iI][fF][fF]|[mM][pP]2|[aA][cC]3|[eE][cC]3|[dD][tT][sS][eE]))))|(https?://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[aA][aA][cC]|[aA][iI][fF][fF]|[mM][pP]2|[aA][cC]3|[eE][cC]3|[dD][tT][sS][eE])))(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$"
|
9261
|
+
"pattern": "^((s3://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[pP]|[wW][eE][bB][mM]|[mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][kK][aA]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[aA][aA][cC]|[aA][iI][fF][fF]|[mM][pP]2|[aA][cC]3|[eE][cC]3|[dD][tT][sS][eE]))))|(https?://([^\\/]+\\/+)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[mM][pP]3|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][kK][aA]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[aA][aA][cC]|[aA][iI][fF][fF]|[mM][pP]2|[aA][cC]3|[eE][cC]3|[dD][tT][sS][eE])))(\\?([^&=]+=[^&]+&)*[^&=]+=[^&]+)?))$"
|
9218
9262
|
},
|
9219
9263
|
"__stringPatternSNManifestConfirmConditionNotificationNS": {
|
9220
9264
|
"type": "string",
|
@@ -9241,4 +9285,4 @@
|
|
9241
9285
|
"timestampFormat": "unixTimestamp"
|
9242
9286
|
}
|
9243
9287
|
}
|
9244
|
-
}
|
9288
|
+
}
|
@@ -31,6 +31,25 @@
|
|
31
31
|
{"shape":"ThrottlingException"}
|
32
32
|
]
|
33
33
|
},
|
34
|
+
"AssociateResolverQueryLogConfig":{
|
35
|
+
"name":"AssociateResolverQueryLogConfig",
|
36
|
+
"http":{
|
37
|
+
"method":"POST",
|
38
|
+
"requestUri":"/"
|
39
|
+
},
|
40
|
+
"input":{"shape":"AssociateResolverQueryLogConfigRequest"},
|
41
|
+
"output":{"shape":"AssociateResolverQueryLogConfigResponse"},
|
42
|
+
"errors":[
|
43
|
+
{"shape":"InvalidParameterException"},
|
44
|
+
{"shape":"ResourceNotFoundException"},
|
45
|
+
{"shape":"InvalidRequestException"},
|
46
|
+
{"shape":"ResourceExistsException"},
|
47
|
+
{"shape":"LimitExceededException"},
|
48
|
+
{"shape":"InternalServiceErrorException"},
|
49
|
+
{"shape":"ThrottlingException"},
|
50
|
+
{"shape":"AccessDeniedException"}
|
51
|
+
]
|
52
|
+
},
|
34
53
|
"AssociateResolverRule":{
|
35
54
|
"name":"AssociateResolverRule",
|
36
55
|
"http":{
|
@@ -42,6 +61,7 @@
|
|
42
61
|
"errors":[
|
43
62
|
{"shape":"ResourceNotFoundException"},
|
44
63
|
{"shape":"InvalidRequestException"},
|
64
|
+
{"shape":"LimitExceededException"},
|
45
65
|
{"shape":"InvalidParameterException"},
|
46
66
|
{"shape":"ResourceUnavailableException"},
|
47
67
|
{"shape":"ResourceExistsException"},
|
@@ -67,6 +87,25 @@
|
|
67
87
|
{"shape":"ThrottlingException"}
|
68
88
|
]
|
69
89
|
},
|
90
|
+
"CreateResolverQueryLogConfig":{
|
91
|
+
"name":"CreateResolverQueryLogConfig",
|
92
|
+
"http":{
|
93
|
+
"method":"POST",
|
94
|
+
"requestUri":"/"
|
95
|
+
},
|
96
|
+
"input":{"shape":"CreateResolverQueryLogConfigRequest"},
|
97
|
+
"output":{"shape":"CreateResolverQueryLogConfigResponse"},
|
98
|
+
"errors":[
|
99
|
+
{"shape":"InvalidParameterException"},
|
100
|
+
{"shape":"ResourceNotFoundException"},
|
101
|
+
{"shape":"InvalidRequestException"},
|
102
|
+
{"shape":"ResourceExistsException"},
|
103
|
+
{"shape":"LimitExceededException"},
|
104
|
+
{"shape":"InternalServiceErrorException"},
|
105
|
+
{"shape":"ThrottlingException"},
|
106
|
+
{"shape":"AccessDeniedException"}
|
107
|
+
]
|
108
|
+
},
|
70
109
|
"CreateResolverRule":{
|
71
110
|
"name":"CreateResolverRule",
|
72
111
|
"http":{
|
@@ -102,6 +141,23 @@
|
|
102
141
|
{"shape":"ThrottlingException"}
|
103
142
|
]
|
104
143
|
},
|
144
|
+
"DeleteResolverQueryLogConfig":{
|
145
|
+
"name":"DeleteResolverQueryLogConfig",
|
146
|
+
"http":{
|
147
|
+
"method":"POST",
|
148
|
+
"requestUri":"/"
|
149
|
+
},
|
150
|
+
"input":{"shape":"DeleteResolverQueryLogConfigRequest"},
|
151
|
+
"output":{"shape":"DeleteResolverQueryLogConfigResponse"},
|
152
|
+
"errors":[
|
153
|
+
{"shape":"ResourceNotFoundException"},
|
154
|
+
{"shape":"InvalidParameterException"},
|
155
|
+
{"shape":"InvalidRequestException"},
|
156
|
+
{"shape":"InternalServiceErrorException"},
|
157
|
+
{"shape":"ThrottlingException"},
|
158
|
+
{"shape":"AccessDeniedException"}
|
159
|
+
]
|
160
|
+
},
|
105
161
|
"DeleteResolverRule":{
|
106
162
|
"name":"DeleteResolverRule",
|
107
163
|
"http":{
|
@@ -135,6 +191,23 @@
|
|
135
191
|
{"shape":"ThrottlingException"}
|
136
192
|
]
|
137
193
|
},
|
194
|
+
"DisassociateResolverQueryLogConfig":{
|
195
|
+
"name":"DisassociateResolverQueryLogConfig",
|
196
|
+
"http":{
|
197
|
+
"method":"POST",
|
198
|
+
"requestUri":"/"
|
199
|
+
},
|
200
|
+
"input":{"shape":"DisassociateResolverQueryLogConfigRequest"},
|
201
|
+
"output":{"shape":"DisassociateResolverQueryLogConfigResponse"},
|
202
|
+
"errors":[
|
203
|
+
{"shape":"ResourceNotFoundException"},
|
204
|
+
{"shape":"InvalidParameterException"},
|
205
|
+
{"shape":"InvalidRequestException"},
|
206
|
+
{"shape":"InternalServiceErrorException"},
|
207
|
+
{"shape":"ThrottlingException"},
|
208
|
+
{"shape":"AccessDeniedException"}
|
209
|
+
]
|
210
|
+
},
|
138
211
|
"DisassociateResolverRule":{
|
139
212
|
"name":"DisassociateResolverRule",
|
140
213
|
"http":{
|
@@ -165,6 +238,56 @@
|
|
165
238
|
{"shape":"ThrottlingException"}
|
166
239
|
]
|
167
240
|
},
|
241
|
+
"GetResolverQueryLogConfig":{
|
242
|
+
"name":"GetResolverQueryLogConfig",
|
243
|
+
"http":{
|
244
|
+
"method":"POST",
|
245
|
+
"requestUri":"/"
|
246
|
+
},
|
247
|
+
"input":{"shape":"GetResolverQueryLogConfigRequest"},
|
248
|
+
"output":{"shape":"GetResolverQueryLogConfigResponse"},
|
249
|
+
"errors":[
|
250
|
+
{"shape":"ResourceNotFoundException"},
|
251
|
+
{"shape":"InvalidRequestException"},
|
252
|
+
{"shape":"InvalidParameterException"},
|
253
|
+
{"shape":"InternalServiceErrorException"},
|
254
|
+
{"shape":"ThrottlingException"},
|
255
|
+
{"shape":"AccessDeniedException"}
|
256
|
+
]
|
257
|
+
},
|
258
|
+
"GetResolverQueryLogConfigAssociation":{
|
259
|
+
"name":"GetResolverQueryLogConfigAssociation",
|
260
|
+
"http":{
|
261
|
+
"method":"POST",
|
262
|
+
"requestUri":"/"
|
263
|
+
},
|
264
|
+
"input":{"shape":"GetResolverQueryLogConfigAssociationRequest"},
|
265
|
+
"output":{"shape":"GetResolverQueryLogConfigAssociationResponse"},
|
266
|
+
"errors":[
|
267
|
+
{"shape":"ResourceNotFoundException"},
|
268
|
+
{"shape":"InvalidRequestException"},
|
269
|
+
{"shape":"InvalidParameterException"},
|
270
|
+
{"shape":"InternalServiceErrorException"},
|
271
|
+
{"shape":"ThrottlingException"},
|
272
|
+
{"shape":"AccessDeniedException"}
|
273
|
+
]
|
274
|
+
},
|
275
|
+
"GetResolverQueryLogConfigPolicy":{
|
276
|
+
"name":"GetResolverQueryLogConfigPolicy",
|
277
|
+
"http":{
|
278
|
+
"method":"POST",
|
279
|
+
"requestUri":"/"
|
280
|
+
},
|
281
|
+
"input":{"shape":"GetResolverQueryLogConfigPolicyRequest"},
|
282
|
+
"output":{"shape":"GetResolverQueryLogConfigPolicyResponse"},
|
283
|
+
"errors":[
|
284
|
+
{"shape":"InvalidParameterException"},
|
285
|
+
{"shape":"InvalidRequestException"},
|
286
|
+
{"shape":"UnknownResourceException"},
|
287
|
+
{"shape":"InternalServiceErrorException"},
|
288
|
+
{"shape":"AccessDeniedException"}
|
289
|
+
]
|
290
|
+
},
|
168
291
|
"GetResolverRule":{
|
169
292
|
"name":"GetResolverRule",
|
170
293
|
"http":{
|
@@ -241,6 +364,40 @@
|
|
241
364
|
{"shape":"ThrottlingException"}
|
242
365
|
]
|
243
366
|
},
|
367
|
+
"ListResolverQueryLogConfigAssociations":{
|
368
|
+
"name":"ListResolverQueryLogConfigAssociations",
|
369
|
+
"http":{
|
370
|
+
"method":"POST",
|
371
|
+
"requestUri":"/"
|
372
|
+
},
|
373
|
+
"input":{"shape":"ListResolverQueryLogConfigAssociationsRequest"},
|
374
|
+
"output":{"shape":"ListResolverQueryLogConfigAssociationsResponse"},
|
375
|
+
"errors":[
|
376
|
+
{"shape":"InvalidParameterException"},
|
377
|
+
{"shape":"InvalidRequestException"},
|
378
|
+
{"shape":"LimitExceededException"},
|
379
|
+
{"shape":"InternalServiceErrorException"},
|
380
|
+
{"shape":"ThrottlingException"},
|
381
|
+
{"shape":"AccessDeniedException"}
|
382
|
+
]
|
383
|
+
},
|
384
|
+
"ListResolverQueryLogConfigs":{
|
385
|
+
"name":"ListResolverQueryLogConfigs",
|
386
|
+
"http":{
|
387
|
+
"method":"POST",
|
388
|
+
"requestUri":"/"
|
389
|
+
},
|
390
|
+
"input":{"shape":"ListResolverQueryLogConfigsRequest"},
|
391
|
+
"output":{"shape":"ListResolverQueryLogConfigsResponse"},
|
392
|
+
"errors":[
|
393
|
+
{"shape":"InvalidNextTokenException"},
|
394
|
+
{"shape":"InvalidRequestException"},
|
395
|
+
{"shape":"InvalidParameterException"},
|
396
|
+
{"shape":"InternalServiceErrorException"},
|
397
|
+
{"shape":"ThrottlingException"},
|
398
|
+
{"shape":"AccessDeniedException"}
|
399
|
+
]
|
400
|
+
},
|
244
401
|
"ListResolverRuleAssociations":{
|
245
402
|
"name":"ListResolverRuleAssociations",
|
246
403
|
"http":{
|
@@ -290,6 +447,23 @@
|
|
290
447
|
{"shape":"ThrottlingException"}
|
291
448
|
]
|
292
449
|
},
|
450
|
+
"PutResolverQueryLogConfigPolicy":{
|
451
|
+
"name":"PutResolverQueryLogConfigPolicy",
|
452
|
+
"http":{
|
453
|
+
"method":"POST",
|
454
|
+
"requestUri":"/"
|
455
|
+
},
|
456
|
+
"input":{"shape":"PutResolverQueryLogConfigPolicyRequest"},
|
457
|
+
"output":{"shape":"PutResolverQueryLogConfigPolicyResponse"},
|
458
|
+
"errors":[
|
459
|
+
{"shape":"InvalidPolicyDocument"},
|
460
|
+
{"shape":"InvalidParameterException"},
|
461
|
+
{"shape":"InvalidRequestException"},
|
462
|
+
{"shape":"UnknownResourceException"},
|
463
|
+
{"shape":"InternalServiceErrorException"},
|
464
|
+
{"shape":"AccessDeniedException"}
|
465
|
+
]
|
466
|
+
},
|
293
467
|
"PutResolverRulePolicy":{
|
294
468
|
"name":"PutResolverRulePolicy",
|
295
469
|
"http":{
|
@@ -317,6 +491,7 @@
|
|
317
491
|
{"shape":"LimitExceededException"},
|
318
492
|
{"shape":"ResourceNotFoundException"},
|
319
493
|
{"shape":"InvalidParameterException"},
|
494
|
+
{"shape":"InvalidRequestException"},
|
320
495
|
{"shape":"InvalidTagException"},
|
321
496
|
{"shape":"InternalServiceErrorException"},
|
322
497
|
{"shape":"ThrottlingException"}
|
@@ -333,6 +508,7 @@
|
|
333
508
|
"errors":[
|
334
509
|
{"shape":"ResourceNotFoundException"},
|
335
510
|
{"shape":"InvalidParameterException"},
|
511
|
+
{"shape":"InvalidRequestException"},
|
336
512
|
{"shape":"InternalServiceErrorException"},
|
337
513
|
{"shape":"ThrottlingException"}
|
338
514
|
]
|
@@ -373,6 +549,13 @@
|
|
373
549
|
}
|
374
550
|
},
|
375
551
|
"shapes":{
|
552
|
+
"AccessDeniedException":{
|
553
|
+
"type":"structure",
|
554
|
+
"members":{
|
555
|
+
"Message":{"shape":"ExceptionMessage"}
|
556
|
+
},
|
557
|
+
"exception":true
|
558
|
+
},
|
376
559
|
"AccountId":{
|
377
560
|
"type":"string",
|
378
561
|
"max":32,
|
@@ -400,6 +583,23 @@
|
|
400
583
|
"ResolverEndpoint":{"shape":"ResolverEndpoint"}
|
401
584
|
}
|
402
585
|
},
|
586
|
+
"AssociateResolverQueryLogConfigRequest":{
|
587
|
+
"type":"structure",
|
588
|
+
"required":[
|
589
|
+
"ResolverQueryLogConfigId",
|
590
|
+
"ResourceId"
|
591
|
+
],
|
592
|
+
"members":{
|
593
|
+
"ResolverQueryLogConfigId":{"shape":"ResourceId"},
|
594
|
+
"ResourceId":{"shape":"ResourceId"}
|
595
|
+
}
|
596
|
+
},
|
597
|
+
"AssociateResolverQueryLogConfigResponse":{
|
598
|
+
"type":"structure",
|
599
|
+
"members":{
|
600
|
+
"ResolverQueryLogConfigAssociation":{"shape":"ResolverQueryLogConfigAssociation"}
|
601
|
+
}
|
602
|
+
},
|
403
603
|
"AssociateResolverRuleRequest":{
|
404
604
|
"type":"structure",
|
405
605
|
"required":[
|
@@ -419,6 +619,7 @@
|
|
419
619
|
}
|
420
620
|
},
|
421
621
|
"Boolean":{"type":"boolean"},
|
622
|
+
"Count":{"type":"integer"},
|
422
623
|
"CreateResolverEndpointRequest":{
|
423
624
|
"type":"structure",
|
424
625
|
"required":[
|
@@ -448,6 +649,32 @@
|
|
448
649
|
"ResolverEndpoint":{"shape":"ResolverEndpoint"}
|
449
650
|
}
|
450
651
|
},
|
652
|
+
"CreateResolverQueryLogConfigRequest":{
|
653
|
+
"type":"structure",
|
654
|
+
"required":[
|
655
|
+
"Name",
|
656
|
+
"DestinationArn",
|
657
|
+
"CreatorRequestId"
|
658
|
+
],
|
659
|
+
"members":{
|
660
|
+
"Name":{"shape":"ResolverQueryLogConfigName"},
|
661
|
+
"DestinationArn":{"shape":"DestinationArn"},
|
662
|
+
"CreatorRequestId":{
|
663
|
+
"shape":"CreatorRequestId",
|
664
|
+
"idempotencyToken":true
|
665
|
+
},
|
666
|
+
"Tags":{
|
667
|
+
"shape":"TagList",
|
668
|
+
"box":true
|
669
|
+
}
|
670
|
+
}
|
671
|
+
},
|
672
|
+
"CreateResolverQueryLogConfigResponse":{
|
673
|
+
"type":"structure",
|
674
|
+
"members":{
|
675
|
+
"ResolverQueryLogConfig":{"shape":"ResolverQueryLogConfig"}
|
676
|
+
}
|
677
|
+
},
|
451
678
|
"CreateResolverRuleRequest":{
|
452
679
|
"type":"structure",
|
453
680
|
"required":[
|
@@ -498,6 +725,19 @@
|
|
498
725
|
"ResolverEndpoint":{"shape":"ResolverEndpoint"}
|
499
726
|
}
|
500
727
|
},
|
728
|
+
"DeleteResolverQueryLogConfigRequest":{
|
729
|
+
"type":"structure",
|
730
|
+
"required":["ResolverQueryLogConfigId"],
|
731
|
+
"members":{
|
732
|
+
"ResolverQueryLogConfigId":{"shape":"ResourceId"}
|
733
|
+
}
|
734
|
+
},
|
735
|
+
"DeleteResolverQueryLogConfigResponse":{
|
736
|
+
"type":"structure",
|
737
|
+
"members":{
|
738
|
+
"ResolverQueryLogConfig":{"shape":"ResolverQueryLogConfig"}
|
739
|
+
}
|
740
|
+
},
|
501
741
|
"DeleteResolverRuleRequest":{
|
502
742
|
"type":"structure",
|
503
743
|
"required":["ResolverRuleId"],
|
@@ -511,6 +751,11 @@
|
|
511
751
|
"ResolverRule":{"shape":"ResolverRule"}
|
512
752
|
}
|
513
753
|
},
|
754
|
+
"DestinationArn":{
|
755
|
+
"type":"string",
|
756
|
+
"max":600,
|
757
|
+
"min":1
|
758
|
+
},
|
514
759
|
"DisassociateResolverEndpointIpAddressRequest":{
|
515
760
|
"type":"structure",
|
516
761
|
"required":[
|
@@ -528,6 +773,23 @@
|
|
528
773
|
"ResolverEndpoint":{"shape":"ResolverEndpoint"}
|
529
774
|
}
|
530
775
|
},
|
776
|
+
"DisassociateResolverQueryLogConfigRequest":{
|
777
|
+
"type":"structure",
|
778
|
+
"required":[
|
779
|
+
"ResolverQueryLogConfigId",
|
780
|
+
"ResourceId"
|
781
|
+
],
|
782
|
+
"members":{
|
783
|
+
"ResolverQueryLogConfigId":{"shape":"ResourceId"},
|
784
|
+
"ResourceId":{"shape":"ResourceId"}
|
785
|
+
}
|
786
|
+
},
|
787
|
+
"DisassociateResolverQueryLogConfigResponse":{
|
788
|
+
"type":"structure",
|
789
|
+
"members":{
|
790
|
+
"ResolverQueryLogConfigAssociation":{"shape":"ResolverQueryLogConfigAssociation"}
|
791
|
+
}
|
792
|
+
},
|
531
793
|
"DisassociateResolverRuleRequest":{
|
532
794
|
"type":"structure",
|
533
795
|
"required":[
|
@@ -565,7 +827,7 @@
|
|
565
827
|
},
|
566
828
|
"FilterValue":{
|
567
829
|
"type":"string",
|
568
|
-
"max":
|
830
|
+
"max":600,
|
569
831
|
"min":1
|
570
832
|
},
|
571
833
|
"FilterValues":{
|
@@ -589,6 +851,45 @@
|
|
589
851
|
"ResolverEndpoint":{"shape":"ResolverEndpoint"}
|
590
852
|
}
|
591
853
|
},
|
854
|
+
"GetResolverQueryLogConfigAssociationRequest":{
|
855
|
+
"type":"structure",
|
856
|
+
"required":["ResolverQueryLogConfigAssociationId"],
|
857
|
+
"members":{
|
858
|
+
"ResolverQueryLogConfigAssociationId":{"shape":"ResourceId"}
|
859
|
+
}
|
860
|
+
},
|
861
|
+
"GetResolverQueryLogConfigAssociationResponse":{
|
862
|
+
"type":"structure",
|
863
|
+
"members":{
|
864
|
+
"ResolverQueryLogConfigAssociation":{"shape":"ResolverQueryLogConfigAssociation"}
|
865
|
+
}
|
866
|
+
},
|
867
|
+
"GetResolverQueryLogConfigPolicyRequest":{
|
868
|
+
"type":"structure",
|
869
|
+
"required":["Arn"],
|
870
|
+
"members":{
|
871
|
+
"Arn":{"shape":"Arn"}
|
872
|
+
}
|
873
|
+
},
|
874
|
+
"GetResolverQueryLogConfigPolicyResponse":{
|
875
|
+
"type":"structure",
|
876
|
+
"members":{
|
877
|
+
"ResolverQueryLogConfigPolicy":{"shape":"ResolverQueryLogConfigPolicy"}
|
878
|
+
}
|
879
|
+
},
|
880
|
+
"GetResolverQueryLogConfigRequest":{
|
881
|
+
"type":"structure",
|
882
|
+
"required":["ResolverQueryLogConfigId"],
|
883
|
+
"members":{
|
884
|
+
"ResolverQueryLogConfigId":{"shape":"ResourceId"}
|
885
|
+
}
|
886
|
+
},
|
887
|
+
"GetResolverQueryLogConfigResponse":{
|
888
|
+
"type":"structure",
|
889
|
+
"members":{
|
890
|
+
"ResolverQueryLogConfig":{"shape":"ResolverQueryLogConfig"}
|
891
|
+
}
|
892
|
+
},
|
592
893
|
"GetResolverRuleAssociationRequest":{
|
593
894
|
"type":"structure",
|
594
895
|
"required":["ResolverRuleAssociationId"],
|
@@ -799,6 +1100,53 @@
|
|
799
1100
|
"ResolverEndpoints":{"shape":"ResolverEndpoints"}
|
800
1101
|
}
|
801
1102
|
},
|
1103
|
+
"ListResolverQueryLogConfigAssociationsRequest":{
|
1104
|
+
"type":"structure",
|
1105
|
+
"members":{
|
1106
|
+
"MaxResults":{"shape":"MaxResults"},
|
1107
|
+
"NextToken":{"shape":"NextToken"},
|
1108
|
+
"Filters":{"shape":"Filters"},
|
1109
|
+
"SortBy":{"shape":"SortByKey"},
|
1110
|
+
"SortOrder":{"shape":"SortOrder"}
|
1111
|
+
}
|
1112
|
+
},
|
1113
|
+
"ListResolverQueryLogConfigAssociationsResponse":{
|
1114
|
+
"type":"structure",
|
1115
|
+
"members":{
|
1116
|
+
"NextToken":{"shape":"NextToken"},
|
1117
|
+
"TotalCount":{"shape":"Count"},
|
1118
|
+
"TotalFilteredCount":{"shape":"Count"},
|
1119
|
+
"ResolverQueryLogConfigAssociations":{"shape":"ResolverQueryLogConfigAssociationList"}
|
1120
|
+
}
|
1121
|
+
},
|
1122
|
+
"ListResolverQueryLogConfigsRequest":{
|
1123
|
+
"type":"structure",
|
1124
|
+
"members":{
|
1125
|
+
"MaxResults":{
|
1126
|
+
"shape":"MaxResults",
|
1127
|
+
"box":true
|
1128
|
+
},
|
1129
|
+
"NextToken":{
|
1130
|
+
"shape":"NextToken",
|
1131
|
+
"box":true
|
1132
|
+
},
|
1133
|
+
"Filters":{
|
1134
|
+
"shape":"Filters",
|
1135
|
+
"box":true
|
1136
|
+
},
|
1137
|
+
"SortBy":{"shape":"SortByKey"},
|
1138
|
+
"SortOrder":{"shape":"SortOrder"}
|
1139
|
+
}
|
1140
|
+
},
|
1141
|
+
"ListResolverQueryLogConfigsResponse":{
|
1142
|
+
"type":"structure",
|
1143
|
+
"members":{
|
1144
|
+
"NextToken":{"shape":"NextToken"},
|
1145
|
+
"TotalCount":{"shape":"Count"},
|
1146
|
+
"TotalFilteredCount":{"shape":"Count"},
|
1147
|
+
"ResolverQueryLogConfigs":{"shape":"ResolverQueryLogConfigList"}
|
1148
|
+
}
|
1149
|
+
},
|
802
1150
|
"ListResolverRuleAssociationsRequest":{
|
803
1151
|
"type":"structure",
|
804
1152
|
"members":{
|
@@ -879,7 +1227,7 @@
|
|
879
1227
|
"Name":{
|
880
1228
|
"type":"string",
|
881
1229
|
"max":64,
|
882
|
-
"pattern":"(?!^[0-9]+$)([a-zA-Z0-9
|
1230
|
+
"pattern":"(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)"
|
883
1231
|
},
|
884
1232
|
"NextToken":{"type":"string"},
|
885
1233
|
"Port":{
|
@@ -887,6 +1235,23 @@
|
|
887
1235
|
"max":65535,
|
888
1236
|
"min":0
|
889
1237
|
},
|
1238
|
+
"PutResolverQueryLogConfigPolicyRequest":{
|
1239
|
+
"type":"structure",
|
1240
|
+
"required":[
|
1241
|
+
"Arn",
|
1242
|
+
"ResolverQueryLogConfigPolicy"
|
1243
|
+
],
|
1244
|
+
"members":{
|
1245
|
+
"Arn":{"shape":"Arn"},
|
1246
|
+
"ResolverQueryLogConfigPolicy":{"shape":"ResolverQueryLogConfigPolicy"}
|
1247
|
+
}
|
1248
|
+
},
|
1249
|
+
"PutResolverQueryLogConfigPolicyResponse":{
|
1250
|
+
"type":"structure",
|
1251
|
+
"members":{
|
1252
|
+
"ReturnValue":{"shape":"Boolean"}
|
1253
|
+
}
|
1254
|
+
},
|
890
1255
|
"PutResolverRulePolicyRequest":{
|
891
1256
|
"type":"structure",
|
892
1257
|
"required":[
|
@@ -943,6 +1308,80 @@
|
|
943
1308
|
"type":"list",
|
944
1309
|
"member":{"shape":"ResolverEndpoint"}
|
945
1310
|
},
|
1311
|
+
"ResolverQueryLogConfig":{
|
1312
|
+
"type":"structure",
|
1313
|
+
"members":{
|
1314
|
+
"Id":{"shape":"ResourceId"},
|
1315
|
+
"OwnerId":{"shape":"AccountId"},
|
1316
|
+
"Status":{"shape":"ResolverQueryLogConfigStatus"},
|
1317
|
+
"ShareStatus":{"shape":"ShareStatus"},
|
1318
|
+
"AssociationCount":{"shape":"Count"},
|
1319
|
+
"Arn":{"shape":"Arn"},
|
1320
|
+
"Name":{"shape":"ResolverQueryLogConfigName"},
|
1321
|
+
"DestinationArn":{"shape":"DestinationArn"},
|
1322
|
+
"CreatorRequestId":{"shape":"CreatorRequestId"},
|
1323
|
+
"CreationTime":{"shape":"Rfc3339TimeString"}
|
1324
|
+
}
|
1325
|
+
},
|
1326
|
+
"ResolverQueryLogConfigAssociation":{
|
1327
|
+
"type":"structure",
|
1328
|
+
"members":{
|
1329
|
+
"Id":{"shape":"ResourceId"},
|
1330
|
+
"ResolverQueryLogConfigId":{"shape":"ResourceId"},
|
1331
|
+
"ResourceId":{"shape":"ResourceId"},
|
1332
|
+
"Status":{"shape":"ResolverQueryLogConfigAssociationStatus"},
|
1333
|
+
"Error":{"shape":"ResolverQueryLogConfigAssociationError"},
|
1334
|
+
"ErrorMessage":{"shape":"ResolverQueryLogConfigAssociationErrorMessage"},
|
1335
|
+
"CreationTime":{"shape":"Rfc3339TimeString"}
|
1336
|
+
}
|
1337
|
+
},
|
1338
|
+
"ResolverQueryLogConfigAssociationError":{
|
1339
|
+
"type":"string",
|
1340
|
+
"enum":[
|
1341
|
+
"NONE",
|
1342
|
+
"DESTINATION_NOT_FOUND",
|
1343
|
+
"ACCESS_DENIED",
|
1344
|
+
"INTERNAL_SERVICE_ERROR"
|
1345
|
+
]
|
1346
|
+
},
|
1347
|
+
"ResolverQueryLogConfigAssociationErrorMessage":{"type":"string"},
|
1348
|
+
"ResolverQueryLogConfigAssociationList":{
|
1349
|
+
"type":"list",
|
1350
|
+
"member":{"shape":"ResolverQueryLogConfigAssociation"}
|
1351
|
+
},
|
1352
|
+
"ResolverQueryLogConfigAssociationStatus":{
|
1353
|
+
"type":"string",
|
1354
|
+
"enum":[
|
1355
|
+
"CREATING",
|
1356
|
+
"ACTIVE",
|
1357
|
+
"ACTION_NEEDED",
|
1358
|
+
"DELETING",
|
1359
|
+
"FAILED"
|
1360
|
+
]
|
1361
|
+
},
|
1362
|
+
"ResolverQueryLogConfigList":{
|
1363
|
+
"type":"list",
|
1364
|
+
"member":{"shape":"ResolverQueryLogConfig"}
|
1365
|
+
},
|
1366
|
+
"ResolverQueryLogConfigName":{
|
1367
|
+
"type":"string",
|
1368
|
+
"max":64,
|
1369
|
+
"min":1,
|
1370
|
+
"pattern":"(?!^[0-9]+$)([a-zA-Z0-9\\-_' ']+)"
|
1371
|
+
},
|
1372
|
+
"ResolverQueryLogConfigPolicy":{
|
1373
|
+
"type":"string",
|
1374
|
+
"max":5000
|
1375
|
+
},
|
1376
|
+
"ResolverQueryLogConfigStatus":{
|
1377
|
+
"type":"string",
|
1378
|
+
"enum":[
|
1379
|
+
"CREATING",
|
1380
|
+
"CREATED",
|
1381
|
+
"DELETING",
|
1382
|
+
"FAILED"
|
1383
|
+
]
|
1384
|
+
},
|
946
1385
|
"ResolverRule":{
|
947
1386
|
"type":"structure",
|
948
1387
|
"members":{
|
@@ -957,7 +1396,9 @@
|
|
957
1396
|
"TargetIps":{"shape":"TargetList"},
|
958
1397
|
"ResolverEndpointId":{"shape":"ResourceId"},
|
959
1398
|
"OwnerId":{"shape":"AccountId"},
|
960
|
-
"ShareStatus":{"shape":"ShareStatus"}
|
1399
|
+
"ShareStatus":{"shape":"ShareStatus"},
|
1400
|
+
"CreationTime":{"shape":"Rfc3339TimeString"},
|
1401
|
+
"ModificationTime":{"shape":"Rfc3339TimeString"}
|
961
1402
|
}
|
962
1403
|
},
|
963
1404
|
"ResolverRuleAssociation":{
|
@@ -1072,6 +1513,18 @@
|
|
1072
1513
|
"SHARED_BY_ME"
|
1073
1514
|
]
|
1074
1515
|
},
|
1516
|
+
"SortByKey":{
|
1517
|
+
"type":"string",
|
1518
|
+
"max":64,
|
1519
|
+
"min":1
|
1520
|
+
},
|
1521
|
+
"SortOrder":{
|
1522
|
+
"type":"string",
|
1523
|
+
"enum":[
|
1524
|
+
"ASCENDING",
|
1525
|
+
"DESCENDING"
|
1526
|
+
]
|
1527
|
+
},
|
1075
1528
|
"StatusMessage":{
|
1076
1529
|
"type":"string",
|
1077
1530
|
"max":255
|
@@ -1084,19 +1537,29 @@
|
|
1084
1537
|
},
|
1085
1538
|
"Tag":{
|
1086
1539
|
"type":"structure",
|
1540
|
+
"required":[
|
1541
|
+
"Key",
|
1542
|
+
"Value"
|
1543
|
+
],
|
1087
1544
|
"members":{
|
1088
1545
|
"Key":{"shape":"TagKey"},
|
1089
1546
|
"Value":{"shape":"TagValue"}
|
1090
1547
|
}
|
1091
1548
|
},
|
1092
|
-
"TagKey":{
|
1549
|
+
"TagKey":{
|
1550
|
+
"type":"string",
|
1551
|
+
"max":128,
|
1552
|
+
"min":1
|
1553
|
+
},
|
1093
1554
|
"TagKeyList":{
|
1094
1555
|
"type":"list",
|
1095
|
-
"member":{"shape":"TagKey"}
|
1556
|
+
"member":{"shape":"TagKey"},
|
1557
|
+
"max":200
|
1096
1558
|
},
|
1097
1559
|
"TagList":{
|
1098
1560
|
"type":"list",
|
1099
|
-
"member":{"shape":"Tag"}
|
1561
|
+
"member":{"shape":"Tag"},
|
1562
|
+
"max":200
|
1100
1563
|
},
|
1101
1564
|
"TagResourceRequest":{
|
1102
1565
|
"type":"structure",
|
@@ -1114,7 +1577,11 @@
|
|
1114
1577
|
"members":{
|
1115
1578
|
}
|
1116
1579
|
},
|
1117
|
-
"TagValue":{
|
1580
|
+
"TagValue":{
|
1581
|
+
"type":"string",
|
1582
|
+
"max":256,
|
1583
|
+
"min":0
|
1584
|
+
},
|
1118
1585
|
"TargetAddress":{
|
1119
1586
|
"type":"structure",
|
1120
1587
|
"required":["Ip"],
|