@aws-sdk/client-efs 3.32.0 → 3.36.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/CHANGELOG.md +45 -0
- package/{dist/cjs → dist-cjs}/EFS.js +2 -3
- package/{dist/cjs → dist-cjs}/EFSClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/CreateAccessPointCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateFileSystemCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateMountTargetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateTagsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteAccessPointCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteFileSystemCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteFileSystemPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteMountTargetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteTagsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeAccessPointsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeAccountPreferencesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeBackupPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeFileSystemPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeFileSystemsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeLifecycleConfigurationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeMountTargetSecurityGroupsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeMountTargetsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeTagsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ModifyMountTargetSecurityGroupsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutAccountPreferencesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutBackupPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutFileSystemPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutLifecycleConfigurationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateFileSystemCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/DescribeAccessPointsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/DescribeFileSystemsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/DescribeTagsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListTagsForResourcePaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +16 -9
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/EFS.js +3 -11
- package/{dist/es → dist-es}/EFSClient.js +2 -15
- package/{dist/es → dist-es}/commands/CreateAccessPointCommand.js +4 -37
- package/dist-es/commands/CreateFileSystemCommand.js +39 -0
- package/dist-es/commands/CreateMountTargetCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CreateTagsCommand.js +4 -41
- package/{dist/es → dist-es}/commands/DeleteAccessPointCommand.js +4 -33
- package/dist-es/commands/DeleteFileSystemCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DeleteFileSystemPolicyCommand.js +4 -33
- package/dist-es/commands/DeleteMountTargetCommand.js +39 -0
- package/dist-es/commands/DeleteTagsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DescribeAccessPointsCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DescribeAccountPreferencesCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeBackupPolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeFileSystemPolicyCommand.js +4 -31
- package/dist-es/commands/DescribeFileSystemsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DescribeLifecycleConfigurationCommand.js +4 -37
- package/{dist/es → dist-es}/commands/DescribeMountTargetSecurityGroupsCommand.js +4 -45
- package/{dist/es → dist-es}/commands/DescribeMountTargetsCommand.js +4 -37
- package/{dist/es → dist-es}/commands/DescribeTagsCommand.js +4 -40
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -31
- package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/PutAccountPreferencesCommand.js +4 -33
- package/{dist/es → dist-es}/commands/PutBackupPolicyCommand.js +4 -30
- package/dist-es/commands/PutFileSystemPolicyCommand.js +39 -0
- package/dist-es/commands/PutLifecycleConfigurationCommand.js +39 -0
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateFileSystemCommand.js +4 -31
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -232
- package/{dist/es → dist-es}/pagination/DescribeAccessPointsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/DescribeFileSystemsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/DescribeTagsPaginator.js +17 -30
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListTagsForResourcePaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +750 -748
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/EFS.d.ts +3 -3
- package/{dist/types → dist-types}/EFSClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/CreateAccessPointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateFileSystemCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateMountTargetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAccessPointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteFileSystemCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteFileSystemPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteMountTargetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAccessPointsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAccountPreferencesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeBackupPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeFileSystemPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeFileSystemsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLifecycleConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeMountTargetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutAccountPreferencesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutBackupPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutFileSystemPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutLifecycleConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateFileSystemCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeAccessPointsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeFileSystemsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeTagsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/EFS.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/EFSClient.d.ts +9 -9
- package/{dist/types → dist-types}/ts3.4/commands/CreateAccessPointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateFileSystemCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateMountTargetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteAccessPointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteFileSystemCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteMountTargetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeAccessPointsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeFileSystemsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeMountTargetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutAccountPreferencesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutBackupPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateFileSystemCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeAccessPointsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeFileSystemsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeTagsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/EFS.ts +0 -1385
- package/EFSClient.ts +0 -362
- package/commands/CreateAccessPointCommand.ts +0 -101
- package/commands/CreateFileSystemCommand.ts +0 -147
- package/commands/CreateMountTargetCommand.ts +0 -235
- package/commands/CreateTagsCommand.ts +0 -105
- package/commands/DeleteAccessPointCommand.ts +0 -97
- package/commands/DeleteFileSystemCommand.ts +0 -108
- package/commands/DeleteFileSystemPolicyCommand.ts +0 -97
- package/commands/DeleteMountTargetCommand.ts +0 -127
- package/commands/DeleteTagsCommand.ts +0 -106
- package/commands/DescribeAccessPointsCommand.ts +0 -97
- package/commands/DescribeAccountPreferencesCommand.ts +0 -98
- package/commands/DescribeBackupPolicyCommand.ts +0 -94
- package/commands/DescribeFileSystemPolicyCommand.ts +0 -95
- package/commands/DescribeFileSystemsCommand.ts +0 -116
- package/commands/DescribeLifecycleConfigurationCommand.ts +0 -109
- package/commands/DescribeMountTargetSecurityGroupsCommand.ts +0 -120
- package/commands/DescribeMountTargetsCommand.ts +0 -101
- package/commands/DescribeTagsCommand.ts +0 -104
- package/commands/ListTagsForResourceCommand.ts +0 -95
- package/commands/ModifyMountTargetSecurityGroupsCommand.ts +0 -119
- package/commands/PutAccountPreferencesCommand.ts +0 -97
- package/commands/PutBackupPolicyCommand.ts +0 -94
- package/commands/PutFileSystemPolicyCommand.ts +0 -103
- package/commands/PutLifecycleConfigurationCommand.ts +0 -127
- package/commands/TagResourceCommand.ts +0 -95
- package/commands/UntagResourceCommand.ts +0 -95
- package/commands/UpdateFileSystemCommand.ts +0 -95
- package/dist/cjs/EFS.js.map +0 -1
- package/dist/cjs/EFSClient.js.map +0 -1
- package/dist/cjs/commands/CreateAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFileSystemCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMountTargetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFileSystemCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFileSystemPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMountTargetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccessPointsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountPreferencesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeBackupPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFileSystemPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFileSystemsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLifecycleConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMountTargetSecurityGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMountTargetsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyMountTargetSecurityGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/PutAccountPreferencesCommand.js.map +0 -1
- package/dist/cjs/commands/PutBackupPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutFileSystemPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutLifecycleConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFileSystemCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/DescribeAccessPointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeFileSystemsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeTagsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/EFS.js.map +0 -1
- package/dist/es/EFSClient.js.map +0 -1
- package/dist/es/commands/CreateAccessPointCommand.js.map +0 -1
- package/dist/es/commands/CreateFileSystemCommand.js +0 -118
- package/dist/es/commands/CreateFileSystemCommand.js.map +0 -1
- package/dist/es/commands/CreateMountTargetCommand.js +0 -206
- package/dist/es/commands/CreateMountTargetCommand.js.map +0 -1
- package/dist/es/commands/CreateTagsCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointCommand.js.map +0 -1
- package/dist/es/commands/DeleteFileSystemCommand.js +0 -79
- package/dist/es/commands/DeleteFileSystemCommand.js.map +0 -1
- package/dist/es/commands/DeleteFileSystemPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteMountTargetCommand.js +0 -98
- package/dist/es/commands/DeleteMountTargetCommand.js.map +0 -1
- package/dist/es/commands/DeleteTagsCommand.js +0 -77
- package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccessPointsCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountPreferencesCommand.js.map +0 -1
- package/dist/es/commands/DescribeBackupPolicyCommand.js.map +0 -1
- package/dist/es/commands/DescribeFileSystemPolicyCommand.js.map +0 -1
- package/dist/es/commands/DescribeFileSystemsCommand.js +0 -87
- package/dist/es/commands/DescribeFileSystemsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLifecycleConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DescribeMountTargetSecurityGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeMountTargetsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ModifyMountTargetSecurityGroupsCommand.js +0 -84
- package/dist/es/commands/ModifyMountTargetSecurityGroupsCommand.js.map +0 -1
- package/dist/es/commands/PutAccountPreferencesCommand.js.map +0 -1
- package/dist/es/commands/PutBackupPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutFileSystemPolicyCommand.js +0 -74
- package/dist/es/commands/PutFileSystemPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutLifecycleConfigurationCommand.js +0 -95
- package/dist/es/commands/PutLifecycleConfigurationCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateFileSystemCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -36
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/DescribeAccessPointsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeFileSystemsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeTagsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -183
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2185
- package/pagination/DescribeAccessPointsPaginator.ts +0 -58
- package/pagination/DescribeFileSystemsPaginator.ts +0 -58
- package/pagination/DescribeTagsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListTagsForResourcePaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -4417
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,43 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteFileSystemPolicyRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DeleteFileSystemPolicyCommand, serializeAws_restJson1DeleteFileSystemPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* For more information about the default file system policy, see <a href="https://docs.aws.amazon.com/efs/latest/ug/res-based-policies-efs.html">Using Resource-based Policies with EFS</a>.</p>
|
|
10
|
-
* <p>This operation requires permissions for the <code>elasticfilesystem:DeleteFileSystemPolicy</code> action.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { EFSClient, DeleteFileSystemPolicyCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
15
|
-
* // const { EFSClient, DeleteFileSystemPolicyCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
16
|
-
* const client = new EFSClient(config);
|
|
17
|
-
* const command = new DeleteFileSystemPolicyCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteFileSystemPolicyCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteFileSystemPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
var DeleteFileSystemPolicyCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DeleteFileSystemPolicyRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DeleteFileSystemPolicyCommand, serializeAws_restJson1DeleteFileSystemPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DeleteFileSystemPolicyCommand = (function (_super) {
|
|
27
7
|
__extends(DeleteFileSystemPolicyCommand, _super);
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
8
|
function DeleteFileSystemPolicyCommand(input) {
|
|
31
|
-
var _this =
|
|
32
|
-
// Start section: command_constructor
|
|
33
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
34
10
|
_this.input = input;
|
|
35
11
|
return _this;
|
|
36
|
-
// End section: command_constructor
|
|
37
12
|
}
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
13
|
DeleteFileSystemPolicyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
42
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
43
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -65,4 +37,3 @@ var DeleteFileSystemPolicyCommand = /** @class */ (function (_super) {
|
|
|
65
37
|
return DeleteFileSystemPolicyCommand;
|
|
66
38
|
}($Command));
|
|
67
39
|
export { DeleteFileSystemPolicyCommand };
|
|
68
|
-
//# sourceMappingURL=DeleteFileSystemPolicyCommand.js.map
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteMountTargetRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DeleteMountTargetCommand, serializeAws_restJson1DeleteMountTargetCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DeleteMountTargetCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteMountTargetCommand, _super);
|
|
8
|
+
function DeleteMountTargetCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeleteMountTargetCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "EFSClient";
|
|
18
|
+
var commandName = "DeleteMountTargetCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeleteMountTargetRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteMountTargetCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DeleteMountTargetCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeleteMountTargetCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DeleteMountTargetCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeleteMountTargetCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteMountTargetCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteTagsRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DeleteTagsCommand, serializeAws_restJson1DeleteTagsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DeleteTagsCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteTagsCommand, _super);
|
|
8
|
+
function DeleteTagsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeleteTagsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "EFSClient";
|
|
18
|
+
var commandName = "DeleteTagsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeleteTagsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteTagsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DeleteTagsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeleteTagsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DeleteTagsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeleteTagsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteTagsCommand };
|
|
@@ -1,43 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeAccessPointsRequest, DescribeAccessPointsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeAccessPointsCommand, serializeAws_restJson1DescribeAccessPointsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* You can provide either an <code>AccessPointId</code> or a <code>FileSystemId</code> in the request, but not both. </p>
|
|
10
|
-
* <p>This operation requires permissions for the <code>elasticfilesystem:DescribeAccessPoints</code> action.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { EFSClient, DescribeAccessPointsCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
15
|
-
* // const { EFSClient, DescribeAccessPointsCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
16
|
-
* const client = new EFSClient(config);
|
|
17
|
-
* const command = new DescribeAccessPointsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeAccessPointsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeAccessPointsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
var DescribeAccessPointsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeAccessPointsRequest, DescribeAccessPointsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeAccessPointsCommand, serializeAws_restJson1DescribeAccessPointsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeAccessPointsCommand = (function (_super) {
|
|
27
7
|
__extends(DescribeAccessPointsCommand, _super);
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
8
|
function DescribeAccessPointsCommand(input) {
|
|
31
|
-
var _this =
|
|
32
|
-
// Start section: command_constructor
|
|
33
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
34
10
|
_this.input = input;
|
|
35
11
|
return _this;
|
|
36
|
-
// End section: command_constructor
|
|
37
12
|
}
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
13
|
DescribeAccessPointsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
42
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
43
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -65,4 +37,3 @@ var DescribeAccessPointsCommand = /** @class */ (function (_super) {
|
|
|
65
37
|
return DescribeAccessPointsCommand;
|
|
66
38
|
}($Command));
|
|
67
39
|
export { DescribeAccessPointsCommand };
|
|
68
|
-
//# sourceMappingURL=DescribeAccessPointsCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeAccountPreferencesRequest, DescribeAccountPreferencesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeAccountPreferencesCommand, serializeAws_restJson1DescribeAccountPreferencesCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { EFSClient, DescribeAccountPreferencesCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
13
|
-
* // const { EFSClient, DescribeAccountPreferencesCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
14
|
-
* const client = new EFSClient(config);
|
|
15
|
-
* const command = new DescribeAccountPreferencesCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link DescribeAccountPreferencesCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link DescribeAccountPreferencesCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var DescribeAccountPreferencesCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeAccountPreferencesRequest, DescribeAccountPreferencesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeAccountPreferencesCommand, serializeAws_restJson1DescribeAccountPreferencesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeAccountPreferencesCommand = (function (_super) {
|
|
25
7
|
__extends(DescribeAccountPreferencesCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function DescribeAccountPreferencesCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
DescribeAccountPreferencesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var DescribeAccountPreferencesCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return DescribeAccountPreferencesCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { DescribeAccountPreferencesCommand };
|
|
66
|
-
//# sourceMappingURL=DescribeAccountPreferencesCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { BackupPolicyDescription, DescribeBackupPolicyRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeBackupPolicyCommand, serializeAws_restJson1DescribeBackupPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { EFSClient, DescribeBackupPolicyCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
12
|
-
* // const { EFSClient, DescribeBackupPolicyCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
13
|
-
* const client = new EFSClient(config);
|
|
14
|
-
* const command = new DescribeBackupPolicyCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeBackupPolicyCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeBackupPolicyCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeBackupPolicyCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { BackupPolicyDescription, DescribeBackupPolicyRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeBackupPolicyCommand, serializeAws_restJson1DescribeBackupPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeBackupPolicyCommand = (function (_super) {
|
|
24
7
|
__extends(DescribeBackupPolicyCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DescribeBackupPolicyCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DescribeBackupPolicyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var DescribeBackupPolicyCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return DescribeBackupPolicyCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { DescribeBackupPolicyCommand };
|
|
65
|
-
//# sourceMappingURL=DescribeBackupPolicyCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeFileSystemPolicyRequest, FileSystemPolicyDescription } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeFileSystemPolicyCommand, serializeAws_restJson1DescribeFileSystemPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* @example
|
|
10
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
11
|
-
* ```javascript
|
|
12
|
-
* import { EFSClient, DescribeFileSystemPolicyCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
13
|
-
* // const { EFSClient, DescribeFileSystemPolicyCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
14
|
-
* const client = new EFSClient(config);
|
|
15
|
-
* const command = new DescribeFileSystemPolicyCommand(input);
|
|
16
|
-
* const response = await client.send(command);
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @see {@link DescribeFileSystemPolicyCommandInput} for command's `input` shape.
|
|
20
|
-
* @see {@link DescribeFileSystemPolicyCommandOutput} for command's `response` shape.
|
|
21
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
var DescribeFileSystemPolicyCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeFileSystemPolicyRequest, FileSystemPolicyDescription } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeFileSystemPolicyCommand, serializeAws_restJson1DescribeFileSystemPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeFileSystemPolicyCommand = (function (_super) {
|
|
25
7
|
__extends(DescribeFileSystemPolicyCommand, _super);
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
8
|
function DescribeFileSystemPolicyCommand(input) {
|
|
29
|
-
var _this =
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
32
10
|
_this.input = input;
|
|
33
11
|
return _this;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
DescribeFileSystemPolicyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -63,4 +37,3 @@ var DescribeFileSystemPolicyCommand = /** @class */ (function (_super) {
|
|
|
63
37
|
return DescribeFileSystemPolicyCommand;
|
|
64
38
|
}($Command));
|
|
65
39
|
export { DescribeFileSystemPolicyCommand };
|
|
66
|
-
//# sourceMappingURL=DescribeFileSystemPolicyCommand.js.map
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeFileSystemsRequest, DescribeFileSystemsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeFileSystemsCommand, serializeAws_restJson1DescribeFileSystemsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeFileSystemsCommand = (function (_super) {
|
|
7
|
+
__extends(DescribeFileSystemsCommand, _super);
|
|
8
|
+
function DescribeFileSystemsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DescribeFileSystemsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "EFSClient";
|
|
18
|
+
var commandName = "DescribeFileSystemsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DescribeFileSystemsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeFileSystemsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DescribeFileSystemsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_restJson1DescribeFileSystemsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DescribeFileSystemsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_restJson1DescribeFileSystemsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DescribeFileSystemsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DescribeFileSystemsCommand };
|
|
@@ -1,47 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeLifecycleConfigurationRequest, LifecycleConfigurationDescription } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeLifecycleConfigurationCommand, serializeAws_restJson1DescribeLifecycleConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* to identify which files to move to the EFS Infrequent Access (IA) storage class. For a file system
|
|
10
|
-
* without a <code>LifecycleConfiguration</code> object, the call returns an empty array in the
|
|
11
|
-
* response.</p>
|
|
12
|
-
* <p>When EFS Intelligent Tiering is enabled, <code>TransitionToPrimaryStorageClass</code> has a value of <code>AFTER_1_ACCESS</code>.</p>
|
|
13
|
-
* <p>This operation requires permissions for the
|
|
14
|
-
* <code>elasticfilesystem:DescribeLifecycleConfiguration</code> operation.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { EFSClient, DescribeLifecycleConfigurationCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
19
|
-
* // const { EFSClient, DescribeLifecycleConfigurationCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
20
|
-
* const client = new EFSClient(config);
|
|
21
|
-
* const command = new DescribeLifecycleConfigurationCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DescribeLifecycleConfigurationCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DescribeLifecycleConfigurationCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
var DescribeLifecycleConfigurationCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeLifecycleConfigurationRequest, LifecycleConfigurationDescription } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeLifecycleConfigurationCommand, serializeAws_restJson1DescribeLifecycleConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeLifecycleConfigurationCommand = (function (_super) {
|
|
31
7
|
__extends(DescribeLifecycleConfigurationCommand, _super);
|
|
32
|
-
// Start section: command_properties
|
|
33
|
-
// End section: command_properties
|
|
34
8
|
function DescribeLifecycleConfigurationCommand(input) {
|
|
35
|
-
var _this =
|
|
36
|
-
// Start section: command_constructor
|
|
37
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
38
10
|
_this.input = input;
|
|
39
11
|
return _this;
|
|
40
|
-
// End section: command_constructor
|
|
41
12
|
}
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
13
|
DescribeLifecycleConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
46
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
47
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -69,4 +37,3 @@ var DescribeLifecycleConfigurationCommand = /** @class */ (function (_super) {
|
|
|
69
37
|
return DescribeLifecycleConfigurationCommand;
|
|
70
38
|
}($Command));
|
|
71
39
|
export { DescribeLifecycleConfigurationCommand };
|
|
72
|
-
//# sourceMappingURL=DescribeLifecycleConfigurationCommand.js.map
|
|
@@ -1,55 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeMountTargetSecurityGroupsRequest, DescribeMountTargetSecurityGroupsResponse, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeMountTargetSecurityGroupsCommand, serializeAws_restJson1DescribeMountTargetSecurityGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* state of the mount target is not <code>deleted</code>.</p>
|
|
10
|
-
* <p>This operation requires permissions for the following actions:</p>
|
|
11
|
-
* <ul>
|
|
12
|
-
* <li>
|
|
13
|
-
* <p>
|
|
14
|
-
* <code>elasticfilesystem:DescribeMountTargetSecurityGroups</code> action on the mount
|
|
15
|
-
* target's file system. </p>
|
|
16
|
-
* </li>
|
|
17
|
-
* <li>
|
|
18
|
-
* <p>
|
|
19
|
-
* <code>ec2:DescribeNetworkInterfaceAttribute</code> action on the mount target's
|
|
20
|
-
* network interface. </p>
|
|
21
|
-
* </li>
|
|
22
|
-
* </ul>
|
|
23
|
-
* @example
|
|
24
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
-
* ```javascript
|
|
26
|
-
* import { EFSClient, DescribeMountTargetSecurityGroupsCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
27
|
-
* // const { EFSClient, DescribeMountTargetSecurityGroupsCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
28
|
-
* const client = new EFSClient(config);
|
|
29
|
-
* const command = new DescribeMountTargetSecurityGroupsCommand(input);
|
|
30
|
-
* const response = await client.send(command);
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
|
-
* @see {@link DescribeMountTargetSecurityGroupsCommandInput} for command's `input` shape.
|
|
34
|
-
* @see {@link DescribeMountTargetSecurityGroupsCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
36
|
-
*
|
|
37
|
-
*/
|
|
38
|
-
var DescribeMountTargetSecurityGroupsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeMountTargetSecurityGroupsRequest, DescribeMountTargetSecurityGroupsResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeMountTargetSecurityGroupsCommand, serializeAws_restJson1DescribeMountTargetSecurityGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeMountTargetSecurityGroupsCommand = (function (_super) {
|
|
39
7
|
__extends(DescribeMountTargetSecurityGroupsCommand, _super);
|
|
40
|
-
// Start section: command_properties
|
|
41
|
-
// End section: command_properties
|
|
42
8
|
function DescribeMountTargetSecurityGroupsCommand(input) {
|
|
43
|
-
var _this =
|
|
44
|
-
// Start section: command_constructor
|
|
45
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
46
10
|
_this.input = input;
|
|
47
11
|
return _this;
|
|
48
|
-
// End section: command_constructor
|
|
49
12
|
}
|
|
50
|
-
/**
|
|
51
|
-
* @internal
|
|
52
|
-
*/
|
|
53
13
|
DescribeMountTargetSecurityGroupsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
54
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
55
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -77,4 +37,3 @@ var DescribeMountTargetSecurityGroupsCommand = /** @class */ (function (_super)
|
|
|
77
37
|
return DescribeMountTargetSecurityGroupsCommand;
|
|
78
38
|
}($Command));
|
|
79
39
|
export { DescribeMountTargetSecurityGroupsCommand };
|
|
80
|
-
//# sourceMappingURL=DescribeMountTargetSecurityGroupsCommand.js.map
|
|
@@ -1,47 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeMountTargetsRequest, DescribeMountTargetsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeMountTargetsCommand, serializeAws_restJson1DescribeMountTargetsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* targets returned in the response is unspecified.</p>
|
|
10
|
-
*
|
|
11
|
-
* <p>This operation requires permissions for the
|
|
12
|
-
* <code>elasticfilesystem:DescribeMountTargets</code> action, on either the file system ID
|
|
13
|
-
* that you specify in <code>FileSystemId</code>, or on the file system of the mount target that
|
|
14
|
-
* you specify in <code>MountTargetId</code>.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { EFSClient, DescribeMountTargetsCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
19
|
-
* // const { EFSClient, DescribeMountTargetsCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
20
|
-
* const client = new EFSClient(config);
|
|
21
|
-
* const command = new DescribeMountTargetsCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DescribeMountTargetsCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DescribeMountTargetsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
var DescribeMountTargetsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeMountTargetsRequest, DescribeMountTargetsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeMountTargetsCommand, serializeAws_restJson1DescribeMountTargetsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeMountTargetsCommand = (function (_super) {
|
|
31
7
|
__extends(DescribeMountTargetsCommand, _super);
|
|
32
|
-
// Start section: command_properties
|
|
33
|
-
// End section: command_properties
|
|
34
8
|
function DescribeMountTargetsCommand(input) {
|
|
35
|
-
var _this =
|
|
36
|
-
// Start section: command_constructor
|
|
37
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
38
10
|
_this.input = input;
|
|
39
11
|
return _this;
|
|
40
|
-
// End section: command_constructor
|
|
41
12
|
}
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
13
|
DescribeMountTargetsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
46
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
47
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -69,4 +37,3 @@ var DescribeMountTargetsCommand = /** @class */ (function (_super) {
|
|
|
69
37
|
return DescribeMountTargetsCommand;
|
|
70
38
|
}($Command));
|
|
71
39
|
export { DescribeMountTargetsCommand };
|
|
72
|
-
//# sourceMappingURL=DescribeMountTargetsCommand.js.map
|
|
@@ -1,50 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeTagsCommand, serializeAws_restJson1DescribeTagsCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* <note>
|
|
10
|
-
* <p>DEPRECATED - The DeleteTags action is deprecated and not maintained. Please use the
|
|
11
|
-
* API action to remove tags from EFS resources.</p>
|
|
12
|
-
* </note>
|
|
13
|
-
* <p>Returns the tags associated with a file system. The order of tags returned in the
|
|
14
|
-
* response of one <code>DescribeTags</code> call and the order of tags returned across the
|
|
15
|
-
* responses of a multiple-call iteration (when using pagination) is unspecified. </p>
|
|
16
|
-
* <p> This operation requires permissions for the
|
|
17
|
-
* <code>elasticfilesystem:DescribeTags</code> action. </p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { EFSClient, DescribeTagsCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
22
|
-
* // const { EFSClient, DescribeTagsCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
23
|
-
* const client = new EFSClient(config);
|
|
24
|
-
* const command = new DescribeTagsCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link DescribeTagsCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link DescribeTagsCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
var DescribeTagsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeTagsCommand, serializeAws_restJson1DescribeTagsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeTagsCommand = (function (_super) {
|
|
34
7
|
__extends(DescribeTagsCommand, _super);
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
8
|
function DescribeTagsCommand(input) {
|
|
38
|
-
var _this =
|
|
39
|
-
// Start section: command_constructor
|
|
40
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
41
10
|
_this.input = input;
|
|
42
11
|
return _this;
|
|
43
|
-
// End section: command_constructor
|
|
44
12
|
}
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
13
|
DescribeTagsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
49
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
50
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -72,4 +37,3 @@ var DescribeTagsCommand = /** @class */ (function (_super) {
|
|
|
72
37
|
return DescribeTagsCommand;
|
|
73
38
|
}($Command));
|
|
74
39
|
export { DescribeTagsCommand };
|
|
75
|
-
//# sourceMappingURL=DescribeTagsCommand.js.map
|