Skip to content

Commit

Permalink
Merge customizations for Directory Service Data
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 18, 2024
1 parent cdda202 commit 11f7669
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
46 changes: 46 additions & 0 deletions botocore/data/ds-data/2023-05-31/paginators-1.sdk-extras.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"version": 1.0,
"merge": {
"pagination": {
"ListGroupMembers": {
"non_aggregate_keys": [
"DirectoryId",
"MemberRealm",
"Realm"
]
},
"ListGroups": {
"non_aggregate_keys": [
"DirectoryId",
"Realm"
]
},
"ListGroupsForMember": {
"non_aggregate_keys": [
"DirectoryId",
"MemberRealm",
"Realm"
]
},
"ListUsers": {
"non_aggregate_keys": [
"DirectoryId",
"Realm"
]
},
"SearchGroups": {
"non_aggregate_keys": [
"DirectoryId",
"Realm"
]
},
"SearchUsers": {
"non_aggregate_keys": [
"DirectoryId",
"Realm"
]
}
}
}
}

1 change: 1 addition & 0 deletions botocore/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3579,6 +3579,7 @@ def is_s3express_bucket(bucket):
'discovery': 'application-discovery-service',
'dms': 'database-migration-service',
'ds': 'directory-service',
'ds-data': 'directory-service-data',
'dynamodbstreams': 'dynamodb-streams',
'elasticbeanstalk': 'elastic-beanstalk',
'elastictranscoder': 'elastic-transcoder',
Expand Down

0 comments on commit 11f7669

Please sign in to comment.