@aws-sdk/client-greengrassv2 3.31.0 → 3.35.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 +39 -0
- package/{dist/cjs → dist-cjs}/GreengrassV2.js +2 -2
- package/dist-cjs/GreengrassV2.js.map +1 -0
- package/{dist/cjs → dist-cjs}/GreengrassV2Client.js +14 -14
- package/dist-cjs/GreengrassV2Client.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +5 -5
- package/dist-cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +5 -5
- package/dist-cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CancelDeploymentCommand.js +5 -5
- package/dist-cjs/commands/CancelDeploymentCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateComponentVersionCommand.js +5 -5
- package/dist-cjs/commands/CreateComponentVersionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateDeploymentCommand.js +5 -5
- package/dist-cjs/commands/CreateDeploymentCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteComponentCommand.js +5 -5
- package/dist-cjs/commands/DeleteComponentCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteCoreDeviceCommand.js +5 -5
- package/dist-cjs/commands/DeleteCoreDeviceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeComponentCommand.js +5 -5
- package/dist-cjs/commands/DescribeComponentCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetComponentCommand.js +5 -5
- package/dist-cjs/commands/GetComponentCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetComponentVersionArtifactCommand.js +5 -5
- package/dist-cjs/commands/GetComponentVersionArtifactCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetCoreDeviceCommand.js +5 -5
- package/dist-cjs/commands/GetCoreDeviceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetDeploymentCommand.js +5 -5
- package/dist-cjs/commands/GetDeploymentCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +5 -5
- package/dist-cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListComponentVersionsCommand.js +5 -5
- package/dist-cjs/commands/ListComponentVersionsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListComponentsCommand.js +5 -5
- package/dist-cjs/commands/ListComponentsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListCoreDevicesCommand.js +5 -5
- package/dist-cjs/commands/ListCoreDevicesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListDeploymentsCommand.js +5 -5
- package/dist-cjs/commands/ListDeploymentsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListEffectiveDeploymentsCommand.js +5 -5
- package/dist-cjs/commands/ListEffectiveDeploymentsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListInstalledComponentsCommand.js +5 -5
- package/dist-cjs/commands/ListInstalledComponentsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +5 -5
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ResolveComponentCandidatesCommand.js +5 -5
- package/dist-cjs/commands/ResolveComponentCandidatesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +38 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +1 -1
- package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
- package/{dist/cjs → dist-cjs}/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js +1 -1
- package/dist-cjs/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListComponentVersionsPaginator.js +1 -1
- package/dist-cjs/pagination/ListComponentVersionsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListComponentsPaginator.js +1 -1
- package/dist-cjs/pagination/ListComponentsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListCoreDevicesPaginator.js +1 -1
- package/dist-cjs/pagination/ListCoreDevicesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListDeploymentsPaginator.js +1 -1
- package/dist-cjs/pagination/ListDeploymentsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListEffectiveDeploymentsPaginator.js +1 -1
- package/dist-cjs/pagination/ListEffectiveDeploymentsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListInstalledComponentsPaginator.js +1 -1
- package/dist-cjs/pagination/ListInstalledComponentsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +181 -181
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/{dist/es → dist-es}/GreengrassV2.js +3 -16
- package/dist-es/GreengrassV2.js.map +1 -0
- package/{dist/es → dist-es}/GreengrassV2Client.js +2 -20
- package/dist-es/GreengrassV2Client.js.map +1 -0
- package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +40 -0
- package/dist-es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js +4 -31
- package/dist-es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CancelDeploymentCommand.js +4 -31
- package/dist-es/commands/CancelDeploymentCommand.js.map +1 -0
- package/dist-es/commands/CreateComponentVersionCommand.js +40 -0
- package/dist-es/commands/CreateComponentVersionCommand.js.map +1 -0
- package/dist-es/commands/CreateDeploymentCommand.js +40 -0
- package/dist-es/commands/CreateDeploymentCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteComponentCommand.js +4 -35
- package/dist-es/commands/DeleteComponentCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteCoreDeviceCommand.js +4 -32
- package/dist-es/commands/DeleteCoreDeviceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeComponentCommand.js +4 -29
- package/dist-es/commands/DescribeComponentCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetComponentCommand.js +4 -30
- package/dist-es/commands/GetComponentCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetComponentVersionArtifactCommand.js +4 -30
- package/dist-es/commands/GetComponentVersionArtifactCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetCoreDeviceCommand.js +4 -29
- package/dist-es/commands/GetCoreDeviceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetDeploymentCommand.js +4 -29
- package/dist-es/commands/GetDeploymentCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js +4 -30
- package/dist-es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListComponentVersionsCommand.js +4 -29
- package/dist-es/commands/ListComponentVersionsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListComponentsCommand.js +4 -30
- package/dist-es/commands/ListComponentsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListCoreDevicesCommand.js +4 -29
- package/dist-es/commands/ListCoreDevicesCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListDeploymentsCommand.js +4 -29
- package/dist-es/commands/ListDeploymentsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListEffectiveDeploymentsCommand.js +4 -30
- package/dist-es/commands/ListEffectiveDeploymentsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListInstalledComponentsCommand.js +4 -29
- package/dist-es/commands/ListInstalledComponentsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -29
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-es/commands/ResolveComponentCandidatesCommand.js +40 -0
- package/dist-es/commands/ResolveComponentCandidatesCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -29
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +1 -1
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -273
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
- package/{dist/es → dist-es}/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js +17 -29
- package/dist-es/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListComponentVersionsPaginator.js +17 -29
- package/dist-es/pagination/ListComponentVersionsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListComponentsPaginator.js +17 -29
- package/dist-es/pagination/ListComponentsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListCoreDevicesPaginator.js +17 -29
- package/dist-es/pagination/ListCoreDevicesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListDeploymentsPaginator.js +17 -29
- package/dist-es/pagination/ListDeploymentsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListEffectiveDeploymentsPaginator.js +17 -29
- package/dist-es/pagination/ListEffectiveDeploymentsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListInstalledComponentsPaginator.js +17 -29
- package/dist-es/pagination/ListInstalledComponentsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +667 -672
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.js +2 -5
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/{dist/types → dist-types}/GreengrassV2.d.ts +3 -3
- package/{dist/types → dist-types}/GreengrassV2Client.d.ts +9 -9
- package/{dist/types → dist-types}/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CancelDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateComponentVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteCoreDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetComponentVersionArtifactCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetCoreDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListComponentVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListComponentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListCoreDevicesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDeploymentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListEffectiveDeploymentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListInstalledComponentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ResolveComponentCandidatesCommand.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}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → 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/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListComponentVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListComponentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListCoreDevicesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDeploymentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListEffectiveDeploymentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListInstalledComponentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/GreengrassV2.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/GreengrassV2Client.d.ts +9 -9
- package/{dist/types → dist-types}/ts3.4/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CancelDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateComponentVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteCoreDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetComponentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetComponentVersionArtifactCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetCoreDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetDeploymentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListComponentVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListComponentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListCoreDevicesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListEffectiveDeploymentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListInstalledComponentsCommand.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/ResolveComponentCandidatesCommand.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/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/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListClientDevicesAssociatedWithCoreDevicePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListComponentVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListComponentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListCoreDevicesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDeploymentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListEffectiveDeploymentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListInstalledComponentsPaginator.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 +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/{GreengrassV2.ts → src/GreengrassV2.ts} +8 -7
- package/{GreengrassV2Client.ts → src/GreengrassV2Client.ts} +59 -58
- package/{commands → src/commands}/BatchAssociateClientDeviceWithCoreDeviceCommand.ts +11 -10
- package/{commands → src/commands}/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts +11 -10
- package/{commands → src/commands}/CancelDeploymentCommand.ts +8 -7
- package/{commands → src/commands}/CreateComponentVersionCommand.ts +8 -7
- package/{commands → src/commands}/CreateDeploymentCommand.ts +8 -7
- package/{commands → src/commands}/DeleteComponentCommand.ts +8 -7
- package/{commands → src/commands}/DeleteCoreDeviceCommand.ts +8 -7
- package/{commands → src/commands}/DescribeComponentCommand.ts +8 -7
- package/{commands → src/commands}/GetComponentCommand.ts +8 -7
- package/{commands → src/commands}/GetComponentVersionArtifactCommand.ts +8 -7
- package/{commands → src/commands}/GetCoreDeviceCommand.ts +8 -7
- package/{commands → src/commands}/GetDeploymentCommand.ts +8 -7
- package/{commands → src/commands}/ListClientDevicesAssociatedWithCoreDeviceCommand.ts +11 -10
- package/{commands → src/commands}/ListComponentVersionsCommand.ts +8 -7
- package/{commands → src/commands}/ListComponentsCommand.ts +8 -7
- package/{commands → src/commands}/ListCoreDevicesCommand.ts +8 -7
- package/{commands → src/commands}/ListDeploymentsCommand.ts +8 -7
- package/{commands → src/commands}/ListEffectiveDeploymentsCommand.ts +8 -7
- package/{commands → src/commands}/ListInstalledComponentsCommand.ts +8 -7
- package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
- package/{commands → src/commands}/ResolveComponentCandidatesCommand.ts +8 -7
- package/{commands → src/commands}/TagResourceCommand.ts +8 -7
- package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
- package/{endpoints.ts → src/endpoints.ts} +1 -1
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/{pagination → src/pagination}/Interfaces.ts +2 -1
- package/{pagination → src/pagination}/ListClientDevicesAssociatedWithCoreDevicePaginator.ts +4 -3
- package/{pagination → src/pagination}/ListComponentVersionsPaginator.ts +4 -3
- package/{pagination → src/pagination}/ListComponentsPaginator.ts +4 -3
- package/{pagination → src/pagination}/ListCoreDevicesPaginator.ts +4 -3
- package/{pagination → src/pagination}/ListDeploymentsPaginator.ts +4 -3
- package/{pagination → src/pagination}/ListEffectiveDeploymentsPaginator.ts +4 -3
- package/{pagination → src/pagination}/ListInstalledComponentsPaginator.ts +4 -3
- package/{protocols → src/protocols}/Aws_restJson1.ts +54 -53
- package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
- package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
- package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
- package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/dist/cjs/GreengrassV2.js.map +0 -1
- package/dist/cjs/GreengrassV2Client.js.map +0 -1
- package/dist/cjs/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/CancelDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/CreateComponentVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteComponentCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCoreDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeComponentCommand.js.map +0 -1
- package/dist/cjs/commands/GetComponentCommand.js.map +0 -1
- package/dist/cjs/commands/GetComponentVersionArtifactCommand.js.map +0 -1
- package/dist/cjs/commands/GetCoreDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/ListComponentVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListComponentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCoreDevicesCommand.js.map +0 -1
- package/dist/cjs/commands/ListDeploymentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEffectiveDeploymentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstalledComponentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ResolveComponentCandidatesCommand.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/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -38
- package/dist/cjs/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/ListClientDevicesAssociatedWithCoreDevicePaginator.js.map +0 -1
- package/dist/cjs/pagination/ListComponentVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListComponentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCoreDevicesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDeploymentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEffectiveDeploymentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListInstalledComponentsPaginator.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/GreengrassV2.js.map +0 -1
- package/dist/es/GreengrassV2Client.js.map +0 -1
- package/dist/es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js +0 -77
- package/dist/es/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.js.map +0 -1
- package/dist/es/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.js.map +0 -1
- package/dist/es/commands/CancelDeploymentCommand.js.map +0 -1
- package/dist/es/commands/CreateComponentVersionCommand.js +0 -118
- package/dist/es/commands/CreateComponentVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateDeploymentCommand.js +0 -75
- package/dist/es/commands/CreateDeploymentCommand.js.map +0 -1
- package/dist/es/commands/DeleteComponentCommand.js.map +0 -1
- package/dist/es/commands/DeleteCoreDeviceCommand.js.map +0 -1
- package/dist/es/commands/DescribeComponentCommand.js.map +0 -1
- package/dist/es/commands/GetComponentCommand.js.map +0 -1
- package/dist/es/commands/GetComponentVersionArtifactCommand.js.map +0 -1
- package/dist/es/commands/GetCoreDeviceCommand.js.map +0 -1
- package/dist/es/commands/GetDeploymentCommand.js.map +0 -1
- package/dist/es/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.js.map +0 -1
- package/dist/es/commands/ListComponentVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListComponentsCommand.js.map +0 -1
- package/dist/es/commands/ListCoreDevicesCommand.js.map +0 -1
- package/dist/es/commands/ListDeploymentsCommand.js.map +0 -1
- package/dist/es/commands/ListEffectiveDeploymentsCommand.js.map +0 -1
- package/dist/es/commands/ListInstalledComponentsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ResolveComponentCandidatesCommand.js +0 -79
- package/dist/es/commands/ResolveComponentCandidatesCommand.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/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- 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/ListClientDevicesAssociatedWithCoreDevicePaginator.js.map +0 -1
- package/dist/es/pagination/ListComponentVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListComponentsPaginator.js.map +0 -1
- package/dist/es/pagination/ListCoreDevicesPaginator.js.map +0 -1
- package/dist/es/pagination/ListDeploymentsPaginator.js.map +0 -1
- package/dist/es/pagination/ListEffectiveDeploymentsPaginator.js.map +0 -1
- package/dist/es/pagination/ListInstalledComponentsPaginator.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
|
@@ -1,72 +1,42 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
export var AccessDeniedException;
|
|
3
3
|
(function (AccessDeniedException) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
5
|
})(AccessDeniedException || (AccessDeniedException = {}));
|
|
9
6
|
export var AssociateClientDeviceWithCoreDeviceEntry;
|
|
10
7
|
(function (AssociateClientDeviceWithCoreDeviceEntry) {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
8
|
AssociateClientDeviceWithCoreDeviceEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
9
|
})(AssociateClientDeviceWithCoreDeviceEntry || (AssociateClientDeviceWithCoreDeviceEntry = {}));
|
|
16
10
|
export var AssociateClientDeviceWithCoreDeviceErrorEntry;
|
|
17
11
|
(function (AssociateClientDeviceWithCoreDeviceErrorEntry) {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
12
|
AssociateClientDeviceWithCoreDeviceErrorEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
13
|
})(AssociateClientDeviceWithCoreDeviceErrorEntry || (AssociateClientDeviceWithCoreDeviceErrorEntry = {}));
|
|
23
14
|
export var AssociatedClientDevice;
|
|
24
15
|
(function (AssociatedClientDevice) {
|
|
25
|
-
/**
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
16
|
AssociatedClientDevice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
17
|
})(AssociatedClientDevice || (AssociatedClientDevice = {}));
|
|
30
18
|
export var BatchAssociateClientDeviceWithCoreDeviceRequest;
|
|
31
19
|
(function (BatchAssociateClientDeviceWithCoreDeviceRequest) {
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
20
|
BatchAssociateClientDeviceWithCoreDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
36
21
|
})(BatchAssociateClientDeviceWithCoreDeviceRequest || (BatchAssociateClientDeviceWithCoreDeviceRequest = {}));
|
|
37
22
|
export var BatchAssociateClientDeviceWithCoreDeviceResponse;
|
|
38
23
|
(function (BatchAssociateClientDeviceWithCoreDeviceResponse) {
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
24
|
BatchAssociateClientDeviceWithCoreDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
25
|
})(BatchAssociateClientDeviceWithCoreDeviceResponse || (BatchAssociateClientDeviceWithCoreDeviceResponse = {}));
|
|
44
26
|
export var InternalServerException;
|
|
45
27
|
(function (InternalServerException) {
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
28
|
InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
29
|
})(InternalServerException || (InternalServerException = {}));
|
|
51
30
|
export var ResourceNotFoundException;
|
|
52
31
|
(function (ResourceNotFoundException) {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
32
|
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
33
|
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
58
34
|
export var ThrottlingException;
|
|
59
35
|
(function (ThrottlingException) {
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
36
|
ThrottlingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
37
|
})(ThrottlingException || (ThrottlingException = {}));
|
|
65
38
|
export var ValidationExceptionField;
|
|
66
39
|
(function (ValidationExceptionField) {
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
40
|
ValidationExceptionField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
41
|
})(ValidationExceptionField || (ValidationExceptionField = {}));
|
|
72
42
|
export var ValidationExceptionReason;
|
|
@@ -78,58 +48,34 @@ export var ValidationExceptionReason;
|
|
|
78
48
|
})(ValidationExceptionReason || (ValidationExceptionReason = {}));
|
|
79
49
|
export var ValidationException;
|
|
80
50
|
(function (ValidationException) {
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
51
|
ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
52
|
})(ValidationException || (ValidationException = {}));
|
|
86
53
|
export var DisassociateClientDeviceFromCoreDeviceEntry;
|
|
87
54
|
(function (DisassociateClientDeviceFromCoreDeviceEntry) {
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
55
|
DisassociateClientDeviceFromCoreDeviceEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
56
|
})(DisassociateClientDeviceFromCoreDeviceEntry || (DisassociateClientDeviceFromCoreDeviceEntry = {}));
|
|
93
57
|
export var BatchDisassociateClientDeviceFromCoreDeviceRequest;
|
|
94
58
|
(function (BatchDisassociateClientDeviceFromCoreDeviceRequest) {
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
59
|
BatchDisassociateClientDeviceFromCoreDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
60
|
})(BatchDisassociateClientDeviceFromCoreDeviceRequest || (BatchDisassociateClientDeviceFromCoreDeviceRequest = {}));
|
|
100
61
|
export var DisassociateClientDeviceFromCoreDeviceErrorEntry;
|
|
101
62
|
(function (DisassociateClientDeviceFromCoreDeviceErrorEntry) {
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
63
|
DisassociateClientDeviceFromCoreDeviceErrorEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
64
|
})(DisassociateClientDeviceFromCoreDeviceErrorEntry || (DisassociateClientDeviceFromCoreDeviceErrorEntry = {}));
|
|
107
65
|
export var BatchDisassociateClientDeviceFromCoreDeviceResponse;
|
|
108
66
|
(function (BatchDisassociateClientDeviceFromCoreDeviceResponse) {
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
67
|
BatchDisassociateClientDeviceFromCoreDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
68
|
})(BatchDisassociateClientDeviceFromCoreDeviceResponse || (BatchDisassociateClientDeviceFromCoreDeviceResponse = {}));
|
|
114
69
|
export var CancelDeploymentRequest;
|
|
115
70
|
(function (CancelDeploymentRequest) {
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
71
|
CancelDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
72
|
})(CancelDeploymentRequest || (CancelDeploymentRequest = {}));
|
|
121
73
|
export var CancelDeploymentResponse;
|
|
122
74
|
(function (CancelDeploymentResponse) {
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
75
|
CancelDeploymentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
76
|
})(CancelDeploymentResponse || (CancelDeploymentResponse = {}));
|
|
128
77
|
export var ConflictException;
|
|
129
78
|
(function (ConflictException) {
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
79
|
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
80
|
})(ConflictException || (ConflictException = {}));
|
|
135
81
|
export var CloudComponentState;
|
|
@@ -142,44 +88,26 @@ export var CloudComponentState;
|
|
|
142
88
|
})(CloudComponentState || (CloudComponentState = {}));
|
|
143
89
|
export var CloudComponentStatus;
|
|
144
90
|
(function (CloudComponentStatus) {
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
91
|
CloudComponentStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
92
|
})(CloudComponentStatus || (CloudComponentStatus = {}));
|
|
150
93
|
export var ComponentPlatform;
|
|
151
94
|
(function (ComponentPlatform) {
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
95
|
ComponentPlatform.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
96
|
})(ComponentPlatform || (ComponentPlatform = {}));
|
|
157
97
|
export var ComponentLatestVersion;
|
|
158
98
|
(function (ComponentLatestVersion) {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
99
|
ComponentLatestVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
100
|
})(ComponentLatestVersion || (ComponentLatestVersion = {}));
|
|
164
101
|
export var Component;
|
|
165
102
|
(function (Component) {
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
103
|
Component.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
104
|
})(Component || (Component = {}));
|
|
171
105
|
export var ComponentCandidate;
|
|
172
106
|
(function (ComponentCandidate) {
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
107
|
ComponentCandidate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
108
|
})(ComponentCandidate || (ComponentCandidate = {}));
|
|
178
109
|
export var ComponentConfigurationUpdate;
|
|
179
110
|
(function (ComponentConfigurationUpdate) {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
111
|
ComponentConfigurationUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
112
|
})(ComponentConfigurationUpdate || (ComponentConfigurationUpdate = {}));
|
|
185
113
|
export var ComponentDependencyType;
|
|
@@ -189,37 +117,22 @@ export var ComponentDependencyType;
|
|
|
189
117
|
})(ComponentDependencyType || (ComponentDependencyType = {}));
|
|
190
118
|
export var ComponentDependencyRequirement;
|
|
191
119
|
(function (ComponentDependencyRequirement) {
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
120
|
ComponentDependencyRequirement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
121
|
})(ComponentDependencyRequirement || (ComponentDependencyRequirement = {}));
|
|
197
122
|
export var SystemResourceLimits;
|
|
198
123
|
(function (SystemResourceLimits) {
|
|
199
|
-
/**
|
|
200
|
-
* @internal
|
|
201
|
-
*/
|
|
202
124
|
SystemResourceLimits.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
125
|
})(SystemResourceLimits || (SystemResourceLimits = {}));
|
|
204
126
|
export var ComponentRunWith;
|
|
205
127
|
(function (ComponentRunWith) {
|
|
206
|
-
/**
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
209
128
|
ComponentRunWith.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
129
|
})(ComponentRunWith || (ComponentRunWith = {}));
|
|
211
130
|
export var ComponentDeploymentSpecification;
|
|
212
131
|
(function (ComponentDeploymentSpecification) {
|
|
213
|
-
/**
|
|
214
|
-
* @internal
|
|
215
|
-
*/
|
|
216
132
|
ComponentDeploymentSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
133
|
})(ComponentDeploymentSpecification || (ComponentDeploymentSpecification = {}));
|
|
218
134
|
export var ComponentVersionListItem;
|
|
219
135
|
(function (ComponentVersionListItem) {
|
|
220
|
-
/**
|
|
221
|
-
* @internal
|
|
222
|
-
*/
|
|
223
136
|
ComponentVersionListItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
137
|
})(ComponentVersionListItem || (ComponentVersionListItem = {}));
|
|
225
138
|
export var ComponentVisibilityScope;
|
|
@@ -234,9 +147,6 @@ export var CoreDeviceStatus;
|
|
|
234
147
|
})(CoreDeviceStatus || (CoreDeviceStatus = {}));
|
|
235
148
|
export var CoreDevice;
|
|
236
149
|
(function (CoreDevice) {
|
|
237
|
-
/**
|
|
238
|
-
* @internal
|
|
239
|
-
*/
|
|
240
150
|
CoreDevice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
151
|
})(CoreDevice || (CoreDevice = {}));
|
|
242
152
|
export var LambdaEventSourceType;
|
|
@@ -246,9 +156,6 @@ export var LambdaEventSourceType;
|
|
|
246
156
|
})(LambdaEventSourceType || (LambdaEventSourceType = {}));
|
|
247
157
|
export var LambdaEventSource;
|
|
248
158
|
(function (LambdaEventSource) {
|
|
249
|
-
/**
|
|
250
|
-
* @internal
|
|
251
|
-
*/
|
|
252
159
|
LambdaEventSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
160
|
})(LambdaEventSource || (LambdaEventSource = {}));
|
|
254
161
|
export var LambdaInputPayloadEncodingType;
|
|
@@ -263,23 +170,14 @@ export var LambdaFilesystemPermission;
|
|
|
263
170
|
})(LambdaFilesystemPermission || (LambdaFilesystemPermission = {}));
|
|
264
171
|
export var LambdaDeviceMount;
|
|
265
172
|
(function (LambdaDeviceMount) {
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
173
|
LambdaDeviceMount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
174
|
})(LambdaDeviceMount || (LambdaDeviceMount = {}));
|
|
271
175
|
export var LambdaVolumeMount;
|
|
272
176
|
(function (LambdaVolumeMount) {
|
|
273
|
-
/**
|
|
274
|
-
* @internal
|
|
275
|
-
*/
|
|
276
177
|
LambdaVolumeMount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
178
|
})(LambdaVolumeMount || (LambdaVolumeMount = {}));
|
|
278
179
|
export var LambdaContainerParams;
|
|
279
180
|
(function (LambdaContainerParams) {
|
|
280
|
-
/**
|
|
281
|
-
* @internal
|
|
282
|
-
*/
|
|
283
181
|
LambdaContainerParams.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
182
|
})(LambdaContainerParams || (LambdaContainerParams = {}));
|
|
285
183
|
export var LambdaIsolationMode;
|
|
@@ -289,51 +187,30 @@ export var LambdaIsolationMode;
|
|
|
289
187
|
})(LambdaIsolationMode || (LambdaIsolationMode = {}));
|
|
290
188
|
export var LambdaLinuxProcessParams;
|
|
291
189
|
(function (LambdaLinuxProcessParams) {
|
|
292
|
-
/**
|
|
293
|
-
* @internal
|
|
294
|
-
*/
|
|
295
190
|
LambdaLinuxProcessParams.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
191
|
})(LambdaLinuxProcessParams || (LambdaLinuxProcessParams = {}));
|
|
297
192
|
export var LambdaExecutionParameters;
|
|
298
193
|
(function (LambdaExecutionParameters) {
|
|
299
|
-
/**
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
302
194
|
LambdaExecutionParameters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
195
|
})(LambdaExecutionParameters || (LambdaExecutionParameters = {}));
|
|
304
196
|
export var LambdaFunctionRecipeSource;
|
|
305
197
|
(function (LambdaFunctionRecipeSource) {
|
|
306
|
-
/**
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
198
|
LambdaFunctionRecipeSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
199
|
})(LambdaFunctionRecipeSource || (LambdaFunctionRecipeSource = {}));
|
|
311
200
|
export var CreateComponentVersionRequest;
|
|
312
201
|
(function (CreateComponentVersionRequest) {
|
|
313
|
-
/**
|
|
314
|
-
* @internal
|
|
315
|
-
*/
|
|
316
202
|
CreateComponentVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
203
|
})(CreateComponentVersionRequest || (CreateComponentVersionRequest = {}));
|
|
318
204
|
export var CreateComponentVersionResponse;
|
|
319
205
|
(function (CreateComponentVersionResponse) {
|
|
320
|
-
/**
|
|
321
|
-
* @internal
|
|
322
|
-
*/
|
|
323
206
|
CreateComponentVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
207
|
})(CreateComponentVersionResponse || (CreateComponentVersionResponse = {}));
|
|
325
208
|
export var RequestAlreadyInProgressException;
|
|
326
209
|
(function (RequestAlreadyInProgressException) {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
210
|
RequestAlreadyInProgressException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
211
|
})(RequestAlreadyInProgressException || (RequestAlreadyInProgressException = {}));
|
|
332
212
|
export var ServiceQuotaExceededException;
|
|
333
213
|
(function (ServiceQuotaExceededException) {
|
|
334
|
-
/**
|
|
335
|
-
* @internal
|
|
336
|
-
*/
|
|
337
214
|
ServiceQuotaExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
215
|
})(ServiceQuotaExceededException || (ServiceQuotaExceededException = {}));
|
|
339
216
|
export var DeploymentComponentUpdatePolicyAction;
|
|
@@ -343,16 +220,10 @@ export var DeploymentComponentUpdatePolicyAction;
|
|
|
343
220
|
})(DeploymentComponentUpdatePolicyAction || (DeploymentComponentUpdatePolicyAction = {}));
|
|
344
221
|
export var DeploymentComponentUpdatePolicy;
|
|
345
222
|
(function (DeploymentComponentUpdatePolicy) {
|
|
346
|
-
/**
|
|
347
|
-
* @internal
|
|
348
|
-
*/
|
|
349
223
|
DeploymentComponentUpdatePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
224
|
})(DeploymentComponentUpdatePolicy || (DeploymentComponentUpdatePolicy = {}));
|
|
351
225
|
export var DeploymentConfigurationValidationPolicy;
|
|
352
226
|
(function (DeploymentConfigurationValidationPolicy) {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
227
|
DeploymentConfigurationValidationPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
228
|
})(DeploymentConfigurationValidationPolicy || (DeploymentConfigurationValidationPolicy = {}));
|
|
358
229
|
export var DeploymentFailureHandlingPolicy;
|
|
@@ -362,9 +233,6 @@ export var DeploymentFailureHandlingPolicy;
|
|
|
362
233
|
})(DeploymentFailureHandlingPolicy || (DeploymentFailureHandlingPolicy = {}));
|
|
363
234
|
export var DeploymentPolicies;
|
|
364
235
|
(function (DeploymentPolicies) {
|
|
365
|
-
/**
|
|
366
|
-
* @internal
|
|
367
|
-
*/
|
|
368
236
|
DeploymentPolicies.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
237
|
})(DeploymentPolicies || (DeploymentPolicies = {}));
|
|
370
238
|
export var IoTJobAbortAction;
|
|
@@ -380,79 +248,46 @@ export var IoTJobExecutionFailureType;
|
|
|
380
248
|
})(IoTJobExecutionFailureType || (IoTJobExecutionFailureType = {}));
|
|
381
249
|
export var IoTJobAbortCriteria;
|
|
382
250
|
(function (IoTJobAbortCriteria) {
|
|
383
|
-
/**
|
|
384
|
-
* @internal
|
|
385
|
-
*/
|
|
386
251
|
IoTJobAbortCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
252
|
})(IoTJobAbortCriteria || (IoTJobAbortCriteria = {}));
|
|
388
253
|
export var IoTJobAbortConfig;
|
|
389
254
|
(function (IoTJobAbortConfig) {
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
255
|
IoTJobAbortConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
256
|
})(IoTJobAbortConfig || (IoTJobAbortConfig = {}));
|
|
395
257
|
export var IoTJobRateIncreaseCriteria;
|
|
396
258
|
(function (IoTJobRateIncreaseCriteria) {
|
|
397
|
-
/**
|
|
398
|
-
* @internal
|
|
399
|
-
*/
|
|
400
259
|
IoTJobRateIncreaseCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
260
|
})(IoTJobRateIncreaseCriteria || (IoTJobRateIncreaseCriteria = {}));
|
|
402
261
|
export var IoTJobExponentialRolloutRate;
|
|
403
262
|
(function (IoTJobExponentialRolloutRate) {
|
|
404
|
-
/**
|
|
405
|
-
* @internal
|
|
406
|
-
*/
|
|
407
263
|
IoTJobExponentialRolloutRate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
264
|
})(IoTJobExponentialRolloutRate || (IoTJobExponentialRolloutRate = {}));
|
|
409
265
|
export var IoTJobExecutionsRolloutConfig;
|
|
410
266
|
(function (IoTJobExecutionsRolloutConfig) {
|
|
411
|
-
/**
|
|
412
|
-
* @internal
|
|
413
|
-
*/
|
|
414
267
|
IoTJobExecutionsRolloutConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
268
|
})(IoTJobExecutionsRolloutConfig || (IoTJobExecutionsRolloutConfig = {}));
|
|
416
269
|
export var IoTJobTimeoutConfig;
|
|
417
270
|
(function (IoTJobTimeoutConfig) {
|
|
418
|
-
/**
|
|
419
|
-
* @internal
|
|
420
|
-
*/
|
|
421
271
|
IoTJobTimeoutConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
272
|
})(IoTJobTimeoutConfig || (IoTJobTimeoutConfig = {}));
|
|
423
273
|
export var DeploymentIoTJobConfiguration;
|
|
424
274
|
(function (DeploymentIoTJobConfiguration) {
|
|
425
|
-
/**
|
|
426
|
-
* @internal
|
|
427
|
-
*/
|
|
428
275
|
DeploymentIoTJobConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
276
|
})(DeploymentIoTJobConfiguration || (DeploymentIoTJobConfiguration = {}));
|
|
430
277
|
export var CreateDeploymentRequest;
|
|
431
278
|
(function (CreateDeploymentRequest) {
|
|
432
|
-
/**
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
435
279
|
CreateDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
280
|
})(CreateDeploymentRequest || (CreateDeploymentRequest = {}));
|
|
437
281
|
export var CreateDeploymentResponse;
|
|
438
282
|
(function (CreateDeploymentResponse) {
|
|
439
|
-
/**
|
|
440
|
-
* @internal
|
|
441
|
-
*/
|
|
442
283
|
CreateDeploymentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
284
|
})(CreateDeploymentResponse || (CreateDeploymentResponse = {}));
|
|
444
285
|
export var DeleteComponentRequest;
|
|
445
286
|
(function (DeleteComponentRequest) {
|
|
446
|
-
/**
|
|
447
|
-
* @internal
|
|
448
|
-
*/
|
|
449
287
|
DeleteComponentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
288
|
})(DeleteComponentRequest || (DeleteComponentRequest = {}));
|
|
451
289
|
export var DeleteCoreDeviceRequest;
|
|
452
290
|
(function (DeleteCoreDeviceRequest) {
|
|
453
|
-
/**
|
|
454
|
-
* @internal
|
|
455
|
-
*/
|
|
456
291
|
DeleteCoreDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
292
|
})(DeleteCoreDeviceRequest || (DeleteCoreDeviceRequest = {}));
|
|
458
293
|
export var DeploymentStatus;
|
|
@@ -465,9 +300,6 @@ export var DeploymentStatus;
|
|
|
465
300
|
})(DeploymentStatus || (DeploymentStatus = {}));
|
|
466
301
|
export var Deployment;
|
|
467
302
|
(function (Deployment) {
|
|
468
|
-
/**
|
|
469
|
-
* @internal
|
|
470
|
-
*/
|
|
471
303
|
Deployment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
304
|
})(Deployment || (Deployment = {}));
|
|
473
305
|
export var DeploymentHistoryFilter;
|
|
@@ -477,16 +309,10 @@ export var DeploymentHistoryFilter;
|
|
|
477
309
|
})(DeploymentHistoryFilter || (DeploymentHistoryFilter = {}));
|
|
478
310
|
export var DescribeComponentRequest;
|
|
479
311
|
(function (DescribeComponentRequest) {
|
|
480
|
-
/**
|
|
481
|
-
* @internal
|
|
482
|
-
*/
|
|
483
312
|
DescribeComponentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
313
|
})(DescribeComponentRequest || (DescribeComponentRequest = {}));
|
|
485
314
|
export var DescribeComponentResponse;
|
|
486
315
|
(function (DescribeComponentResponse) {
|
|
487
|
-
/**
|
|
488
|
-
* @internal
|
|
489
|
-
*/
|
|
490
316
|
DescribeComponentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
317
|
})(DescribeComponentResponse || (DescribeComponentResponse = {}));
|
|
492
318
|
export var EffectiveDeploymentExecutionStatus;
|
|
@@ -501,9 +327,6 @@ export var EffectiveDeploymentExecutionStatus;
|
|
|
501
327
|
})(EffectiveDeploymentExecutionStatus || (EffectiveDeploymentExecutionStatus = {}));
|
|
502
328
|
export var EffectiveDeployment;
|
|
503
329
|
(function (EffectiveDeployment) {
|
|
504
|
-
/**
|
|
505
|
-
* @internal
|
|
506
|
-
*/
|
|
507
330
|
EffectiveDeployment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
331
|
})(EffectiveDeployment || (EffectiveDeployment = {}));
|
|
509
332
|
export var RecipeOutputFormat;
|
|
@@ -513,149 +336,86 @@ export var RecipeOutputFormat;
|
|
|
513
336
|
})(RecipeOutputFormat || (RecipeOutputFormat = {}));
|
|
514
337
|
export var GetComponentRequest;
|
|
515
338
|
(function (GetComponentRequest) {
|
|
516
|
-
/**
|
|
517
|
-
* @internal
|
|
518
|
-
*/
|
|
519
339
|
GetComponentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
340
|
})(GetComponentRequest || (GetComponentRequest = {}));
|
|
521
341
|
export var GetComponentResponse;
|
|
522
342
|
(function (GetComponentResponse) {
|
|
523
|
-
/**
|
|
524
|
-
* @internal
|
|
525
|
-
*/
|
|
526
343
|
GetComponentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
344
|
})(GetComponentResponse || (GetComponentResponse = {}));
|
|
528
345
|
export var GetComponentVersionArtifactRequest;
|
|
529
346
|
(function (GetComponentVersionArtifactRequest) {
|
|
530
|
-
/**
|
|
531
|
-
* @internal
|
|
532
|
-
*/
|
|
533
347
|
GetComponentVersionArtifactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
348
|
})(GetComponentVersionArtifactRequest || (GetComponentVersionArtifactRequest = {}));
|
|
535
349
|
export var GetComponentVersionArtifactResponse;
|
|
536
350
|
(function (GetComponentVersionArtifactResponse) {
|
|
537
|
-
/**
|
|
538
|
-
* @internal
|
|
539
|
-
*/
|
|
540
351
|
GetComponentVersionArtifactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
352
|
})(GetComponentVersionArtifactResponse || (GetComponentVersionArtifactResponse = {}));
|
|
542
353
|
export var GetCoreDeviceRequest;
|
|
543
354
|
(function (GetCoreDeviceRequest) {
|
|
544
|
-
/**
|
|
545
|
-
* @internal
|
|
546
|
-
*/
|
|
547
355
|
GetCoreDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
356
|
})(GetCoreDeviceRequest || (GetCoreDeviceRequest = {}));
|
|
549
357
|
export var GetCoreDeviceResponse;
|
|
550
358
|
(function (GetCoreDeviceResponse) {
|
|
551
|
-
/**
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
554
359
|
GetCoreDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
360
|
})(GetCoreDeviceResponse || (GetCoreDeviceResponse = {}));
|
|
556
361
|
export var GetDeploymentRequest;
|
|
557
362
|
(function (GetDeploymentRequest) {
|
|
558
|
-
/**
|
|
559
|
-
* @internal
|
|
560
|
-
*/
|
|
561
363
|
GetDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
364
|
})(GetDeploymentRequest || (GetDeploymentRequest = {}));
|
|
563
365
|
export var GetDeploymentResponse;
|
|
564
366
|
(function (GetDeploymentResponse) {
|
|
565
|
-
/**
|
|
566
|
-
* @internal
|
|
567
|
-
*/
|
|
568
367
|
GetDeploymentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
368
|
})(GetDeploymentResponse || (GetDeploymentResponse = {}));
|
|
570
369
|
export var ListClientDevicesAssociatedWithCoreDeviceRequest;
|
|
571
370
|
(function (ListClientDevicesAssociatedWithCoreDeviceRequest) {
|
|
572
|
-
/**
|
|
573
|
-
* @internal
|
|
574
|
-
*/
|
|
575
371
|
ListClientDevicesAssociatedWithCoreDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
372
|
})(ListClientDevicesAssociatedWithCoreDeviceRequest || (ListClientDevicesAssociatedWithCoreDeviceRequest = {}));
|
|
577
373
|
export var ListClientDevicesAssociatedWithCoreDeviceResponse;
|
|
578
374
|
(function (ListClientDevicesAssociatedWithCoreDeviceResponse) {
|
|
579
|
-
/**
|
|
580
|
-
* @internal
|
|
581
|
-
*/
|
|
582
375
|
ListClientDevicesAssociatedWithCoreDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
376
|
})(ListClientDevicesAssociatedWithCoreDeviceResponse || (ListClientDevicesAssociatedWithCoreDeviceResponse = {}));
|
|
584
377
|
export var ListComponentsRequest;
|
|
585
378
|
(function (ListComponentsRequest) {
|
|
586
|
-
/**
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
589
379
|
ListComponentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
380
|
})(ListComponentsRequest || (ListComponentsRequest = {}));
|
|
591
381
|
export var ListComponentsResponse;
|
|
592
382
|
(function (ListComponentsResponse) {
|
|
593
|
-
/**
|
|
594
|
-
* @internal
|
|
595
|
-
*/
|
|
596
383
|
ListComponentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
384
|
})(ListComponentsResponse || (ListComponentsResponse = {}));
|
|
598
385
|
export var ListComponentVersionsRequest;
|
|
599
386
|
(function (ListComponentVersionsRequest) {
|
|
600
|
-
/**
|
|
601
|
-
* @internal
|
|
602
|
-
*/
|
|
603
387
|
ListComponentVersionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
388
|
})(ListComponentVersionsRequest || (ListComponentVersionsRequest = {}));
|
|
605
389
|
export var ListComponentVersionsResponse;
|
|
606
390
|
(function (ListComponentVersionsResponse) {
|
|
607
|
-
/**
|
|
608
|
-
* @internal
|
|
609
|
-
*/
|
|
610
391
|
ListComponentVersionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
392
|
})(ListComponentVersionsResponse || (ListComponentVersionsResponse = {}));
|
|
612
393
|
export var ListCoreDevicesRequest;
|
|
613
394
|
(function (ListCoreDevicesRequest) {
|
|
614
|
-
/**
|
|
615
|
-
* @internal
|
|
616
|
-
*/
|
|
617
395
|
ListCoreDevicesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
396
|
})(ListCoreDevicesRequest || (ListCoreDevicesRequest = {}));
|
|
619
397
|
export var ListCoreDevicesResponse;
|
|
620
398
|
(function (ListCoreDevicesResponse) {
|
|
621
|
-
/**
|
|
622
|
-
* @internal
|
|
623
|
-
*/
|
|
624
399
|
ListCoreDevicesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
400
|
})(ListCoreDevicesResponse || (ListCoreDevicesResponse = {}));
|
|
626
401
|
export var ListDeploymentsRequest;
|
|
627
402
|
(function (ListDeploymentsRequest) {
|
|
628
|
-
/**
|
|
629
|
-
* @internal
|
|
630
|
-
*/
|
|
631
403
|
ListDeploymentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
404
|
})(ListDeploymentsRequest || (ListDeploymentsRequest = {}));
|
|
633
405
|
export var ListDeploymentsResponse;
|
|
634
406
|
(function (ListDeploymentsResponse) {
|
|
635
|
-
/**
|
|
636
|
-
* @internal
|
|
637
|
-
*/
|
|
638
407
|
ListDeploymentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
408
|
})(ListDeploymentsResponse || (ListDeploymentsResponse = {}));
|
|
640
409
|
export var ListEffectiveDeploymentsRequest;
|
|
641
410
|
(function (ListEffectiveDeploymentsRequest) {
|
|
642
|
-
/**
|
|
643
|
-
* @internal
|
|
644
|
-
*/
|
|
645
411
|
ListEffectiveDeploymentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
412
|
})(ListEffectiveDeploymentsRequest || (ListEffectiveDeploymentsRequest = {}));
|
|
647
413
|
export var ListEffectiveDeploymentsResponse;
|
|
648
414
|
(function (ListEffectiveDeploymentsResponse) {
|
|
649
|
-
/**
|
|
650
|
-
* @internal
|
|
651
|
-
*/
|
|
652
415
|
ListEffectiveDeploymentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
416
|
})(ListEffectiveDeploymentsResponse || (ListEffectiveDeploymentsResponse = {}));
|
|
654
417
|
export var ListInstalledComponentsRequest;
|
|
655
418
|
(function (ListInstalledComponentsRequest) {
|
|
656
|
-
/**
|
|
657
|
-
* @internal
|
|
658
|
-
*/
|
|
659
419
|
ListInstalledComponentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
420
|
})(ListInstalledComponentsRequest || (ListInstalledComponentsRequest = {}));
|
|
661
421
|
export var InstalledComponentLifecycleState;
|
|
@@ -671,79 +431,46 @@ export var InstalledComponentLifecycleState;
|
|
|
671
431
|
})(InstalledComponentLifecycleState || (InstalledComponentLifecycleState = {}));
|
|
672
432
|
export var InstalledComponent;
|
|
673
433
|
(function (InstalledComponent) {
|
|
674
|
-
/**
|
|
675
|
-
* @internal
|
|
676
|
-
*/
|
|
677
434
|
InstalledComponent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
435
|
})(InstalledComponent || (InstalledComponent = {}));
|
|
679
436
|
export var ListInstalledComponentsResponse;
|
|
680
437
|
(function (ListInstalledComponentsResponse) {
|
|
681
|
-
/**
|
|
682
|
-
* @internal
|
|
683
|
-
*/
|
|
684
438
|
ListInstalledComponentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
439
|
})(ListInstalledComponentsResponse || (ListInstalledComponentsResponse = {}));
|
|
686
440
|
export var ListTagsForResourceRequest;
|
|
687
441
|
(function (ListTagsForResourceRequest) {
|
|
688
|
-
/**
|
|
689
|
-
* @internal
|
|
690
|
-
*/
|
|
691
442
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
692
443
|
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
693
444
|
export var ListTagsForResourceResponse;
|
|
694
445
|
(function (ListTagsForResourceResponse) {
|
|
695
|
-
/**
|
|
696
|
-
* @internal
|
|
697
|
-
*/
|
|
698
446
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
447
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
700
448
|
export var ResolveComponentCandidatesRequest;
|
|
701
449
|
(function (ResolveComponentCandidatesRequest) {
|
|
702
|
-
/**
|
|
703
|
-
* @internal
|
|
704
|
-
*/
|
|
705
450
|
ResolveComponentCandidatesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
706
451
|
})(ResolveComponentCandidatesRequest || (ResolveComponentCandidatesRequest = {}));
|
|
707
452
|
export var ResolvedComponentVersion;
|
|
708
453
|
(function (ResolvedComponentVersion) {
|
|
709
|
-
/**
|
|
710
|
-
* @internal
|
|
711
|
-
*/
|
|
712
454
|
ResolvedComponentVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
455
|
})(ResolvedComponentVersion || (ResolvedComponentVersion = {}));
|
|
714
456
|
export var ResolveComponentCandidatesResponse;
|
|
715
457
|
(function (ResolveComponentCandidatesResponse) {
|
|
716
|
-
/**
|
|
717
|
-
* @internal
|
|
718
|
-
*/
|
|
719
458
|
ResolveComponentCandidatesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
459
|
})(ResolveComponentCandidatesResponse || (ResolveComponentCandidatesResponse = {}));
|
|
721
460
|
export var TagResourceRequest;
|
|
722
461
|
(function (TagResourceRequest) {
|
|
723
|
-
/**
|
|
724
|
-
* @internal
|
|
725
|
-
*/
|
|
726
462
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
463
|
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
728
464
|
export var TagResourceResponse;
|
|
729
465
|
(function (TagResourceResponse) {
|
|
730
|
-
/**
|
|
731
|
-
* @internal
|
|
732
|
-
*/
|
|
733
466
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
467
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
735
468
|
export var UntagResourceRequest;
|
|
736
469
|
(function (UntagResourceRequest) {
|
|
737
|
-
/**
|
|
738
|
-
* @internal
|
|
739
|
-
*/
|
|
740
470
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
741
471
|
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
742
472
|
export var UntagResourceResponse;
|
|
743
473
|
(function (UntagResourceResponse) {
|
|
744
|
-
/**
|
|
745
|
-
* @internal
|
|
746
|
-
*/
|
|
747
474
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
475
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
749
476
|
//# sourceMappingURL=models_0.js.map
|