File tree 2 files changed +6
-85
lines changed
services/schemas/src/main/resources/codegen-resources
2 files changed +6
-85
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Schemas" ,
4
+ "contributor" : " " ,
5
+ "description" : " Removing unused request/response objects."
6
+ }
Original file line number Diff line number Diff line change 2540
2540
}
2541
2541
}
2542
2542
},
2543
- "LockServiceLinkedRoleInput" : {
2544
- "type" : " structure" ,
2545
- "members" : {
2546
- "RoleArn" : {
2547
- "shape" : " __stringMin1Max1600"
2548
- },
2549
- "Timeout" : {
2550
- "shape" : " __integerMin1Max29000"
2551
- }
2552
- },
2553
- "required" : [
2554
- " Timeout" ,
2555
- " RoleArn"
2556
- ]
2557
- },
2558
- "LockServiceLinkedRoleOutput" : {
2559
- "type" : " structure" ,
2560
- "members" : {
2561
- "CanBeDeleted" : {
2562
- "shape" : " __boolean"
2563
- },
2564
- "ReasonOfFailure" : {
2565
- "shape" : " __stringMin1Max1600"
2566
- },
2567
- "RelatedResources" : {
2568
- "shape" : " __listOfDiscovererSummary"
2569
- }
2570
- }
2571
- },
2572
- "LockServiceLinkedRoleRequest" : {
2573
- "type" : " structure" ,
2574
- "members" : {
2575
- "RoleArn" : {
2576
- "shape" : " __stringMin1Max1600"
2577
- },
2578
- "Timeout" : {
2579
- "shape" : " __integerMin1Max29000"
2580
- }
2581
- },
2582
- "documentation" : " " ,
2583
- "required" : [
2584
- " Timeout" ,
2585
- " RoleArn"
2586
- ]
2587
- },
2588
- "LockServiceLinkedRoleResponse" : {
2589
- "type" : " structure" ,
2590
- "members" : {
2591
- "CanBeDeleted" : {
2592
- "shape" : " __boolean"
2593
- },
2594
- "ReasonOfFailure" : {
2595
- "shape" : " __stringMin1Max1600"
2596
- },
2597
- "RelatedResources" : {
2598
- "shape" : " __listOfDiscovererSummary"
2599
- }
2600
- }
2601
- },
2602
2543
"NotFoundException" : {
2603
2544
"type" : " structure" ,
2604
2545
"members" : {
3156
3097
"httpStatusCode" : 401
3157
3098
}
3158
3099
},
3159
- "UnlockServiceLinkedRoleInput" : {
3160
- "type" : " structure" ,
3161
- "members" : {
3162
- "RoleArn" : {
3163
- "shape" : " __stringMin1Max1600"
3164
- }
3165
- },
3166
- "required" : [
3167
- " RoleArn"
3168
- ]
3169
- },
3170
- "UnlockServiceLinkedRoleRequest" : {
3171
- "type" : " structure" ,
3172
- "members" : {
3173
- "RoleArn" : {
3174
- "shape" : " __stringMin1Max1600"
3175
- }
3176
- },
3177
- "required" : [
3178
- " RoleArn"
3179
- ]
3180
- },
3181
- "UnlockServiceLinkedRoleResponse" : {
3182
- "type" : " structure" ,
3183
- "members" : {}
3184
- },
3185
3100
"UntagResourceRequest" : {
3186
3101
"type" : " structure" ,
3187
3102
"members" : {
You can’t perform that action at this time.
0 commit comments