@aws-sdk/client-iam 3.975.0 → 3.980.0
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.
- package/dist-cjs/index.js +211 -169
- package/dist-es/IAM.js +81 -1
- package/dist-types/IAM.d.ts +264 -1
- package/dist-types/ts3.4/IAM.d.ts +281 -1
- package/package.json +18 -18
package/dist-cjs/index.js
CHANGED
|
@@ -5955,6 +5955,174 @@ class UploadSSHPublicKeyCommand extends smithyClient.Command
|
|
|
5955
5955
|
.build() {
|
|
5956
5956
|
}
|
|
5957
5957
|
|
|
5958
|
+
const paginateGetAccountAuthorizationDetails = core.createPaginator(IAMClient, GetAccountAuthorizationDetailsCommand, "Marker", "Marker", "MaxItems");
|
|
5959
|
+
|
|
5960
|
+
const paginateGetGroup = core.createPaginator(IAMClient, GetGroupCommand, "Marker", "Marker", "MaxItems");
|
|
5961
|
+
|
|
5962
|
+
const paginateListAccessKeys = core.createPaginator(IAMClient, ListAccessKeysCommand, "Marker", "Marker", "MaxItems");
|
|
5963
|
+
|
|
5964
|
+
const paginateListAccountAliases = core.createPaginator(IAMClient, ListAccountAliasesCommand, "Marker", "Marker", "MaxItems");
|
|
5965
|
+
|
|
5966
|
+
const paginateListAttachedGroupPolicies = core.createPaginator(IAMClient, ListAttachedGroupPoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
5967
|
+
|
|
5968
|
+
const paginateListAttachedRolePolicies = core.createPaginator(IAMClient, ListAttachedRolePoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
5969
|
+
|
|
5970
|
+
const paginateListAttachedUserPolicies = core.createPaginator(IAMClient, ListAttachedUserPoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
5971
|
+
|
|
5972
|
+
const paginateListEntitiesForPolicy = core.createPaginator(IAMClient, ListEntitiesForPolicyCommand, "Marker", "Marker", "MaxItems");
|
|
5973
|
+
|
|
5974
|
+
const paginateListGroupPolicies = core.createPaginator(IAMClient, ListGroupPoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
5975
|
+
|
|
5976
|
+
const paginateListGroupsForUser = core.createPaginator(IAMClient, ListGroupsForUserCommand, "Marker", "Marker", "MaxItems");
|
|
5977
|
+
|
|
5978
|
+
const paginateListGroups = core.createPaginator(IAMClient, ListGroupsCommand, "Marker", "Marker", "MaxItems");
|
|
5979
|
+
|
|
5980
|
+
const paginateListInstanceProfilesForRole = core.createPaginator(IAMClient, ListInstanceProfilesForRoleCommand, "Marker", "Marker", "MaxItems");
|
|
5981
|
+
|
|
5982
|
+
const paginateListInstanceProfiles = core.createPaginator(IAMClient, ListInstanceProfilesCommand, "Marker", "Marker", "MaxItems");
|
|
5983
|
+
|
|
5984
|
+
const paginateListInstanceProfileTags = core.createPaginator(IAMClient, ListInstanceProfileTagsCommand, "Marker", "Marker", "MaxItems");
|
|
5985
|
+
|
|
5986
|
+
const paginateListMFADevices = core.createPaginator(IAMClient, ListMFADevicesCommand, "Marker", "Marker", "MaxItems");
|
|
5987
|
+
|
|
5988
|
+
const paginateListMFADeviceTags = core.createPaginator(IAMClient, ListMFADeviceTagsCommand, "Marker", "Marker", "MaxItems");
|
|
5989
|
+
|
|
5990
|
+
const paginateListOpenIDConnectProviderTags = core.createPaginator(IAMClient, ListOpenIDConnectProviderTagsCommand, "Marker", "Marker", "MaxItems");
|
|
5991
|
+
|
|
5992
|
+
const paginateListPolicies = core.createPaginator(IAMClient, ListPoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
5993
|
+
|
|
5994
|
+
const paginateListPolicyTags = core.createPaginator(IAMClient, ListPolicyTagsCommand, "Marker", "Marker", "MaxItems");
|
|
5995
|
+
|
|
5996
|
+
const paginateListPolicyVersions = core.createPaginator(IAMClient, ListPolicyVersionsCommand, "Marker", "Marker", "MaxItems");
|
|
5997
|
+
|
|
5998
|
+
const paginateListRolePolicies = core.createPaginator(IAMClient, ListRolePoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
5999
|
+
|
|
6000
|
+
const paginateListRoles = core.createPaginator(IAMClient, ListRolesCommand, "Marker", "Marker", "MaxItems");
|
|
6001
|
+
|
|
6002
|
+
const paginateListRoleTags = core.createPaginator(IAMClient, ListRoleTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6003
|
+
|
|
6004
|
+
const paginateListSAMLProviderTags = core.createPaginator(IAMClient, ListSAMLProviderTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6005
|
+
|
|
6006
|
+
const paginateListServerCertificates = core.createPaginator(IAMClient, ListServerCertificatesCommand, "Marker", "Marker", "MaxItems");
|
|
6007
|
+
|
|
6008
|
+
const paginateListServerCertificateTags = core.createPaginator(IAMClient, ListServerCertificateTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6009
|
+
|
|
6010
|
+
const paginateListSigningCertificates = core.createPaginator(IAMClient, ListSigningCertificatesCommand, "Marker", "Marker", "MaxItems");
|
|
6011
|
+
|
|
6012
|
+
const paginateListSSHPublicKeys = core.createPaginator(IAMClient, ListSSHPublicKeysCommand, "Marker", "Marker", "MaxItems");
|
|
6013
|
+
|
|
6014
|
+
const paginateListUserPolicies = core.createPaginator(IAMClient, ListUserPoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
6015
|
+
|
|
6016
|
+
const paginateListUsers = core.createPaginator(IAMClient, ListUsersCommand, "Marker", "Marker", "MaxItems");
|
|
6017
|
+
|
|
6018
|
+
const paginateListUserTags = core.createPaginator(IAMClient, ListUserTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6019
|
+
|
|
6020
|
+
const paginateListVirtualMFADevices = core.createPaginator(IAMClient, ListVirtualMFADevicesCommand, "Marker", "Marker", "MaxItems");
|
|
6021
|
+
|
|
6022
|
+
const paginateSimulateCustomPolicy = core.createPaginator(IAMClient, SimulateCustomPolicyCommand, "Marker", "Marker", "MaxItems");
|
|
6023
|
+
|
|
6024
|
+
const paginateSimulatePrincipalPolicy = core.createPaginator(IAMClient, SimulatePrincipalPolicyCommand, "Marker", "Marker", "MaxItems");
|
|
6025
|
+
|
|
6026
|
+
const checkState$3 = async (client, input) => {
|
|
6027
|
+
let reason;
|
|
6028
|
+
try {
|
|
6029
|
+
let result = await client.send(new GetInstanceProfileCommand(input));
|
|
6030
|
+
reason = result;
|
|
6031
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
6032
|
+
}
|
|
6033
|
+
catch (exception) {
|
|
6034
|
+
reason = exception;
|
|
6035
|
+
if (exception.name && exception.name == "NoSuchEntityException") {
|
|
6036
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6037
|
+
}
|
|
6038
|
+
}
|
|
6039
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6040
|
+
};
|
|
6041
|
+
const waitForInstanceProfileExists = async (params, input) => {
|
|
6042
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6043
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
6044
|
+
};
|
|
6045
|
+
const waitUntilInstanceProfileExists = async (params, input) => {
|
|
6046
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6047
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
6048
|
+
return utilWaiter.checkExceptions(result);
|
|
6049
|
+
};
|
|
6050
|
+
|
|
6051
|
+
const checkState$2 = async (client, input) => {
|
|
6052
|
+
let reason;
|
|
6053
|
+
try {
|
|
6054
|
+
let result = await client.send(new GetPolicyCommand(input));
|
|
6055
|
+
reason = result;
|
|
6056
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
6057
|
+
}
|
|
6058
|
+
catch (exception) {
|
|
6059
|
+
reason = exception;
|
|
6060
|
+
if (exception.name && exception.name == "NoSuchEntityException") {
|
|
6061
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6062
|
+
}
|
|
6063
|
+
}
|
|
6064
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6065
|
+
};
|
|
6066
|
+
const waitForPolicyExists = async (params, input) => {
|
|
6067
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6068
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
6069
|
+
};
|
|
6070
|
+
const waitUntilPolicyExists = async (params, input) => {
|
|
6071
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6072
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
6073
|
+
return utilWaiter.checkExceptions(result);
|
|
6074
|
+
};
|
|
6075
|
+
|
|
6076
|
+
const checkState$1 = async (client, input) => {
|
|
6077
|
+
let reason;
|
|
6078
|
+
try {
|
|
6079
|
+
let result = await client.send(new GetRoleCommand(input));
|
|
6080
|
+
reason = result;
|
|
6081
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
6082
|
+
}
|
|
6083
|
+
catch (exception) {
|
|
6084
|
+
reason = exception;
|
|
6085
|
+
if (exception.name && exception.name == "NoSuchEntityException") {
|
|
6086
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6087
|
+
}
|
|
6088
|
+
}
|
|
6089
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6090
|
+
};
|
|
6091
|
+
const waitForRoleExists = async (params, input) => {
|
|
6092
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6093
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
6094
|
+
};
|
|
6095
|
+
const waitUntilRoleExists = async (params, input) => {
|
|
6096
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6097
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
6098
|
+
return utilWaiter.checkExceptions(result);
|
|
6099
|
+
};
|
|
6100
|
+
|
|
6101
|
+
const checkState = async (client, input) => {
|
|
6102
|
+
let reason;
|
|
6103
|
+
try {
|
|
6104
|
+
let result = await client.send(new GetUserCommand(input));
|
|
6105
|
+
reason = result;
|
|
6106
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
6107
|
+
}
|
|
6108
|
+
catch (exception) {
|
|
6109
|
+
reason = exception;
|
|
6110
|
+
if (exception.name && exception.name == "NoSuchEntityException") {
|
|
6111
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6112
|
+
}
|
|
6113
|
+
}
|
|
6114
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6115
|
+
};
|
|
6116
|
+
const waitForUserExists = async (params, input) => {
|
|
6117
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6118
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
6119
|
+
};
|
|
6120
|
+
const waitUntilUserExists = async (params, input) => {
|
|
6121
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6122
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
6123
|
+
return utilWaiter.checkExceptions(result);
|
|
6124
|
+
};
|
|
6125
|
+
|
|
5958
6126
|
const commands = {
|
|
5959
6127
|
AcceptDelegationRequestCommand,
|
|
5960
6128
|
AddClientIDToOpenIDConnectProviderCommand,
|
|
@@ -6133,177 +6301,51 @@ const commands = {
|
|
|
6133
6301
|
UploadSigningCertificateCommand,
|
|
6134
6302
|
UploadSSHPublicKeyCommand,
|
|
6135
6303
|
};
|
|
6136
|
-
|
|
6137
|
-
|
|
6138
|
-
|
|
6139
|
-
|
|
6140
|
-
|
|
6141
|
-
|
|
6142
|
-
|
|
6143
|
-
|
|
6144
|
-
|
|
6145
|
-
|
|
6146
|
-
|
|
6147
|
-
|
|
6148
|
-
|
|
6149
|
-
|
|
6150
|
-
|
|
6151
|
-
|
|
6152
|
-
|
|
6153
|
-
|
|
6154
|
-
|
|
6155
|
-
|
|
6156
|
-
|
|
6157
|
-
|
|
6158
|
-
|
|
6159
|
-
|
|
6160
|
-
|
|
6161
|
-
|
|
6162
|
-
|
|
6163
|
-
|
|
6164
|
-
|
|
6165
|
-
|
|
6166
|
-
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
|
|
6171
|
-
|
|
6172
|
-
const paginateListOpenIDConnectProviderTags = core.createPaginator(IAMClient, ListOpenIDConnectProviderTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6173
|
-
|
|
6174
|
-
const paginateListPolicies = core.createPaginator(IAMClient, ListPoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
6175
|
-
|
|
6176
|
-
const paginateListPolicyTags = core.createPaginator(IAMClient, ListPolicyTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6177
|
-
|
|
6178
|
-
const paginateListPolicyVersions = core.createPaginator(IAMClient, ListPolicyVersionsCommand, "Marker", "Marker", "MaxItems");
|
|
6179
|
-
|
|
6180
|
-
const paginateListRolePolicies = core.createPaginator(IAMClient, ListRolePoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
6181
|
-
|
|
6182
|
-
const paginateListRoles = core.createPaginator(IAMClient, ListRolesCommand, "Marker", "Marker", "MaxItems");
|
|
6183
|
-
|
|
6184
|
-
const paginateListRoleTags = core.createPaginator(IAMClient, ListRoleTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6185
|
-
|
|
6186
|
-
const paginateListSAMLProviderTags = core.createPaginator(IAMClient, ListSAMLProviderTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6187
|
-
|
|
6188
|
-
const paginateListServerCertificates = core.createPaginator(IAMClient, ListServerCertificatesCommand, "Marker", "Marker", "MaxItems");
|
|
6189
|
-
|
|
6190
|
-
const paginateListServerCertificateTags = core.createPaginator(IAMClient, ListServerCertificateTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6191
|
-
|
|
6192
|
-
const paginateListSigningCertificates = core.createPaginator(IAMClient, ListSigningCertificatesCommand, "Marker", "Marker", "MaxItems");
|
|
6193
|
-
|
|
6194
|
-
const paginateListSSHPublicKeys = core.createPaginator(IAMClient, ListSSHPublicKeysCommand, "Marker", "Marker", "MaxItems");
|
|
6195
|
-
|
|
6196
|
-
const paginateListUserPolicies = core.createPaginator(IAMClient, ListUserPoliciesCommand, "Marker", "Marker", "MaxItems");
|
|
6197
|
-
|
|
6198
|
-
const paginateListUsers = core.createPaginator(IAMClient, ListUsersCommand, "Marker", "Marker", "MaxItems");
|
|
6199
|
-
|
|
6200
|
-
const paginateListUserTags = core.createPaginator(IAMClient, ListUserTagsCommand, "Marker", "Marker", "MaxItems");
|
|
6201
|
-
|
|
6202
|
-
const paginateListVirtualMFADevices = core.createPaginator(IAMClient, ListVirtualMFADevicesCommand, "Marker", "Marker", "MaxItems");
|
|
6203
|
-
|
|
6204
|
-
const paginateSimulateCustomPolicy = core.createPaginator(IAMClient, SimulateCustomPolicyCommand, "Marker", "Marker", "MaxItems");
|
|
6205
|
-
|
|
6206
|
-
const paginateSimulatePrincipalPolicy = core.createPaginator(IAMClient, SimulatePrincipalPolicyCommand, "Marker", "Marker", "MaxItems");
|
|
6207
|
-
|
|
6208
|
-
const checkState$3 = async (client, input) => {
|
|
6209
|
-
let reason;
|
|
6210
|
-
try {
|
|
6211
|
-
let result = await client.send(new GetInstanceProfileCommand(input));
|
|
6212
|
-
reason = result;
|
|
6213
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
6214
|
-
}
|
|
6215
|
-
catch (exception) {
|
|
6216
|
-
reason = exception;
|
|
6217
|
-
if (exception.name && exception.name == "NoSuchEntityException") {
|
|
6218
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6219
|
-
}
|
|
6220
|
-
}
|
|
6221
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6222
|
-
};
|
|
6223
|
-
const waitForInstanceProfileExists = async (params, input) => {
|
|
6224
|
-
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6225
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
6226
|
-
};
|
|
6227
|
-
const waitUntilInstanceProfileExists = async (params, input) => {
|
|
6228
|
-
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6229
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
6230
|
-
return utilWaiter.checkExceptions(result);
|
|
6231
|
-
};
|
|
6232
|
-
|
|
6233
|
-
const checkState$2 = async (client, input) => {
|
|
6234
|
-
let reason;
|
|
6235
|
-
try {
|
|
6236
|
-
let result = await client.send(new GetPolicyCommand(input));
|
|
6237
|
-
reason = result;
|
|
6238
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
6239
|
-
}
|
|
6240
|
-
catch (exception) {
|
|
6241
|
-
reason = exception;
|
|
6242
|
-
if (exception.name && exception.name == "NoSuchEntityException") {
|
|
6243
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6244
|
-
}
|
|
6245
|
-
}
|
|
6246
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6247
|
-
};
|
|
6248
|
-
const waitForPolicyExists = async (params, input) => {
|
|
6249
|
-
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6250
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
6251
|
-
};
|
|
6252
|
-
const waitUntilPolicyExists = async (params, input) => {
|
|
6253
|
-
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6254
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
6255
|
-
return utilWaiter.checkExceptions(result);
|
|
6256
|
-
};
|
|
6257
|
-
|
|
6258
|
-
const checkState$1 = async (client, input) => {
|
|
6259
|
-
let reason;
|
|
6260
|
-
try {
|
|
6261
|
-
let result = await client.send(new GetRoleCommand(input));
|
|
6262
|
-
reason = result;
|
|
6263
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
6264
|
-
}
|
|
6265
|
-
catch (exception) {
|
|
6266
|
-
reason = exception;
|
|
6267
|
-
if (exception.name && exception.name == "NoSuchEntityException") {
|
|
6268
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6269
|
-
}
|
|
6270
|
-
}
|
|
6271
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6272
|
-
};
|
|
6273
|
-
const waitForRoleExists = async (params, input) => {
|
|
6274
|
-
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6275
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
6276
|
-
};
|
|
6277
|
-
const waitUntilRoleExists = async (params, input) => {
|
|
6278
|
-
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6279
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
6280
|
-
return utilWaiter.checkExceptions(result);
|
|
6281
|
-
};
|
|
6282
|
-
|
|
6283
|
-
const checkState = async (client, input) => {
|
|
6284
|
-
let reason;
|
|
6285
|
-
try {
|
|
6286
|
-
let result = await client.send(new GetUserCommand(input));
|
|
6287
|
-
reason = result;
|
|
6288
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
6289
|
-
}
|
|
6290
|
-
catch (exception) {
|
|
6291
|
-
reason = exception;
|
|
6292
|
-
if (exception.name && exception.name == "NoSuchEntityException") {
|
|
6293
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6294
|
-
}
|
|
6295
|
-
}
|
|
6296
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
6304
|
+
const paginators = {
|
|
6305
|
+
paginateGetAccountAuthorizationDetails,
|
|
6306
|
+
paginateGetGroup,
|
|
6307
|
+
paginateListAccessKeys,
|
|
6308
|
+
paginateListAccountAliases,
|
|
6309
|
+
paginateListAttachedGroupPolicies,
|
|
6310
|
+
paginateListAttachedRolePolicies,
|
|
6311
|
+
paginateListAttachedUserPolicies,
|
|
6312
|
+
paginateListEntitiesForPolicy,
|
|
6313
|
+
paginateListGroupPolicies,
|
|
6314
|
+
paginateListGroups,
|
|
6315
|
+
paginateListGroupsForUser,
|
|
6316
|
+
paginateListInstanceProfiles,
|
|
6317
|
+
paginateListInstanceProfilesForRole,
|
|
6318
|
+
paginateListInstanceProfileTags,
|
|
6319
|
+
paginateListMFADevices,
|
|
6320
|
+
paginateListMFADeviceTags,
|
|
6321
|
+
paginateListOpenIDConnectProviderTags,
|
|
6322
|
+
paginateListPolicies,
|
|
6323
|
+
paginateListPolicyTags,
|
|
6324
|
+
paginateListPolicyVersions,
|
|
6325
|
+
paginateListRolePolicies,
|
|
6326
|
+
paginateListRoles,
|
|
6327
|
+
paginateListRoleTags,
|
|
6328
|
+
paginateListSAMLProviderTags,
|
|
6329
|
+
paginateListServerCertificates,
|
|
6330
|
+
paginateListServerCertificateTags,
|
|
6331
|
+
paginateListSigningCertificates,
|
|
6332
|
+
paginateListSSHPublicKeys,
|
|
6333
|
+
paginateListUserPolicies,
|
|
6334
|
+
paginateListUsers,
|
|
6335
|
+
paginateListUserTags,
|
|
6336
|
+
paginateListVirtualMFADevices,
|
|
6337
|
+
paginateSimulateCustomPolicy,
|
|
6338
|
+
paginateSimulatePrincipalPolicy,
|
|
6297
6339
|
};
|
|
6298
|
-
const
|
|
6299
|
-
|
|
6300
|
-
|
|
6301
|
-
|
|
6302
|
-
|
|
6303
|
-
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
6304
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
6305
|
-
return utilWaiter.checkExceptions(result);
|
|
6340
|
+
const waiters = {
|
|
6341
|
+
waitUntilInstanceProfileExists,
|
|
6342
|
+
waitUntilPolicyExists,
|
|
6343
|
+
waitUntilRoleExists,
|
|
6344
|
+
waitUntilUserExists,
|
|
6306
6345
|
};
|
|
6346
|
+
class IAM extends IAMClient {
|
|
6347
|
+
}
|
|
6348
|
+
smithyClient.createAggregatedClient(commands, IAM, { paginators, waiters });
|
|
6307
6349
|
|
|
6308
6350
|
const AccessAdvisorUsageGranularityType = {
|
|
6309
6351
|
ACTION_LEVEL: "ACTION_LEVEL",
|
package/dist-es/IAM.js
CHANGED
|
@@ -176,6 +176,44 @@ import { UploadServerCertificateCommand, } from "./commands/UploadServerCertific
|
|
|
176
176
|
import { UploadSigningCertificateCommand, } from "./commands/UploadSigningCertificateCommand";
|
|
177
177
|
import { UploadSSHPublicKeyCommand, } from "./commands/UploadSSHPublicKeyCommand";
|
|
178
178
|
import { IAMClient } from "./IAMClient";
|
|
179
|
+
import { paginateGetAccountAuthorizationDetails } from "./pagination/GetAccountAuthorizationDetailsPaginator";
|
|
180
|
+
import { paginateGetGroup } from "./pagination/GetGroupPaginator";
|
|
181
|
+
import { paginateListAccessKeys } from "./pagination/ListAccessKeysPaginator";
|
|
182
|
+
import { paginateListAccountAliases } from "./pagination/ListAccountAliasesPaginator";
|
|
183
|
+
import { paginateListAttachedGroupPolicies } from "./pagination/ListAttachedGroupPoliciesPaginator";
|
|
184
|
+
import { paginateListAttachedRolePolicies } from "./pagination/ListAttachedRolePoliciesPaginator";
|
|
185
|
+
import { paginateListAttachedUserPolicies } from "./pagination/ListAttachedUserPoliciesPaginator";
|
|
186
|
+
import { paginateListEntitiesForPolicy } from "./pagination/ListEntitiesForPolicyPaginator";
|
|
187
|
+
import { paginateListGroupPolicies } from "./pagination/ListGroupPoliciesPaginator";
|
|
188
|
+
import { paginateListGroupsForUser } from "./pagination/ListGroupsForUserPaginator";
|
|
189
|
+
import { paginateListGroups } from "./pagination/ListGroupsPaginator";
|
|
190
|
+
import { paginateListInstanceProfilesForRole } from "./pagination/ListInstanceProfilesForRolePaginator";
|
|
191
|
+
import { paginateListInstanceProfiles } from "./pagination/ListInstanceProfilesPaginator";
|
|
192
|
+
import { paginateListInstanceProfileTags } from "./pagination/ListInstanceProfileTagsPaginator";
|
|
193
|
+
import { paginateListMFADevices } from "./pagination/ListMFADevicesPaginator";
|
|
194
|
+
import { paginateListMFADeviceTags } from "./pagination/ListMFADeviceTagsPaginator";
|
|
195
|
+
import { paginateListOpenIDConnectProviderTags } from "./pagination/ListOpenIDConnectProviderTagsPaginator";
|
|
196
|
+
import { paginateListPolicies } from "./pagination/ListPoliciesPaginator";
|
|
197
|
+
import { paginateListPolicyTags } from "./pagination/ListPolicyTagsPaginator";
|
|
198
|
+
import { paginateListPolicyVersions } from "./pagination/ListPolicyVersionsPaginator";
|
|
199
|
+
import { paginateListRolePolicies } from "./pagination/ListRolePoliciesPaginator";
|
|
200
|
+
import { paginateListRoles } from "./pagination/ListRolesPaginator";
|
|
201
|
+
import { paginateListRoleTags } from "./pagination/ListRoleTagsPaginator";
|
|
202
|
+
import { paginateListSAMLProviderTags } from "./pagination/ListSAMLProviderTagsPaginator";
|
|
203
|
+
import { paginateListServerCertificates } from "./pagination/ListServerCertificatesPaginator";
|
|
204
|
+
import { paginateListServerCertificateTags } from "./pagination/ListServerCertificateTagsPaginator";
|
|
205
|
+
import { paginateListSigningCertificates } from "./pagination/ListSigningCertificatesPaginator";
|
|
206
|
+
import { paginateListSSHPublicKeys } from "./pagination/ListSSHPublicKeysPaginator";
|
|
207
|
+
import { paginateListUserPolicies } from "./pagination/ListUserPoliciesPaginator";
|
|
208
|
+
import { paginateListUsers } from "./pagination/ListUsersPaginator";
|
|
209
|
+
import { paginateListUserTags } from "./pagination/ListUserTagsPaginator";
|
|
210
|
+
import { paginateListVirtualMFADevices } from "./pagination/ListVirtualMFADevicesPaginator";
|
|
211
|
+
import { paginateSimulateCustomPolicy } from "./pagination/SimulateCustomPolicyPaginator";
|
|
212
|
+
import { paginateSimulatePrincipalPolicy } from "./pagination/SimulatePrincipalPolicyPaginator";
|
|
213
|
+
import { waitUntilInstanceProfileExists } from "./waiters/waitForInstanceProfileExists";
|
|
214
|
+
import { waitUntilPolicyExists } from "./waiters/waitForPolicyExists";
|
|
215
|
+
import { waitUntilRoleExists } from "./waiters/waitForRoleExists";
|
|
216
|
+
import { waitUntilUserExists } from "./waiters/waitForUserExists";
|
|
179
217
|
const commands = {
|
|
180
218
|
AcceptDelegationRequestCommand,
|
|
181
219
|
AddClientIDToOpenIDConnectProviderCommand,
|
|
@@ -354,6 +392,48 @@ const commands = {
|
|
|
354
392
|
UploadSigningCertificateCommand,
|
|
355
393
|
UploadSSHPublicKeyCommand,
|
|
356
394
|
};
|
|
395
|
+
const paginators = {
|
|
396
|
+
paginateGetAccountAuthorizationDetails,
|
|
397
|
+
paginateGetGroup,
|
|
398
|
+
paginateListAccessKeys,
|
|
399
|
+
paginateListAccountAliases,
|
|
400
|
+
paginateListAttachedGroupPolicies,
|
|
401
|
+
paginateListAttachedRolePolicies,
|
|
402
|
+
paginateListAttachedUserPolicies,
|
|
403
|
+
paginateListEntitiesForPolicy,
|
|
404
|
+
paginateListGroupPolicies,
|
|
405
|
+
paginateListGroups,
|
|
406
|
+
paginateListGroupsForUser,
|
|
407
|
+
paginateListInstanceProfiles,
|
|
408
|
+
paginateListInstanceProfilesForRole,
|
|
409
|
+
paginateListInstanceProfileTags,
|
|
410
|
+
paginateListMFADevices,
|
|
411
|
+
paginateListMFADeviceTags,
|
|
412
|
+
paginateListOpenIDConnectProviderTags,
|
|
413
|
+
paginateListPolicies,
|
|
414
|
+
paginateListPolicyTags,
|
|
415
|
+
paginateListPolicyVersions,
|
|
416
|
+
paginateListRolePolicies,
|
|
417
|
+
paginateListRoles,
|
|
418
|
+
paginateListRoleTags,
|
|
419
|
+
paginateListSAMLProviderTags,
|
|
420
|
+
paginateListServerCertificates,
|
|
421
|
+
paginateListServerCertificateTags,
|
|
422
|
+
paginateListSigningCertificates,
|
|
423
|
+
paginateListSSHPublicKeys,
|
|
424
|
+
paginateListUserPolicies,
|
|
425
|
+
paginateListUsers,
|
|
426
|
+
paginateListUserTags,
|
|
427
|
+
paginateListVirtualMFADevices,
|
|
428
|
+
paginateSimulateCustomPolicy,
|
|
429
|
+
paginateSimulatePrincipalPolicy,
|
|
430
|
+
};
|
|
431
|
+
const waiters = {
|
|
432
|
+
waitUntilInstanceProfileExists,
|
|
433
|
+
waitUntilPolicyExists,
|
|
434
|
+
waitUntilRoleExists,
|
|
435
|
+
waitUntilUserExists,
|
|
436
|
+
};
|
|
357
437
|
export class IAM extends IAMClient {
|
|
358
438
|
}
|
|
359
|
-
createAggregatedClient(commands, IAM);
|
|
439
|
+
createAggregatedClient(commands, IAM, { paginators, waiters });
|
package/dist-types/IAM.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { WaiterResult } from "@smithy/util-waiter";
|
|
2
3
|
import { AcceptDelegationRequestCommandInput, AcceptDelegationRequestCommandOutput } from "./commands/AcceptDelegationRequestCommand";
|
|
3
4
|
import { AddClientIDToOpenIDConnectProviderCommandInput, AddClientIDToOpenIDConnectProviderCommandOutput } from "./commands/AddClientIDToOpenIDConnectProviderCommand";
|
|
4
5
|
import { AddRoleToInstanceProfileCommandInput, AddRoleToInstanceProfileCommandOutput } from "./commands/AddRoleToInstanceProfileCommand";
|
|
@@ -1269,6 +1270,268 @@ export interface IAM {
|
|
|
1269
1270
|
uploadSSHPublicKey(args: UploadSSHPublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<UploadSSHPublicKeyCommandOutput>;
|
|
1270
1271
|
uploadSSHPublicKey(args: UploadSSHPublicKeyCommandInput, cb: (err: any, data?: UploadSSHPublicKeyCommandOutput) => void): void;
|
|
1271
1272
|
uploadSSHPublicKey(args: UploadSSHPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UploadSSHPublicKeyCommandOutput) => void): void;
|
|
1273
|
+
/**
|
|
1274
|
+
* @see {@link GetAccountAuthorizationDetailsCommand}
|
|
1275
|
+
* @param args - command input.
|
|
1276
|
+
* @param paginationConfig - optional pagination config.
|
|
1277
|
+
* @returns AsyncIterable of {@link GetAccountAuthorizationDetailsCommandOutput}.
|
|
1278
|
+
*/
|
|
1279
|
+
paginateGetAccountAuthorizationDetails(args?: GetAccountAuthorizationDetailsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetAccountAuthorizationDetailsCommandOutput>;
|
|
1280
|
+
/**
|
|
1281
|
+
* @see {@link GetGroupCommand}
|
|
1282
|
+
* @param args - command input.
|
|
1283
|
+
* @param paginationConfig - optional pagination config.
|
|
1284
|
+
* @returns AsyncIterable of {@link GetGroupCommandOutput}.
|
|
1285
|
+
*/
|
|
1286
|
+
paginateGetGroup(args: GetGroupCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetGroupCommandOutput>;
|
|
1287
|
+
/**
|
|
1288
|
+
* @see {@link ListAccessKeysCommand}
|
|
1289
|
+
* @param args - command input.
|
|
1290
|
+
* @param paginationConfig - optional pagination config.
|
|
1291
|
+
* @returns AsyncIterable of {@link ListAccessKeysCommandOutput}.
|
|
1292
|
+
*/
|
|
1293
|
+
paginateListAccessKeys(args?: ListAccessKeysCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccessKeysCommandOutput>;
|
|
1294
|
+
/**
|
|
1295
|
+
* @see {@link ListAccountAliasesCommand}
|
|
1296
|
+
* @param args - command input.
|
|
1297
|
+
* @param paginationConfig - optional pagination config.
|
|
1298
|
+
* @returns AsyncIterable of {@link ListAccountAliasesCommandOutput}.
|
|
1299
|
+
*/
|
|
1300
|
+
paginateListAccountAliases(args?: ListAccountAliasesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccountAliasesCommandOutput>;
|
|
1301
|
+
/**
|
|
1302
|
+
* @see {@link ListAttachedGroupPoliciesCommand}
|
|
1303
|
+
* @param args - command input.
|
|
1304
|
+
* @param paginationConfig - optional pagination config.
|
|
1305
|
+
* @returns AsyncIterable of {@link ListAttachedGroupPoliciesCommandOutput}.
|
|
1306
|
+
*/
|
|
1307
|
+
paginateListAttachedGroupPolicies(args: ListAttachedGroupPoliciesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAttachedGroupPoliciesCommandOutput>;
|
|
1308
|
+
/**
|
|
1309
|
+
* @see {@link ListAttachedRolePoliciesCommand}
|
|
1310
|
+
* @param args - command input.
|
|
1311
|
+
* @param paginationConfig - optional pagination config.
|
|
1312
|
+
* @returns AsyncIterable of {@link ListAttachedRolePoliciesCommandOutput}.
|
|
1313
|
+
*/
|
|
1314
|
+
paginateListAttachedRolePolicies(args: ListAttachedRolePoliciesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAttachedRolePoliciesCommandOutput>;
|
|
1315
|
+
/**
|
|
1316
|
+
* @see {@link ListAttachedUserPoliciesCommand}
|
|
1317
|
+
* @param args - command input.
|
|
1318
|
+
* @param paginationConfig - optional pagination config.
|
|
1319
|
+
* @returns AsyncIterable of {@link ListAttachedUserPoliciesCommandOutput}.
|
|
1320
|
+
*/
|
|
1321
|
+
paginateListAttachedUserPolicies(args: ListAttachedUserPoliciesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAttachedUserPoliciesCommandOutput>;
|
|
1322
|
+
/**
|
|
1323
|
+
* @see {@link ListEntitiesForPolicyCommand}
|
|
1324
|
+
* @param args - command input.
|
|
1325
|
+
* @param paginationConfig - optional pagination config.
|
|
1326
|
+
* @returns AsyncIterable of {@link ListEntitiesForPolicyCommandOutput}.
|
|
1327
|
+
*/
|
|
1328
|
+
paginateListEntitiesForPolicy(args: ListEntitiesForPolicyCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEntitiesForPolicyCommandOutput>;
|
|
1329
|
+
/**
|
|
1330
|
+
* @see {@link ListGroupPoliciesCommand}
|
|
1331
|
+
* @param args - command input.
|
|
1332
|
+
* @param paginationConfig - optional pagination config.
|
|
1333
|
+
* @returns AsyncIterable of {@link ListGroupPoliciesCommandOutput}.
|
|
1334
|
+
*/
|
|
1335
|
+
paginateListGroupPolicies(args: ListGroupPoliciesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListGroupPoliciesCommandOutput>;
|
|
1336
|
+
/**
|
|
1337
|
+
* @see {@link ListGroupsCommand}
|
|
1338
|
+
* @param args - command input.
|
|
1339
|
+
* @param paginationConfig - optional pagination config.
|
|
1340
|
+
* @returns AsyncIterable of {@link ListGroupsCommandOutput}.
|
|
1341
|
+
*/
|
|
1342
|
+
paginateListGroups(args?: ListGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListGroupsCommandOutput>;
|
|
1343
|
+
/**
|
|
1344
|
+
* @see {@link ListGroupsForUserCommand}
|
|
1345
|
+
* @param args - command input.
|
|
1346
|
+
* @param paginationConfig - optional pagination config.
|
|
1347
|
+
* @returns AsyncIterable of {@link ListGroupsForUserCommandOutput}.
|
|
1348
|
+
*/
|
|
1349
|
+
paginateListGroupsForUser(args: ListGroupsForUserCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListGroupsForUserCommandOutput>;
|
|
1350
|
+
/**
|
|
1351
|
+
* @see {@link ListInstanceProfilesCommand}
|
|
1352
|
+
* @param args - command input.
|
|
1353
|
+
* @param paginationConfig - optional pagination config.
|
|
1354
|
+
* @returns AsyncIterable of {@link ListInstanceProfilesCommandOutput}.
|
|
1355
|
+
*/
|
|
1356
|
+
paginateListInstanceProfiles(args?: ListInstanceProfilesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListInstanceProfilesCommandOutput>;
|
|
1357
|
+
/**
|
|
1358
|
+
* @see {@link ListInstanceProfilesForRoleCommand}
|
|
1359
|
+
* @param args - command input.
|
|
1360
|
+
* @param paginationConfig - optional pagination config.
|
|
1361
|
+
* @returns AsyncIterable of {@link ListInstanceProfilesForRoleCommandOutput}.
|
|
1362
|
+
*/
|
|
1363
|
+
paginateListInstanceProfilesForRole(args: ListInstanceProfilesForRoleCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListInstanceProfilesForRoleCommandOutput>;
|
|
1364
|
+
/**
|
|
1365
|
+
* @see {@link ListInstanceProfileTagsCommand}
|
|
1366
|
+
* @param args - command input.
|
|
1367
|
+
* @param paginationConfig - optional pagination config.
|
|
1368
|
+
* @returns AsyncIterable of {@link ListInstanceProfileTagsCommandOutput}.
|
|
1369
|
+
*/
|
|
1370
|
+
paginateListInstanceProfileTags(args: ListInstanceProfileTagsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListInstanceProfileTagsCommandOutput>;
|
|
1371
|
+
/**
|
|
1372
|
+
* @see {@link ListMFADevicesCommand}
|
|
1373
|
+
* @param args - command input.
|
|
1374
|
+
* @param paginationConfig - optional pagination config.
|
|
1375
|
+
* @returns AsyncIterable of {@link ListMFADevicesCommandOutput}.
|
|
1376
|
+
*/
|
|
1377
|
+
paginateListMFADevices(args?: ListMFADevicesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMFADevicesCommandOutput>;
|
|
1378
|
+
/**
|
|
1379
|
+
* @see {@link ListMFADeviceTagsCommand}
|
|
1380
|
+
* @param args - command input.
|
|
1381
|
+
* @param paginationConfig - optional pagination config.
|
|
1382
|
+
* @returns AsyncIterable of {@link ListMFADeviceTagsCommandOutput}.
|
|
1383
|
+
*/
|
|
1384
|
+
paginateListMFADeviceTags(args: ListMFADeviceTagsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMFADeviceTagsCommandOutput>;
|
|
1385
|
+
/**
|
|
1386
|
+
* @see {@link ListOpenIDConnectProviderTagsCommand}
|
|
1387
|
+
* @param args - command input.
|
|
1388
|
+
* @param paginationConfig - optional pagination config.
|
|
1389
|
+
* @returns AsyncIterable of {@link ListOpenIDConnectProviderTagsCommandOutput}.
|
|
1390
|
+
*/
|
|
1391
|
+
paginateListOpenIDConnectProviderTags(args: ListOpenIDConnectProviderTagsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListOpenIDConnectProviderTagsCommandOutput>;
|
|
1392
|
+
/**
|
|
1393
|
+
* @see {@link ListPoliciesCommand}
|
|
1394
|
+
* @param args - command input.
|
|
1395
|
+
* @param paginationConfig - optional pagination config.
|
|
1396
|
+
* @returns AsyncIterable of {@link ListPoliciesCommandOutput}.
|
|
1397
|
+
*/
|
|
1398
|
+
paginateListPolicies(args?: ListPoliciesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPoliciesCommandOutput>;
|
|
1399
|
+
/**
|
|
1400
|
+
* @see {@link ListPolicyTagsCommand}
|
|
1401
|
+
* @param args - command input.
|
|
1402
|
+
* @param paginationConfig - optional pagination config.
|
|
1403
|
+
* @returns AsyncIterable of {@link ListPolicyTagsCommandOutput}.
|
|
1404
|
+
*/
|
|
1405
|
+
paginateListPolicyTags(args: ListPolicyTagsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPolicyTagsCommandOutput>;
|
|
1406
|
+
/**
|
|
1407
|
+
* @see {@link ListPolicyVersionsCommand}
|
|
1408
|
+
* @param args - command input.
|
|
1409
|
+
* @param paginationConfig - optional pagination config.
|
|
1410
|
+
* @returns AsyncIterable of {@link ListPolicyVersionsCommandOutput}.
|
|
1411
|
+
*/
|
|
1412
|
+
paginateListPolicyVersions(args: ListPolicyVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPolicyVersionsCommandOutput>;
|
|
1413
|
+
/**
|
|
1414
|
+
* @see {@link ListRolePoliciesCommand}
|
|
1415
|
+
* @param args - command input.
|
|
1416
|
+
* @param paginationConfig - optional pagination config.
|
|
1417
|
+
* @returns AsyncIterable of {@link ListRolePoliciesCommandOutput}.
|
|
1418
|
+
*/
|
|
1419
|
+
paginateListRolePolicies(args: ListRolePoliciesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRolePoliciesCommandOutput>;
|
|
1420
|
+
/**
|
|
1421
|
+
* @see {@link ListRolesCommand}
|
|
1422
|
+
* @param args - command input.
|
|
1423
|
+
* @param paginationConfig - optional pagination config.
|
|
1424
|
+
* @returns AsyncIterable of {@link ListRolesCommandOutput}.
|
|
1425
|
+
*/
|
|
1426
|
+
paginateListRoles(args?: ListRolesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRolesCommandOutput>;
|
|
1427
|
+
/**
|
|
1428
|
+
* @see {@link ListRoleTagsCommand}
|
|
1429
|
+
* @param args - command input.
|
|
1430
|
+
* @param paginationConfig - optional pagination config.
|
|
1431
|
+
* @returns AsyncIterable of {@link ListRoleTagsCommandOutput}.
|
|
1432
|
+
*/
|
|
1433
|
+
paginateListRoleTags(args: ListRoleTagsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRoleTagsCommandOutput>;
|
|
1434
|
+
/**
|
|
1435
|
+
* @see {@link ListSAMLProviderTagsCommand}
|
|
1436
|
+
* @param args - command input.
|
|
1437
|
+
* @param paginationConfig - optional pagination config.
|
|
1438
|
+
* @returns AsyncIterable of {@link ListSAMLProviderTagsCommandOutput}.
|
|
1439
|
+
*/
|
|
1440
|
+
paginateListSAMLProviderTags(args: ListSAMLProviderTagsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSAMLProviderTagsCommandOutput>;
|
|
1441
|
+
/**
|
|
1442
|
+
* @see {@link ListServerCertificatesCommand}
|
|
1443
|
+
* @param args - command input.
|
|
1444
|
+
* @param paginationConfig - optional pagination config.
|
|
1445
|
+
* @returns AsyncIterable of {@link ListServerCertificatesCommandOutput}.
|
|
1446
|
+
*/
|
|
1447
|
+
paginateListServerCertificates(args?: ListServerCertificatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListServerCertificatesCommandOutput>;
|
|
1448
|
+
/**
|
|
1449
|
+
* @see {@link ListServerCertificateTagsCommand}
|
|
1450
|
+
* @param args - command input.
|
|
1451
|
+
* @param paginationConfig - optional pagination config.
|
|
1452
|
+
* @returns AsyncIterable of {@link ListServerCertificateTagsCommandOutput}.
|
|
1453
|
+
*/
|
|
1454
|
+
paginateListServerCertificateTags(args: ListServerCertificateTagsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListServerCertificateTagsCommandOutput>;
|
|
1455
|
+
/**
|
|
1456
|
+
* @see {@link ListSigningCertificatesCommand}
|
|
1457
|
+
* @param args - command input.
|
|
1458
|
+
* @param paginationConfig - optional pagination config.
|
|
1459
|
+
* @returns AsyncIterable of {@link ListSigningCertificatesCommandOutput}.
|
|
1460
|
+
*/
|
|
1461
|
+
paginateListSigningCertificates(args?: ListSigningCertificatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSigningCertificatesCommandOutput>;
|
|
1462
|
+
/**
|
|
1463
|
+
* @see {@link ListSSHPublicKeysCommand}
|
|
1464
|
+
* @param args - command input.
|
|
1465
|
+
* @param paginationConfig - optional pagination config.
|
|
1466
|
+
* @returns AsyncIterable of {@link ListSSHPublicKeysCommandOutput}.
|
|
1467
|
+
*/
|
|
1468
|
+
paginateListSSHPublicKeys(args?: ListSSHPublicKeysCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSSHPublicKeysCommandOutput>;
|
|
1469
|
+
/**
|
|
1470
|
+
* @see {@link ListUserPoliciesCommand}
|
|
1471
|
+
* @param args - command input.
|
|
1472
|
+
* @param paginationConfig - optional pagination config.
|
|
1473
|
+
* @returns AsyncIterable of {@link ListUserPoliciesCommandOutput}.
|
|
1474
|
+
*/
|
|
1475
|
+
paginateListUserPolicies(args: ListUserPoliciesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListUserPoliciesCommandOutput>;
|
|
1476
|
+
/**
|
|
1477
|
+
* @see {@link ListUsersCommand}
|
|
1478
|
+
* @param args - command input.
|
|
1479
|
+
* @param paginationConfig - optional pagination config.
|
|
1480
|
+
* @returns AsyncIterable of {@link ListUsersCommandOutput}.
|
|
1481
|
+
*/
|
|
1482
|
+
paginateListUsers(args?: ListUsersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListUsersCommandOutput>;
|
|
1483
|
+
/**
|
|
1484
|
+
* @see {@link ListUserTagsCommand}
|
|
1485
|
+
* @param args - command input.
|
|
1486
|
+
* @param paginationConfig - optional pagination config.
|
|
1487
|
+
* @returns AsyncIterable of {@link ListUserTagsCommandOutput}.
|
|
1488
|
+
*/
|
|
1489
|
+
paginateListUserTags(args: ListUserTagsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListUserTagsCommandOutput>;
|
|
1490
|
+
/**
|
|
1491
|
+
* @see {@link ListVirtualMFADevicesCommand}
|
|
1492
|
+
* @param args - command input.
|
|
1493
|
+
* @param paginationConfig - optional pagination config.
|
|
1494
|
+
* @returns AsyncIterable of {@link ListVirtualMFADevicesCommandOutput}.
|
|
1495
|
+
*/
|
|
1496
|
+
paginateListVirtualMFADevices(args?: ListVirtualMFADevicesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListVirtualMFADevicesCommandOutput>;
|
|
1497
|
+
/**
|
|
1498
|
+
* @see {@link SimulateCustomPolicyCommand}
|
|
1499
|
+
* @param args - command input.
|
|
1500
|
+
* @param paginationConfig - optional pagination config.
|
|
1501
|
+
* @returns AsyncIterable of {@link SimulateCustomPolicyCommandOutput}.
|
|
1502
|
+
*/
|
|
1503
|
+
paginateSimulateCustomPolicy(args: SimulateCustomPolicyCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SimulateCustomPolicyCommandOutput>;
|
|
1504
|
+
/**
|
|
1505
|
+
* @see {@link SimulatePrincipalPolicyCommand}
|
|
1506
|
+
* @param args - command input.
|
|
1507
|
+
* @param paginationConfig - optional pagination config.
|
|
1508
|
+
* @returns AsyncIterable of {@link SimulatePrincipalPolicyCommandOutput}.
|
|
1509
|
+
*/
|
|
1510
|
+
paginateSimulatePrincipalPolicy(args: SimulatePrincipalPolicyCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SimulatePrincipalPolicyCommandOutput>;
|
|
1511
|
+
/**
|
|
1512
|
+
* @see {@link GetInstanceProfileCommand}
|
|
1513
|
+
* @param args - command input.
|
|
1514
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1515
|
+
*/
|
|
1516
|
+
waitUntilInstanceProfileExists(args: GetInstanceProfileCommandInput, waiterConfig: number | Omit<WaiterConfiguration<IAM>, "client">): Promise<WaiterResult>;
|
|
1517
|
+
/**
|
|
1518
|
+
* @see {@link GetPolicyCommand}
|
|
1519
|
+
* @param args - command input.
|
|
1520
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1521
|
+
*/
|
|
1522
|
+
waitUntilPolicyExists(args: GetPolicyCommandInput, waiterConfig: number | Omit<WaiterConfiguration<IAM>, "client">): Promise<WaiterResult>;
|
|
1523
|
+
/**
|
|
1524
|
+
* @see {@link GetRoleCommand}
|
|
1525
|
+
* @param args - command input.
|
|
1526
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1527
|
+
*/
|
|
1528
|
+
waitUntilRoleExists(args: GetRoleCommandInput, waiterConfig: number | Omit<WaiterConfiguration<IAM>, "client">): Promise<WaiterResult>;
|
|
1529
|
+
/**
|
|
1530
|
+
* @see {@link GetUserCommand}
|
|
1531
|
+
* @param args - command input.
|
|
1532
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
1533
|
+
*/
|
|
1534
|
+
waitUntilUserExists(args: GetUserCommandInput, waiterConfig: number | Omit<WaiterConfiguration<IAM>, "client">): Promise<WaiterResult>;
|
|
1272
1535
|
}
|
|
1273
1536
|
/**
|
|
1274
1537
|
* <fullname>Identity and Access Management</fullname>
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import {
|
|
3
9
|
AcceptDelegationRequestCommandInput,
|
|
4
10
|
AcceptDelegationRequestCommandOutput,
|
|
@@ -3113,5 +3119,279 @@ export interface IAM {
|
|
|
3113
3119
|
options: __HttpHandlerOptions,
|
|
3114
3120
|
cb: (err: any, data?: UploadSSHPublicKeyCommandOutput) => void
|
|
3115
3121
|
): void;
|
|
3122
|
+
paginateGetAccountAuthorizationDetails(
|
|
3123
|
+
args?: GetAccountAuthorizationDetailsCommandInput,
|
|
3124
|
+
paginationConfig?: Pick<
|
|
3125
|
+
PaginationConfiguration,
|
|
3126
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3127
|
+
>
|
|
3128
|
+
): Paginator<GetAccountAuthorizationDetailsCommandOutput>;
|
|
3129
|
+
paginateGetGroup(
|
|
3130
|
+
args: GetGroupCommandInput,
|
|
3131
|
+
paginationConfig?: Pick<
|
|
3132
|
+
PaginationConfiguration,
|
|
3133
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3134
|
+
>
|
|
3135
|
+
): Paginator<GetGroupCommandOutput>;
|
|
3136
|
+
paginateListAccessKeys(
|
|
3137
|
+
args?: ListAccessKeysCommandInput,
|
|
3138
|
+
paginationConfig?: Pick<
|
|
3139
|
+
PaginationConfiguration,
|
|
3140
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3141
|
+
>
|
|
3142
|
+
): Paginator<ListAccessKeysCommandOutput>;
|
|
3143
|
+
paginateListAccountAliases(
|
|
3144
|
+
args?: ListAccountAliasesCommandInput,
|
|
3145
|
+
paginationConfig?: Pick<
|
|
3146
|
+
PaginationConfiguration,
|
|
3147
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3148
|
+
>
|
|
3149
|
+
): Paginator<ListAccountAliasesCommandOutput>;
|
|
3150
|
+
paginateListAttachedGroupPolicies(
|
|
3151
|
+
args: ListAttachedGroupPoliciesCommandInput,
|
|
3152
|
+
paginationConfig?: Pick<
|
|
3153
|
+
PaginationConfiguration,
|
|
3154
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3155
|
+
>
|
|
3156
|
+
): Paginator<ListAttachedGroupPoliciesCommandOutput>;
|
|
3157
|
+
paginateListAttachedRolePolicies(
|
|
3158
|
+
args: ListAttachedRolePoliciesCommandInput,
|
|
3159
|
+
paginationConfig?: Pick<
|
|
3160
|
+
PaginationConfiguration,
|
|
3161
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3162
|
+
>
|
|
3163
|
+
): Paginator<ListAttachedRolePoliciesCommandOutput>;
|
|
3164
|
+
paginateListAttachedUserPolicies(
|
|
3165
|
+
args: ListAttachedUserPoliciesCommandInput,
|
|
3166
|
+
paginationConfig?: Pick<
|
|
3167
|
+
PaginationConfiguration,
|
|
3168
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3169
|
+
>
|
|
3170
|
+
): Paginator<ListAttachedUserPoliciesCommandOutput>;
|
|
3171
|
+
paginateListEntitiesForPolicy(
|
|
3172
|
+
args: ListEntitiesForPolicyCommandInput,
|
|
3173
|
+
paginationConfig?: Pick<
|
|
3174
|
+
PaginationConfiguration,
|
|
3175
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3176
|
+
>
|
|
3177
|
+
): Paginator<ListEntitiesForPolicyCommandOutput>;
|
|
3178
|
+
paginateListGroupPolicies(
|
|
3179
|
+
args: ListGroupPoliciesCommandInput,
|
|
3180
|
+
paginationConfig?: Pick<
|
|
3181
|
+
PaginationConfiguration,
|
|
3182
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3183
|
+
>
|
|
3184
|
+
): Paginator<ListGroupPoliciesCommandOutput>;
|
|
3185
|
+
paginateListGroups(
|
|
3186
|
+
args?: ListGroupsCommandInput,
|
|
3187
|
+
paginationConfig?: Pick<
|
|
3188
|
+
PaginationConfiguration,
|
|
3189
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3190
|
+
>
|
|
3191
|
+
): Paginator<ListGroupsCommandOutput>;
|
|
3192
|
+
paginateListGroupsForUser(
|
|
3193
|
+
args: ListGroupsForUserCommandInput,
|
|
3194
|
+
paginationConfig?: Pick<
|
|
3195
|
+
PaginationConfiguration,
|
|
3196
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3197
|
+
>
|
|
3198
|
+
): Paginator<ListGroupsForUserCommandOutput>;
|
|
3199
|
+
paginateListInstanceProfiles(
|
|
3200
|
+
args?: ListInstanceProfilesCommandInput,
|
|
3201
|
+
paginationConfig?: Pick<
|
|
3202
|
+
PaginationConfiguration,
|
|
3203
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3204
|
+
>
|
|
3205
|
+
): Paginator<ListInstanceProfilesCommandOutput>;
|
|
3206
|
+
paginateListInstanceProfilesForRole(
|
|
3207
|
+
args: ListInstanceProfilesForRoleCommandInput,
|
|
3208
|
+
paginationConfig?: Pick<
|
|
3209
|
+
PaginationConfiguration,
|
|
3210
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3211
|
+
>
|
|
3212
|
+
): Paginator<ListInstanceProfilesForRoleCommandOutput>;
|
|
3213
|
+
paginateListInstanceProfileTags(
|
|
3214
|
+
args: ListInstanceProfileTagsCommandInput,
|
|
3215
|
+
paginationConfig?: Pick<
|
|
3216
|
+
PaginationConfiguration,
|
|
3217
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3218
|
+
>
|
|
3219
|
+
): Paginator<ListInstanceProfileTagsCommandOutput>;
|
|
3220
|
+
paginateListMFADevices(
|
|
3221
|
+
args?: ListMFADevicesCommandInput,
|
|
3222
|
+
paginationConfig?: Pick<
|
|
3223
|
+
PaginationConfiguration,
|
|
3224
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3225
|
+
>
|
|
3226
|
+
): Paginator<ListMFADevicesCommandOutput>;
|
|
3227
|
+
paginateListMFADeviceTags(
|
|
3228
|
+
args: ListMFADeviceTagsCommandInput,
|
|
3229
|
+
paginationConfig?: Pick<
|
|
3230
|
+
PaginationConfiguration,
|
|
3231
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3232
|
+
>
|
|
3233
|
+
): Paginator<ListMFADeviceTagsCommandOutput>;
|
|
3234
|
+
paginateListOpenIDConnectProviderTags(
|
|
3235
|
+
args: ListOpenIDConnectProviderTagsCommandInput,
|
|
3236
|
+
paginationConfig?: Pick<
|
|
3237
|
+
PaginationConfiguration,
|
|
3238
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3239
|
+
>
|
|
3240
|
+
): Paginator<ListOpenIDConnectProviderTagsCommandOutput>;
|
|
3241
|
+
paginateListPolicies(
|
|
3242
|
+
args?: ListPoliciesCommandInput,
|
|
3243
|
+
paginationConfig?: Pick<
|
|
3244
|
+
PaginationConfiguration,
|
|
3245
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3246
|
+
>
|
|
3247
|
+
): Paginator<ListPoliciesCommandOutput>;
|
|
3248
|
+
paginateListPolicyTags(
|
|
3249
|
+
args: ListPolicyTagsCommandInput,
|
|
3250
|
+
paginationConfig?: Pick<
|
|
3251
|
+
PaginationConfiguration,
|
|
3252
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3253
|
+
>
|
|
3254
|
+
): Paginator<ListPolicyTagsCommandOutput>;
|
|
3255
|
+
paginateListPolicyVersions(
|
|
3256
|
+
args: ListPolicyVersionsCommandInput,
|
|
3257
|
+
paginationConfig?: Pick<
|
|
3258
|
+
PaginationConfiguration,
|
|
3259
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3260
|
+
>
|
|
3261
|
+
): Paginator<ListPolicyVersionsCommandOutput>;
|
|
3262
|
+
paginateListRolePolicies(
|
|
3263
|
+
args: ListRolePoliciesCommandInput,
|
|
3264
|
+
paginationConfig?: Pick<
|
|
3265
|
+
PaginationConfiguration,
|
|
3266
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3267
|
+
>
|
|
3268
|
+
): Paginator<ListRolePoliciesCommandOutput>;
|
|
3269
|
+
paginateListRoles(
|
|
3270
|
+
args?: ListRolesCommandInput,
|
|
3271
|
+
paginationConfig?: Pick<
|
|
3272
|
+
PaginationConfiguration,
|
|
3273
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3274
|
+
>
|
|
3275
|
+
): Paginator<ListRolesCommandOutput>;
|
|
3276
|
+
paginateListRoleTags(
|
|
3277
|
+
args: ListRoleTagsCommandInput,
|
|
3278
|
+
paginationConfig?: Pick<
|
|
3279
|
+
PaginationConfiguration,
|
|
3280
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3281
|
+
>
|
|
3282
|
+
): Paginator<ListRoleTagsCommandOutput>;
|
|
3283
|
+
paginateListSAMLProviderTags(
|
|
3284
|
+
args: ListSAMLProviderTagsCommandInput,
|
|
3285
|
+
paginationConfig?: Pick<
|
|
3286
|
+
PaginationConfiguration,
|
|
3287
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3288
|
+
>
|
|
3289
|
+
): Paginator<ListSAMLProviderTagsCommandOutput>;
|
|
3290
|
+
paginateListServerCertificates(
|
|
3291
|
+
args?: ListServerCertificatesCommandInput,
|
|
3292
|
+
paginationConfig?: Pick<
|
|
3293
|
+
PaginationConfiguration,
|
|
3294
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3295
|
+
>
|
|
3296
|
+
): Paginator<ListServerCertificatesCommandOutput>;
|
|
3297
|
+
paginateListServerCertificateTags(
|
|
3298
|
+
args: ListServerCertificateTagsCommandInput,
|
|
3299
|
+
paginationConfig?: Pick<
|
|
3300
|
+
PaginationConfiguration,
|
|
3301
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3302
|
+
>
|
|
3303
|
+
): Paginator<ListServerCertificateTagsCommandOutput>;
|
|
3304
|
+
paginateListSigningCertificates(
|
|
3305
|
+
args?: ListSigningCertificatesCommandInput,
|
|
3306
|
+
paginationConfig?: Pick<
|
|
3307
|
+
PaginationConfiguration,
|
|
3308
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3309
|
+
>
|
|
3310
|
+
): Paginator<ListSigningCertificatesCommandOutput>;
|
|
3311
|
+
paginateListSSHPublicKeys(
|
|
3312
|
+
args?: ListSSHPublicKeysCommandInput,
|
|
3313
|
+
paginationConfig?: Pick<
|
|
3314
|
+
PaginationConfiguration,
|
|
3315
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3316
|
+
>
|
|
3317
|
+
): Paginator<ListSSHPublicKeysCommandOutput>;
|
|
3318
|
+
paginateListUserPolicies(
|
|
3319
|
+
args: ListUserPoliciesCommandInput,
|
|
3320
|
+
paginationConfig?: Pick<
|
|
3321
|
+
PaginationConfiguration,
|
|
3322
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3323
|
+
>
|
|
3324
|
+
): Paginator<ListUserPoliciesCommandOutput>;
|
|
3325
|
+
paginateListUsers(
|
|
3326
|
+
args?: ListUsersCommandInput,
|
|
3327
|
+
paginationConfig?: Pick<
|
|
3328
|
+
PaginationConfiguration,
|
|
3329
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3330
|
+
>
|
|
3331
|
+
): Paginator<ListUsersCommandOutput>;
|
|
3332
|
+
paginateListUserTags(
|
|
3333
|
+
args: ListUserTagsCommandInput,
|
|
3334
|
+
paginationConfig?: Pick<
|
|
3335
|
+
PaginationConfiguration,
|
|
3336
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3337
|
+
>
|
|
3338
|
+
): Paginator<ListUserTagsCommandOutput>;
|
|
3339
|
+
paginateListVirtualMFADevices(
|
|
3340
|
+
args?: ListVirtualMFADevicesCommandInput,
|
|
3341
|
+
paginationConfig?: Pick<
|
|
3342
|
+
PaginationConfiguration,
|
|
3343
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3344
|
+
>
|
|
3345
|
+
): Paginator<ListVirtualMFADevicesCommandOutput>;
|
|
3346
|
+
paginateSimulateCustomPolicy(
|
|
3347
|
+
args: SimulateCustomPolicyCommandInput,
|
|
3348
|
+
paginationConfig?: Pick<
|
|
3349
|
+
PaginationConfiguration,
|
|
3350
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3351
|
+
>
|
|
3352
|
+
): Paginator<SimulateCustomPolicyCommandOutput>;
|
|
3353
|
+
paginateSimulatePrincipalPolicy(
|
|
3354
|
+
args: SimulatePrincipalPolicyCommandInput,
|
|
3355
|
+
paginationConfig?: Pick<
|
|
3356
|
+
PaginationConfiguration,
|
|
3357
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
3358
|
+
>
|
|
3359
|
+
): Paginator<SimulatePrincipalPolicyCommandOutput>;
|
|
3360
|
+
waitUntilInstanceProfileExists(
|
|
3361
|
+
args: GetInstanceProfileCommandInput,
|
|
3362
|
+
waiterConfig:
|
|
3363
|
+
| number
|
|
3364
|
+
| Pick<
|
|
3365
|
+
WaiterConfiguration<IAM>,
|
|
3366
|
+
Exclude<keyof WaiterConfiguration<IAM>, "client">
|
|
3367
|
+
>
|
|
3368
|
+
): Promise<WaiterResult>;
|
|
3369
|
+
waitUntilPolicyExists(
|
|
3370
|
+
args: GetPolicyCommandInput,
|
|
3371
|
+
waiterConfig:
|
|
3372
|
+
| number
|
|
3373
|
+
| Pick<
|
|
3374
|
+
WaiterConfiguration<IAM>,
|
|
3375
|
+
Exclude<keyof WaiterConfiguration<IAM>, "client">
|
|
3376
|
+
>
|
|
3377
|
+
): Promise<WaiterResult>;
|
|
3378
|
+
waitUntilRoleExists(
|
|
3379
|
+
args: GetRoleCommandInput,
|
|
3380
|
+
waiterConfig:
|
|
3381
|
+
| number
|
|
3382
|
+
| Pick<
|
|
3383
|
+
WaiterConfiguration<IAM>,
|
|
3384
|
+
Exclude<keyof WaiterConfiguration<IAM>, "client">
|
|
3385
|
+
>
|
|
3386
|
+
): Promise<WaiterResult>;
|
|
3387
|
+
waitUntilUserExists(
|
|
3388
|
+
args: GetUserCommandInput,
|
|
3389
|
+
waiterConfig:
|
|
3390
|
+
| number
|
|
3391
|
+
| Pick<
|
|
3392
|
+
WaiterConfiguration<IAM>,
|
|
3393
|
+
Exclude<keyof WaiterConfiguration<IAM>, "client">
|
|
3394
|
+
>
|
|
3395
|
+
): Promise<WaiterResult>;
|
|
3116
3396
|
}
|
|
3117
3397
|
export declare class IAM extends IAMClient implements IAM {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iam",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.980.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iam",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
33
|
-
"@aws-sdk/types": "^3.973.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.5",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.4",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
|
+
"@aws-sdk/types": "^3.973.1",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.22.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
48
|
"@smithy/node-http-handler": "^4.4.8",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|