aws-sdk-core 2.11.596 → 2.11.597

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,11 @@
9
9
  "input_token": "NextToken",
10
10
  "output_token": "NextToken",
11
11
  "limit_key": "MaxResults"
12
+ },
13
+ "ListRegionalBuckets": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
12
17
  }
13
18
  }
14
19
  }
@@ -0,0 +1,250 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-07-25",
5
+ "endpointPrefix":"s3-outposts",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"Amazon S3 Outposts",
9
+ "serviceFullName":"Amazon S3 on Outposts",
10
+ "serviceId":"S3Outposts",
11
+ "signatureVersion":"v4",
12
+ "signingName":"s3-outposts",
13
+ "uid":"s3outposts-2017-07-25"
14
+ },
15
+ "operations":{
16
+ "CreateEndpoint":{
17
+ "name":"CreateEndpoint",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/S3Outposts/CreateEndpoint"
21
+ },
22
+ "input":{"shape":"CreateEndpointRequest"},
23
+ "output":{"shape":"CreateEndpointResult"},
24
+ "errors":[
25
+ {"shape":"InternalServerException"},
26
+ {"shape":"ValidationException"},
27
+ {"shape":"AccessDeniedException"},
28
+ {"shape":"ResourceNotFoundException"},
29
+ {"shape":"ConflictException"}
30
+ ]
31
+ },
32
+ "DeleteEndpoint":{
33
+ "name":"DeleteEndpoint",
34
+ "http":{
35
+ "method":"DELETE",
36
+ "requestUri":"/S3Outposts/DeleteEndpoint"
37
+ },
38
+ "input":{"shape":"DeleteEndpointRequest"},
39
+ "errors":[
40
+ {"shape":"InternalServerException"},
41
+ {"shape":"AccessDeniedException"},
42
+ {"shape":"ResourceNotFoundException"},
43
+ {"shape":"ValidationException"}
44
+ ]
45
+ },
46
+ "ListEndpoints":{
47
+ "name":"ListEndpoints",
48
+ "http":{
49
+ "method":"GET",
50
+ "requestUri":"/S3Outposts/ListEndpoints"
51
+ },
52
+ "input":{"shape":"ListEndpointsRequest"},
53
+ "output":{"shape":"ListEndpointsResult"},
54
+ "errors":[
55
+ {"shape":"InternalServerException"},
56
+ {"shape":"ResourceNotFoundException"},
57
+ {"shape":"AccessDeniedException"},
58
+ {"shape":"ValidationException"}
59
+ ]
60
+ }
61
+ },
62
+ "shapes":{
63
+ "AccessDeniedException":{
64
+ "type":"structure",
65
+ "members":{
66
+ "Message":{"shape":"ErrorMessage"}
67
+ },
68
+ "error":{"httpStatusCode":403},
69
+ "exception":true
70
+ },
71
+ "CidrBlock":{
72
+ "type":"string",
73
+ "max":20,
74
+ "min":1
75
+ },
76
+ "ConflictException":{
77
+ "type":"structure",
78
+ "members":{
79
+ "Message":{"shape":"ErrorMessage"}
80
+ },
81
+ "error":{"httpStatusCode":409},
82
+ "exception":true
83
+ },
84
+ "CreateEndpointRequest":{
85
+ "type":"structure",
86
+ "required":[
87
+ "OutpostId",
88
+ "SubnetId",
89
+ "SecurityGroupId"
90
+ ],
91
+ "members":{
92
+ "OutpostId":{"shape":"OutpostId"},
93
+ "SubnetId":{"shape":"SubnetId"},
94
+ "SecurityGroupId":{"shape":"SecurityGroupId"}
95
+ }
96
+ },
97
+ "CreateEndpointResult":{
98
+ "type":"structure",
99
+ "members":{
100
+ "EndpointArn":{"shape":"EndpointArn"}
101
+ }
102
+ },
103
+ "CreationTime":{"type":"timestamp"},
104
+ "DeleteEndpointRequest":{
105
+ "type":"structure",
106
+ "required":[
107
+ "EndpointId",
108
+ "OutpostId"
109
+ ],
110
+ "members":{
111
+ "EndpointId":{
112
+ "shape":"EndpointId",
113
+ "location":"querystring",
114
+ "locationName":"endpointId"
115
+ },
116
+ "OutpostId":{
117
+ "shape":"OutpostId",
118
+ "location":"querystring",
119
+ "locationName":"outpostId"
120
+ }
121
+ }
122
+ },
123
+ "Endpoint":{
124
+ "type":"structure",
125
+ "members":{
126
+ "EndpointArn":{"shape":"EndpointArn"},
127
+ "OutpostsId":{"shape":"OutpostId"},
128
+ "CidrBlock":{"shape":"CidrBlock"},
129
+ "Status":{"shape":"EndpointStatus"},
130
+ "CreationTime":{"shape":"CreationTime"},
131
+ "NetworkInterfaces":{"shape":"NetworkInterfaces"}
132
+ }
133
+ },
134
+ "EndpointArn":{
135
+ "type":"string",
136
+ "max":500,
137
+ "min":5,
138
+ "pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):s3-outposts:[a-z\\-0-9]*:[0-9]{12}:outpost/(op-[a-f0-9]{17}|ec2)/endpoint/[a-zA-Z0-9]{19}$"
139
+ },
140
+ "EndpointId":{
141
+ "type":"string",
142
+ "max":500,
143
+ "min":5,
144
+ "pattern":"^[a-zA-Z0-9]{19}$"
145
+ },
146
+ "EndpointStatus":{
147
+ "type":"string",
148
+ "enum":[
149
+ "PENDING",
150
+ "AVAILABLE"
151
+ ]
152
+ },
153
+ "Endpoints":{
154
+ "type":"list",
155
+ "member":{"shape":"Endpoint"}
156
+ },
157
+ "ErrorMessage":{"type":"string"},
158
+ "InternalServerException":{
159
+ "type":"structure",
160
+ "members":{
161
+ "Message":{"shape":"ErrorMessage"}
162
+ },
163
+ "error":{"httpStatusCode":500},
164
+ "exception":true,
165
+ "fault":true
166
+ },
167
+ "ListEndpointsRequest":{
168
+ "type":"structure",
169
+ "members":{
170
+ "NextToken":{
171
+ "shape":"NextToken",
172
+ "location":"querystring",
173
+ "locationName":"nextToken"
174
+ },
175
+ "MaxResults":{
176
+ "shape":"MaxResults",
177
+ "location":"querystring",
178
+ "locationName":"maxResults"
179
+ }
180
+ }
181
+ },
182
+ "ListEndpointsResult":{
183
+ "type":"structure",
184
+ "members":{
185
+ "Endpoints":{"shape":"Endpoints"},
186
+ "NextToken":{"shape":"NextToken"}
187
+ }
188
+ },
189
+ "MaxResults":{
190
+ "type":"integer",
191
+ "max":100,
192
+ "min":0
193
+ },
194
+ "NetworkInterface":{
195
+ "type":"structure",
196
+ "members":{
197
+ "NetworkInterfaceId":{"shape":"NetworkInterfaceId"}
198
+ }
199
+ },
200
+ "NetworkInterfaceId":{
201
+ "type":"string",
202
+ "max":100,
203
+ "min":1
204
+ },
205
+ "NetworkInterfaces":{
206
+ "type":"list",
207
+ "member":{"shape":"NetworkInterface"}
208
+ },
209
+ "NextToken":{
210
+ "type":"string",
211
+ "max":1024,
212
+ "min":1,
213
+ "pattern":"^[A-Za-z0-9\\+\\:\\/\\=\\?\\#-_]+$"
214
+ },
215
+ "OutpostId":{
216
+ "type":"string",
217
+ "max":100,
218
+ "min":1,
219
+ "pattern":"^(op-[a-f0-9]{17}|\\d{12}|ec2)$"
220
+ },
221
+ "ResourceNotFoundException":{
222
+ "type":"structure",
223
+ "members":{
224
+ "Message":{"shape":"ErrorMessage"}
225
+ },
226
+ "error":{"httpStatusCode":404},
227
+ "exception":true
228
+ },
229
+ "SecurityGroupId":{
230
+ "type":"string",
231
+ "max":100,
232
+ "min":1,
233
+ "pattern":"^sg-([0-9a-f]{8}|[0-9a-f]{17})$"
234
+ },
235
+ "SubnetId":{
236
+ "type":"string",
237
+ "max":100,
238
+ "min":1,
239
+ "pattern":"^subnet-([0-9a-f]{8}|[0-9a-f]{17})$"
240
+ },
241
+ "ValidationException":{
242
+ "type":"structure",
243
+ "members":{
244
+ "Message":{"shape":"ErrorMessage"}
245
+ },
246
+ "error":{"httpStatusCode":400},
247
+ "exception":true
248
+ }
249
+ }
250
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "pagination": {
3
+ "ListEndpoints": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "Endpoints"
8
+ }
9
+ }
10
+ }
@@ -749,6 +749,126 @@
749
749
  "type":"list",
750
750
  "member":{"shape":"AvailabilityZone"}
751
751
  },
752
+ "AwsApiGatewayAccessLogSettings":{
753
+ "type":"structure",
754
+ "members":{
755
+ "Format":{"shape":"NonEmptyString"},
756
+ "DestinationArn":{"shape":"NonEmptyString"}
757
+ }
758
+ },
759
+ "AwsApiGatewayCanarySettings":{
760
+ "type":"structure",
761
+ "members":{
762
+ "PercentTraffic":{"shape":"Double"},
763
+ "DeploymentId":{"shape":"NonEmptyString"},
764
+ "StageVariableOverrides":{"shape":"FieldMap"},
765
+ "UseStageCache":{"shape":"Boolean"}
766
+ }
767
+ },
768
+ "AwsApiGatewayEndpointConfiguration":{
769
+ "type":"structure",
770
+ "members":{
771
+ "Types":{"shape":"NonEmptyStringList"}
772
+ }
773
+ },
774
+ "AwsApiGatewayMethodSettings":{
775
+ "type":"structure",
776
+ "members":{
777
+ "MetricsEnabled":{"shape":"Boolean"},
778
+ "LoggingLevel":{"shape":"NonEmptyString"},
779
+ "DataTraceEnabled":{"shape":"Boolean"},
780
+ "ThrottlingBurstLimit":{"shape":"Integer"},
781
+ "ThrottlingRateLimit":{"shape":"Double"},
782
+ "CachingEnabled":{"shape":"Boolean"},
783
+ "CacheTtlInSeconds":{"shape":"Integer"},
784
+ "CacheDataEncrypted":{"shape":"Boolean"},
785
+ "RequireAuthorizationForCacheControl":{"shape":"Boolean"},
786
+ "UnauthorizedCacheControlHeaderStrategy":{"shape":"NonEmptyString"},
787
+ "HttpMethod":{"shape":"NonEmptyString"},
788
+ "ResourcePath":{"shape":"NonEmptyString"}
789
+ }
790
+ },
791
+ "AwsApiGatewayMethodSettingsList":{
792
+ "type":"list",
793
+ "member":{"shape":"AwsApiGatewayMethodSettings"}
794
+ },
795
+ "AwsApiGatewayRestApiDetails":{
796
+ "type":"structure",
797
+ "members":{
798
+ "Id":{"shape":"NonEmptyString"},
799
+ "Name":{"shape":"NonEmptyString"},
800
+ "Description":{"shape":"NonEmptyString"},
801
+ "CreatedDate":{"shape":"NonEmptyString"},
802
+ "Version":{"shape":"NonEmptyString"},
803
+ "BinaryMediaTypes":{"shape":"NonEmptyStringList"},
804
+ "MinimumCompressionSize":{"shape":"Integer"},
805
+ "ApiKeySource":{"shape":"NonEmptyString"},
806
+ "EndpointConfiguration":{"shape":"AwsApiGatewayEndpointConfiguration"}
807
+ }
808
+ },
809
+ "AwsApiGatewayStageDetails":{
810
+ "type":"structure",
811
+ "members":{
812
+ "DeploymentId":{"shape":"NonEmptyString"},
813
+ "ClientCertificateId":{"shape":"NonEmptyString"},
814
+ "StageName":{"shape":"NonEmptyString"},
815
+ "Description":{"shape":"NonEmptyString"},
816
+ "CacheClusterEnabled":{"shape":"Boolean"},
817
+ "CacheClusterSize":{"shape":"NonEmptyString"},
818
+ "CacheClusterStatus":{"shape":"NonEmptyString"},
819
+ "MethodSettings":{"shape":"AwsApiGatewayMethodSettingsList"},
820
+ "Variables":{"shape":"FieldMap"},
821
+ "DocumentationVersion":{"shape":"NonEmptyString"},
822
+ "AccessLogSettings":{"shape":"AwsApiGatewayAccessLogSettings"},
823
+ "CanarySettings":{"shape":"AwsApiGatewayCanarySettings"},
824
+ "TracingEnabled":{"shape":"Boolean"},
825
+ "CreatedDate":{"shape":"NonEmptyString"},
826
+ "LastUpdatedDate":{"shape":"NonEmptyString"},
827
+ "WebAclArn":{"shape":"NonEmptyString"}
828
+ }
829
+ },
830
+ "AwsApiGatewayV2ApiDetails":{
831
+ "type":"structure",
832
+ "members":{
833
+ "ApiEndpoint":{"shape":"NonEmptyString"},
834
+ "ApiId":{"shape":"NonEmptyString"},
835
+ "ApiKeySelectionExpression":{"shape":"NonEmptyString"},
836
+ "CreatedDate":{"shape":"NonEmptyString"},
837
+ "Description":{"shape":"NonEmptyString"},
838
+ "Version":{"shape":"NonEmptyString"},
839
+ "Name":{"shape":"NonEmptyString"},
840
+ "ProtocolType":{"shape":"NonEmptyString"},
841
+ "RouteSelectionExpression":{"shape":"NonEmptyString"},
842
+ "CorsConfiguration":{"shape":"AwsCorsConfiguration"}
843
+ }
844
+ },
845
+ "AwsApiGatewayV2RouteSettings":{
846
+ "type":"structure",
847
+ "members":{
848
+ "DetailedMetricsEnabled":{"shape":"Boolean"},
849
+ "LoggingLevel":{"shape":"NonEmptyString"},
850
+ "DataTraceEnabled":{"shape":"Boolean"},
851
+ "ThrottlingBurstLimit":{"shape":"Integer"},
852
+ "ThrottlingRateLimit":{"shape":"Double"}
853
+ }
854
+ },
855
+ "AwsApiGatewayV2StageDetails":{
856
+ "type":"structure",
857
+ "members":{
858
+ "CreatedDate":{"shape":"NonEmptyString"},
859
+ "Description":{"shape":"NonEmptyString"},
860
+ "DefaultRouteSettings":{"shape":"AwsApiGatewayV2RouteSettings"},
861
+ "DeploymentId":{"shape":"NonEmptyString"},
862
+ "LastUpdatedDate":{"shape":"NonEmptyString"},
863
+ "RouteSettings":{"shape":"AwsApiGatewayV2RouteSettings"},
864
+ "StageName":{"shape":"NonEmptyString"},
865
+ "StageVariables":{"shape":"FieldMap"},
866
+ "AccessLogSettings":{"shape":"AwsApiGatewayAccessLogSettings"},
867
+ "AutoDeploy":{"shape":"Boolean"},
868
+ "LastDeploymentStatusMessage":{"shape":"NonEmptyString"},
869
+ "ApiGatewayManaged":{"shape":"Boolean"}
870
+ }
871
+ },
752
872
  "AwsAutoScalingAutoScalingGroupDetails":{
753
873
  "type":"structure",
754
874
  "members":{
@@ -759,14 +879,127 @@
759
879
  "CreatedTime":{"shape":"NonEmptyString"}
760
880
  }
761
881
  },
882
+ "AwsCertificateManagerCertificateDetails":{
883
+ "type":"structure",
884
+ "members":{
885
+ "CertificateAuthorityArn":{"shape":"NonEmptyString"},
886
+ "CreatedAt":{"shape":"NonEmptyString"},
887
+ "DomainName":{"shape":"NonEmptyString"},
888
+ "DomainValidationOptions":{"shape":"AwsCertificateManagerCertificateDomainValidationOptions"},
889
+ "ExtendedKeyUsages":{"shape":"AwsCertificateManagerCertificateExtendedKeyUsages"},
890
+ "FailureReason":{"shape":"NonEmptyString"},
891
+ "ImportedAt":{"shape":"NonEmptyString"},
892
+ "InUseBy":{"shape":"StringList"},
893
+ "IssuedAt":{"shape":"NonEmptyString"},
894
+ "Issuer":{"shape":"NonEmptyString"},
895
+ "KeyAlgorithm":{"shape":"NonEmptyString"},
896
+ "KeyUsages":{"shape":"AwsCertificateManagerCertificateKeyUsages"},
897
+ "NotAfter":{"shape":"NonEmptyString"},
898
+ "NotBefore":{"shape":"NonEmptyString"},
899
+ "Options":{"shape":"AwsCertificateManagerCertificateOptions"},
900
+ "RenewalEligibility":{"shape":"NonEmptyString"},
901
+ "RenewalSummary":{"shape":"AwsCertificateManagerCertificateRenewalSummary"},
902
+ "Serial":{"shape":"NonEmptyString"},
903
+ "SignatureAlgorithm":{"shape":"NonEmptyString"},
904
+ "Status":{"shape":"NonEmptyString"},
905
+ "Subject":{"shape":"NonEmptyString"},
906
+ "SubjectAlternativeNames":{"shape":"StringList"},
907
+ "Type":{"shape":"NonEmptyString"}
908
+ }
909
+ },
910
+ "AwsCertificateManagerCertificateDomainValidationOption":{
911
+ "type":"structure",
912
+ "members":{
913
+ "DomainName":{"shape":"NonEmptyString"},
914
+ "ResourceRecord":{"shape":"AwsCertificateManagerCertificateResourceRecord"},
915
+ "ValidationDomain":{"shape":"NonEmptyString"},
916
+ "ValidationEmails":{"shape":"StringList"},
917
+ "ValidationMethod":{"shape":"NonEmptyString"},
918
+ "ValidationStatus":{"shape":"NonEmptyString"}
919
+ }
920
+ },
921
+ "AwsCertificateManagerCertificateDomainValidationOptions":{
922
+ "type":"list",
923
+ "member":{"shape":"AwsCertificateManagerCertificateDomainValidationOption"}
924
+ },
925
+ "AwsCertificateManagerCertificateExtendedKeyUsage":{
926
+ "type":"structure",
927
+ "members":{
928
+ "Name":{"shape":"NonEmptyString"},
929
+ "OId":{"shape":"NonEmptyString"}
930
+ }
931
+ },
932
+ "AwsCertificateManagerCertificateExtendedKeyUsages":{
933
+ "type":"list",
934
+ "member":{"shape":"AwsCertificateManagerCertificateExtendedKeyUsage"}
935
+ },
936
+ "AwsCertificateManagerCertificateKeyUsage":{
937
+ "type":"structure",
938
+ "members":{
939
+ "Name":{"shape":"NonEmptyString"}
940
+ }
941
+ },
942
+ "AwsCertificateManagerCertificateKeyUsages":{
943
+ "type":"list",
944
+ "member":{"shape":"AwsCertificateManagerCertificateKeyUsage"}
945
+ },
946
+ "AwsCertificateManagerCertificateOptions":{
947
+ "type":"structure",
948
+ "members":{
949
+ "CertificateTransparencyLoggingPreference":{"shape":"NonEmptyString"}
950
+ }
951
+ },
952
+ "AwsCertificateManagerCertificateRenewalSummary":{
953
+ "type":"structure",
954
+ "members":{
955
+ "DomainValidationOptions":{"shape":"AwsCertificateManagerCertificateDomainValidationOptions"},
956
+ "RenewalStatus":{"shape":"NonEmptyString"},
957
+ "RenewalStatusReason":{"shape":"NonEmptyString"},
958
+ "UpdatedAt":{"shape":"NonEmptyString"}
959
+ }
960
+ },
961
+ "AwsCertificateManagerCertificateResourceRecord":{
962
+ "type":"structure",
963
+ "members":{
964
+ "Name":{"shape":"NonEmptyString"},
965
+ "Type":{"shape":"NonEmptyString"},
966
+ "Value":{"shape":"NonEmptyString"}
967
+ }
968
+ },
969
+ "AwsCloudFrontDistributionCacheBehavior":{
970
+ "type":"structure",
971
+ "members":{
972
+ "ViewerProtocolPolicy":{"shape":"NonEmptyString"}
973
+ }
974
+ },
975
+ "AwsCloudFrontDistributionCacheBehaviors":{
976
+ "type":"structure",
977
+ "members":{
978
+ "Items":{"shape":"AwsCloudFrontDistributionCacheBehaviorsItemList"}
979
+ }
980
+ },
981
+ "AwsCloudFrontDistributionCacheBehaviorsItemList":{
982
+ "type":"list",
983
+ "member":{"shape":"AwsCloudFrontDistributionCacheBehavior"}
984
+ },
985
+ "AwsCloudFrontDistributionDefaultCacheBehavior":{
986
+ "type":"structure",
987
+ "members":{
988
+ "ViewerProtocolPolicy":{"shape":"NonEmptyString"}
989
+ }
990
+ },
762
991
  "AwsCloudFrontDistributionDetails":{
763
992
  "type":"structure",
764
993
  "members":{
994
+ "CacheBehaviors":{"shape":"AwsCloudFrontDistributionCacheBehaviors"},
995
+ "DefaultCacheBehavior":{"shape":"AwsCloudFrontDistributionDefaultCacheBehavior"},
996
+ "DefaultRootObject":{"shape":"NonEmptyString"},
765
997
  "DomainName":{"shape":"NonEmptyString"},
766
998
  "ETag":{"shape":"NonEmptyString"},
767
999
  "LastModifiedTime":{"shape":"NonEmptyString"},
768
1000
  "Logging":{"shape":"AwsCloudFrontDistributionLogging"},
769
1001
  "Origins":{"shape":"AwsCloudFrontDistributionOrigins"},
1002
+ "OriginGroups":{"shape":"AwsCloudFrontDistributionOriginGroups"},
770
1003
  "Status":{"shape":"NonEmptyString"},
771
1004
  "WebAclId":{"shape":"NonEmptyString"}
772
1005
  }
@@ -780,24 +1013,84 @@
780
1013
  "Prefix":{"shape":"NonEmptyString"}
781
1014
  }
782
1015
  },
1016
+ "AwsCloudFrontDistributionOriginGroup":{
1017
+ "type":"structure",
1018
+ "members":{
1019
+ "FailoverCriteria":{"shape":"AwsCloudFrontDistributionOriginGroupFailover"}
1020
+ }
1021
+ },
1022
+ "AwsCloudFrontDistributionOriginGroupFailover":{
1023
+ "type":"structure",
1024
+ "members":{
1025
+ "StatusCodes":{"shape":"AwsCloudFrontDistributionOriginGroupFailoverStatusCodes"}
1026
+ }
1027
+ },
1028
+ "AwsCloudFrontDistributionOriginGroupFailoverStatusCodes":{
1029
+ "type":"structure",
1030
+ "members":{
1031
+ "Items":{"shape":"AwsCloudFrontDistributionOriginGroupFailoverStatusCodesItemList"},
1032
+ "Quantity":{"shape":"Integer"}
1033
+ }
1034
+ },
1035
+ "AwsCloudFrontDistributionOriginGroupFailoverStatusCodesItemList":{
1036
+ "type":"list",
1037
+ "member":{"shape":"Integer"}
1038
+ },
1039
+ "AwsCloudFrontDistributionOriginGroups":{
1040
+ "type":"structure",
1041
+ "members":{
1042
+ "Items":{"shape":"AwsCloudFrontDistributionOriginGroupsItemList"}
1043
+ }
1044
+ },
1045
+ "AwsCloudFrontDistributionOriginGroupsItemList":{
1046
+ "type":"list",
1047
+ "member":{"shape":"AwsCloudFrontDistributionOriginGroup"}
1048
+ },
783
1049
  "AwsCloudFrontDistributionOriginItem":{
784
1050
  "type":"structure",
785
1051
  "members":{
786
1052
  "DomainName":{"shape":"NonEmptyString"},
787
1053
  "Id":{"shape":"NonEmptyString"},
788
- "OriginPath":{"shape":"NonEmptyString"}
1054
+ "OriginPath":{"shape":"NonEmptyString"},
1055
+ "S3OriginConfig":{"shape":"AwsCloudFrontDistributionOriginS3OriginConfig"}
789
1056
  }
790
1057
  },
791
1058
  "AwsCloudFrontDistributionOriginItemList":{
792
1059
  "type":"list",
793
1060
  "member":{"shape":"AwsCloudFrontDistributionOriginItem"}
794
1061
  },
1062
+ "AwsCloudFrontDistributionOriginS3OriginConfig":{
1063
+ "type":"structure",
1064
+ "members":{
1065
+ "OriginAccessIdentity":{"shape":"NonEmptyString"}
1066
+ }
1067
+ },
795
1068
  "AwsCloudFrontDistributionOrigins":{
796
1069
  "type":"structure",
797
1070
  "members":{
798
1071
  "Items":{"shape":"AwsCloudFrontDistributionOriginItemList"}
799
1072
  }
800
1073
  },
1074
+ "AwsCloudTrailTrailDetails":{
1075
+ "type":"structure",
1076
+ "members":{
1077
+ "CloudWatchLogsLogGroupArn":{"shape":"NonEmptyString"},
1078
+ "CloudWatchLogsRoleArn":{"shape":"NonEmptyString"},
1079
+ "HasCustomEventSelectors":{"shape":"Boolean"},
1080
+ "HomeRegion":{"shape":"NonEmptyString"},
1081
+ "IncludeGlobalServiceEvents":{"shape":"Boolean"},
1082
+ "IsMultiRegionTrail":{"shape":"Boolean"},
1083
+ "IsOrganizationTrail":{"shape":"Boolean"},
1084
+ "KmsKeyId":{"shape":"NonEmptyString"},
1085
+ "LogFileValidationEnabled":{"shape":"Boolean"},
1086
+ "Name":{"shape":"NonEmptyString"},
1087
+ "S3BucketName":{"shape":"NonEmptyString"},
1088
+ "S3KeyPrefix":{"shape":"NonEmptyString"},
1089
+ "SnsTopicArn":{"shape":"NonEmptyString"},
1090
+ "SnsTopicName":{"shape":"NonEmptyString"},
1091
+ "TrailArn":{"shape":"NonEmptyString"}
1092
+ }
1093
+ },
801
1094
  "AwsCodeBuildProjectDetails":{
802
1095
  "type":"structure",
803
1096
  "members":{
@@ -842,6 +1135,17 @@
842
1135
  "SecurityGroupIds":{"shape":"NonEmptyStringList"}
843
1136
  }
844
1137
  },
1138
+ "AwsCorsConfiguration":{
1139
+ "type":"structure",
1140
+ "members":{
1141
+ "AllowOrigins":{"shape":"NonEmptyStringList"},
1142
+ "AllowCredentials":{"shape":"Boolean"},
1143
+ "ExposeHeaders":{"shape":"NonEmptyStringList"},
1144
+ "MaxAge":{"shape":"Integer"},
1145
+ "AllowMethods":{"shape":"NonEmptyStringList"},
1146
+ "AllowHeaders":{"shape":"NonEmptyStringList"}
1147
+ }
1148
+ },
845
1149
  "AwsDynamoDbTableAttributeDefinition":{
846
1150
  "type":"structure",
847
1151
  "members":{
@@ -1211,6 +1515,154 @@
1211
1515
  "VPCId":{"shape":"NonEmptyString"}
1212
1516
  }
1213
1517
  },
1518
+ "AwsElbAppCookieStickinessPolicies":{
1519
+ "type":"list",
1520
+ "member":{"shape":"AwsElbAppCookieStickinessPolicy"}
1521
+ },
1522
+ "AwsElbAppCookieStickinessPolicy":{
1523
+ "type":"structure",
1524
+ "members":{
1525
+ "CookieName":{"shape":"NonEmptyString"},
1526
+ "PolicyName":{"shape":"NonEmptyString"}
1527
+ }
1528
+ },
1529
+ "AwsElbLbCookieStickinessPolicies":{
1530
+ "type":"list",
1531
+ "member":{"shape":"AwsElbLbCookieStickinessPolicy"}
1532
+ },
1533
+ "AwsElbLbCookieStickinessPolicy":{
1534
+ "type":"structure",
1535
+ "members":{
1536
+ "CookieExpirationPeriod":{"shape":"Long"},
1537
+ "PolicyName":{"shape":"NonEmptyString"}
1538
+ }
1539
+ },
1540
+ "AwsElbLoadBalancerAccessLog":{
1541
+ "type":"structure",
1542
+ "members":{
1543
+ "EmitInterval":{"shape":"Integer"},
1544
+ "Enabled":{"shape":"Boolean"},
1545
+ "S3BucketName":{"shape":"NonEmptyString"},
1546
+ "S3BucketPrefix":{"shape":"NonEmptyString"}
1547
+ }
1548
+ },
1549
+ "AwsElbLoadBalancerAttributes":{
1550
+ "type":"structure",
1551
+ "members":{
1552
+ "AccessLog":{"shape":"AwsElbLoadBalancerAccessLog"},
1553
+ "ConnectionDraining":{"shape":"AwsElbLoadBalancerConnectionDraining"},
1554
+ "ConnectionSettings":{"shape":"AwsElbLoadBalancerConnectionSettings"},
1555
+ "CrossZoneLoadBalancing":{"shape":"AwsElbLoadBalancerCrossZoneLoadBalancing"}
1556
+ }
1557
+ },
1558
+ "AwsElbLoadBalancerBackendServerDescription":{
1559
+ "type":"structure",
1560
+ "members":{
1561
+ "InstancePort":{"shape":"Integer"},
1562
+ "PolicyNames":{"shape":"StringList"}
1563
+ }
1564
+ },
1565
+ "AwsElbLoadBalancerBackendServerDescriptions":{
1566
+ "type":"list",
1567
+ "member":{"shape":"AwsElbLoadBalancerBackendServerDescription"}
1568
+ },
1569
+ "AwsElbLoadBalancerConnectionDraining":{
1570
+ "type":"structure",
1571
+ "members":{
1572
+ "Enabled":{"shape":"Boolean"},
1573
+ "Timeout":{"shape":"Integer"}
1574
+ }
1575
+ },
1576
+ "AwsElbLoadBalancerConnectionSettings":{
1577
+ "type":"structure",
1578
+ "members":{
1579
+ "IdleTimeout":{"shape":"Integer"}
1580
+ }
1581
+ },
1582
+ "AwsElbLoadBalancerCrossZoneLoadBalancing":{
1583
+ "type":"structure",
1584
+ "members":{
1585
+ "Enabled":{"shape":"Boolean"}
1586
+ }
1587
+ },
1588
+ "AwsElbLoadBalancerDetails":{
1589
+ "type":"structure",
1590
+ "members":{
1591
+ "AvailabilityZones":{"shape":"StringList"},
1592
+ "BackendServerDescriptions":{"shape":"AwsElbLoadBalancerBackendServerDescriptions"},
1593
+ "CanonicalHostedZoneName":{"shape":"NonEmptyString"},
1594
+ "CanonicalHostedZoneNameID":{"shape":"NonEmptyString"},
1595
+ "CreatedTime":{"shape":"NonEmptyString"},
1596
+ "DnsName":{"shape":"NonEmptyString"},
1597
+ "HealthCheck":{"shape":"AwsElbLoadBalancerHealthCheck"},
1598
+ "Instances":{"shape":"AwsElbLoadBalancerInstances"},
1599
+ "ListenerDescriptions":{"shape":"AwsElbLoadBalancerListenerDescriptions"},
1600
+ "LoadBalancerAttributes":{"shape":"AwsElbLoadBalancerAttributes"},
1601
+ "LoadBalancerName":{"shape":"NonEmptyString"},
1602
+ "Policies":{"shape":"AwsElbLoadBalancerPolicies"},
1603
+ "Scheme":{"shape":"NonEmptyString"},
1604
+ "SecurityGroups":{"shape":"StringList"},
1605
+ "SourceSecurityGroup":{"shape":"AwsElbLoadBalancerSourceSecurityGroup"},
1606
+ "Subnets":{"shape":"StringList"},
1607
+ "VpcId":{"shape":"NonEmptyString"}
1608
+ }
1609
+ },
1610
+ "AwsElbLoadBalancerHealthCheck":{
1611
+ "type":"structure",
1612
+ "members":{
1613
+ "HealthyThreshold":{"shape":"Integer"},
1614
+ "Interval":{"shape":"Integer"},
1615
+ "Target":{"shape":"NonEmptyString"},
1616
+ "Timeout":{"shape":"Integer"},
1617
+ "UnhealthyThreshold":{"shape":"Integer"}
1618
+ }
1619
+ },
1620
+ "AwsElbLoadBalancerInstance":{
1621
+ "type":"structure",
1622
+ "members":{
1623
+ "InstanceId":{"shape":"NonEmptyString"}
1624
+ }
1625
+ },
1626
+ "AwsElbLoadBalancerInstances":{
1627
+ "type":"list",
1628
+ "member":{"shape":"AwsElbLoadBalancerInstance"}
1629
+ },
1630
+ "AwsElbLoadBalancerListener":{
1631
+ "type":"structure",
1632
+ "members":{
1633
+ "InstancePort":{"shape":"Integer"},
1634
+ "InstanceProtocol":{"shape":"NonEmptyString"},
1635
+ "LoadBalancerPort":{"shape":"Integer"},
1636
+ "Protocol":{"shape":"NonEmptyString"},
1637
+ "SslCertificateId":{"shape":"NonEmptyString"}
1638
+ }
1639
+ },
1640
+ "AwsElbLoadBalancerListenerDescription":{
1641
+ "type":"structure",
1642
+ "members":{
1643
+ "Listener":{"shape":"AwsElbLoadBalancerListener"},
1644
+ "PolicyNames":{"shape":"StringList"}
1645
+ }
1646
+ },
1647
+ "AwsElbLoadBalancerListenerDescriptions":{
1648
+ "type":"list",
1649
+ "member":{"shape":"AwsElbLoadBalancerListenerDescription"}
1650
+ },
1651
+ "AwsElbLoadBalancerPolicies":{
1652
+ "type":"structure",
1653
+ "members":{
1654
+ "AppCookieStickinessPolicies":{"shape":"AwsElbAppCookieStickinessPolicies"},
1655
+ "LbCookieStickinessPolicies":{"shape":"AwsElbLbCookieStickinessPolicies"},
1656
+ "OtherPolicies":{"shape":"StringList"}
1657
+ }
1658
+ },
1659
+ "AwsElbLoadBalancerSourceSecurityGroup":{
1660
+ "type":"structure",
1661
+ "members":{
1662
+ "GroupName":{"shape":"NonEmptyString"},
1663
+ "OwnerAlias":{"shape":"NonEmptyString"}
1664
+ }
1665
+ },
1214
1666
  "AwsElbv2LoadBalancerDetails":{
1215
1667
  "type":"structure",
1216
1668
  "members":{
@@ -1238,7 +1690,34 @@
1238
1690
  "CreatedAt":{"shape":"NonEmptyString"},
1239
1691
  "PrincipalId":{"shape":"NonEmptyString"},
1240
1692
  "PrincipalType":{"shape":"NonEmptyString"},
1241
- "PrincipalName":{"shape":"NonEmptyString"}
1693
+ "PrincipalName":{"shape":"NonEmptyString"},
1694
+ "AccountId":{"shape":"NonEmptyString"},
1695
+ "AccessKeyId":{"shape":"NonEmptyString"},
1696
+ "SessionContext":{"shape":"AwsIamAccessKeySessionContext"}
1697
+ }
1698
+ },
1699
+ "AwsIamAccessKeySessionContext":{
1700
+ "type":"structure",
1701
+ "members":{
1702
+ "Attributes":{"shape":"AwsIamAccessKeySessionContextAttributes"},
1703
+ "SessionIssuer":{"shape":"AwsIamAccessKeySessionContextSessionIssuer"}
1704
+ }
1705
+ },
1706
+ "AwsIamAccessKeySessionContextAttributes":{
1707
+ "type":"structure",
1708
+ "members":{
1709
+ "MfaAuthenticated":{"shape":"Boolean"},
1710
+ "CreationDate":{"shape":"NonEmptyString"}
1711
+ }
1712
+ },
1713
+ "AwsIamAccessKeySessionContextSessionIssuer":{
1714
+ "type":"structure",
1715
+ "members":{
1716
+ "Type":{"shape":"NonEmptyString"},
1717
+ "PrincipalId":{"shape":"NonEmptyString"},
1718
+ "Arn":{"shape":"NonEmptyString"},
1719
+ "AccountId":{"shape":"NonEmptyString"},
1720
+ "UserName":{"shape":"NonEmptyString"}
1242
1721
  }
1243
1722
  },
1244
1723
  "AwsIamAccessKeyStatus":{
@@ -1259,6 +1738,57 @@
1259
1738
  "type":"list",
1260
1739
  "member":{"shape":"AwsIamAttachedManagedPolicy"}
1261
1740
  },
1741
+ "AwsIamGroupDetails":{
1742
+ "type":"structure",
1743
+ "members":{
1744
+ "AttachedManagedPolicies":{"shape":"AwsIamAttachedManagedPolicyList"},
1745
+ "CreateDate":{"shape":"NonEmptyString"},
1746
+ "GroupId":{"shape":"NonEmptyString"},
1747
+ "GroupName":{"shape":"NonEmptyString"},
1748
+ "GroupPolicyList":{"shape":"AwsIamGroupPolicyList"},
1749
+ "Path":{"shape":"NonEmptyString"}
1750
+ }
1751
+ },
1752
+ "AwsIamGroupPolicy":{
1753
+ "type":"structure",
1754
+ "members":{
1755
+ "PolicyName":{"shape":"NonEmptyString"}
1756
+ }
1757
+ },
1758
+ "AwsIamGroupPolicyList":{
1759
+ "type":"list",
1760
+ "member":{"shape":"AwsIamGroupPolicy"}
1761
+ },
1762
+ "AwsIamInstanceProfile":{
1763
+ "type":"structure",
1764
+ "members":{
1765
+ "Arn":{"shape":"NonEmptyString"},
1766
+ "CreateDate":{"shape":"NonEmptyString"},
1767
+ "InstanceProfileId":{"shape":"NonEmptyString"},
1768
+ "InstanceProfileName":{"shape":"NonEmptyString"},
1769
+ "Path":{"shape":"NonEmptyString"},
1770
+ "Roles":{"shape":"AwsIamInstanceProfileRoles"}
1771
+ }
1772
+ },
1773
+ "AwsIamInstanceProfileList":{
1774
+ "type":"list",
1775
+ "member":{"shape":"AwsIamInstanceProfile"}
1776
+ },
1777
+ "AwsIamInstanceProfileRole":{
1778
+ "type":"structure",
1779
+ "members":{
1780
+ "Arn":{"shape":"NonEmptyString"},
1781
+ "AssumeRolePolicyDocument":{"shape":"AwsIamRoleAssumeRolePolicyDocument"},
1782
+ "CreateDate":{"shape":"NonEmptyString"},
1783
+ "Path":{"shape":"NonEmptyString"},
1784
+ "RoleId":{"shape":"NonEmptyString"},
1785
+ "RoleName":{"shape":"NonEmptyString"}
1786
+ }
1787
+ },
1788
+ "AwsIamInstanceProfileRoles":{
1789
+ "type":"list",
1790
+ "member":{"shape":"AwsIamInstanceProfileRole"}
1791
+ },
1262
1792
  "AwsIamPermissionsBoundary":{
1263
1793
  "type":"structure",
1264
1794
  "members":{
@@ -1304,13 +1834,27 @@
1304
1834
  "type":"structure",
1305
1835
  "members":{
1306
1836
  "AssumeRolePolicyDocument":{"shape":"AwsIamRoleAssumeRolePolicyDocument"},
1837
+ "AttachedManagedPolicies":{"shape":"AwsIamAttachedManagedPolicyList"},
1307
1838
  "CreateDate":{"shape":"NonEmptyString"},
1839
+ "InstanceProfileList":{"shape":"AwsIamInstanceProfileList"},
1840
+ "PermissionsBoundary":{"shape":"AwsIamPermissionsBoundary"},
1308
1841
  "RoleId":{"shape":"NonEmptyString"},
1309
1842
  "RoleName":{"shape":"NonEmptyString"},
1843
+ "RolePolicyList":{"shape":"AwsIamRolePolicyList"},
1310
1844
  "MaxSessionDuration":{"shape":"Integer"},
1311
1845
  "Path":{"shape":"NonEmptyString"}
1312
1846
  }
1313
1847
  },
1848
+ "AwsIamRolePolicy":{
1849
+ "type":"structure",
1850
+ "members":{
1851
+ "PolicyName":{"shape":"NonEmptyString"}
1852
+ }
1853
+ },
1854
+ "AwsIamRolePolicyList":{
1855
+ "type":"list",
1856
+ "member":{"shape":"AwsIamRolePolicy"}
1857
+ },
1314
1858
  "AwsIamUserDetails":{
1315
1859
  "type":"structure",
1316
1860
  "members":{
@@ -1772,6 +2316,200 @@
1772
2316
  "LogTypesToDisable":{"shape":"StringList"}
1773
2317
  }
1774
2318
  },
2319
+ "AwsRedshiftClusterClusterNode":{
2320
+ "type":"structure",
2321
+ "members":{
2322
+ "NodeRole":{"shape":"NonEmptyString"},
2323
+ "PrivateIpAddress":{"shape":"NonEmptyString"},
2324
+ "PublicIpAddress":{"shape":"NonEmptyString"}
2325
+ }
2326
+ },
2327
+ "AwsRedshiftClusterClusterNodes":{
2328
+ "type":"list",
2329
+ "member":{"shape":"AwsRedshiftClusterClusterNode"}
2330
+ },
2331
+ "AwsRedshiftClusterClusterParameterGroup":{
2332
+ "type":"structure",
2333
+ "members":{
2334
+ "ClusterParameterStatusList":{"shape":"AwsRedshiftClusterClusterParameterStatusList"},
2335
+ "ParameterApplyStatus":{"shape":"NonEmptyString"},
2336
+ "ParameterGroupName":{"shape":"NonEmptyString"}
2337
+ }
2338
+ },
2339
+ "AwsRedshiftClusterClusterParameterGroups":{
2340
+ "type":"list",
2341
+ "member":{"shape":"AwsRedshiftClusterClusterParameterGroup"}
2342
+ },
2343
+ "AwsRedshiftClusterClusterParameterStatus":{
2344
+ "type":"structure",
2345
+ "members":{
2346
+ "ParameterName":{"shape":"NonEmptyString"},
2347
+ "ParameterApplyStatus":{"shape":"NonEmptyString"},
2348
+ "ParameterApplyErrorDescription":{"shape":"NonEmptyString"}
2349
+ }
2350
+ },
2351
+ "AwsRedshiftClusterClusterParameterStatusList":{
2352
+ "type":"list",
2353
+ "member":{"shape":"AwsRedshiftClusterClusterParameterStatus"}
2354
+ },
2355
+ "AwsRedshiftClusterClusterSecurityGroup":{
2356
+ "type":"structure",
2357
+ "members":{
2358
+ "ClusterSecurityGroupName":{"shape":"NonEmptyString"},
2359
+ "Status":{"shape":"NonEmptyString"}
2360
+ }
2361
+ },
2362
+ "AwsRedshiftClusterClusterSecurityGroups":{
2363
+ "type":"list",
2364
+ "member":{"shape":"AwsRedshiftClusterClusterSecurityGroup"}
2365
+ },
2366
+ "AwsRedshiftClusterClusterSnapshotCopyStatus":{
2367
+ "type":"structure",
2368
+ "members":{
2369
+ "DestinationRegion":{"shape":"NonEmptyString"},
2370
+ "ManualSnapshotRetentionPeriod":{"shape":"Integer"},
2371
+ "RetentionPeriod":{"shape":"Integer"},
2372
+ "SnapshotCopyGrantName":{"shape":"NonEmptyString"}
2373
+ }
2374
+ },
2375
+ "AwsRedshiftClusterDeferredMaintenanceWindow":{
2376
+ "type":"structure",
2377
+ "members":{
2378
+ "DeferMaintenanceEndTime":{"shape":"NonEmptyString"},
2379
+ "DeferMaintenanceIdentifier":{"shape":"NonEmptyString"},
2380
+ "DeferMaintenanceStartTime":{"shape":"NonEmptyString"}
2381
+ }
2382
+ },
2383
+ "AwsRedshiftClusterDeferredMaintenanceWindows":{
2384
+ "type":"list",
2385
+ "member":{"shape":"AwsRedshiftClusterDeferredMaintenanceWindow"}
2386
+ },
2387
+ "AwsRedshiftClusterDetails":{
2388
+ "type":"structure",
2389
+ "members":{
2390
+ "AllowVersionUpgrade":{"shape":"Boolean"},
2391
+ "AutomatedSnapshotRetentionPeriod":{"shape":"Integer"},
2392
+ "AvailabilityZone":{"shape":"NonEmptyString"},
2393
+ "ClusterAvailabilityStatus":{"shape":"NonEmptyString"},
2394
+ "ClusterCreateTime":{"shape":"NonEmptyString"},
2395
+ "ClusterIdentifier":{"shape":"NonEmptyString"},
2396
+ "ClusterNodes":{"shape":"AwsRedshiftClusterClusterNodes"},
2397
+ "ClusterParameterGroups":{"shape":"AwsRedshiftClusterClusterParameterGroups"},
2398
+ "ClusterPublicKey":{"shape":"NonEmptyString"},
2399
+ "ClusterRevisionNumber":{"shape":"NonEmptyString"},
2400
+ "ClusterSecurityGroups":{"shape":"AwsRedshiftClusterClusterSecurityGroups"},
2401
+ "ClusterSnapshotCopyStatus":{"shape":"AwsRedshiftClusterClusterSnapshotCopyStatus"},
2402
+ "ClusterStatus":{"shape":"NonEmptyString"},
2403
+ "ClusterSubnetGroupName":{"shape":"NonEmptyString"},
2404
+ "ClusterVersion":{"shape":"NonEmptyString"},
2405
+ "DBName":{"shape":"NonEmptyString"},
2406
+ "DeferredMaintenanceWindows":{"shape":"AwsRedshiftClusterDeferredMaintenanceWindows"},
2407
+ "ElasticIpStatus":{"shape":"AwsRedshiftClusterElasticIpStatus"},
2408
+ "ElasticResizeNumberOfNodeOptions":{"shape":"NonEmptyString"},
2409
+ "Encrypted":{"shape":"Boolean"},
2410
+ "Endpoint":{"shape":"AwsRedshiftClusterEndpoint"},
2411
+ "EnhancedVpcRouting":{"shape":"Boolean"},
2412
+ "ExpectedNextSnapshotScheduleTime":{"shape":"NonEmptyString"},
2413
+ "ExpectedNextSnapshotScheduleTimeStatus":{"shape":"NonEmptyString"},
2414
+ "HsmStatus":{"shape":"AwsRedshiftClusterHsmStatus"},
2415
+ "IamRoles":{"shape":"AwsRedshiftClusterIamRoles"},
2416
+ "KmsKeyId":{"shape":"NonEmptyString"},
2417
+ "MaintenanceTrackName":{"shape":"NonEmptyString"},
2418
+ "ManualSnapshotRetentionPeriod":{"shape":"Integer"},
2419
+ "MasterUsername":{"shape":"NonEmptyString"},
2420
+ "NextMaintenanceWindowStartTime":{"shape":"NonEmptyString"},
2421
+ "NodeType":{"shape":"NonEmptyString"},
2422
+ "NumberOfNodes":{"shape":"Integer"},
2423
+ "PendingActions":{"shape":"StringList"},
2424
+ "PendingModifiedValues":{"shape":"AwsRedshiftClusterPendingModifiedValues"},
2425
+ "PreferredMaintenanceWindow":{"shape":"NonEmptyString"},
2426
+ "PubliclyAccessible":{"shape":"Boolean"},
2427
+ "ResizeInfo":{"shape":"AwsRedshiftClusterResizeInfo"},
2428
+ "RestoreStatus":{"shape":"AwsRedshiftClusterRestoreStatus"},
2429
+ "SnapshotScheduleIdentifier":{"shape":"NonEmptyString"},
2430
+ "SnapshotScheduleState":{"shape":"NonEmptyString"},
2431
+ "VpcId":{"shape":"NonEmptyString"},
2432
+ "VpcSecurityGroups":{"shape":"AwsRedshiftClusterVpcSecurityGroups"}
2433
+ }
2434
+ },
2435
+ "AwsRedshiftClusterElasticIpStatus":{
2436
+ "type":"structure",
2437
+ "members":{
2438
+ "ElasticIp":{"shape":"NonEmptyString"},
2439
+ "Status":{"shape":"NonEmptyString"}
2440
+ }
2441
+ },
2442
+ "AwsRedshiftClusterEndpoint":{
2443
+ "type":"structure",
2444
+ "members":{
2445
+ "Address":{"shape":"NonEmptyString"},
2446
+ "Port":{"shape":"Integer"}
2447
+ }
2448
+ },
2449
+ "AwsRedshiftClusterHsmStatus":{
2450
+ "type":"structure",
2451
+ "members":{
2452
+ "HsmClientCertificateIdentifier":{"shape":"NonEmptyString"},
2453
+ "HsmConfigurationIdentifier":{"shape":"NonEmptyString"},
2454
+ "Status":{"shape":"NonEmptyString"}
2455
+ }
2456
+ },
2457
+ "AwsRedshiftClusterIamRole":{
2458
+ "type":"structure",
2459
+ "members":{
2460
+ "ApplyStatus":{"shape":"NonEmptyString"},
2461
+ "IamRoleArn":{"shape":"NonEmptyString"}
2462
+ }
2463
+ },
2464
+ "AwsRedshiftClusterIamRoles":{
2465
+ "type":"list",
2466
+ "member":{"shape":"AwsRedshiftClusterIamRole"}
2467
+ },
2468
+ "AwsRedshiftClusterPendingModifiedValues":{
2469
+ "type":"structure",
2470
+ "members":{
2471
+ "AutomatedSnapshotRetentionPeriod":{"shape":"Integer"},
2472
+ "ClusterIdentifier":{"shape":"NonEmptyString"},
2473
+ "ClusterType":{"shape":"NonEmptyString"},
2474
+ "ClusterVersion":{"shape":"NonEmptyString"},
2475
+ "EncryptionType":{"shape":"NonEmptyString"},
2476
+ "EnhancedVpcRouting":{"shape":"Boolean"},
2477
+ "MaintenanceTrackName":{"shape":"NonEmptyString"},
2478
+ "MasterUserPassword":{"shape":"NonEmptyString"},
2479
+ "NodeType":{"shape":"NonEmptyString"},
2480
+ "NumberOfNodes":{"shape":"Integer"},
2481
+ "PubliclyAccessible":{"shape":"Boolean"}
2482
+ }
2483
+ },
2484
+ "AwsRedshiftClusterResizeInfo":{
2485
+ "type":"structure",
2486
+ "members":{
2487
+ "AllowCancelResize":{"shape":"Boolean"},
2488
+ "ResizeType":{"shape":"NonEmptyString"}
2489
+ }
2490
+ },
2491
+ "AwsRedshiftClusterRestoreStatus":{
2492
+ "type":"structure",
2493
+ "members":{
2494
+ "CurrentRestoreRateInMegaBytesPerSecond":{"shape":"Double"},
2495
+ "ElapsedTimeInSeconds":{"shape":"Long"},
2496
+ "EstimatedTimeToCompletionInSeconds":{"shape":"Long"},
2497
+ "ProgressInMegaBytes":{"shape":"Long"},
2498
+ "SnapshotSizeInMegaBytes":{"shape":"Long"},
2499
+ "Status":{"shape":"NonEmptyString"}
2500
+ }
2501
+ },
2502
+ "AwsRedshiftClusterVpcSecurityGroup":{
2503
+ "type":"structure",
2504
+ "members":{
2505
+ "Status":{"shape":"NonEmptyString"},
2506
+ "VpcSecurityGroupId":{"shape":"NonEmptyString"}
2507
+ }
2508
+ },
2509
+ "AwsRedshiftClusterVpcSecurityGroups":{
2510
+ "type":"list",
2511
+ "member":{"shape":"AwsRedshiftClusterVpcSecurityGroup"}
2512
+ },
1775
2513
  "AwsS3BucketDetails":{
1776
2514
  "type":"structure",
1777
2515
  "members":{
@@ -2899,6 +3637,7 @@
2899
3637
  "Reason":{"shape":"NonEmptyString"}
2900
3638
  }
2901
3639
  },
3640
+ "Long":{"type":"long"},
2902
3641
  "Malware":{
2903
3642
  "type":"structure",
2904
3643
  "required":["Name"],
@@ -3202,6 +3941,7 @@
3202
3941
  "Id":{"shape":"NonEmptyString"},
3203
3942
  "Partition":{"shape":"Partition"},
3204
3943
  "Region":{"shape":"NonEmptyString"},
3944
+ "ResourceRole":{"shape":"NonEmptyString"},
3205
3945
  "Tags":{"shape":"FieldMap"},
3206
3946
  "Details":{"shape":"ResourceDetails"}
3207
3947
  }
@@ -3239,7 +3979,16 @@
3239
3979
  "AwsIamAccessKey":{"shape":"AwsIamAccessKeyDetails"},
3240
3980
  "AwsIamUser":{"shape":"AwsIamUserDetails"},
3241
3981
  "AwsIamPolicy":{"shape":"AwsIamPolicyDetails"},
3982
+ "AwsApiGatewayV2Stage":{"shape":"AwsApiGatewayV2StageDetails"},
3983
+ "AwsApiGatewayV2Api":{"shape":"AwsApiGatewayV2ApiDetails"},
3242
3984
  "AwsDynamoDbTable":{"shape":"AwsDynamoDbTableDetails"},
3985
+ "AwsApiGatewayStage":{"shape":"AwsApiGatewayStageDetails"},
3986
+ "AwsApiGatewayRestApi":{"shape":"AwsApiGatewayRestApiDetails"},
3987
+ "AwsCloudTrailTrail":{"shape":"AwsCloudTrailTrailDetails"},
3988
+ "AwsCertificateManagerCertificate":{"shape":"AwsCertificateManagerCertificateDetails"},
3989
+ "AwsRedshiftCluster":{"shape":"AwsRedshiftClusterDetails"},
3990
+ "AwsElbLoadBalancer":{"shape":"AwsElbLoadBalancerDetails"},
3991
+ "AwsIamGroup":{"shape":"AwsIamGroupDetails"},
3243
3992
  "AwsIamRole":{"shape":"AwsIamRoleDetails"},
3244
3993
  "AwsKmsKey":{"shape":"AwsKmsKeyDetails"},
3245
3994
  "AwsLambdaFunction":{"shape":"AwsLambdaFunctionDetails"},