aws-sdk-core 2.11.544 → 2.11.545

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,7 +23,8 @@
23
23
  {"shape":"ResourceNotFoundException"},
24
24
  {"shape":"ConcurrentModificationException"},
25
25
  {"shape":"InvalidStateException"},
26
- {"shape":"InternalException"}
26
+ {"shape":"InternalException"},
27
+ {"shape":"OperationDisabledException"}
27
28
  ]
28
29
  },
29
30
  "CreateEventBus":{
@@ -40,7 +41,8 @@
40
41
  {"shape":"InvalidStateException"},
41
42
  {"shape":"InternalException"},
42
43
  {"shape":"ConcurrentModificationException"},
43
- {"shape":"LimitExceededException"}
44
+ {"shape":"LimitExceededException"},
45
+ {"shape":"OperationDisabledException"}
44
46
  ]
45
47
  },
46
48
  "CreatePartnerEventSource":{
@@ -55,7 +57,8 @@
55
57
  {"shape":"ResourceAlreadyExistsException"},
56
58
  {"shape":"InternalException"},
57
59
  {"shape":"ConcurrentModificationException"},
58
- {"shape":"LimitExceededException"}
60
+ {"shape":"LimitExceededException"},
61
+ {"shape":"OperationDisabledException"}
59
62
  ]
60
63
  },
61
64
  "DeactivateEventSource":{
@@ -69,7 +72,8 @@
69
72
  {"shape":"ResourceNotFoundException"},
70
73
  {"shape":"ConcurrentModificationException"},
71
74
  {"shape":"InvalidStateException"},
72
- {"shape":"InternalException"}
75
+ {"shape":"InternalException"},
76
+ {"shape":"OperationDisabledException"}
73
77
  ]
74
78
  },
75
79
  "DeleteEventBus":{
@@ -93,7 +97,8 @@
93
97
  "input":{"shape":"DeletePartnerEventSourceRequest"},
94
98
  "errors":[
95
99
  {"shape":"InternalException"},
96
- {"shape":"ConcurrentModificationException"}
100
+ {"shape":"ConcurrentModificationException"},
101
+ {"shape":"OperationDisabledException"}
97
102
  ]
98
103
  },
99
104
  "DeleteRule":{
@@ -133,7 +138,8 @@
133
138
  "output":{"shape":"DescribeEventSourceResponse"},
134
139
  "errors":[
135
140
  {"shape":"ResourceNotFoundException"},
136
- {"shape":"InternalException"}
141
+ {"shape":"InternalException"},
142
+ {"shape":"OperationDisabledException"}
137
143
  ]
138
144
  },
139
145
  "DescribePartnerEventSource":{
@@ -146,7 +152,8 @@
146
152
  "output":{"shape":"DescribePartnerEventSourceResponse"},
147
153
  "errors":[
148
154
  {"shape":"ResourceNotFoundException"},
149
- {"shape":"InternalException"}
155
+ {"shape":"InternalException"},
156
+ {"shape":"OperationDisabledException"}
150
157
  ]
151
158
  },
152
159
  "DescribeRule":{
@@ -211,7 +218,8 @@
211
218
  "input":{"shape":"ListEventSourcesRequest"},
212
219
  "output":{"shape":"ListEventSourcesResponse"},
213
220
  "errors":[
214
- {"shape":"InternalException"}
221
+ {"shape":"InternalException"},
222
+ {"shape":"OperationDisabledException"}
215
223
  ]
216
224
  },
217
225
  "ListPartnerEventSourceAccounts":{
@@ -224,7 +232,8 @@
224
232
  "output":{"shape":"ListPartnerEventSourceAccountsResponse"},
225
233
  "errors":[
226
234
  {"shape":"ResourceNotFoundException"},
227
- {"shape":"InternalException"}
235
+ {"shape":"InternalException"},
236
+ {"shape":"OperationDisabledException"}
228
237
  ]
229
238
  },
230
239
  "ListPartnerEventSources":{
@@ -236,7 +245,8 @@
236
245
  "input":{"shape":"ListPartnerEventSourcesRequest"},
237
246
  "output":{"shape":"ListPartnerEventSourcesResponse"},
238
247
  "errors":[
239
- {"shape":"InternalException"}
248
+ {"shape":"InternalException"},
249
+ {"shape":"OperationDisabledException"}
240
250
  ]
241
251
  },
242
252
  "ListRuleNamesByTarget":{
@@ -312,7 +322,8 @@
312
322
  "input":{"shape":"PutPartnerEventsRequest"},
313
323
  "output":{"shape":"PutPartnerEventsResponse"},
314
324
  "errors":[
315
- {"shape":"InternalException"}
325
+ {"shape":"InternalException"},
326
+ {"shape":"OperationDisabledException"}
316
327
  ]
317
328
  },
318
329
  "PutPermission":{
@@ -745,6 +756,29 @@
745
756
  ]
746
757
  },
747
758
  "EventTime":{"type":"timestamp"},
759
+ "HeaderKey":{
760
+ "type":"string",
761
+ "max":512,
762
+ "pattern":"^[!#$%&'*+-.^_`|~0-9a-zA-Z]+$"
763
+ },
764
+ "HeaderParametersMap":{
765
+ "type":"map",
766
+ "key":{"shape":"HeaderKey"},
767
+ "value":{"shape":"HeaderValue"}
768
+ },
769
+ "HeaderValue":{
770
+ "type":"string",
771
+ "max":512,
772
+ "pattern":"^[ \\t]*[\\x20-\\x7E]+([ \\t]+[\\x20-\\x7E]+)*[ \\t]*$"
773
+ },
774
+ "HttpParameters":{
775
+ "type":"structure",
776
+ "members":{
777
+ "PathParameterValues":{"shape":"PathParameterList"},
778
+ "HeaderParameters":{"shape":"HeaderParametersMap"},
779
+ "QueryStringParameters":{"shape":"QueryStringParametersMap"}
780
+ }
781
+ },
748
782
  "InputTransformer":{
749
783
  "type":"structure",
750
784
  "required":["InputTemplate"],
@@ -962,6 +996,12 @@
962
996
  "min":1,
963
997
  "pattern":"[\\.\\-_A-Za-z0-9]+"
964
998
  },
999
+ "OperationDisabledException":{
1000
+ "type":"structure",
1001
+ "members":{
1002
+ },
1003
+ "exception":true
1004
+ },
965
1005
  "PartnerEventSource":{
966
1006
  "type":"structure",
967
1007
  "members":{
@@ -992,6 +1032,14 @@
992
1032
  "min":1,
993
1033
  "pattern":"aws\\.partner/[\\.\\-_A-Za-z0-9]+/[/\\.\\-_A-Za-z0-9]*"
994
1034
  },
1035
+ "PathParameter":{
1036
+ "type":"string",
1037
+ "pattern":"^(?!\\s*$).+"
1038
+ },
1039
+ "PathParameterList":{
1040
+ "type":"list",
1041
+ "member":{"shape":"PathParameter"}
1042
+ },
995
1043
  "PolicyLengthExceededException":{
996
1044
  "type":"structure",
997
1045
  "members":{
@@ -1155,6 +1203,21 @@
1155
1203
  "type":"list",
1156
1204
  "member":{"shape":"PutTargetsResultEntry"}
1157
1205
  },
1206
+ "QueryStringKey":{
1207
+ "type":"string",
1208
+ "max":512,
1209
+ "pattern":"[^\\x00-\\x1F\\x7F]+"
1210
+ },
1211
+ "QueryStringParametersMap":{
1212
+ "type":"map",
1213
+ "key":{"shape":"QueryStringKey"},
1214
+ "value":{"shape":"QueryStringValue"}
1215
+ },
1216
+ "QueryStringValue":{
1217
+ "type":"string",
1218
+ "max":512,
1219
+ "pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+"
1220
+ },
1158
1221
  "RemovePermissionRequest":{
1159
1222
  "type":"structure",
1160
1223
  "required":["StatementId"],
@@ -1380,7 +1443,8 @@
1380
1443
  "RunCommandParameters":{"shape":"RunCommandParameters"},
1381
1444
  "EcsParameters":{"shape":"EcsParameters"},
1382
1445
  "BatchParameters":{"shape":"BatchParameters"},
1383
- "SqsParameters":{"shape":"SqsParameters"}
1446
+ "SqsParameters":{"shape":"SqsParameters"},
1447
+ "HttpParameters":{"shape":"HttpParameters"}
1384
1448
  }
1385
1449
  },
1386
1450
  "TargetArn":{
@@ -23,7 +23,8 @@
23
23
  {"shape":"ResourceNotFoundException"},
24
24
  {"shape":"ConcurrentModificationException"},
25
25
  {"shape":"InvalidStateException"},
26
- {"shape":"InternalException"}
26
+ {"shape":"InternalException"},
27
+ {"shape":"OperationDisabledException"}
27
28
  ]
28
29
  },
29
30
  "CreateEventBus":{
@@ -40,7 +41,8 @@
40
41
  {"shape":"InvalidStateException"},
41
42
  {"shape":"InternalException"},
42
43
  {"shape":"ConcurrentModificationException"},
43
- {"shape":"LimitExceededException"}
44
+ {"shape":"LimitExceededException"},
45
+ {"shape":"OperationDisabledException"}
44
46
  ]
45
47
  },
46
48
  "CreatePartnerEventSource":{
@@ -55,7 +57,8 @@
55
57
  {"shape":"ResourceAlreadyExistsException"},
56
58
  {"shape":"InternalException"},
57
59
  {"shape":"ConcurrentModificationException"},
58
- {"shape":"LimitExceededException"}
60
+ {"shape":"LimitExceededException"},
61
+ {"shape":"OperationDisabledException"}
59
62
  ]
60
63
  },
61
64
  "DeactivateEventSource":{
@@ -69,7 +72,8 @@
69
72
  {"shape":"ResourceNotFoundException"},
70
73
  {"shape":"ConcurrentModificationException"},
71
74
  {"shape":"InvalidStateException"},
72
- {"shape":"InternalException"}
75
+ {"shape":"InternalException"},
76
+ {"shape":"OperationDisabledException"}
73
77
  ]
74
78
  },
75
79
  "DeleteEventBus":{
@@ -93,7 +97,8 @@
93
97
  "input":{"shape":"DeletePartnerEventSourceRequest"},
94
98
  "errors":[
95
99
  {"shape":"InternalException"},
96
- {"shape":"ConcurrentModificationException"}
100
+ {"shape":"ConcurrentModificationException"},
101
+ {"shape":"OperationDisabledException"}
97
102
  ]
98
103
  },
99
104
  "DeleteRule":{
@@ -133,7 +138,8 @@
133
138
  "output":{"shape":"DescribeEventSourceResponse"},
134
139
  "errors":[
135
140
  {"shape":"ResourceNotFoundException"},
136
- {"shape":"InternalException"}
141
+ {"shape":"InternalException"},
142
+ {"shape":"OperationDisabledException"}
137
143
  ]
138
144
  },
139
145
  "DescribePartnerEventSource":{
@@ -146,7 +152,8 @@
146
152
  "output":{"shape":"DescribePartnerEventSourceResponse"},
147
153
  "errors":[
148
154
  {"shape":"ResourceNotFoundException"},
149
- {"shape":"InternalException"}
155
+ {"shape":"InternalException"},
156
+ {"shape":"OperationDisabledException"}
150
157
  ]
151
158
  },
152
159
  "DescribeRule":{
@@ -211,7 +218,8 @@
211
218
  "input":{"shape":"ListEventSourcesRequest"},
212
219
  "output":{"shape":"ListEventSourcesResponse"},
213
220
  "errors":[
214
- {"shape":"InternalException"}
221
+ {"shape":"InternalException"},
222
+ {"shape":"OperationDisabledException"}
215
223
  ]
216
224
  },
217
225
  "ListPartnerEventSourceAccounts":{
@@ -224,7 +232,8 @@
224
232
  "output":{"shape":"ListPartnerEventSourceAccountsResponse"},
225
233
  "errors":[
226
234
  {"shape":"ResourceNotFoundException"},
227
- {"shape":"InternalException"}
235
+ {"shape":"InternalException"},
236
+ {"shape":"OperationDisabledException"}
228
237
  ]
229
238
  },
230
239
  "ListPartnerEventSources":{
@@ -236,7 +245,8 @@
236
245
  "input":{"shape":"ListPartnerEventSourcesRequest"},
237
246
  "output":{"shape":"ListPartnerEventSourcesResponse"},
238
247
  "errors":[
239
- {"shape":"InternalException"}
248
+ {"shape":"InternalException"},
249
+ {"shape":"OperationDisabledException"}
240
250
  ]
241
251
  },
242
252
  "ListRuleNamesByTarget":{
@@ -312,7 +322,8 @@
312
322
  "input":{"shape":"PutPartnerEventsRequest"},
313
323
  "output":{"shape":"PutPartnerEventsResponse"},
314
324
  "errors":[
315
- {"shape":"InternalException"}
325
+ {"shape":"InternalException"},
326
+ {"shape":"OperationDisabledException"}
316
327
  ]
317
328
  },
318
329
  "PutPermission":{
@@ -745,6 +756,29 @@
745
756
  ]
746
757
  },
747
758
  "EventTime":{"type":"timestamp"},
759
+ "HeaderKey":{
760
+ "type":"string",
761
+ "max":512,
762
+ "pattern":"^[!#$%&'*+-.^_`|~0-9a-zA-Z]+$"
763
+ },
764
+ "HeaderParametersMap":{
765
+ "type":"map",
766
+ "key":{"shape":"HeaderKey"},
767
+ "value":{"shape":"HeaderValue"}
768
+ },
769
+ "HeaderValue":{
770
+ "type":"string",
771
+ "max":512,
772
+ "pattern":"^[ \\t]*[\\x20-\\x7E]+([ \\t]+[\\x20-\\x7E]+)*[ \\t]*$"
773
+ },
774
+ "HttpParameters":{
775
+ "type":"structure",
776
+ "members":{
777
+ "PathParameterValues":{"shape":"PathParameterList"},
778
+ "HeaderParameters":{"shape":"HeaderParametersMap"},
779
+ "QueryStringParameters":{"shape":"QueryStringParametersMap"}
780
+ }
781
+ },
748
782
  "InputTransformer":{
749
783
  "type":"structure",
750
784
  "required":["InputTemplate"],
@@ -962,6 +996,12 @@
962
996
  "min":1,
963
997
  "pattern":"[\\.\\-_A-Za-z0-9]+"
964
998
  },
999
+ "OperationDisabledException":{
1000
+ "type":"structure",
1001
+ "members":{
1002
+ },
1003
+ "exception":true
1004
+ },
965
1005
  "PartnerEventSource":{
966
1006
  "type":"structure",
967
1007
  "members":{
@@ -992,6 +1032,14 @@
992
1032
  "min":1,
993
1033
  "pattern":"aws\\.partner/[\\.\\-_A-Za-z0-9]+/[/\\.\\-_A-Za-z0-9]*"
994
1034
  },
1035
+ "PathParameter":{
1036
+ "type":"string",
1037
+ "pattern":"^(?!\\s*$).+"
1038
+ },
1039
+ "PathParameterList":{
1040
+ "type":"list",
1041
+ "member":{"shape":"PathParameter"}
1042
+ },
995
1043
  "PolicyLengthExceededException":{
996
1044
  "type":"structure",
997
1045
  "members":{
@@ -1155,6 +1203,21 @@
1155
1203
  "type":"list",
1156
1204
  "member":{"shape":"PutTargetsResultEntry"}
1157
1205
  },
1206
+ "QueryStringKey":{
1207
+ "type":"string",
1208
+ "max":512,
1209
+ "pattern":"[^\\x00-\\x1F\\x7F]+"
1210
+ },
1211
+ "QueryStringParametersMap":{
1212
+ "type":"map",
1213
+ "key":{"shape":"QueryStringKey"},
1214
+ "value":{"shape":"QueryStringValue"}
1215
+ },
1216
+ "QueryStringValue":{
1217
+ "type":"string",
1218
+ "max":512,
1219
+ "pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+"
1220
+ },
1158
1221
  "RemovePermissionRequest":{
1159
1222
  "type":"structure",
1160
1223
  "required":["StatementId"],
@@ -1380,7 +1443,8 @@
1380
1443
  "RunCommandParameters":{"shape":"RunCommandParameters"},
1381
1444
  "EcsParameters":{"shape":"EcsParameters"},
1382
1445
  "BatchParameters":{"shape":"BatchParameters"},
1383
- "SqsParameters":{"shape":"SqsParameters"}
1446
+ "SqsParameters":{"shape":"SqsParameters"},
1447
+ "HttpParameters":{"shape":"HttpParameters"}
1384
1448
  }
1385
1449
  },
1386
1450
  "TargetArn":{
@@ -446,6 +446,18 @@
446
446
  {"shape":"ResourceNotFound"}
447
447
  ]
448
448
  },
449
+ "DeleteHumanTaskUi":{
450
+ "name":"DeleteHumanTaskUi",
451
+ "http":{
452
+ "method":"POST",
453
+ "requestUri":"/"
454
+ },
455
+ "input":{"shape":"DeleteHumanTaskUiRequest"},
456
+ "output":{"shape":"DeleteHumanTaskUiResponse"},
457
+ "errors":[
458
+ {"shape":"ResourceNotFound"}
459
+ ]
460
+ },
449
461
  "DeleteModel":{
450
462
  "name":"DeleteModel",
451
463
  "http":{
@@ -3290,6 +3302,18 @@
3290
3302
  "members":{
3291
3303
  }
3292
3304
  },
3305
+ "DeleteHumanTaskUiRequest":{
3306
+ "type":"structure",
3307
+ "required":["HumanTaskUiName"],
3308
+ "members":{
3309
+ "HumanTaskUiName":{"shape":"HumanTaskUiName"}
3310
+ }
3311
+ },
3312
+ "DeleteHumanTaskUiResponse":{
3313
+ "type":"structure",
3314
+ "members":{
3315
+ }
3316
+ },
3293
3317
  "DeleteModelInput":{
3294
3318
  "type":"structure",
3295
3319
  "required":["ModelName"],
@@ -3718,6 +3742,7 @@
3718
3742
  "members":{
3719
3743
  "HumanTaskUiArn":{"shape":"HumanTaskUiArn"},
3720
3744
  "HumanTaskUiName":{"shape":"HumanTaskUiName"},
3745
+ "HumanTaskUiStatus":{"shape":"HumanTaskUiStatus"},
3721
3746
  "CreationTime":{"shape":"Timestamp"},
3722
3747
  "UiTemplate":{"shape":"UiTemplateInfo"}
3723
3748
  }
@@ -4852,6 +4877,13 @@
4852
4877
  "min":1,
4853
4878
  "pattern":"^[a-z0-9](-*[a-z0-9])*"
4854
4879
  },
4880
+ "HumanTaskUiStatus":{
4881
+ "type":"string",
4882
+ "enum":[
4883
+ "Active",
4884
+ "Deleting"
4885
+ ]
4886
+ },
4855
4887
  "HumanTaskUiSummaries":{
4856
4888
  "type":"list",
4857
4889
  "member":{"shape":"HumanTaskUiSummary"}
@@ -175,7 +175,8 @@
175
175
  {"shape":"ResourceNotFoundException"},
176
176
  {"shape":"InvalidParameterException"},
177
177
  {"shape":"InternalServiceError"},
178
- {"shape":"InvalidRequestException"}
178
+ {"shape":"InvalidRequestException"},
179
+ {"shape":"PublicPolicyException"}
179
180
  ]
180
181
  },
181
182
  "PutSecretValue":{
@@ -289,6 +290,22 @@
289
290
  {"shape":"LimitExceededException"},
290
291
  {"shape":"InternalServiceError"}
291
292
  ]
293
+ },
294
+ "ValidateResourcePolicy":{
295
+ "name":"ValidateResourcePolicy",
296
+ "http":{
297
+ "method":"POST",
298
+ "requestUri":"/"
299
+ },
300
+ "input":{"shape":"ValidateResourcePolicyRequest"},
301
+ "output":{"shape":"ValidateResourcePolicyResponse"},
302
+ "errors":[
303
+ {"shape":"MalformedPolicyDocumentException"},
304
+ {"shape":"ResourceNotFoundException"},
305
+ {"shape":"InvalidParameterException"},
306
+ {"shape":"InternalServiceError"},
307
+ {"shape":"InvalidRequestException"}
308
+ ]
292
309
  }
293
310
  },
294
311
  "shapes":{
@@ -430,7 +447,11 @@
430
447
  },
431
448
  "Tags":{"shape":"TagListType"},
432
449
  "VersionIdsToStages":{"shape":"SecretVersionsToStagesMapType"},
433
- "OwningService":{"shape":"OwningServiceType"}
450
+ "OwningService":{"shape":"OwningServiceType"},
451
+ "CreatedDate":{
452
+ "shape":"TimestampType",
453
+ "box":true
454
+ }
434
455
  }
435
456
  },
436
457
  "DescriptionType":{
@@ -454,6 +475,40 @@
454
475
  "ExcludeNumbersType":{"type":"boolean"},
455
476
  "ExcludePunctuationType":{"type":"boolean"},
456
477
  "ExcludeUppercaseType":{"type":"boolean"},
478
+ "Filter":{
479
+ "type":"structure",
480
+ "members":{
481
+ "Key":{"shape":"FilterNameStringType"},
482
+ "Values":{"shape":"FilterValuesStringList"}
483
+ }
484
+ },
485
+ "FilterNameStringType":{
486
+ "type":"string",
487
+ "enum":[
488
+ "description",
489
+ "name",
490
+ "tag-key",
491
+ "tag-value",
492
+ "all"
493
+ ]
494
+ },
495
+ "FilterValueStringType":{
496
+ "type":"string",
497
+ "max":512,
498
+ "min":1,
499
+ "pattern":"[a-zA-Z0-9 :_@\\/\\+\\=\\.\\-]+"
500
+ },
501
+ "FilterValuesStringList":{
502
+ "type":"list",
503
+ "member":{"shape":"FilterValueStringType"},
504
+ "max":10,
505
+ "min":1
506
+ },
507
+ "FiltersListType":{
508
+ "type":"list",
509
+ "member":{"shape":"Filter"},
510
+ "max":10
511
+ },
457
512
  "GetRandomPasswordRequest":{
458
513
  "type":"structure",
459
514
  "members":{
@@ -610,7 +665,9 @@
610
665
  "shape":"MaxResultsType",
611
666
  "box":true
612
667
  },
613
- "NextToken":{"shape":"NextTokenType"}
668
+ "NextToken":{"shape":"NextTokenType"},
669
+ "Filters":{"shape":"FiltersListType"},
670
+ "SortOrder":{"shape":"SortOrderType"}
614
671
  }
615
672
  },
616
673
  "ListSecretsResponse":{
@@ -664,6 +721,13 @@
664
721
  },
665
722
  "exception":true
666
723
  },
724
+ "PublicPolicyException":{
725
+ "type":"structure",
726
+ "members":{
727
+ "Message":{"shape":"ErrorMessage"}
728
+ },
729
+ "exception":true
730
+ },
667
731
  "PutResourcePolicyRequest":{
668
732
  "type":"structure",
669
733
  "required":[
@@ -672,7 +736,11 @@
672
736
  ],
673
737
  "members":{
674
738
  "SecretId":{"shape":"SecretIdType"},
675
- "ResourcePolicy":{"shape":"NonEmptyResourcePolicyType"}
739
+ "ResourcePolicy":{"shape":"NonEmptyResourcePolicyType"},
740
+ "BlockPublicPolicy":{
741
+ "shape":"BooleanType",
742
+ "box":true
743
+ }
676
744
  }
677
745
  },
678
746
  "PutResourcePolicyResponse":{
@@ -824,7 +892,11 @@
824
892
  "DeletedDate":{"shape":"DeletedDateType"},
825
893
  "Tags":{"shape":"TagListType"},
826
894
  "SecretVersionsToStages":{"shape":"SecretVersionsToStagesMapType"},
827
- "OwningService":{"shape":"OwningServiceType"}
895
+ "OwningService":{"shape":"OwningServiceType"},
896
+ "CreatedDate":{
897
+ "shape":"TimestampType",
898
+ "box":true
899
+ }
828
900
  }
829
901
  },
830
902
  "SecretListType":{
@@ -882,6 +954,13 @@
882
954
  "key":{"shape":"SecretVersionIdType"},
883
955
  "value":{"shape":"SecretVersionStagesType"}
884
956
  },
957
+ "SortOrderType":{
958
+ "type":"string",
959
+ "enum":[
960
+ "asc",
961
+ "desc"
962
+ ]
963
+ },
885
964
  "Tag":{
886
965
  "type":"structure",
887
966
  "members":{
@@ -918,6 +997,7 @@
918
997
  "max":256,
919
998
  "min":0
920
999
  },
1000
+ "TimestampType":{"type":"timestamp"},
921
1001
  "UntagResourceRequest":{
922
1002
  "type":"structure",
923
1003
  "required":[
@@ -977,6 +1057,32 @@
977
1057
  "ARN":{"shape":"SecretARNType"},
978
1058
  "Name":{"shape":"SecretNameType"}
979
1059
  }
1060
+ },
1061
+ "ValidateResourcePolicyRequest":{
1062
+ "type":"structure",
1063
+ "required":["ResourcePolicy"],
1064
+ "members":{
1065
+ "SecretId":{"shape":"SecretIdType"},
1066
+ "ResourcePolicy":{"shape":"NonEmptyResourcePolicyType"}
1067
+ }
1068
+ },
1069
+ "ValidateResourcePolicyResponse":{
1070
+ "type":"structure",
1071
+ "members":{
1072
+ "PolicyValidationPassed":{"shape":"BooleanType"},
1073
+ "ValidationErrors":{"shape":"ValidationErrorsType"}
1074
+ }
1075
+ },
1076
+ "ValidationErrorsEntry":{
1077
+ "type":"structure",
1078
+ "members":{
1079
+ "CheckName":{"shape":"NameType"},
1080
+ "ErrorMessage":{"shape":"ErrorMessage"}
1081
+ }
1082
+ },
1083
+ "ValidationErrorsType":{
1084
+ "type":"list",
1085
+ "member":{"shape":"ValidationErrorsEntry"}
980
1086
  }
981
1087
  }
982
1088
  }